Trace number 3377289

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.01 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
MD5SUMe97fda1e892cdb27859435984e5a4127
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.1638
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.49	c INFO: solving HOME/instance-3377289-1305452090.cnf
0.30/0.49	c INFO: computing task features
0.78/0.96	c INFO: computed variable-clause graph statistics
0.78/0.98	c INFO: computed clause balance statistics
3.19/3.35	c INFO: computed variable balance statistics
5.08/5.25	c INFO: computed small-clause counts
5.08/5.26	c INFO: computed Horn-clause counts
6.38/6.53	c INFO: computed variable graph statistics
6.38/6.53	c INFO: collected features for HOME/instance-3377289-1305452090.cnf in 6.02 s
6.38/6.54	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.38)
107.45/107.66	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.23)
208.64/208.85	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.15)
309.82/310.05	c INFO: running hybridGM3@100 for 97 with 2091 remaining (b = 0.12)
407.20/407.36	c INFO: running hybridGM3@100 for 97 with 1994 remaining (b = 0.12)
504.51/504.67	c INFO: running TNM@0 for 97 with 1897 remaining (b = 0.13)
604.80/605.00	c INFO: running hybridGM3@100 for 97 with 1797 remaining (b = 0.11)
702.25/702.31	c INFO: running hybridGM3@0 for 97 with 1700 remaining (b = 0.11)
803.32/803.48	c INFO: running hybridGM3@100 for 97 with 1599 remaining (b = 0.08)
898.70/898.78	c INFO: running hybridGM3@0 for 97 with 1504 remaining (b = 0.08)
999.88/999.93	c INFO: running hybridGM3@100 for 97 with 1403 remaining (b = 0.06)
1095.22/1095.25	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.11)
1292.73/1292.75	c INFO: running hybridGM3@0 for 194 with 1111 remaining (b = 0.08)

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

running on 2 cores: 0,2

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.09 4.09 4.00 5/383 23646
/proc/meminfo: memFree=20832756/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=15776 CPUtime=0 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 878 0 0 0 0 0 0 0 24 0 1 0 656806744 16154624 760 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 3944 761 343 364 0 431 0

[startup+0.0484921 s]
/proc/loadavg: 4.09 4.09 4.00 5/383 23646
/proc/meminfo: memFree=20832756/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=29788 CPUtime=0.03 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 1402 0 0 0 3 0 0 0 18 0 1 0 656806744 30502912 1246 33554432000 4194304 5683644 140734391056160 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 7447 1246 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100485 s]
/proc/loadavg: 4.09 4.09 4.00 5/383 23646
/proc/meminfo: memFree=20832756/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=101880 CPUtime=0.07 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 2935 0 0 0 5 2 0 0 17 0 1 0 656806744 104325120 2630 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905730816 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 25470 2644 837 364 0 1770 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101880

[startup+0.300446 s]
/proc/loadavg: 4.09 4.09 4.00 5/383 23646
/proc/meminfo: memFree=20832756/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=151080 CPUtime=0.22 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 6307 931 1 0 16 6 0 0 17 0 1 0 656806744 154705920 4422 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905419438 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 37770 4423 1220 364 0 3181 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 151080

[startup+0.700419 s]
/proc/loadavg: 4.09 4.09 4.00 5/383 23646
/proc/meminfo: memFree=20832756/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=292864 CPUtime=0.58 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 12804 931 1 0 49 9 0 0 17 0 1 0 656806744 299892736 10474 33554432000 4194304 5683644 140734391056160 18446744073709551615 47407667852525 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 73216 10474 1761 364 0 9140 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 292864

[startup+1.50029 s]
/proc/loadavg: 4.09 4.09 4.00 5/384 23651
/proc/meminfo: memFree=20780688/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=307968 CPUtime=1.38 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 20153 931 1 0 128 10 0 0 18 0 1 0 656806744 315359232 14377 33554432000 4194304 5683644 140734391056160 18446744073709551615 47407497080416 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 307968

[startup+3.101 s]
/proc/loadavg: 4.09 4.09 4.00 5/384 23651
/proc/meminfo: memFree=20780544/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=307968 CPUtime=2.98 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 20153 931 1 0 288 10 0 0 22 0 1 0 656806744 315359232 14377 33554432000 4194304 5683644 140734391056160 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 307968

[startup+6.3004 s]
/proc/loadavg: 4.08 4.09 4.00 5/384 23651
/proc/meminfo: memFree=20779924/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=307968 CPUtime=6.18 cores=0,2
/proc/23646/stat : 23646 (python) R 23644 23646 22815 0 -1 4202496 20160 931 1 0 608 10 0 0 25 0 1 0 656806744 315359232 14384 33554432000 4194304 5683644 140734391056160 18446744073709551615 47407497001088 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23646/statm: 76992 14384 1833 364 0 12916 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 307968

[startup+12.7012 s]
/proc/loadavg: 4.08 4.08 4.00 5/387 23654
/proc/meminfo: memFree=20750680/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=315888 CPUtime=6.43 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 20441 931 1 0 632 11 0 0 25 0 2 0 656806744 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 78972 13835 1867 364 0 14890 0
[pid=23652] ppid=23646 vsize=305644 CPUtime=0.01 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 970 0 0 0 1 0 0 0 18 0 1 0 656807399 312979456 12345 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751055 0 0 16781312 514 4542796396561924355 0 0 17 0 0 0 0
/proc/23652/statm: 76411 12345 381 364 0 12329 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=6.12 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) R 23652 23654 23654 0 -1 4202496 7621 0 0 0 612 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=315888 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 656807399 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 889956

[startup+25.501 s]
/proc/loadavg: 4.06 4.08 4.00 6/387 23654
/proc/meminfo: memFree=20749912/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=315888 CPUtime=6.43 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 20441 931 1 0 632 11 0 0 25 0 2 0 656806744 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 78972 13835 1867 364 0 14890 0
[pid=23652] ppid=23646 vsize=305644 CPUtime=0.05 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 974 0 0 0 3 2 0 0 18 0 1 0 656807399 312979456 12345 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751055 0 0 16781312 514 16716024810659873027 0 0 17 0 0 0 0
/proc/23652/statm: 76411 12345 381 364 0 12329 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=18.88 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) R 23652 23654 23654 0 -1 4202496 7621 0 0 0 1888 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=315888 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 656807399 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 889956

[startup+51.1003 s]
/proc/loadavg: 4.11 4.09 4.00 5/387 23655
/proc/meminfo: memFree=20750672/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=315888 CPUtime=6.43 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 20441 931 1 0 632 11 0 0 25 0 2 0 656806744 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 78972 13835 1867 364 0 14890 0
[pid=23652] ppid=23646 vsize=305644 CPUtime=0.12 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 985 0 0 0 6 6 0 0 18 0 1 0 656807399 312979456 12345 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751055 0 0 16781312 514 16716024810659873027 0 0 17 0 0 0 0
/proc/23652/statm: 76411 12345 381 364 0 12329 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=44.4 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) R 23652 23654 23654 0 -1 4202496 7621 0 0 0 4440 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=315888 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 656807399 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 889956

[startup+102.314 s]
/proc/loadavg: 4.04 4.07 4.00 5/399 23669
/proc/meminfo: memFree=20695608/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=315888 CPUtime=6.43 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 20441 931 1 0 632 11 0 0 25 0 2 0 656806744 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 78972 13835 1867 364 0 14890 0
[pid=23652] ppid=23646 vsize=305644 CPUtime=0.28 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 1009 0 0 0 14 14 0 0 18 0 1 0 656807399 312979456 12345 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751055 0 0 16781312 514 16716024810659873027 0 0 17 0 0 0 0
/proc/23652/statm: 76411 12345 381 364 0 12329 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=95.46 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) R 23652 23654 23654 0 -1 4202496 7621 0 0 0 9546 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134537608 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=315888 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 656807399 323469312 13835 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 889956

[startup+162.301 s]
/proc/loadavg: 4.01 4.06 4.00 5/404 23677
/proc/meminfo: memFree=20657348/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=326144 CPUtime=6.44 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 21354 931 1 0 633 11 0 0 20 0 3 0 656806744 333971456 13850 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 81536 13850 1878 364 0 17451 0
[pid=23652] ppid=23646 vsize=315888 CPUtime=0.29 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 1146 0 0 0 15 14 0 0 19 0 2 0 656807399 323469312 12383 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23652/statm: 78972 12383 414 364 0 14890 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=100.77 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) T 23652 23654 23654 0 -1 4202496 7621 0 0 0 10077 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134547775 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23652/tid=23672] ppid=23646 vsize=315888 CPUtime=0 cores=0,2
/proc/23652/task/23672/stat : 23672 (python) S 23646 23646 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656817509 323469312 12383 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604453970395456 0 0 -1 2 0 0 0
[pid=23673] ppid=23646 vsize=315900 CPUtime=0.15 cores=0,2
/proc/23673/stat : 23673 (python) S 23646 23646 22815 0 -1 4202560 898 0 0 0 7 8 0 0 18 0 1 0 656817510 323481600 12338 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751110 0 0 16781312 514 16716024810659873027 0 0 17 0 0 0 0
/proc/23673/statm: 78975 12338 370 364 0 14890 0
[pid=23675] ppid=23673 vsize=268428 CPUtime=54.49 cores=0,2
/proc/23675/stat : 23675 (hybridGM3) R 23673 23675 23675 0 -1 4202496 7614 0 0 0 5449 0 0 0 25 0 1 0 656817511 274870272 7350 33554432000 134512640 135204385 4287711152 18446744073709551615 134536887 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23675/statm: 67107 7350 64 169 0 66937 0
[pid=23646/tid=23653] ppid=23644 vsize=326144 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 3 0 656807399 333971456 13850 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23674] ppid=23644 vsize=326144 CPUtime=0 cores=0,2
/proc/23646/task/23674/stat : 23674 (python) S 23644 23646 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 656817511 333971456 13850 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1494784

[startup+222.301 s]
/proc/loadavg: 4.00 4.04 4.00 6/416 23691
/proc/meminfo: memFree=20601404/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=336400 CPUtime=6.45 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 22219 931 1 0 634 11 0 0 20 0 4 0 656806744 344473600 13856 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23646/statm: 84100 13856 1880 364 0 20012 0
[pid=23652] ppid=23646 vsize=315888 CPUtime=0.29 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 1146 0 0 0 15 14 0 0 19 0 2 0 656807399 323469312 12383 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23652/statm: 78972 12383 414 364 0 14890 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=100.77 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) T 23652 23654 23654 0 -1 4202496 7621 0 0 0 10077 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134547775 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23652/tid=23672] ppid=23646 vsize=315888 CPUtime=0 cores=0,2
/proc/23652/task/23672/stat : 23672 (python) S 23646 23646 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656817509 323469312 12383 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604453970395456 0 0 -1 2 0 0 0

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

/proc/23673/statm: 78975 12368 399 364 0 14890 0
[pid=23675] ppid=23673 vsize=268428 CPUtime=197.87 cores=0,2
/proc/23675/stat : 23675 (hybridGM3) T 23673 23675 23675 0 -1 4202496 7614 0 0 0 19786 1 0 0 25 0 1 0 656817511 274870272 7350 33554432000 134512640 135204385 4287711152 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23675/statm: 67107 7350 64 169 0 66937 0
[pid=23673/tid=23687] ppid=23646 vsize=315900 CPUtime=0 cores=0,2
/proc/23673/task/23687/stat : 23687 (python) S 23646 23646 22815 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656827628 323481600 12368 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 2 0 0 0
[pid=23688] ppid=23646 vsize=326156 CPUtime=0.62 cores=0,2
/proc/23688/stat : 23688 (python) S 23646 23646 22815 0 -1 4202560 1123 0 0 0 33 29 0 0 18 0 2 0 656827630 333983744 12372 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23688/statm: 81539 12372 399 364 0 17451 0
[pid=23690] ppid=23688 vsize=268420 CPUtime=197.92 cores=0,2
/proc/23690/stat : 23690 (hybridGM3) T 23688 23690 23690 0 -1 4202496 7617 0 0 0 19792 0 0 0 25 0 1 0 656827630 274862080 7350 33554432000 134512640 135204385 4291026992 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23690/statm: 67105 7350 64 169 0 66935 0
[pid=23688/tid=23703] ppid=23646 vsize=326156 CPUtime=0 cores=0,2
/proc/23688/task/23703/stat : 23703 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656837748 333983744 12372 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604444804468928 0 0 -1 2 0 0 0
[pid=23729] ppid=23646 vsize=336412 CPUtime=0.32 cores=0,2
/proc/23729/stat : 23729 (python) S 23646 23646 22815 0 -1 4202560 1071 0 0 0 16 16 0 0 19 0 2 0 656857212 344485888 12376 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23729/statm: 84103 12376 399 364 0 20012 0
[pid=23731] ppid=23729 vsize=463080 CPUtime=99.98 cores=0,2
/proc/23731/stat : 23731 (TNM) T 23729 23731 23731 0 -1 4202496 5207 0 0 0 9998 0 0 0 25 0 1 0 656857212 474193920 4941 33554432000 134512640 135008748 4287948864 18446744073709551615 134527896 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23731/statm: 115770 4941 46 122 0 114670 0
[pid=23729/tid=23782] ppid=23646 vsize=336412 CPUtime=0 cores=0,2
/proc/23729/task/23782/stat : 23782 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656867243 344485888 12376 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604453392962688 0 0 -1 0 0 0 0
[pid=23864] ppid=23646 vsize=346668 CPUtime=0.62 cores=0,2
/proc/23864/stat : 23864 (python) S 23646 23646 22815 0 -1 4202560 1130 0 0 0 35 27 0 0 18 0 2 0 656876976 354988032 12380 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23864/statm: 86667 12380 399 364 0 22573 0
[pid=23866] ppid=23864 vsize=268424 CPUtime=195.86 cores=0,2
/proc/23866/stat : 23866 (hybridGM3) T 23864 23866 23866 0 -1 4202496 7617 0 0 0 19585 1 0 0 25 0 1 0 656876976 274866176 7350 33554432000 134512640 135204385 4293368480 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23866/statm: 67106 7350 64 169 0 66936 0
[pid=23864/tid=23881] ppid=23646 vsize=346668 CPUtime=0 cores=0,2
/proc/23864/task/23881/stat : 23881 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656887091 354988032 12380 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604447927984448 0 0 -1 2 0 0 0
[pid=23890] ppid=23646 vsize=356924 CPUtime=0.65 cores=0,2
/proc/23890/stat : 23890 (python) S 23646 23646 22815 0 -1 4202560 1127 0 0 0 35 30 0 0 18 0 2 0 656896622 365490176 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23890/statm: 89231 12384 399 364 0 25134 0
[pid=23892] ppid=23890 vsize=268428 CPUtime=195.82 cores=0,2
/proc/23892/stat : 23892 (hybridGM3) T 23890 23892 23892 0 -1 4202496 7607 0 0 0 19581 1 0 0 25 0 1 0 656896623 274870272 7346 33554432000 134512640 135204385 4293810384 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23892/statm: 67107 7346 64 169 0 66937 0
[pid=23890/tid=23906] ppid=23646 vsize=356924 CPUtime=0 cores=0,2
/proc/23890/task/23906/stat : 23906 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656906737 365490176 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604449063424256 0 0 -1 2 0 0 0
[pid=23918] ppid=23646 vsize=367180 CPUtime=0.47 cores=0,2
/proc/23918/stat : 23918 (python) S 23646 23646 22815 0 -1 4202560 948 0 0 0 27 20 0 0 18 0 1 0 656916269 375992320 12358 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751110 0 0 16781312 514 16716024810659873025 0 0 17 0 0 0 0
/proc/23918/statm: 91795 12358 370 364 0 27695 0
[pid=23920] ppid=23918 vsize=268424 CPUtime=146.59 cores=0,2
/proc/23920/stat : 23920 (hybridGM3) R 23918 23920 23920 0 -1 4202496 7614 0 0 0 14659 0 0 0 25 0 1 0 656916270 274866176 7351 33554432000 134512640 135204385 4291744752 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23920/statm: 67106 7351 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 656807399 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23674] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23674/stat : 23674 (python) S 23644 23646 22815 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 656817511 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23689] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23689/stat : 23689 (python) S 23644 23646 22815 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 656827630 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23730] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23730/stat : 23730 (python) S 23644 23646 22815 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 8 0 656857212 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23865] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23865/stat : 23865 (python) S 23644 23646 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 656876976 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23891] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23891/stat : 23891 (python) S 23644 23646 22815 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 656896623 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 2 0 0 0
[pid=23646/tid=23919] ppid=23644 vsize=377424 CPUtime=0 cores=0,2
/proc/23646/task/23919/stat : 23919 (python) S 23644 23646 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656916270 386482176 13880 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 4816180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.06 4.01 5/459 24023
/proc/meminfo: memFree=20247120/32951124 swapFree=65581052/67111528
[pid=23646] ppid=23644 vsize=387680 CPUtime=6.59 cores=0,2
/proc/23646/stat : 23646 (python) S 23644 23646 22815 0 -1 4202496 26970 931 1 0 646 13 0 0 20 0 9 0 656806744 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23646/statm: 96920 13886 1890 364 0 32817 0
[pid=23652] ppid=23646 vsize=315888 CPUtime=0.61 cores=0,2
/proc/23652/stat : 23652 (python) S 23646 23646 22815 0 -1 4202560 1196 0 0 0 31 30 0 0 18 0 2 0 656807399 323469312 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23652/statm: 78972 12384 415 364 0 14890 0
[pid=23654] ppid=23652 vsize=268424 CPUtime=197.81 cores=0,2
/proc/23654/stat : 23654 (hybridGM3) T 23652 23654 23654 0 -1 4202496 7621 0 0 0 19781 0 0 0 25 0 1 0 656807399 274866176 7352 33554432000 134512640 135204385 4288358528 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23654/statm: 67106 7352 64 169 0 66936 0
[pid=23652/tid=23672] ppid=23646 vsize=315888 CPUtime=0 cores=0,2
/proc/23652/task/23672/stat : 23672 (python) S 23646 23646 22815 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 656817509 323469312 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604453970395456 0 0 -1 2 0 0 0
[pid=23673] ppid=23646 vsize=315900 CPUtime=0.62 cores=0,2
/proc/23673/stat : 23673 (python) S 23646 23646 22815 0 -1 4202560 1110 0 0 0 33 29 0 0 18 0 2 0 656817510 323481600 12368 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23673/statm: 78975 12368 399 364 0 14890 0
[pid=23675] ppid=23673 vsize=268428 CPUtime=197.87 cores=0,2
/proc/23675/stat : 23675 (hybridGM3) T 23673 23675 23675 0 -1 4202496 7614 0 0 0 19786 1 0 0 25 0 1 0 656817511 274870272 7350 33554432000 134512640 135204385 4287711152 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23675/statm: 67107 7350 64 169 0 66937 0
[pid=23673/tid=23687] ppid=23646 vsize=315900 CPUtime=0 cores=0,2
/proc/23673/task/23687/stat : 23687 (python) S 23646 23646 22815 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656827628 323481600 12368 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 2 0 0 0
[pid=23688] ppid=23646 vsize=326156 CPUtime=0.62 cores=0,2
/proc/23688/stat : 23688 (python) S 23646 23646 22815 0 -1 4202560 1123 0 0 0 33 29 0 0 18 0 2 0 656827630 333983744 12372 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23688/statm: 81539 12372 399 364 0 17451 0
[pid=23690] ppid=23688 vsize=268420 CPUtime=197.92 cores=0,2
/proc/23690/stat : 23690 (hybridGM3) T 23688 23690 23690 0 -1 4202496 7617 0 0 0 19792 0 0 0 25 0 1 0 656827630 274862080 7350 33554432000 134512640 135204385 4291026992 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23690/statm: 67105 7350 64 169 0 66935 0
[pid=23688/tid=23703] ppid=23646 vsize=326156 CPUtime=0 cores=0,2
/proc/23688/task/23703/stat : 23703 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656837748 333983744 12372 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604444804468928 0 0 -1 2 0 0 0
[pid=23729] ppid=23646 vsize=336412 CPUtime=0.32 cores=0,2
/proc/23729/stat : 23729 (python) S 23646 23646 22815 0 -1 4202560 1071 0 0 0 16 16 0 0 19 0 2 0 656857212 344485888 12376 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23729/statm: 84103 12376 399 364 0 20012 0
[pid=23731] ppid=23729 vsize=463080 CPUtime=99.98 cores=0,2
/proc/23731/stat : 23731 (TNM) T 23729 23731 23731 0 -1 4202496 5207 0 0 0 9998 0 0 0 25 0 1 0 656857212 474193920 4941 33554432000 134512640 135008748 4287948864 18446744073709551615 134527896 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23731/statm: 115770 4941 46 122 0 114670 0
[pid=23729/tid=23782] ppid=23646 vsize=336412 CPUtime=0 cores=0,2
/proc/23729/task/23782/stat : 23782 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656867243 344485888 12376 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604453392962688 0 0 -1 0 0 0 0
[pid=23864] ppid=23646 vsize=346668 CPUtime=0.62 cores=0,2
/proc/23864/stat : 23864 (python) S 23646 23646 22815 0 -1 4202560 1130 0 0 0 35 27 0 0 18 0 2 0 656876976 354988032 12380 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23864/statm: 86667 12380 399 364 0 22573 0
[pid=23866] ppid=23864 vsize=268424 CPUtime=195.86 cores=0,2
/proc/23866/stat : 23866 (hybridGM3) T 23864 23866 23866 0 -1 4202496 7617 0 0 0 19585 1 0 0 25 0 1 0 656876976 274866176 7350 33554432000 134512640 135204385 4293368480 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23866/statm: 67106 7350 64 169 0 66936 0
[pid=23864/tid=23881] ppid=23646 vsize=346668 CPUtime=0 cores=0,2
/proc/23864/task/23881/stat : 23881 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656887091 354988032 12380 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604447927984448 0 0 -1 2 0 0 0
[pid=23890] ppid=23646 vsize=356924 CPUtime=0.65 cores=0,2
/proc/23890/stat : 23890 (python) S 23646 23646 22815 0 -1 4202560 1127 0 0 0 35 30 0 0 18 0 2 0 656896622 365490176 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23890/statm: 89231 12384 399 364 0 25134 0
[pid=23892] ppid=23890 vsize=268428 CPUtime=195.82 cores=0,2
/proc/23892/stat : 23892 (hybridGM3) T 23890 23892 23892 0 -1 4202496 7607 0 0 0 19581 1 0 0 25 0 1 0 656896623 274870272 7346 33554432000 134512640 135204385 4293810384 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23892/statm: 67107 7346 64 169 0 66937 0
[pid=23890/tid=23906] ppid=23646 vsize=356924 CPUtime=0 cores=0,2
/proc/23890/task/23906/stat : 23906 (python) S 23646 23646 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 656906737 365490176 12384 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604449063424256 0 0 -1 2 0 0 0
[pid=23918] ppid=23646 vsize=367180 CPUtime=0.65 cores=0,2
/proc/23918/stat : 23918 (python) S 23646 23646 22815 0 -1 4202560 1126 0 0 0 38 27 0 0 19 0 2 0 656916269 375992320 12388 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23918/statm: 91795 12388 399 364 0 27695 0
[pid=23920] ppid=23918 vsize=268424 CPUtime=196.84 cores=0,2
/proc/23920/stat : 23920 (hybridGM3) T 23918 23920 23920 0 -1 4202496 7614 0 0 0 19684 0 0 0 25 0 1 0 656916270 274866176 7351 33554432000 134512640 135204385 4291744752 18446744073709551615 134537322 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23920/statm: 67106 7351 64 169 0 66936 0
[pid=23918/tid=24020] ppid=23646 vsize=367180 CPUtime=0 cores=0,2
/proc/23918/task/24020/stat : 24020 (python) S 23646 23646 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656936019 375992320 12388 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 514 18446604448491273152 0 0 -1 2 0 0 0
[pid=24021] ppid=23646 vsize=377436 CPUtime=0.01 cores=0,2
/proc/24021/stat : 24021 (python) S 23646 23646 22815 0 -1 4202560 928 0 0 0 1 0 0 0 18 0 1 0 656936020 386494464 12367 33554432000 4194304 5683644 140734391056160 18446744073709551615 218905751110 0 0 16781312 514 9832035015129530626 0 0 17 0 0 0 0
/proc/24021/statm: 94359 12367 375 364 0 30256 0
[pid=24023] ppid=24021 vsize=268424 CPUtime=7.22 cores=0,2
/proc/24023/stat : 24023 (hybridGM3) R 24021 24023 24023 0 -1 4202496 7608 0 0 0 721 1 0 0 25 0 1 0 656936020 274866176 7342 33554432000 134512640 135204385 4294168128 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24023/statm: 67106 7342 64 169 0 66936 0
[pid=23646/tid=23653] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23653/stat : 23653 (python) S 23644 23646 22815 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 656807399 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23674] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23674/stat : 23674 (python) S 23644 23646 22815 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 656817511 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23689] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23689/stat : 23689 (python) S 23644 23646 22815 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 656827630 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23730] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23730/stat : 23730 (python) S 23644 23646 22815 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 656857212 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23865] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23865/stat : 23865 (python) S 23644 23646 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 656876976 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=23891] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23891/stat : 23891 (python) S 23644 23646 22815 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 656896623 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 2 0 0 0
[pid=23646/tid=23919] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/23919/stat : 23919 (python) S 23644 23646 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656916270 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 0 0 0 0
[pid=23646/tid=24022] ppid=23644 vsize=387680 CPUtime=0 cores=0,2
/proc/23646/task/24022/stat : 24022 (python) S 23644 23646 22815 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 656936020 396984320 13886 33554432000 4194304 5683644 140734391056160 18446744073709551615 218917554609 0 0 16781312 2 18446604444804470720 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 5472296

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

Real time (s): 1300.07
CPU time (s): 1300.01
CPU user time (s): 1297.96
CPU system time (s): 2.05
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 5472296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.46202
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27907
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= 1012
involuntary context switches= 42

runsolver used 6.37303 second user time and 12.1731 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:34:50
IDJOB=3377289
IDBENCH=82598
IDSOLVER=1857
FILE ID=node137/3377289-1305452090
RUNJOBID= node137-1305451935-23449
PBS_JOBID= 13324880
Free space on /tmp= 73696 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S858279511-076-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-3377289-1305452090/watcher-3377289-1305452090 -o /tmp/evaluation-result-3377289-1305452090/solver-3377289-1305452090 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377289-1305452090.cnf -seed 1908932061 -budget 2400

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

MD5SUM BENCH= e97fda1e892cdb27859435984e5a4127
RANDOM SEED=1908932061

node137.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.844
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20832912 kB
Buffers:        297180 kB
Cached:        3946852 kB
SwapCached:      36328 kB
Active:        2047824 kB
Inactive:      9829076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20832912 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           67136 kB
Writeback:          60 kB
AnonPages:     7606212 kB
Mapped:          26576 kB
Slab:           131684 kB
PageTables:      44376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79953716 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= 73640 MiB
End job on node137 at 2011-05-15 11:56:32