Trace number 3377514

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.11 1300.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
MD5SUM6180decb1c46447c67f7e6e340e02857
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.28/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.47	c INFO: solving HOME/instance-3377514-1305453673.cnf
0.28/0.47	c INFO: computing task features
0.28/0.48	c INFO: computed variable-clause graph statistics
0.28/0.48	c INFO: computed clause balance statistics
0.36/0.53	c INFO: computed variable balance statistics
0.36/0.57	c INFO: computed small-clause counts
0.36/0.57	c INFO: computed Horn-clause counts
0.36/0.58	c INFO: computed variable graph statistics
0.36/0.58	c INFO: collected features for HOME/instance-3377514-1305453673.cnf in 0.10 s
0.36/0.59	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.58)
100.61/100.86	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.07)
200.93/201.14	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.63)

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.13 4.05 3.57 4/398 21876
/proc/meminfo: memFree=22236036/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=11796 CPUtime=0 cores=4,6
/proc/21876/stat : 21876 (runsolver) R 21874 21876 19943 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 735597827 12079104 49 33554432000 4194304 5432360 140734507160944 18446744073709551615 4267067 0 0 4096 24578 0 0 0 17 6 0 0 0
/proc/21876/statm: 2949 49 30 303 0 2643 0

[startup+0.066129 s]
/proc/loadavg: 4.13 4.05 3.57 4/398 21876
/proc/meminfo: memFree=22236036/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=30112 CPUtime=0.03 cores=4,6
/proc/21876/stat : 21876 (python) R 21874 21876 19943 0 -1 4202496 1514 0 0 0 3 0 0 0 25 0 1 0 735597827 30834688 1352 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21876/statm: 7528 1352 443 364 0 898 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30112

[startup+0.101125 s]
/proc/loadavg: 4.13 4.05 3.57 4/398 21876
/proc/meminfo: memFree=22236036/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=96948 CPUtime=0.05 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 2819 0 0 0 4 1 0 0 17 0 1 0 735597827 99274752 2523 33554432000 4194304 5683644 140733450738560 18446744073709551615 252453142151 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21876/statm: 24237 2523 792 364 0 1685 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 96948

[startup+0.301084 s]
/proc/loadavg: 4.13 4.05 3.57 4/398 21876
/proc/meminfo: memFree=22236036/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=157380 CPUtime=0.2 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 6598 934 1 0 15 5 0 0 17 0 1 0 735597827 161157120 4695 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21876/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 157380

[startup+0.70095 s]
/proc/loadavg: 4.13 4.05 3.57 4/398 21876
/proc/meminfo: memFree=22236036/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 288892

[startup+1.50081 s]
/proc/loadavg: 4.13 4.05 3.57 6/403 21888
/proc/meminfo: memFree=22211940/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735597887 285335552 5574 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 3907162952108605439 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5574 354 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=0.88 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 88 0 0 0 21 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1585476

[startup+3.10056 s]
/proc/loadavg: 4.20 4.06 3.58 5/403 21888
/proc/meminfo: memFree=22209708/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735597887 285335552 5574 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572930 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5574 354 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=2.48 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 248 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134525162 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1585476

[startup+6.30097 s]
/proc/loadavg: 4.20 4.06 3.58 5/396 21910
/proc/meminfo: memFree=22269724/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 985 0 0 0 0 0 0 0 18 0 1 0 735597887 285335552 5602 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 3907162952108572930 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5602 382 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=5.66 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 566 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 1585476

[startup+12.7008 s]
/proc/loadavg: 4.17 4.06 3.58 5/406 21931
/proc/meminfo: memFree=22203948/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0.02 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 987 0 0 0 1 1 0 0 18 0 1 0 735597887 285335552 5602 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 16878893269059076354 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5602 382 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=12.05 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 1205 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 1585476

[startup+25.5004 s]
/proc/loadavg: 4.14 4.06 3.58 5/406 21932
/proc/meminfo: memFree=22202472/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0.05 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 990 0 0 0 3 2 0 0 18 0 1 0 735597887 285335552 5602 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 16878893269059076354 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5602 382 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=24.82 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 2482 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134525541 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 1585476

[startup+51.1006 s]
/proc/loadavg: 4.09 4.05 3.59 5/410 21937
/proc/meminfo: memFree=22192168/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=288892 CPUtime=0.45 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 9812 934 1 0 38 7 0 0 19 0 2 0 735597827 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 72223 7091 1867 364 0 8141 0
[pid=21886] ppid=21876 vsize=278648 CPUtime=0.11 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1001 0 0 0 6 5 0 0 18 0 1 0 735597887 285335552 5602 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085903 0 0 16781312 514 16878893269059076354 0 0 17 4 0 0 0
/proc/21886/statm: 69662 5602 382 364 0 5580 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=50.35 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) R 21886 21888 21888 0 -1 4202496 460 0 0 0 5035 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134524644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=288892 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735597887 295825408 7091 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1585476

[startup+102.314 s]
/proc/loadavg: 4.04 4.04 3.61 5/414 21946
/proc/meminfo: memFree=22180420/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=299672 CPUtime=0.47 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 10654 934 1 0 40 7 0 0 19 0 3 0 735597827 306864128 7249 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 74918 7249 1878 364 0 10833 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 735597887 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21886/statm: 72223 5640 415 364 0 8141 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=99.95 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) T 21886 21888 21888 0 -1 4202496 460 0 0 0 9995 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21886/tid=21941] ppid=21876 vsize=288892 CPUtime=0 cores=4,6
/proc/21886/task/21941/stat : 21941 (python) S 21876 21876 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735607913 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 6 0 0 0
[pid=21943] ppid=21876 vsize=289428 CPUtime=0 cores=4,6
/proc/21943/stat : 21943 (python) S 21876 21876 19943 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 735607914 296374272 5715 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085958 0 0 16781312 514 8546472550916391170 0 0 17 4 0 0 0
/proc/21943/statm: 72357 5715 348 364 0 8272 0
[pid=21946] ppid=21943 vsize=1017936 CPUtime=1.43 cores=4,6
/proc/21946/stat : 21946 (gnovelty+2) R 21943 21946 21946 0 -1 4202496 461 0 0 0 143 0 0 0 25 0 1 0 735607914 1042366464 197 33554432000 134512640 135663704 4287754000 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21946/statm: 254484 197 113 282 0 254200 0
[pid=21876/tid=21887] ppid=21874 vsize=299672 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 735597887 306864128 7249 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21944] ppid=21874 vsize=299672 CPUtime=0 cores=4,6
/proc/21876/task/21944/stat : 21944 (python) S 21874 21876 19943 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 3 0 735607914 306864128 7249 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 2913864

[startup+162.301 s]
/proc/loadavg: 4.04 4.05 3.64 5/418 21951
/proc/meminfo: memFree=22166224/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=299672 CPUtime=0.47 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 10654 934 1 0 40 7 0 0 19 0 3 0 735597827 306864128 7249 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 74918 7249 1878 364 0 10833 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6

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

[startup+1122.3 s]
/proc/loadavg: 1.72 2.40 3.08 2/371 22062
/proc/meminfo: memFree=22257960/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=309504 CPUtime=0.48 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 11487 934 1 0 41 7 0 0 20 0 4 0 735597827 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 77376 7164 1880 364 0 13288 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 735597887 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21886/statm: 72223 5640 415 364 0 8141 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=99.95 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) T 21886 21888 21888 0 -1 4202496 460 0 0 0 9995 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21886/tid=21941] ppid=21876 vsize=288892 CPUtime=0 cores=4,6
/proc/21886/task/21941/stat : 21941 (python) S 21876 21876 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735607913 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 6 0 0 0
[pid=21943] ppid=21876 vsize=289428 CPUtime=0.27 cores=4,6
/proc/21943/stat : 21943 (python) S 21876 21876 19943 0 -1 4202560 1085 0 0 0 15 12 0 0 19 0 2 0 735607914 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21943/statm: 72357 5768 400 364 0 8272 0
[pid=21946] ppid=21943 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/21946/stat : 21946 (gnovelty+2) T 21943 21946 21946 0 -1 4202496 462 0 0 0 10001 0 0 0 25 0 1 0 735607914 1042366464 198 33554432000 134512640 135663704 4287754000 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21946/statm: 254484 198 113 282 0 254200 0
[pid=21943/tid=21953] ppid=21876 vsize=289428 CPUtime=0 cores=4,6
/proc/21943/task/21953/stat : 21953 (python) S 21876 21876 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735617940 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604446312639360 0 0 -1 6 0 0 0
[pid=21954] ppid=21876 vsize=299260 CPUtime=2.58 cores=4,6
/proc/21954/stat : 21954 (python) S 21876 21876 19943 0 -1 4202560 983 0 0 0 138 120 0 0 15 0 1 0 735617941 306442240 5651 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085958 0 0 16781312 514 16878893269059076354 0 0 17 4 0 0 0
/proc/21954/statm: 74815 5651 371 364 0 10727 0
[pid=21956] ppid=21954 vsize=176420 CPUtime=918.81 cores=4,6
/proc/21956/stat : 21956 (march_hi) R 21954 21956 21956 0 -1 4202496 33061 0 0 0 91873 8 0 0 25 0 1 0 735617942 180654080 32797 33554432000 4194304 4955518 140737272101792 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21956/statm: 44105 32797 104 186 0 43918 0
[pid=21876/tid=21887] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735597887 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21944] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21944/stat : 21944 (python) S 21874 21876 19943 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 735607914 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21955] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21955/stat : 21955 (python) S 21874 21876 19943 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735617941 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 3399376

[startup+1182.3 s]
/proc/loadavg: 1.43 2.19 2.97 2/371 22063
/proc/meminfo: memFree=22250620/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=309504 CPUtime=0.48 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 11487 934 1 0 41 7 0 0 20 0 4 0 735597827 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 77376 7164 1880 364 0 13288 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 735597887 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21886/statm: 72223 5640 415 364 0 8141 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=99.95 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) T 21886 21888 21888 0 -1 4202496 460 0 0 0 9995 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21886/tid=21941] ppid=21876 vsize=288892 CPUtime=0 cores=4,6
/proc/21886/task/21941/stat : 21941 (python) S 21876 21876 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735607913 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 6 0 0 0
[pid=21943] ppid=21876 vsize=289428 CPUtime=0.27 cores=4,6
/proc/21943/stat : 21943 (python) S 21876 21876 19943 0 -1 4202560 1085 0 0 0 15 12 0 0 19 0 2 0 735607914 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21943/statm: 72357 5768 400 364 0 8272 0
[pid=21946] ppid=21943 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/21946/stat : 21946 (gnovelty+2) T 21943 21946 21946 0 -1 4202496 462 0 0 0 10001 0 0 0 25 0 1 0 735607914 1042366464 198 33554432000 134512640 135663704 4287754000 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21946/statm: 254484 198 113 282 0 254200 0
[pid=21943/tid=21953] ppid=21876 vsize=289428 CPUtime=0 cores=4,6
/proc/21943/task/21953/stat : 21953 (python) S 21876 21876 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735617940 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604446312639360 0 0 -1 6 0 0 0
[pid=21954] ppid=21876 vsize=299260 CPUtime=2.73 cores=4,6
/proc/21954/stat : 21954 (python) S 21876 21876 19943 0 -1 4202560 983 0 0 0 147 126 0 0 15 0 1 0 735617941 306442240 5651 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085958 0 0 16781312 514 16878893269059076354 0 0 17 4 0 0 0
/proc/21954/statm: 74815 5651 371 364 0 10727 0
[pid=21956] ppid=21954 vsize=176420 CPUtime=978.66 cores=4,6
/proc/21956/stat : 21956 (march_hi) R 21954 21956 21956 0 -1 4202496 34953 0 0 0 97858 8 0 0 25 0 1 0 735617942 180654080 34689 33554432000 4194304 4955518 140737272101792 18446744073709551615 4290789 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21956/statm: 44105 34689 104 186 0 43918 0
[pid=21876/tid=21887] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735597887 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21944] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21944/stat : 21944 (python) S 21874 21876 19943 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 735607914 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21955] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21955/stat : 21955 (python) S 21874 21876 19943 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735617941 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 3399376

[startup+1242.3 s]
/proc/loadavg: 1.21 1.97 2.84 2/371 22065
/proc/meminfo: memFree=22242044/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=309504 CPUtime=0.48 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 11487 934 1 0 41 7 0 0 20 0 4 0 735597827 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 77376 7164 1880 364 0 13288 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 735597887 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21886/statm: 72223 5640 415 364 0 8141 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=99.95 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) T 21886 21888 21888 0 -1 4202496 460 0 0 0 9995 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21886/tid=21941] ppid=21876 vsize=288892 CPUtime=0 cores=4,6
/proc/21886/task/21941/stat : 21941 (python) S 21876 21876 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735607913 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 6 0 0 0
[pid=21943] ppid=21876 vsize=289428 CPUtime=0.27 cores=4,6
/proc/21943/stat : 21943 (python) S 21876 21876 19943 0 -1 4202560 1085 0 0 0 15 12 0 0 19 0 2 0 735607914 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21943/statm: 72357 5768 400 364 0 8272 0
[pid=21946] ppid=21943 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/21946/stat : 21946 (gnovelty+2) T 21943 21946 21946 0 -1 4202496 462 0 0 0 10001 0 0 0 25 0 1 0 735607914 1042366464 198 33554432000 134512640 135663704 4287754000 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21946/statm: 254484 198 113 282 0 254200 0
[pid=21943/tid=21953] ppid=21876 vsize=289428 CPUtime=0 cores=4,6
/proc/21943/task/21953/stat : 21953 (python) S 21876 21876 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735617940 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604446312639360 0 0 -1 6 0 0 0
[pid=21954] ppid=21876 vsize=299260 CPUtime=2.88 cores=4,6
/proc/21954/stat : 21954 (python) S 21876 21876 19943 0 -1 4202560 983 0 0 0 155 133 0 0 15 0 1 0 735617941 306442240 5651 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085958 0 0 16781312 514 17837975276030492930 0 0 17 4 0 0 0
/proc/21954/statm: 74815 5651 371 364 0 10727 0
[pid=21956] ppid=21954 vsize=176552 CPUtime=1038.52 cores=4,6
/proc/21956/stat : 21956 (march_hi) R 21954 21956 21956 0 -1 4202496 37000 0 0 0 103843 9 0 0 25 0 1 0 735617942 180789248 36736 33554432000 4194304 4955518 140737272101792 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21956/statm: 44138 36736 104 186 0 43951 0
[pid=21876/tid=21887] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735597887 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21944] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21944/stat : 21944 (python) S 21874 21876 19943 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 735607914 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21955] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21955/stat : 21955 (python) S 21874 21876 19943 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735617941 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.38
Current children cumulated vsize (KiB) 3399508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 1.81 2.73 2/371 22067
/proc/meminfo: memFree=22233836/32951124 swapFree=59305796/67111528
[pid=21876] ppid=21874 vsize=309504 CPUtime=0.48 cores=4,6
/proc/21876/stat : 21876 (python) S 21874 21876 19943 0 -1 4202496 11487 934 1 0 41 7 0 0 20 0 4 0 735597827 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21876/statm: 77376 7164 1880 364 0 13288 0
[pid=21886] ppid=21876 vsize=288892 CPUtime=0.27 cores=4,6
/proc/21886/stat : 21886 (python) S 21876 21876 19943 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 735597887 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21886/statm: 72223 5640 415 364 0 8141 0
[pid=21888] ppid=21886 vsize=1017936 CPUtime=99.95 cores=4,6
/proc/21888/stat : 21888 (gnovelty+2) T 21886 21888 21888 0 -1 4202496 460 0 0 0 9995 0 0 0 25 0 1 0 735597887 1042366464 198 33554432000 134512640 135663704 4292584048 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21888/statm: 254484 198 113 282 0 254200 0
[pid=21886/tid=21941] ppid=21876 vsize=288892 CPUtime=0 cores=4,6
/proc/21886/task/21941/stat : 21941 (python) S 21876 21876 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735607913 295825408 5640 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 6 0 0 0
[pid=21943] ppid=21876 vsize=289428 CPUtime=0.27 cores=4,6
/proc/21943/stat : 21943 (python) S 21876 21876 19943 0 -1 4202560 1085 0 0 0 15 12 0 0 19 0 2 0 735607914 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21943/statm: 72357 5768 400 364 0 8272 0
[pid=21946] ppid=21943 vsize=1017936 CPUtime=100.01 cores=4,6
/proc/21946/stat : 21946 (gnovelty+2) T 21943 21946 21946 0 -1 4202496 462 0 0 0 10001 0 0 0 25 0 1 0 735607914 1042366464 198 33554432000 134512640 135663704 4287754000 18446744073709551615 134545529 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21946/statm: 254484 198 113 282 0 254200 0
[pid=21943/tid=21953] ppid=21876 vsize=289428 CPUtime=0 cores=4,6
/proc/21943/task/21953/stat : 21953 (python) S 21876 21876 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735617940 296374272 5768 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 514 18446604446312639360 0 0 -1 6 0 0 0
[pid=21954] ppid=21876 vsize=299260 CPUtime=3.04 cores=4,6
/proc/21954/stat : 21954 (python) S 21876 21876 19943 0 -1 4202560 983 0 0 0 163 141 0 0 15 0 1 0 735617941 306442240 5651 33554432000 4194304 5683644 140733450738560 18446744073709551615 252458085958 0 0 16781312 514 17837975276030492930 0 0 17 4 0 0 0
/proc/21954/statm: 74815 5651 371 364 0 10727 0
[pid=21956] ppid=21954 vsize=176552 CPUtime=1096.09 cores=4,6
/proc/21956/stat : 21956 (march_hi) R 21954 21956 21956 0 -1 4202496 38962 0 0 0 109600 9 0 0 25 0 1 0 735617942 180789248 38698 33554432000 4194304 4955518 140737272101792 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21956/statm: 44138 38698 104 186 0 43951 0
[pid=21876/tid=21887] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21887/stat : 21887 (python) S 21874 21876 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735597887 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21944] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21944/stat : 21944 (python) S 21874 21876 19943 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 735607914 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
[pid=21876/tid=21955] ppid=21874 vsize=309504 CPUtime=0 cores=4,6
/proc/21876/task/21955/stat : 21955 (python) S 21874 21876 19943 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 735617941 316932096 7164 33554432000 4194304 5683644 140733450738560 18446744073709551615 252469889457 0 0 16781312 2 18446604448748682048 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.11
Current children cumulated vsize (KiB) 3399508

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 21876 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=415936
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 0.497923
# while last known CPU time is 1300.11
#
# 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): 1300.11
CPU user time (s): 1298.3
CPU system time (s): 1.81
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 3399512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.415936
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12422
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= 982
involuntary context switches= 18

runsolver used 5.15122 second user time and 9.96948 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 12:01:13
IDJOB=3377514
IDBENCH=82823
IDSOLVER=1857
FILE ID=node111/3377514-1305453673
RUNJOBID= node111-1305452246-20947
PBS_JOBID= 13324865
Free space on /tmp= 73600 MiB

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

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

MD5SUM BENCH= 6180decb1c46447c67f7e6e340e02857
RANDOM SEED=1510969250

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22236200 kB
Buffers:        286520 kB
Cached:        6859868 kB
SwapCached:      13720 kB
Active:        1502376 kB
Inactive:      8965944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22236200 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           40532 kB
Writeback:          16 kB
AnonPages:     3317220 kB
Mapped:          24940 kB
Slab:           130676 kB
PageTables:      49296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84505288 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= 73644 MiB
End job on node111 at 2011-05-15 12:22:56