Trace number 3377299

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1300.41 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.62	c INFO: solving HOME/instance-3377299-1305452198.cnf
0.32/0.62	c INFO: computing task features
0.91/1.22	c INFO: computed variable-clause graph statistics
0.91/1.25	c INFO: computed clause balance statistics
3.81/4.17	c INFO: computed variable balance statistics
6.22/6.52	c INFO: computed small-clause counts
6.22/6.53	c INFO: computed Horn-clause counts
8.21/8.59	c INFO: computed variable graph statistics
8.21/8.59	c INFO: collected features for HOME/instance-3377299-1305452198.cnf in 7.96 s
8.31/8.61	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.35)
108.92/109.24	c INFO: running hybridGM3@0 for 97 with 2291 remaining (b = 0.21)
207.73/207.89	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.14)
308.42/308.54	c INFO: running hybridGM3@100 for 97 with 2092 remaining (b = 0.10)
405.60/405.76	c INFO: running hybridGM3@98 for 97 with 1995 remaining (b = 0.10)
503.14/503.00	c INFO: running TNM@0 for 97 with 1898 remaining (b = 0.13)
603.33/603.24	c INFO: running hybridGM3@100 for 97 with 1798 remaining (b = 0.10)
685.44/685.18	c INFO: running hybridGM3@0 for 97 with 1719 remaining (b = 0.10)
786.15/785.80	c INFO: running hybridGM3@100 for 97 with 1618 remaining (b = 0.07)
881.38/881.02	c INFO: running hybridGM3@0 for 97 with 1523 remaining (b = 0.07)
981.97/981.64	c INFO: running hybridGM3@100 for 97 with 1423 remaining (b = 0.05)
1077.21/1076.87	c INFO: running hybridGM3@0 for 194 with 1328 remaining (b = 0.10)
1274.11/1273.77	c INFO: running hybridGM3@0 for 194 with 1131 remaining (b = 0.07)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377299-1305452198/watcher-3377299-1305452198 -o /tmp/evaluation-result-3377299-1305452198/solver-3377299-1305452198 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377299-1305452198.cnf -seed 2006192735 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 1.29 1.77 4/309 23254
/proc/meminfo: memFree=28147740/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=15776 CPUtime=0 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 878 0 0 0 0 0 0 0 23 0 1 0 656817808 16154624 761 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 3944 763 343 364 0 431 0

[startup+0.0825201 s]
/proc/loadavg: 2.07 1.29 1.77 4/309 23254
/proc/meminfo: memFree=28147740/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=54536 CPUtime=0.05 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 2078 0 0 0 4 1 0 0 17 0 1 0 656817808 55844864 1835 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100495 s]
/proc/loadavg: 2.07 1.29 1.77 4/309 23254
/proc/meminfo: memFree=28147740/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=94180 CPUtime=0.05 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 2765 0 0 0 4 1 0 0 17 0 1 0 656817808 96440320 2475 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/23254/statm: 23545 2475 764 364 0 1677 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94180

[startup+0.300482 s]
/proc/loadavg: 2.07 1.29 1.77 4/309 23254
/proc/meminfo: memFree=28147740/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=135752 CPUtime=0.16 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 5971 933 1 0 13 3 0 0 17 0 1 0 656817808 139010048 4150 33554432000 4194304 5683644 140735222750976 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700419 s]
/proc/loadavg: 2.07 1.29 1.77 4/309 23254
/proc/meminfo: memFree=28147740/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=286512 CPUtime=0.4 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 11276 933 1 0 34 6 0 0 16 0 1 0 656817808 293388288 8948 33554432000 4194304 5683644 140735222750976 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 71628 8948 1761 364 0 7552 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 286512

[startup+1.50028 s]
/proc/loadavg: 2.07 1.29 1.77 5/310 23259
/proc/meminfo: memFree=28099000/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=317988 CPUtime=1.21 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 23809 933 1 0 113 8 0 0 16 0 1 0 656817808 325619712 16882 33554432000 4194304 5683644 140735222750976 18446744073709551615 47509910290685 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 317988

[startup+3.10098 s]
/proc/loadavg: 2.07 1.29 1.77 5/310 23259
/proc/meminfo: memFree=28085608/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=317988 CPUtime=2.81 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 23809 933 1 0 273 8 0 0 19 0 1 0 656817808 325619712 16882 33554432000 4194304 5683644 140735222750976 18446744073709551615 47509902818584 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 79497 16882 1826 364 0 15421 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 317988

[startup+6.30038 s]
/proc/loadavg: 2.23 1.33 1.78 5/310 23259
/proc/meminfo: memFree=28085060/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=317988 CPUtime=6.01 cores=4,6
/proc/23254/stat : 23254 (python) R 23252 23254 12685 0 -1 4202496 23810 933 1 0 593 8 0 0 25 0 1 0 656817808 325619712 16883 33554432000 4194304 5683644 140735222750976 18446744073709551615 47509903133191 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23254/statm: 79497 16883 1827 364 0 15421 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 317988

[startup+12.7012 s]
/proc/loadavg: 2.37 1.37 1.79 5/313 23262
/proc/meminfo: memFree=28053108/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=325128 CPUtime=8.32 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 24094 933 1 0 824 8 0 0 25 0 2 0 656817808 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 81282 16145 1867 364 0 17200 0
[pid=23260] ppid=23254 vsize=314884 CPUtime=0 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 656818669 322441216 14627 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734095 0 0 16781312 514 9596871743058706690 0 0 17 4 0 0 0
/proc/23260/statm: 78721 14627 353 364 0 14639 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=4.07 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) R 23260 23262 23262 0 -1 4202496 8575 0 0 0 406 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134545837 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=325128 CPUtime=0 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656818669 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 916252

[startup+25.5009 s]
/proc/loadavg: 2.73 1.50 1.83 5/313 23263
/proc/meminfo: memFree=28054100/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=325128 CPUtime=8.32 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 24094 933 1 0 824 8 0 0 25 0 2 0 656817808 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 81282 16145 1867 364 0 17200 0
[pid=23260] ppid=23254 vsize=314884 CPUtime=0.03 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 979 0 0 0 2 1 0 0 15 0 1 0 656818669 322441216 14655 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734095 0 0 16781312 514 13824062939004371202 0 0 17 4 0 0 0
/proc/23260/statm: 78721 14655 381 364 0 14639 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=16.83 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) R 23260 23262 23262 0 -1 4202496 8575 0 0 0 1682 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134536922 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=325128 CPUtime=0 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656818669 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 916252

[startup+51.1013 s]
/proc/loadavg: 3.29 1.73 1.89 5/313 23263
/proc/meminfo: memFree=28054620/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=325128 CPUtime=8.32 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 24094 933 1 0 824 8 0 0 25 0 2 0 656817808 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 81282 16145 1867 364 0 17200 0
[pid=23260] ppid=23254 vsize=314884 CPUtime=0.08 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 990 0 0 0 4 4 0 0 15 0 1 0 656818669 322441216 14655 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734095 0 0 16781312 514 13824062939004371202 0 0 17 4 0 0 0
/proc/23260/statm: 78721 14655 381 364 0 14639 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=42.4 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) R 23260 23262 23262 0 -1 4202496 8575 0 0 0 4239 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134537558 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=325128 CPUtime=0 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656818669 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 916252

[startup+102.312 s]
/proc/loadavg: 3.76 2.10 2.01 5/325 23277
/proc/meminfo: memFree=27976820/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=325128 CPUtime=8.32 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 24094 933 1 0 824 8 0 0 25 0 2 0 656817808 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 81282 16145 1867 364 0 17200 0
[pid=23260] ppid=23254 vsize=314884 CPUtime=0.18 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 1012 0 0 0 10 8 0 0 15 0 1 0 656818669 322441216 14655 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734095 0 0 16781312 514 13824062939004371202 0 0 17 4 0 0 0
/proc/23260/statm: 78721 14655 381 364 0 14639 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=93.52 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) R 23260 23262 23262 0 -1 4202496 8575 0 0 0 9351 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=325128 CPUtime=0 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656818669 332931072 16145 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 916252

[startup+162.301 s]
/proc/loadavg: 3.91 2.44 2.13 5/325 23317
/proc/meminfo: memFree=27986044/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=335384 CPUtime=8.33 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 24982 933 1 0 825 8 0 0 20 0 3 0 656817808 343433216 16160 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 83846 16160 1878 364 0 19761 0
[pid=23260] ppid=23254 vsize=325128 CPUtime=0.22 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 1151 0 0 0 12 10 0 0 16 0 2 0 656818669 332931072 14693 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23260/statm: 81282 14693 414 364 0 17200 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=100.43 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) T 23260 23262 23262 0 -1 4202496 8575 0 0 0 10042 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23260/tid=23278] ppid=23254 vsize=325128 CPUtime=0 cores=4,6
/proc/23260/task/23278/stat : 23278 (python) S 23254 23254 12685 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656828731 332931072 14693 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604445115613376 0 0 -1 4 0 0 0
[pid=23279] ppid=23254 vsize=325140 CPUtime=0.11 cores=4,6
/proc/23279/stat : 23279 (python) S 23254 23254 12685 0 -1 4202560 891 0 0 0 5 6 0 0 15 0 1 0 656828733 332943360 14648 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734150 0 0 16781312 514 13824062939004371204 0 0 17 6 0 0 0
/proc/23279/statm: 81285 14648 370 364 0 17200 0
[pid=23281] ppid=23279 vsize=276244 CPUtime=53.04 cores=4,6
/proc/23281/stat : 23281 (hybridGM3) R 23279 23281 23281 0 -1 4202496 8567 0 0 0 5303 1 0 0 25 0 1 0 656828733 282873856 8303 33554432000 134512640 135204385 4293244480 18446744073709551615 134537113 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23281/statm: 69061 8303 64 169 0 68891 0
[pid=23254/tid=23261] ppid=23252 vsize=335384 CPUtime=0 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656818669 343433216 16160 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23280] ppid=23252 vsize=335384 CPUtime=0 cores=4,6
/proc/23254/task/23280/stat : 23280 (python) S 23252 23254 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 656828733 343433216 16160 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1538136

[startup+222.301 s]
/proc/loadavg: 4.10 2.75 2.25 5/337 23331
/proc/meminfo: memFree=27897376/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=345640 CPUtime=8.35 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 25828 933 1 0 826 9 0 0 20 0 4 0 656817808 353935360 16166 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 86410 16166 1880 364 0 22322 0
[pid=23260] ppid=23254 vsize=325128 CPUtime=0.22 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 1151 0 0 0 12 10 0 0 16 0 2 0 656818669 332931072 14693 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23260/statm: 81282 14693 414 364 0 17200 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=100.43 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) T 23260 23262 23262 0 -1 4202496 8575 0 0 0 10042 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23260/tid=23278] ppid=23254 vsize=325128 CPUtime=0 cores=4,6
/proc/23260/task/23278/stat : 23278 (python) S 23254 23254 12685 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 656828731 332931072 14693 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604445115613376 0 0 -1 4 0 0 0

################
# More data... #
################

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.44 5/400 23680
/proc/meminfo: memFree=27468792/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=386664 CPUtime=191.22 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 29621 10731 1 0 836 10 18251 25 20 0 8 0 656817808 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/23254/statm: 96666 16190 1888 364 0 32566 0
[pid=23260] ppid=23254 vsize=325128 CPUtime=0.44 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 1200 0 0 0 23 21 0 0 15 0 2 0 656818669 332931072 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23260/statm: 81282 14694 415 364 0 17200 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=197.42 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) T 23260 23262 23262 0 -1 4202496 8575 0 0 0 19741 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23260/tid=23278] ppid=23254 vsize=325128 CPUtime=0 cores=4,6
/proc/23260/task/23278/stat : 23278 (python) S 23254 23254 12685 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656828731 332931072 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604445115613376 0 0 -1 4 0 0 0
[pid=23279] ppid=23254 vsize=325140 CPUtime=0.45 cores=4,6
/proc/23279/stat : 23279 (python) S 23254 23254 12685 0 -1 4202560 1106 0 0 0 26 19 0 0 15 0 2 0 656828733 332943360 14678 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23279/statm: 81285 14678 399 364 0 17200 0
[pid=23281] ppid=23279 vsize=276244 CPUtime=195.85 cores=4,6
/proc/23281/stat : 23281 (hybridGM3) T 23279 23281 23281 0 -1 4202496 8567 0 0 0 19584 1 0 0 25 0 1 0 656828733 282873856 8303 33554432000 134512640 135204385 4293244480 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23281/statm: 69061 8303 64 169 0 68891 0
[pid=23279/tid=23328] ppid=23254 vsize=325140 CPUtime=0 cores=4,6
/proc/23279/task/23328/stat : 23328 (python) S 23254 23254 12685 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656838596 332943360 14678 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=23368] ppid=23254 vsize=345652 CPUtime=0.23 cores=4,6
/proc/23368/stat : 23368 (python) S 23254 23254 12685 0 -1 4202560 1069 0 0 0 11 12 0 0 19 0 2 0 656868108 353947648 14686 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23368/statm: 86413 14686 399 364 0 22322 0
[pid=23370] ppid=23368 vsize=467024 CPUtime=99.99 cores=4,6
/proc/23370/stat : 23370 (TNM) T 23368 23370 23370 0 -1 4202496 6823 0 0 0 9999 0 0 0 25 0 1 0 656868108 478232576 6558 33554432000 134512640 135008748 4287394160 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23370/statm: 116756 6558 46 122 0 115656 0
[pid=23368/tid=23383] ppid=23254 vsize=345652 CPUtime=0 cores=4,6
/proc/23368/task/23383/stat : 23383 (python) S 23254 23254 12685 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656878131 353947648 14686 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453953333376 0 0 -1 4 0 0 0
[pid=23398] ppid=23254 vsize=355908 CPUtime=0.46 cores=4,6
/proc/23398/stat : 23398 (python) S 23254 23254 12685 0 -1 4202560 1127 0 0 0 25 21 0 0 16 0 2 0 656886327 364449792 14690 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23398/statm: 88977 14690 399 364 0 24883 0
[pid=23400] ppid=23398 vsize=276236 CPUtime=195.36 cores=4,6
/proc/23400/stat : 23400 (hybridGM3) T 23398 23400 23400 0 -1 4202496 8568 0 0 0 19535 1 0 0 25 0 1 0 656886327 282865664 8302 33554432000 134512640 135204385 4287853840 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23400/statm: 69059 8302 64 169 0 68889 0
[pid=23398/tid=23478] ppid=23254 vsize=355908 CPUtime=0 cores=4,6
/proc/23398/task/23478/stat : 23478 (python) S 23254 23254 12685 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656896387 364449792 14690 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604442344004288 0 0 -1 4 0 0 0
[pid=23597] ppid=23254 vsize=366164 CPUtime=0.47 cores=4,6
/proc/23597/stat : 23597 (python) S 23254 23254 12685 0 -1 4202560 1127 0 0 0 25 22 0 0 15 0 2 0 656905910 374951936 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23597/statm: 91541 14694 399 364 0 27444 0
[pid=23599] ppid=23597 vsize=276240 CPUtime=195.38 cores=4,6
/proc/23599/stat : 23599 (hybridGM3) T 23597 23599 23599 0 -1 4202496 8565 0 0 0 19537 1 0 0 25 0 1 0 656905911 282869760 8303 33554432000 134512640 135204385 4293729680 18446744073709551615 134536863 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23599/statm: 69060 8303 64 169 0 68890 0
[pid=23597/tid=23647] ppid=23254 vsize=366164 CPUtime=0 cores=4,6
/proc/23597/task/23647/stat : 23647 (python) S 23254 23254 12685 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656915971 374951936 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453862706176 0 0 -1 4 0 0 0
[pid=23659] ppid=23254 vsize=376420 CPUtime=0.4 cores=4,6
/proc/23659/stat : 23659 (python) S 23254 23254 12685 0 -1 4202560 953 0 0 0 21 19 0 0 15 0 1 0 656925495 385454080 14668 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734150 0 0 16781312 514 13824062939004371202 0 0 17 4 0 0 0
/proc/23659/statm: 94105 14668 370 364 0 30005 0
[pid=23661] ppid=23659 vsize=276240 CPUtime=165.04 cores=4,6
/proc/23661/stat : 23661 (hybridGM3) R 23659 23661 23661 0 -1 4202496 8567 0 0 0 16504 0 0 0 25 0 1 0 656925496 282869760 8303 33554432000 134512640 135204385 4287138976 18446744073709551615 134549267 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23661/statm: 69060 8303 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 33 10731 0 0 0 0 18251 25 18 0 8 0 656818669 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23280] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23280/stat : 23280 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 18 0 8 0 656828733 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
[pid=23254/tid=23330] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23330/stat : 23330 (python) S 23252 23254 12685 0 -1 4202560 32 10731 0 0 0 0 18251 25 18 0 8 0 656838598 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
[pid=23254/tid=23369] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23369/stat : 23369 (python) S 23252 23254 12685 0 -1 4202560 23 10731 0 0 0 0 18251 25 20 0 8 0 656868108 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23399] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23399/stat : 23399 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 18 0 8 0 656886327 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23598] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23598/stat : 23598 (python) S 23252 23254 12685 0 -1 4202560 29 10731 0 0 0 0 18251 25 18 0 8 0 656905910 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23660] ppid=23252 vsize=386664 CPUtime=182.76 cores=4,6
/proc/23254/task/23660/stat : 23660 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 20 0 8 0 656925495 395943936 16190 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.71
Current children cumulated vsize (KiB) 4329300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.03 3.48 5/391 23764
/proc/meminfo: memFree=27497484/32951124 swapFree=54427468/67111528
[pid=23254] ppid=23252 vsize=396920 CPUtime=191.23 cores=4,6
/proc/23254/stat : 23254 (python) S 23252 23254 12685 0 -1 4202496 30534 10731 1 0 837 10 18251 25 20 0 9 0 656817808 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23254/statm: 99230 16196 1890 364 0 35127 0
[pid=23260] ppid=23254 vsize=325128 CPUtime=0.44 cores=4,6
/proc/23260/stat : 23260 (python) S 23254 23254 12685 0 -1 4202560 1200 0 0 0 23 21 0 0 15 0 2 0 656818669 332931072 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23260/statm: 81282 14694 415 364 0 17200 0
[pid=23262] ppid=23260 vsize=276240 CPUtime=197.42 cores=4,6
/proc/23262/stat : 23262 (hybridGM3) T 23260 23262 23262 0 -1 4202496 8575 0 0 0 19741 1 0 0 25 0 1 0 656818669 282869760 8309 33554432000 134512640 135204385 4288437792 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23262/statm: 69060 8309 64 169 0 68890 0
[pid=23260/tid=23278] ppid=23254 vsize=325128 CPUtime=0 cores=4,6
/proc/23260/task/23278/stat : 23278 (python) S 23254 23254 12685 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656828731 332931072 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604445115613376 0 0 -1 4 0 0 0
[pid=23279] ppid=23254 vsize=325140 CPUtime=0.45 cores=4,6
/proc/23279/stat : 23279 (python) S 23254 23254 12685 0 -1 4202560 1106 0 0 0 26 19 0 0 15 0 2 0 656828733 332943360 14678 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23279/statm: 81285 14678 399 364 0 17200 0
[pid=23281] ppid=23279 vsize=276244 CPUtime=195.85 cores=4,6
/proc/23281/stat : 23281 (hybridGM3) T 23279 23281 23281 0 -1 4202496 8567 0 0 0 19584 1 0 0 25 0 1 0 656828733 282873856 8303 33554432000 134512640 135204385 4293244480 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23281/statm: 69061 8303 64 169 0 68891 0
[pid=23279/tid=23328] ppid=23254 vsize=325140 CPUtime=0 cores=4,6
/proc/23279/task/23328/stat : 23328 (python) S 23254 23254 12685 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656838596 332943360 14678 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=23368] ppid=23254 vsize=345652 CPUtime=0.23 cores=4,6
/proc/23368/stat : 23368 (python) S 23254 23254 12685 0 -1 4202560 1069 0 0 0 11 12 0 0 19 0 2 0 656868108 353947648 14686 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23368/statm: 86413 14686 399 364 0 22322 0
[pid=23370] ppid=23368 vsize=467024 CPUtime=99.99 cores=4,6
/proc/23370/stat : 23370 (TNM) T 23368 23370 23370 0 -1 4202496 6823 0 0 0 9999 0 0 0 25 0 1 0 656868108 478232576 6558 33554432000 134512640 135008748 4287394160 18446744073709551615 134529409 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23370/statm: 116756 6558 46 122 0 115656 0
[pid=23368/tid=23383] ppid=23254 vsize=345652 CPUtime=0 cores=4,6
/proc/23368/task/23383/stat : 23383 (python) S 23254 23254 12685 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656878131 353947648 14686 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453953333376 0 0 -1 4 0 0 0
[pid=23398] ppid=23254 vsize=355908 CPUtime=0.46 cores=4,6
/proc/23398/stat : 23398 (python) S 23254 23254 12685 0 -1 4202560 1127 0 0 0 25 21 0 0 16 0 2 0 656886327 364449792 14690 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23398/statm: 88977 14690 399 364 0 24883 0
[pid=23400] ppid=23398 vsize=276236 CPUtime=195.36 cores=4,6
/proc/23400/stat : 23400 (hybridGM3) T 23398 23400 23400 0 -1 4202496 8568 0 0 0 19535 1 0 0 25 0 1 0 656886327 282865664 8302 33554432000 134512640 135204385 4287853840 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23400/statm: 69059 8302 64 169 0 68889 0
[pid=23398/tid=23478] ppid=23254 vsize=355908 CPUtime=0 cores=4,6
/proc/23398/task/23478/stat : 23478 (python) S 23254 23254 12685 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656896387 364449792 14690 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604442344004288 0 0 -1 4 0 0 0
[pid=23597] ppid=23254 vsize=366164 CPUtime=0.47 cores=4,6
/proc/23597/stat : 23597 (python) S 23254 23254 12685 0 -1 4202560 1127 0 0 0 25 22 0 0 15 0 2 0 656905910 374951936 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23597/statm: 91541 14694 399 364 0 27444 0
[pid=23599] ppid=23597 vsize=276240 CPUtime=195.38 cores=4,6
/proc/23599/stat : 23599 (hybridGM3) T 23597 23599 23599 0 -1 4202496 8565 0 0 0 19537 1 0 0 25 0 1 0 656905911 282869760 8303 33554432000 134512640 135204385 4293729680 18446744073709551615 134536863 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23599/statm: 69060 8303 64 169 0 68890 0
[pid=23597/tid=23647] ppid=23254 vsize=366164 CPUtime=0 cores=4,6
/proc/23597/task/23647/stat : 23647 (python) S 23254 23254 12685 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 656915971 374951936 14694 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604453862706176 0 0 -1 4 0 0 0
[pid=23659] ppid=23254 vsize=376420 CPUtime=0.49 cores=4,6
/proc/23659/stat : 23659 (python) S 23254 23254 12685 0 -1 4202560 1122 0 0 0 26 23 0 0 16 0 2 0 656925495 385454080 14698 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23659/statm: 94105 14698 399 364 0 30005 0
[pid=23661] ppid=23659 vsize=276240 CPUtime=196.41 cores=4,6
/proc/23661/stat : 23661 (hybridGM3) T 23659 23661 23661 0 -1 4202496 8567 0 0 0 19641 0 0 0 25 0 1 0 656925496 282869760 8303 33554432000 134512640 135204385 4287138976 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23661/statm: 69060 8303 64 169 0 68890 0
[pid=23659/tid=23686] ppid=23254 vsize=376420 CPUtime=0 cores=4,6
/proc/23659/task/23686/stat : 23686 (python) S 23254 23254 12685 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656945184 385454080 14698 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 514 18446604450509711552 0 0 -1 4 0 0 0
[pid=23687] ppid=23254 vsize=386676 CPUtime=0.06 cores=4,6
/proc/23687/stat : 23687 (python) S 23254 23254 12685 0 -1 4202560 939 0 0 0 3 3 0 0 15 0 1 0 656945185 395956224 14678 33554432000 4194304 5683644 140735222750976 18446744073709551615 228122734150 0 0 16781312 514 13824062939004371204 0 0 17 4 0 0 0
/proc/23687/statm: 96669 14678 376 364 0 32566 0
[pid=23689] ppid=23687 vsize=276240 CPUtime=26.17 cores=4,6
/proc/23689/stat : 23689 (hybridGM3) R 23687 23689 23689 0 -1 4202496 8561 0 0 0 2616 1 0 0 25 0 1 0 656945185 282869760 8297 33554432000 134512640 135204385 4289124480 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23689/statm: 69060 8297 64 169 0 68890 0
[pid=23254/tid=23261] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23261/stat : 23261 (python) S 23252 23254 12685 0 -1 4202560 33 10731 0 0 0 0 18251 25 18 0 9 0 656818669 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23280] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23280/stat : 23280 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 18 0 9 0 656828733 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
[pid=23254/tid=23330] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23330/stat : 23330 (python) S 23252 23254 12685 0 -1 4202560 32 10731 0 0 0 0 18251 25 18 0 9 0 656838598 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
[pid=23254/tid=23369] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23369/stat : 23369 (python) S 23252 23254 12685 0 -1 4202560 23 10731 0 0 0 0 18251 25 20 0 9 0 656868108 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23399] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23399/stat : 23399 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 18 0 9 0 656886327 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23598] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23598/stat : 23598 (python) S 23252 23254 12685 0 -1 4202560 29 10731 0 0 0 0 18251 25 18 0 9 0 656905910 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23660] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23660/stat : 23660 (python) S 23252 23254 12685 0 -1 4202560 30 10731 0 0 0 0 18251 25 20 0 9 0 656925495 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 4 0 0 0
[pid=23254/tid=23688] ppid=23252 vsize=396920 CPUtime=182.76 cores=4,6
/proc/23254/task/23688/stat : 23688 (python) S 23252 23254 12685 0 -1 4202560 27 10731 0 0 0 0 18251 25 20 0 9 0 656945185 406446080 16196 33554432000 4194304 5683644 140735222750976 18446744073709551615 228134537649 0 0 16781312 2 18446604450864669824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.41
Current children cumulated vsize (KiB) 5002472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23254 and gives
#  childrusage.ru_utime.tv_sec=190
#  childrusage.ru_utime.tv_usec=895979
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=360945
# CPU time returned by wait4() is 191.257
# while last known CPU time is 1300.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1300.41
CPU user time (s): 1298.8
CPU system time (s): 1.61
CPU usage (%): 100.027
Max. virtual memory (cumulated for all children) (KiB): 5002476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.896
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2841
involuntary context switches= 454

runsolver used 4.77927 second user time and 9.60954 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:36:38
IDJOB=3377299
IDBENCH=82608
IDSOLVER=1857
FILE ID=node138/3377299-1305452198
RUNJOBID= node138-1305452176-23156
PBS_JOBID= 13324862
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377299-1305452198/watcher-3377299-1305452198 -o /tmp/evaluation-result-3377299-1305452198/solver-3377299-1305452198 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377299-1305452198.cnf -seed 2006192735 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=2006192735

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28147896 kB
Buffers:        278804 kB
Cached:        4068428 kB
SwapCached:      18496 kB
Active:        1370472 kB
Inactive:      3196720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28147896 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:          138308 kB
Writeback:           0 kB
AnonPages:      213256 kB
Mapped:          16064 kB
Slab:           128796 kB
PageTables:      44680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41394000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73432 MiB
End job on node138 at 2011-05-15 11:58:20