Trace number 3377730

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) 1301.08 1300.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1124205008-074.UNKNOWN.cnf
MD5SUM7363c9bb5019132082aeb3e4836ce4d1
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.49	c INFO: solving HOME/instance-3377730-1305457525.cnf
0.29/0.49	c INFO: computing task features
0.38/0.50	c INFO: computed variable-clause graph statistics
0.38/0.50	c INFO: computed clause balance statistics
0.38/0.55	c INFO: computed variable balance statistics
0.38/0.59	c INFO: computed small-clause counts
0.38/0.59	c INFO: computed Horn-clause counts
0.48/0.60	c INFO: computed variable graph statistics
0.48/0.60	c INFO: collected features for HOME/instance-3377730-1305457525.cnf in 0.11 s
0.48/0.61	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
99.08/98.94	c INFO: running march_hi@0 for 97 with 2301 remaining (b = 0.07)
200.02/199.52	c INFO: running gnovelty+2@0 for 97 with 2201 remaining (b = 0.08)
300.30/299.85	c INFO: running march_hi@100 for 2100 with 2100 remaining (b = 0.61)

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-3377730-1305457525/watcher-3377730-1305457525 -o /tmp/evaluation-result-3377730-1305457525/solver-3377730-1305457525 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377730-1305457525.cnf -seed 144923498 -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: 3.30 3.86 3.66 3/432 20309
/proc/meminfo: memFree=17180728/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=11796 CPUtime=0 cores=5,7
/proc/20309/stat : 20309 (runsolver) R 20307 20309 17657 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 735983192 12079104 49 33554432000 4194304 5432360 140735137072512 18446744073709551615 4881623 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/20309/statm: 2949 49 30 303 0 2643 0

[startup+0.0186631 s]
/proc/loadavg: 3.30 3.86 3.66 3/432 20309
/proc/meminfo: memFree=17180728/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=15080 CPUtime=0 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 614 0 0 0 0 0 0 0 18 0 1 0 735983192 15441920 512 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/20309/statm: 3771 514 301 364 0 258 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100688 s]
/proc/loadavg: 3.30 3.86 3.66 3/432 20309
/proc/meminfo: memFree=17180728/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=85616 CPUtime=0.06 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 2627 0 0 0 4 2 0 0 17 0 1 0 735983192 87670784 2347 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/20309/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.300635 s]
/proc/loadavg: 3.30 3.86 3.66 3/432 20309
/proc/meminfo: memFree=17180728/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=135892 CPUtime=0.21 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 6066 930 1 0 15 6 0 0 17 0 1 0 735983192 139153408 4189 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/20309/statm: 33973 4189 1032 364 0 3159 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135892

[startup+0.700584 s]
/proc/loadavg: 3.30 3.86 3.66 3/432 20309
/proc/meminfo: memFree=17180728/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 288864

[startup+1.5004 s]
/proc/loadavg: 3.30 3.86 3.66 4/431 20346
/proc/meminfo: memFree=17230700/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 735983253 285306880 5574 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 1214266286272413695 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5574 354 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=0.88 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 88 0 0 0 21 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1585420

[startup+3.10117 s]
/proc/loadavg: 3.30 3.86 3.66 5/446 20373
/proc/meminfo: memFree=17115824/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 735983253 285306880 5574 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 1214266286272381188 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5574 354 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=2.48 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 248 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1585420

[startup+6.30063 s]
/proc/loadavg: 3.35 3.86 3.66 4/440 20409
/proc/meminfo: memFree=17135464/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0.01 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 976 0 0 0 0 1 0 0 18 0 1 0 735983253 285306880 5602 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 1214266286272381188 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5602 382 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=5.68 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 568 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1585420

[startup+12.7006 s]
/proc/loadavg: 3.64 3.91 3.68 5/446 20479
/proc/meminfo: memFree=17110632/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0.03 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 992 0 0 0 1 2 0 0 18 0 1 0 735983253 285306880 5611 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 2662682910938595588 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5611 391 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=12.08 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 1208 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1585420

[startup+25.5004 s]
/proc/loadavg: 3.88 3.95 3.70 5/446 20552
/proc/meminfo: memFree=17110564/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0.06 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 996 0 0 0 3 3 0 0 18 0 1 0 735983253 285306880 5611 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 2662682910938595588 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5611 391 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=24.88 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 2488 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1585420

[startup+51.1012 s]
/proc/loadavg: 4.00 3.97 3.71 5/446 20552
/proc/meminfo: memFree=17110804/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=288864 CPUtime=0.5 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 9814 930 1 0 40 10 0 0 19 0 2 0 735983192 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 72216 7091 1867 364 0 8134 0
[pid=20336] ppid=20309 vsize=278620 CPUtime=0.14 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 1008 0 0 0 7 7 0 0 18 0 1 0 735983253 285306880 5611 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945935 0 0 16781312 514 2662682910938595588 0 0 17 7 0 0 0
/proc/20336/statm: 69655 5611 391 364 0 5573 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=50.48 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) R 20336 20338 20338 0 -1 4202496 460 0 0 0 5048 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20309/tid=20337] ppid=20307 vsize=288864 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 2 0 735983254 295796736 7091 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 1585420

[startup+102.317 s]
/proc/loadavg: 4.05 3.99 3.73 5/458 20566
/proc/meminfo: memFree=17095624/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=299668 CPUtime=0.51 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 10654 930 1 0 41 10 0 0 19 0 3 0 735983192 306860032 7240 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 74917 7240 1870 364 0 10832 0
[pid=20336] ppid=20309 vsize=288864 CPUtime=0.31 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 1164 0 0 0 16 15 0 0 19 0 2 0 735983253 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20336/statm: 72216 5649 424 364 0 8134 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=98.31 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) T 20336 20338 20338 0 -1 4202496 460 0 0 0 9831 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20336/tid=20555] ppid=20309 vsize=288864 CPUtime=0 cores=5,7
/proc/20336/task/20555/stat : 20555 (python) S 20309 20309 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735993085 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604466080313536 0 0 -1 7 0 0 0
[pid=20556] ppid=20309 vsize=289424 CPUtime=0 cores=5,7
/proc/20556/stat : 20556 (python) S 20309 20309 17657 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 735993087 296370176 5714 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945990 0 0 16781312 514 18123228174694187268 0 0 17 7 0 0 0
/proc/20556/statm: 72356 5714 348 364 0 8271 0
[pid=20558] ppid=20556 vsize=3408 CPUtime=3.36 cores=5,7
/proc/20558/stat : 20558 (march_hi) R 20556 20558 20558 0 -1 4202496 884 0 0 0 336 0 0 0 25 0 1 0 735993087 3489792 621 33554432000 4194304 4955518 140736618868320 18446744073709551615 4263536 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20558/statm: 852 621 104 186 0 665 0
[pid=20309/tid=20337] ppid=20307 vsize=299668 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 3 0 735983254 306860032 7240 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20557] ppid=20307 vsize=299668 CPUtime=0 cores=5,7
/proc/20309/task/20557/stat : 20557 (python) S 20307 20309 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 3 0 735993087 306860032 7240 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 1899300

[startup+162.301 s]
/proc/loadavg: 4.15 4.02 3.75 5/462 20570
/proc/meminfo: memFree=17071864/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=299668 CPUtime=0.51 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 10654 930 1 0 41 10 0 0 19 0 3 0 735983192 306860032 7240 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/20309/statm: 74917 7240 1870 364 0 10832 0
[pid=20336] ppid=20309 vsize=288864 CPUtime=0.31 cores=5,7

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

/proc/20336/statm: 72216 5649 424 364 0 8134 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=98.31 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) T 20336 20338 20338 0 -1 4202496 460 0 0 0 9831 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20336/tid=20555] ppid=20309 vsize=288864 CPUtime=0 cores=5,7
/proc/20336/task/20555/stat : 20555 (python) S 20309 20309 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735993085 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604466080313536 0 0 -1 7 0 0 0
[pid=20556] ppid=20309 vsize=289424 CPUtime=3.12 cores=5,7
/proc/20556/stat : 20556 (python) S 20309 20309 17657 0 -1 4202560 1142 0 0 0 169 143 0 0 16 0 2 0 735993087 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20556/statm: 72356 5767 400 364 0 8271 0
[pid=20558] ppid=20556 vsize=176772 CPUtime=920.7 cores=5,7
/proc/20558/stat : 20558 (march_hi) R 20556 20558 20558 0 -1 4202496 33744 0 0 0 92065 5 0 0 25 0 1 0 735993087 181014528 33481 33554432000 4194304 4955518 140736618868320 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20558/statm: 44193 33481 104 186 0 44006 0
[pid=20556/tid=20573] ppid=20309 vsize=289424 CPUtime=0 cores=5,7
/proc/20556/task/20573/stat : 20573 (python) S 20309 20309 17657 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 736003143 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604463837255808 0 0 -1 5 0 0 0
[pid=20574] ppid=20309 vsize=299380 CPUtime=0.31 cores=5,7
/proc/20574/stat : 20574 (python) S 20309 20309 17657 0 -1 4202560 1086 0 0 0 17 14 0 0 19 0 2 0 736003145 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20574/statm: 74845 5679 400 364 0 10757 0
[pid=20576] ppid=20574 vsize=1017936 CPUtime=100 cores=5,7
/proc/20576/stat : 20576 (gnovelty+2) T 20574 20576 20576 0 -1 4202496 460 0 0 0 10000 0 0 0 25 0 1 0 736003145 1042366464 196 33554432000 134512640 135663704 4291744512 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20576/statm: 254484 196 113 282 0 254200 0
[pid=20574/tid=20657] ppid=20309 vsize=299380 CPUtime=0 cores=5,7
/proc/20574/task/20657/stat : 20657 (python) S 20309 20309 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736013176 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 7 0 0 0
[pid=20309/tid=20337] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 4 0 735983254 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20557] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20557/stat : 20557 (python) S 20307 20309 17657 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 4 0 735993087 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20575] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20575/stat : 20575 (python) S 20307 20309 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 736003145 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.29
Current children cumulated vsize (KiB) 3400476

[startup+1182.3 s]
/proc/loadavg: 3.26 3.82 3.86 5/483 20752
/proc/meminfo: memFree=16797172/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=310164 CPUtime=0.54 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 12065 930 1 0 43 11 0 0 18 0 4 0 735983192 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20309/statm: 77541 7297 1880 364 0 13453 0
[pid=20336] ppid=20309 vsize=288864 CPUtime=0.31 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 1164 0 0 0 16 15 0 0 19 0 2 0 735983253 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20336/statm: 72216 5649 424 364 0 8134 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=98.31 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) T 20336 20338 20338 0 -1 4202496 460 0 0 0 9831 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20336/tid=20555] ppid=20309 vsize=288864 CPUtime=0 cores=5,7
/proc/20336/task/20555/stat : 20555 (python) S 20309 20309 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735993085 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604466080313536 0 0 -1 7 0 0 0
[pid=20556] ppid=20309 vsize=289424 CPUtime=3.32 cores=5,7
/proc/20556/stat : 20556 (python) S 20309 20309 17657 0 -1 4202560 1142 0 0 0 181 151 0 0 16 0 2 0 735993087 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20556/statm: 72356 5767 400 364 0 8271 0
[pid=20558] ppid=20556 vsize=176772 CPUtime=980.58 cores=5,7
/proc/20558/stat : 20558 (march_hi) R 20556 20558 20558 0 -1 4202496 35730 0 0 0 98052 6 0 0 25 0 1 0 735993087 181014528 35467 33554432000 4194304 4955518 140736618868320 18446744073709551615 4263652 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20558/statm: 44193 35467 104 186 0 44006 0
[pid=20556/tid=20573] ppid=20309 vsize=289424 CPUtime=0 cores=5,7
/proc/20556/task/20573/stat : 20573 (python) S 20309 20309 17657 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 736003143 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604463837255808 0 0 -1 5 0 0 0
[pid=20574] ppid=20309 vsize=299380 CPUtime=0.31 cores=5,7
/proc/20574/stat : 20574 (python) S 20309 20309 17657 0 -1 4202560 1086 0 0 0 17 14 0 0 19 0 2 0 736003145 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20574/statm: 74845 5679 400 364 0 10757 0
[pid=20576] ppid=20574 vsize=1017936 CPUtime=100 cores=5,7
/proc/20576/stat : 20576 (gnovelty+2) T 20574 20576 20576 0 -1 4202496 460 0 0 0 10000 0 0 0 25 0 1 0 736003145 1042366464 196 33554432000 134512640 135663704 4291744512 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20576/statm: 254484 196 113 282 0 254200 0
[pid=20574/tid=20657] ppid=20309 vsize=299380 CPUtime=0 cores=5,7
/proc/20574/task/20657/stat : 20657 (python) S 20309 20309 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736013176 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 7 0 0 0
[pid=20309/tid=20337] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 4 0 735983254 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20557] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20557/stat : 20557 (python) S 20307 20309 17657 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 4 0 735993087 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20575] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20575/stat : 20575 (python) S 20307 20309 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 736003145 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.37
Current children cumulated vsize (KiB) 3400476

[startup+1242.3 s]
/proc/loadavg: 3.22 3.70 3.82 4/483 20754
/proc/meminfo: memFree=16774420/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=310164 CPUtime=0.54 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 12065 930 1 0 43 11 0 0 18 0 4 0 735983192 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20309/statm: 77541 7297 1880 364 0 13453 0
[pid=20336] ppid=20309 vsize=288864 CPUtime=0.31 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 1164 0 0 0 16 15 0 0 19 0 2 0 735983253 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20336/statm: 72216 5649 424 364 0 8134 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=98.31 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) T 20336 20338 20338 0 -1 4202496 460 0 0 0 9831 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20336/tid=20555] ppid=20309 vsize=288864 CPUtime=0 cores=5,7
/proc/20336/task/20555/stat : 20555 (python) S 20309 20309 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735993085 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604466080313536 0 0 -1 7 0 0 0
[pid=20556] ppid=20309 vsize=289424 CPUtime=3.51 cores=5,7
/proc/20556/stat : 20556 (python) S 20309 20309 17657 0 -1 4202560 1142 0 0 0 192 159 0 0 15 0 2 0 735993087 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20556/statm: 72356 5767 400 364 0 8271 0
[pid=20558] ppid=20556 vsize=176772 CPUtime=1040.38 cores=5,7
/proc/20558/stat : 20558 (march_hi) R 20556 20558 20558 0 -1 4202496 37704 0 0 0 104032 6 0 0 25 0 1 0 735993087 181014528 37441 33554432000 4194304 4955518 140736618868320 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20558/statm: 44193 37441 104 186 0 44006 0
[pid=20556/tid=20573] ppid=20309 vsize=289424 CPUtime=0 cores=5,7
/proc/20556/task/20573/stat : 20573 (python) S 20309 20309 17657 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 736003143 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604463837255808 0 0 -1 5 0 0 0
[pid=20574] ppid=20309 vsize=299380 CPUtime=0.31 cores=5,7
/proc/20574/stat : 20574 (python) S 20309 20309 17657 0 -1 4202560 1086 0 0 0 17 14 0 0 19 0 2 0 736003145 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20574/statm: 74845 5679 400 364 0 10757 0
[pid=20576] ppid=20574 vsize=1017936 CPUtime=100 cores=5,7
/proc/20576/stat : 20576 (gnovelty+2) T 20574 20576 20576 0 -1 4202496 460 0 0 0 10000 0 0 0 25 0 1 0 736003145 1042366464 196 33554432000 134512640 135663704 4291744512 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20576/statm: 254484 196 113 282 0 254200 0
[pid=20574/tid=20657] ppid=20309 vsize=299380 CPUtime=0 cores=5,7
/proc/20574/task/20657/stat : 20657 (python) S 20309 20309 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736013176 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 7 0 0 0
[pid=20309/tid=20337] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 4 0 735983254 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20557] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20557/stat : 20557 (python) S 20307 20309 17657 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 4 0 735993087 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20575] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20575/stat : 20575 (python) S 20307 20309 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 736003145 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.36
Current children cumulated vsize (KiB) 3400476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.27 3.62 3.78 5/483 20756
/proc/meminfo: memFree=16753184/32951124 swapFree=45193364/67111528
[pid=20309] ppid=20307 vsize=310164 CPUtime=0.54 cores=5,7
/proc/20309/stat : 20309 (python) S 20307 20309 17657 0 -1 4202496 12065 930 1 0 43 11 0 0 18 0 4 0 735983192 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20309/statm: 77541 7297 1880 364 0 13453 0
[pid=20336] ppid=20309 vsize=288864 CPUtime=0.31 cores=5,7
/proc/20336/stat : 20336 (python) S 20309 20309 17657 0 -1 4202560 1164 0 0 0 16 15 0 0 19 0 2 0 735983253 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20336/statm: 72216 5649 424 364 0 8134 0
[pid=20338] ppid=20336 vsize=1017936 CPUtime=98.31 cores=5,7
/proc/20338/stat : 20338 (gnovelty+2) T 20336 20338 20338 0 -1 4202496 460 0 0 0 9831 0 0 0 25 0 1 0 735983254 1042366464 196 33554432000 134512640 135663704 4288244720 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20338/statm: 254484 196 113 282 0 254200 0
[pid=20336/tid=20555] ppid=20309 vsize=288864 CPUtime=0 cores=5,7
/proc/20336/task/20555/stat : 20555 (python) S 20309 20309 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735993085 295796736 5649 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604466080313536 0 0 -1 7 0 0 0
[pid=20556] ppid=20309 vsize=289424 CPUtime=3.69 cores=5,7
/proc/20556/stat : 20556 (python) S 20309 20309 17657 0 -1 4202560 1142 0 0 0 201 168 0 0 15 0 2 0 735993087 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20556/statm: 72356 5767 400 364 0 8271 0
[pid=20558] ppid=20556 vsize=176904 CPUtime=1097.92 cores=5,7
/proc/20558/stat : 20558 (march_hi) R 20556 20558 20558 0 -1 4202496 39608 0 0 0 109785 7 0 0 25 0 1 0 735993087 181149696 39345 33554432000 4194304 4955518 140736618868320 18446744073709551615 4227617 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20558/statm: 44226 39345 104 186 0 44039 0
[pid=20556/tid=20573] ppid=20309 vsize=289424 CPUtime=0 cores=5,7
/proc/20556/task/20573/stat : 20573 (python) S 20309 20309 17657 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 736003143 296370176 5767 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604463837255808 0 0 -1 5 0 0 0
[pid=20574] ppid=20309 vsize=299380 CPUtime=0.31 cores=5,7
/proc/20574/stat : 20574 (python) S 20309 20309 17657 0 -1 4202560 1086 0 0 0 17 14 0 0 19 0 2 0 736003145 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20574/statm: 74845 5679 400 364 0 10757 0
[pid=20576] ppid=20574 vsize=1017936 CPUtime=100 cores=5,7
/proc/20576/stat : 20576 (gnovelty+2) T 20574 20576 20576 0 -1 4202496 460 0 0 0 10000 0 0 0 25 0 1 0 736003145 1042366464 196 33554432000 134512640 135663704 4291744512 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/20576/statm: 254484 196 113 282 0 254200 0
[pid=20574/tid=20657] ppid=20309 vsize=299380 CPUtime=0 cores=5,7
/proc/20574/task/20657/stat : 20657 (python) S 20309 20309 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736013176 306565120 5679 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 7 0 0 0
[pid=20309/tid=20337] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20337/stat : 20337 (python) S 20307 20309 17657 0 -1 4202560 29 930 0 0 0 0 0 0 19 0 4 0 735983254 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20557] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20557/stat : 20557 (python) S 20307 20309 17657 0 -1 4202560 28 930 0 0 0 0 0 0 18 0 4 0 735993087 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 7 0 0 0
[pid=20309/tid=20575] ppid=20307 vsize=310164 CPUtime=0 cores=5,7
/proc/20309/task/20575/stat : 20575 (python) S 20307 20309 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 736003145 317607936 7297 33554432000 4194304 5683644 140736295469408 18446744073709551615 224296749489 0 0 16781312 2 18446604470699605056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.08
Current children cumulated vsize (KiB) 3400608

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

Real time (s): 1300.04
CPU time (s): 1301.08
CPU user time (s): 1298.93
CPU system time (s): 2.15
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 3400612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.440932
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12996
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= 1397
involuntary context switches= 38

runsolver used 5.68513 second user time and 12.5751 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 13:05:25
IDJOB=3377730
IDBENCH=83039
IDSOLVER=1857
FILE ID=node118/3377730-1305457525
RUNJOBID= node118-1305457524-20200
PBS_JOBID= 13324868
Free space on /tmp= 73184 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1124205008-074.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-3377730-1305457525/watcher-3377730-1305457525 -o /tmp/evaluation-result-3377730-1305457525/solver-3377730-1305457525 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377730-1305457525.cnf -seed 144923498 -budget 2400

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

MD5SUM BENCH= 7363c9bb5019132082aeb3e4836ce4d1
RANDOM SEED=144923498

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17180884 kB
Buffers:        297748 kB
Cached:        4697116 kB
SwapCached:      22084 kB
Active:       12782892 kB
Inactive:      2658716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17180884 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:          126076 kB
Writeback:          68 kB
AnonPages:    10437496 kB
Mapped:          26804 kB
Slab:           161704 kB
PageTables:      99468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118360384 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= 73184 MiB
End job on node118 at 2011-05-15 13:27:07