Trace number 3377628

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.06 1300.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1554089933-067.UNKNOWN.cnf
MD5SUMfa2c840574747ca3ff8efe8a9137bb94
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/1.94	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/1.94	c INFO: solving HOME/instance-3377628-1307741600.cnf
0.34/1.94	c INFO: computing task features
0.34/1.95	c INFO: computed variable-clause graph statistics
0.34/1.95	c INFO: computed clause balance statistics
0.34/1.99	c INFO: computed variable balance statistics
0.42/2.03	c INFO: computed small-clause counts
0.42/2.03	c INFO: computed Horn-clause counts
0.42/2.03	c INFO: computed variable graph statistics
0.42/2.03	c INFO: collected features for HOME/instance-3377628-1307741600.cnf in 0.08 s
0.42/2.04	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.57)
100.61/102.16	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
199.82/201.29	c INFO: running march_hi@0 for 2200 with 2200 remaining (b = 0.69)

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.1 (svn: 988)

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-3377628-1307741600/watcher-3377628-1307741600 -o /tmp/evaluation-result-3377628-1307741600/solver-3377628-1307741600 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377628-1307741600.cnf -seed 1772589216 -budget 2400 

running on 2 cores: 5,7

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: 0.37 0.08 0.03 4/198 17536
/proc/meminfo: memFree=31276528/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=15080 CPUtime=0 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 649 0 0 0 0 0 0 0 25 0 1 0 866575411 15441920 544 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/17536/statm: 3770 544 312 364 0 257 0

[startup+0.016572 s]
/proc/loadavg: 0.37 0.08 0.03 4/198 17536
/proc/meminfo: memFree=31276528/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=15184 CPUtime=0 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 866575411 15548416 603 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/17536/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100555 s]
/proc/loadavg: 0.37 0.08 0.03 4/198 17536
/proc/meminfo: memFree=31276528/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=16392 CPUtime=0.01 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 1153 0 0 0 1 0 0 0 25 0 1 0 866575411 16785408 1018 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/17536/statm: 4098 1018 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.300508 s]
/proc/loadavg: 0.37 0.08 0.03 4/198 17536
/proc/meminfo: memFree=31276528/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=99372 CPUtime=0.07 cores=5,7
/proc/17536/stat : 17536 (python) R 17534 17536 17208 0 -1 4202496 2866 0 0 0 5 2 0 0 17 0 1 0 866575411 101756928 2564 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 0 0 0 17 7 0 0 0
/proc/17536/statm: 24843 2564 818 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99372

[startup+0.700448 s]
/proc/loadavg: 0.37 0.08 0.03 4/198 17536
/proc/meminfo: memFree=31276528/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=115424 CPUtime=0.1 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 3594 0 0 0 7 3 0 0 15 0 1 0 866575411 118194176 3235 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/17536/statm: 28856 3235 889 364 0 2357 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 115424

[startup+1.50032 s]
/proc/loadavg: 0.58 0.13 0.04 5/200 17538
/proc/meminfo: memFree=31264640/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=135744 CPUtime=0.2 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 5998 931 1 0 15 5 0 0 15 0 1 0 866575411 139001856 4160 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/17536/statm: 33936 4160 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135744

[startup+3.10102 s]
/proc/loadavg: 0.58 0.13 0.04 5/202 17544
/proc/meminfo: memFree=31252356/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=288884 CPUtime=0.46 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 9806 931 1 0 37 9 0 0 17 0 2 0 866575411 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 72221 7084 1867 364 0 8139 0
[pid=17542] ppid=17536 vsize=278640 CPUtime=0 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 866575615 285327360 5567 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636623 0 0 16781312 514 3101828134245204228 0 0 17 7 0 0 0
/proc/17542/statm: 69660 5567 354 364 0 5578 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=1.05 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) R 17542 17544 17544 0 -1 4202496 446 0 0 0 105 0 0 0 22 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545190 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=288884 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 866575616 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1585324
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 0.86 0.19 0.06 5/202 17544
/proc/meminfo: memFree=31251008/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=288884 CPUtime=0.46 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 9806 931 1 0 37 9 0 0 17 0 2 0 866575411 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 72221 7084 1867 364 0 8139 0
[pid=17542] ppid=17536 vsize=278640 CPUtime=0 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 962 0 0 0 0 0 0 0 18 0 1 0 866575615 285327360 5594 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636623 0 0 16781312 514 3101828134245204228 0 0 17 7 0 0 0
/proc/17542/statm: 69660 5594 381 364 0 5578 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=4.25 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) R 17542 17544 17544 0 -1 4202496 446 0 0 0 425 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134525408 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=288884 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 866575616 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1585324
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 1.03 0.24 0.08 4/193 17569
/proc/meminfo: memFree=31311260/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=288884 CPUtime=0.46 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 9806 931 1 0 37 9 0 0 17 0 2 0 866575411 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 72221 7084 1867 364 0 8139 0
[pid=17542] ppid=17536 vsize=278640 CPUtime=0 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 866575615 285327360 5595 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636623 0 0 16781312 514 8420746140764307716 0 0 17 7 0 0 0
/proc/17542/statm: 69660 5595 382 364 0 5578 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=10.65 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) R 17542 17544 17544 0 -1 4202496 446 0 0 0 1065 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134546940 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=288884 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 866575616 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 1585324

[startup+25.5011 s]
/proc/loadavg: 1.49 0.36 0.12 4/193 17570
/proc/meminfo: memFree=31312184/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=288884 CPUtime=0.46 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 9806 931 1 0 37 9 0 0 17 0 2 0 866575411 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 72221 7084 1867 364 0 8139 0
[pid=17542] ppid=17536 vsize=278640 CPUtime=0.02 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 866575615 285327360 5595 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636623 0 0 16781312 514 8420746140764307716 0 0 17 7 0 0 0
/proc/17542/statm: 69660 5595 382 364 0 5578 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=23.45 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) R 17542 17544 17544 0 -1 4202496 446 0 0 0 2345 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=288884 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 866575616 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.93
Current children cumulated vsize (KiB) 1585324

[startup+51.1005 s]
/proc/loadavg: 2.16 0.63 0.22 4/193 17570
/proc/meminfo: memFree=31313104/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=288884 CPUtime=0.46 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 9806 931 1 0 37 9 0 0 17 0 2 0 866575411 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 72221 7084 1867 364 0 8139 0
[pid=17542] ppid=17536 vsize=278640 CPUtime=0.05 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 983 0 0 0 3 2 0 0 18 0 1 0 866575615 285327360 5595 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636623 0 0 16781312 514 8420746140764307716 0 0 17 7 0 0 0
/proc/17542/statm: 69660 5595 382 364 0 5578 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=49.05 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) R 17542 17544 17544 0 -1 4202496 446 0 0 0 4905 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134525379 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=288884 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 866575616 295817216 7084 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 1585324

[startup+102.308 s]
/proc/loadavg: 2.63 0.99 0.36 4/205 17584
/proc/meminfo: memFree=31295660/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=299612 CPUtime=0.47 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 10681 931 1 0 38 9 0 0 20 0 3 0 866575411 306802688 7234 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 74903 7234 1878 364 0 10818 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7
/proc/17542/task/17581/stat : 17581 (python) S 17536 17536 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866585626 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604462224828480 0 0 -1 5 0 0 0
[pid=17582] ppid=17536 vsize=289368 CPUtime=0 cores=5,7
/proc/17582/stat : 17582 (python) S 17536 17536 17208 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 866585627 296312832 5700 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636678 0 0 16781312 514 4442820278149447679 0 0 17 7 0 0 0
/proc/17582/statm: 72342 5700 348 364 0 8257 0
[pid=17584] ppid=17582 vsize=1017800 CPUtime=0.13 cores=5,7
/proc/17584/stat : 17584 (gnovelty+2) R 17582 17584 17584 0 -1 4202496 444 0 0 0 13 0 0 0 21 0 1 0 866585628 1042227200 182 33554432000 134512640 135663704 4286889952 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17584/statm: 254450 182 113 282 0 254166 0
[pid=17536/tid=17543] ppid=17534 vsize=299612 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 3 0 866575616 306802688 7234 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
[pid=17536/tid=17583] ppid=17534 vsize=299612 CPUtime=0 cores=5,7
/proc/17536/task/17583/stat : 17583 (python) S 17534 17536 17208 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 866585628 306802688 7234 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 2913464

[startup+162.301 s]
/proc/loadavg: 2.86 1.35 0.52 4/205 17585
/proc/meminfo: memFree=31285584/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=299612 CPUtime=0.47 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 10681 931 1 0 38 9 0 0 20 0 3 0 866575411 306802688 7234 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17536/statm: 74903 7234 1878 364 0 10818 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7

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

[startup+1122.3 s]
/proc/loadavg: 2.04 2.18 1.73 3/201 17670
/proc/meminfo: memFree=31104392/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=309480 CPUtime=0.48 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 11516 931 1 0 39 9 0 0 20 0 4 0 866575411 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17536/statm: 77370 7158 1880 364 0 13282 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7
/proc/17542/task/17581/stat : 17581 (python) S 17536 17536 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866585626 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604462224828480 0 0 -1 5 0 0 0
[pid=17582] ppid=17536 vsize=289368 CPUtime=0.11 cores=5,7
/proc/17582/stat : 17582 (python) S 17536 17536 17208 0 -1 4202560 1077 0 0 0 6 5 0 0 18 0 2 0 866585627 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17582/statm: 72342 5753 400 364 0 8257 0
[pid=17584] ppid=17582 vsize=1017800 CPUtime=99.11 cores=5,7
/proc/17584/stat : 17584 (gnovelty+2) T 17582 17584 17584 0 -1 4202496 444 0 0 0 9911 0 0 0 25 0 1 0 866585628 1042227200 182 33554432000 134512640 135663704 4286889952 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17584/statm: 254450 182 113 282 0 254166 0
[pid=17582/tid=17591] ppid=17536 vsize=289368 CPUtime=0 cores=5,7
/proc/17582/task/17591/stat : 17591 (python) S 17536 17536 17208 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 866595539 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604471126987136 0 0 -1 5 0 0 0
[pid=17592] ppid=17536 vsize=299236 CPUtime=1.21 cores=5,7
/proc/17592/stat : 17592 (python) S 17536 17536 17208 0 -1 4202560 979 0 0 0 62 59 0 0 15 0 1 0 866595540 306417664 5645 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636678 0 0 16781312 514 5626091052461949192 0 0 17 7 0 0 0
/proc/17592/statm: 74809 5645 371 364 0 10721 0
[pid=17594] ppid=17592 vsize=167852 CPUtime=921.02 cores=5,7
/proc/17594/stat : 17594 (march_hi) R 17592 17594 17594 0 -1 4202496 29961 0 0 0 92096 6 0 0 25 0 1 0 866595540 171880448 29697 33554432000 4194304 4955518 140736579179488 18446744073709551615 4227044 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17594/statm: 41963 29697 104 186 0 41776 0
[pid=17536/tid=17543] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 4 0 866575616 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
[pid=17536/tid=17583] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17583/stat : 17583 (python) S 17534 17536 17208 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 866585628 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
[pid=17536/tid=17593] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17593/stat : 17593 (python) S 17534 17536 17208 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 866595540 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.14
Current children cumulated vsize (KiB) 3390420

[startup+1182.3 s]
/proc/loadavg: 2.01 2.14 1.75 3/201 17671
/proc/meminfo: memFree=31089472/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=309480 CPUtime=0.48 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 11516 931 1 0 39 9 0 0 20 0 4 0 866575411 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17536/statm: 77370 7158 1880 364 0 13282 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7
/proc/17542/task/17581/stat : 17581 (python) S 17536 17536 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866585626 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604462224828480 0 0 -1 5 0 0 0
[pid=17582] ppid=17536 vsize=289368 CPUtime=0.11 cores=5,7
/proc/17582/stat : 17582 (python) S 17536 17536 17208 0 -1 4202560 1077 0 0 0 6 5 0 0 18 0 2 0 866585627 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17582/statm: 72342 5753 400 364 0 8257 0
[pid=17584] ppid=17582 vsize=1017800 CPUtime=99.11 cores=5,7
/proc/17584/stat : 17584 (gnovelty+2) T 17582 17584 17584 0 -1 4202496 444 0 0 0 9911 0 0 0 25 0 1 0 866585628 1042227200 182 33554432000 134512640 135663704 4286889952 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17584/statm: 254450 182 113 282 0 254166 0
[pid=17582/tid=17591] ppid=17536 vsize=289368 CPUtime=0 cores=5,7
/proc/17582/task/17591/stat : 17591 (python) S 17536 17536 17208 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 866595539 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604471126987136 0 0 -1 5 0 0 0
[pid=17592] ppid=17536 vsize=299236 CPUtime=1.28 cores=5,7
/proc/17592/stat : 17592 (python) S 17536 17536 17208 0 -1 4202560 979 0 0 0 66 62 0 0 15 0 1 0 866595540 306417664 5645 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636678 0 0 16781312 514 8420746140764307720 0 0 17 7 0 0 0
/proc/17592/statm: 74809 5645 371 364 0 10721 0
[pid=17594] ppid=17592 vsize=167852 CPUtime=981.02 cores=5,7
/proc/17594/stat : 17594 (march_hi) R 17592 17594 17594 0 -1 4202496 31822 0 0 0 98096 6 0 0 25 0 1 0 866595540 171880448 31558 33554432000 4194304 4955518 140736579179488 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17594/statm: 41963 31558 104 186 0 41776 0
[pid=17536/tid=17543] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 4 0 866575616 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
[pid=17536/tid=17583] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17583/stat : 17583 (python) S 17534 17536 17208 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 866585628 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
[pid=17536/tid=17593] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17593/stat : 17593 (python) S 17534 17536 17208 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 866595540 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 3390420

[startup+1242.3 s]
/proc/loadavg: 2.00 2.12 1.76 3/201 17673
/proc/meminfo: memFree=31075288/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=309480 CPUtime=0.48 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 11516 931 1 0 39 9 0 0 20 0 4 0 866575411 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17536/statm: 77370 7158 1880 364 0 13282 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7
/proc/17542/task/17581/stat : 17581 (python) S 17536 17536 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866585626 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604462224828480 0 0 -1 5 0 0 0
[pid=17582] ppid=17536 vsize=289368 CPUtime=0.11 cores=5,7
/proc/17582/stat : 17582 (python) S 17536 17536 17208 0 -1 4202560 1077 0 0 0 6 5 0 0 18 0 2 0 866585627 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17582/statm: 72342 5753 400 364 0 8257 0
[pid=17584] ppid=17582 vsize=1017800 CPUtime=99.11 cores=5,7
/proc/17584/stat : 17584 (gnovelty+2) T 17582 17584 17584 0 -1 4202496 444 0 0 0 9911 0 0 0 25 0 1 0 866585628 1042227200 182 33554432000 134512640 135663704 4286889952 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17584/statm: 254450 182 113 282 0 254166 0
[pid=17582/tid=17591] ppid=17536 vsize=289368 CPUtime=0 cores=5,7
/proc/17582/task/17591/stat : 17591 (python) S 17536 17536 17208 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 866595539 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604471126987136 0 0 -1 5 0 0 0
[pid=17592] ppid=17536 vsize=299236 CPUtime=1.35 cores=5,7
/proc/17592/stat : 17592 (python) S 17536 17536 17208 0 -1 4202560 980 0 0 0 70 65 0 0 15 0 1 0 866595540 306417664 5645 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636678 0 0 16781312 514 8420746140764307720 0 0 17 7 0 0 0
/proc/17592/statm: 74809 5645 371 364 0 10721 0
[pid=17594] ppid=17592 vsize=167852 CPUtime=1041.02 cores=5,7
/proc/17594/stat : 17594 (march_hi) R 17592 17594 17594 0 -1 4202496 33522 0 0 0 104096 6 0 0 25 0 1 0 866595540 171880448 33258 33554432000 4194304 4955518 140736579179488 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17594/statm: 41963 33259 104 186 0 41776 0
[pid=17536/tid=17543] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 4 0 866575616 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
[pid=17536/tid=17583] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17583/stat : 17583 (python) S 17534 17536 17208 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 866585628 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
[pid=17536/tid=17593] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17593/stat : 17593 (python) S 17534 17536 17208 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 866595540 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 3390420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.78 2.04 1.75 2/183 17700
/proc/meminfo: memFree=31283860/32951124 swapFree=67057920/67111528
[pid=17536] ppid=17534 vsize=309480 CPUtime=0.48 cores=5,7
/proc/17536/stat : 17536 (python) S 17534 17536 17208 0 -1 4202496 11516 931 1 0 39 9 0 0 20 0 4 0 866575411 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17536/statm: 77370 7158 1880 364 0 13282 0
[pid=17542] ppid=17536 vsize=288884 CPUtime=0.11 cores=5,7
/proc/17542/stat : 17542 (python) S 17536 17536 17208 0 -1 4202560 1146 0 0 0 6 5 0 0 19 0 2 0 866575615 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17542/statm: 72221 5633 415 364 0 8139 0
[pid=17544] ppid=17542 vsize=1017800 CPUtime=100.1 cores=5,7
/proc/17544/stat : 17544 (gnovelty+2) T 17542 17544 17544 0 -1 4202496 446 0 0 0 10010 0 0 0 25 0 1 0 866575616 1042227200 181 33554432000 134512640 135663704 4289735008 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17544/statm: 254450 181 113 282 0 254166 0
[pid=17542/tid=17581] ppid=17536 vsize=288884 CPUtime=0 cores=5,7
/proc/17542/task/17581/stat : 17581 (python) S 17536 17536 17208 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 866585626 295817216 5633 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604462224828480 0 0 -1 5 0 0 0
[pid=17582] ppid=17536 vsize=289368 CPUtime=0.11 cores=5,7
/proc/17582/stat : 17582 (python) S 17536 17536 17208 0 -1 4202560 1077 0 0 0 6 5 0 0 18 0 2 0 866585627 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17582/statm: 72342 5753 400 364 0 8257 0
[pid=17584] ppid=17582 vsize=1017800 CPUtime=99.11 cores=5,7
/proc/17584/stat : 17584 (gnovelty+2) T 17582 17584 17584 0 -1 4202496 444 0 0 0 9911 0 0 0 25 0 1 0 866585628 1042227200 182 33554432000 134512640 135663704 4286889952 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17584/statm: 254450 182 113 282 0 254166 0
[pid=17582/tid=17591] ppid=17536 vsize=289368 CPUtime=0 cores=5,7
/proc/17582/task/17591/stat : 17591 (python) S 17536 17536 17208 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 866595539 296312832 5753 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 514 18446604471126987136 0 0 -1 5 0 0 0
[pid=17592] ppid=17536 vsize=299236 CPUtime=1.42 cores=5,7
/proc/17592/stat : 17592 (python) S 17536 17536 17208 0 -1 4202560 980 0 0 0 74 68 0 0 15 0 1 0 866595540 306417664 5645 33554432000 4194304 5683644 140734427328848 18446744073709551615 254261636678 0 0 16781312 514 8420746140764307720 0 0 17 7 0 0 0
/proc/17592/statm: 74809 5645 371 364 0 10721 0
[pid=17594] ppid=17592 vsize=167852 CPUtime=1098.73 cores=5,7
/proc/17594/stat : 17594 (march_hi) R 17592 17594 17594 0 -1 4202496 35135 0 0 0 109866 7 0 0 25 0 1 0 866595540 171880448 34871 33554432000 4194304 4955518 140736579179488 18446744073709551615 4238703 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17594/statm: 41963 34871 104 186 0 41776 0
[pid=17536/tid=17543] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17543/stat : 17543 (python) S 17534 17536 17208 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 4 0 866575616 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 7 0 0 0
[pid=17536/tid=17583] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17583/stat : 17583 (python) S 17534 17536 17208 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 866585628 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
[pid=17536/tid=17593] ppid=17534 vsize=309480 CPUtime=0 cores=5,7
/proc/17536/task/17593/stat : 17593 (python) S 17534 17536 17208 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 866595540 316907520 7158 33554432000 4194304 5683644 140734427328848 18446744073709551615 254273440177 0 0 16781312 2 18446604471117035328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 3390420

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 17536 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=398939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 0.500923
# while last known CPU time is 1300.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.12
CPU system time (s): 0.94
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3390420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.398939
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12447
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= 980
involuntary context switches= 20

runsolver used 2.05869 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-10 23:33:20
IDJOB=3377628
IDBENCH=82937
IDSOLVER=1857
FILE ID=node140/3377628-1307741600
RUNJOBID= node140-1307741579-17229
PBS_JOBID= 13550760
Free space on /tmp= 73716 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1554089933-067.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-3377628-1307741600/watcher-3377628-1307741600 -o /tmp/evaluation-result-3377628-1307741600/solver-3377628-1307741600 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377628-1307741600.cnf -seed 1772589216 -budget 2400

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

MD5SUM BENCH= fa2c840574747ca3ff8efe8a9137bb94
RANDOM SEED=1772589216

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      31277204 kB
Buffers:        255648 kB
Cached:        1114140 kB
SwapCached:       7060 kB
Active:         779116 kB
Inactive:       686132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31277204 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          130464 kB
Writeback:           0 kB
AnonPages:       93716 kB
Mapped:          20672 kB
Slab:           139144 kB
PageTables:       8768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3484968 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= 73776 MiB
End job on node140 at 2011-06-10 23:55:03