Trace number 3377227

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
MD5SUMe875844c76f68e9f4050986690c5cb90
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.236
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3377227-1305451452.cnf
0.44/0.70	c INFO: computing task features
1.14/1.41	c INFO: computed variable-clause graph statistics
1.14/1.44	c INFO: computed clause balance statistics
4.74/5.03	c INFO: computed variable balance statistics
7.54/7.88	c INFO: computed small-clause counts
7.64/7.90	c INFO: computed Horn-clause counts
10.76/11.01	c INFO: computed variable graph statistics
10.76/11.01	c INFO: collected features for HOME/instance-3377227-1305451452.cnf in 10.33 s
10.76/11.03	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.33)
111.16/111.44	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.57/211.86	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
311.94/312.28	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
409.29/409.58	c INFO: running hybridGM3@100 for 97 with 1992 remaining (b = 0.10)
506.60/506.88	c INFO: running TNM@0 for 97 with 1895 remaining (b = 0.13)
606.90/607.20	c INFO: running hybridGM3@100 for 97 with 1795 remaining (b = 0.09)
704.29/704.50	c INFO: running hybridGM3@0 for 97 with 1698 remaining (b = 0.09)
804.69/804.94	c INFO: running hybridGM3@100 for 97 with 1598 remaining (b = 0.07)
900.00/900.24	c INFO: running hybridGM3@0 for 97 with 1503 remaining (b = 0.07)
1000.40/1000.69	c INFO: running hybridGM3@100 for 97 with 1403 remaining (b = 0.05)
1095.75/1095.99	c INFO: running hybridGM3@0 for 194 with 1308 remaining (b = 0.09)
1291.14/1290.76	c INFO: running hybridGM3@0 for 194 with 1113 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.89 3.93 3.60 5/404 23146
/proc/meminfo: memFree=14302508/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=15776 CPUtime=0 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 922 0 0 0 0 0 0 0 22 0 1 0 735375937 16154624 802 33554432000 4194304 5683644 140734249328288 18446744073709551615 4591504 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 3944 806 355 364 0 431 0

[startup+0.036121 s]
/proc/loadavg: 3.89 3.93 3.60 5/404 23146
/proc/meminfo: memFree=14302508/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=16812 CPUtime=0.01 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 1227 0 0 0 1 0 0 0 18 0 1 0 735375937 17215488 1085 33554432000 4194304 5683644 140734249328288 18446744073709551615 4865441 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 4203 1085 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.101112 s]
/proc/loadavg: 3.89 3.93 3.60 5/404 23146
/proc/meminfo: memFree=14302508/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=85620 CPUtime=0.06 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 735375937 87674880 2348 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735176704 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.301106 s]
/proc/loadavg: 3.89 3.93 3.60 5/404 23146
/proc/meminfo: memFree=14302508/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=135752 CPUtime=0.19 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 5976 935 1 0 14 5 0 0 17 0 1 0 735375937 139010048 4150 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735174661 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/23146/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701007 s]
/proc/loadavg: 3.89 3.93 3.60 5/404 23146
/proc/meminfo: memFree=14302508/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=284516 CPUtime=0.44 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 10803 935 1 0 32 12 0 0 15 0 1 0 735375937 291344384 8471 33554432000 4194304 5683644 140734249328288 18446744073709551615 4571266 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 71129 8471 1761 364 0 7053 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 284516

[startup+1.50088 s]
/proc/loadavg: 3.82 3.92 3.60 5/405 23151
/proc/meminfo: memFree=14255008/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=327996 CPUtime=1.24 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 27468 935 1 0 110 14 0 0 16 0 1 0 735375937 335867904 19384 33554432000 4194304 5683644 140734249328288 18446744073709551615 47203326899955 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 327996

[startup+3.10058 s]
/proc/loadavg: 3.82 3.92 3.60 6/405 23151
/proc/meminfo: memFree=14230084/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=327996 CPUtime=2.84 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 27468 935 1 0 270 14 0 0 18 0 1 0 735375937 335867904 19384 33554432000 4194304 5683644 140734249328288 18446744073709551615 216734845883 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 81999 19384 1826 364 0 17923 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 327996

[startup+6.30102 s]
/proc/loadavg: 3.82 3.92 3.60 6/405 23152
/proc/meminfo: memFree=14229724/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=327996 CPUtime=6.04 cores=1,3
/proc/23146/stat : 23146 (python) R 23144 23146 22030 0 -1 4202496 27469 935 1 0 590 14 0 0 25 0 1 0 735375937 335867904 19385 33554432000 4194304 5683644 140734249328288 18446744073709551615 4602690 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23146/statm: 81999 19385 1827 364 0 17923 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 327996

[startup+12.7009 s]
/proc/loadavg: 4.01 3.95 3.61 5/408 23155
/proc/meminfo: memFree=14203792/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=334360 CPUtime=10.77 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 27751 935 1 0 1063 14 0 0 25 0 2 0 735375937 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 83590 18453 1867 364 0 19508 0
[pid=23153] ppid=23146 vsize=324116 CPUtime=0 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 735377040 331894784 16935 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198735 0 0 16781312 514 2418036630251110399 0 0 17 1 0 0 0
/proc/23153/statm: 81029 16935 353 364 0 16947 0
[pid=23155] ppid=23153 vsize=276236 CPUtime=1.65 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) R 23153 23155 23155 0 -1 4202496 4998 0 0 0 165 0 0 0 25 0 1 0 735377041 282865664 4733 33554432000 134512640 135204385 4293154496 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23155/statm: 69059 4733 57 169 0 68889 0
[pid=23146/tid=23154] ppid=23144 vsize=334360 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 735377041 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 934712

[startup+25.5007 s]
/proc/loadavg: 4.01 3.95 3.62 5/412 23159
/proc/meminfo: memFree=14177604/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=334360 CPUtime=10.77 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 27751 935 1 0 1063 14 0 0 25 0 2 0 735375937 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 83590 18453 1867 364 0 19508 0
[pid=23153] ppid=23146 vsize=324116 CPUtime=0.03 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 987 0 0 0 2 1 0 0 15 0 1 0 735377040 331894784 16963 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198735 0 0 16781312 514 6797198475097243911 0 0 17 1 0 0 0
/proc/23153/statm: 81029 16963 381 364 0 16947 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=14.42 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) R 23153 23155 23155 0 -1 4202496 9516 0 0 0 1441 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23146/tid=23154] ppid=23144 vsize=334360 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 735377041 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 934716

[startup+51.1012 s]
/proc/loadavg: 4.00 3.96 3.63 5/420 23168
/proc/meminfo: memFree=14110884/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=334360 CPUtime=10.77 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 27751 935 1 0 1063 14 0 0 25 0 2 0 735375937 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 83590 18453 1867 364 0 19508 0
[pid=23153] ppid=23146 vsize=324116 CPUtime=0.1 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 999 0 0 0 5 5 0 0 15 0 1 0 735377040 331894784 16963 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198735 0 0 16781312 514 6797198475097243911 0 0 17 1 0 0 0
/proc/23153/statm: 81029 16963 381 364 0 16947 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=39.95 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) R 23153 23155 23155 0 -1 4202496 9516 0 0 0 3994 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134536922 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23146/tid=23154] ppid=23144 vsize=334360 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 735377041 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 934716

[startup+102.315 s]
/proc/loadavg: 4.04 3.97 3.65 5/420 23169
/proc/meminfo: memFree=14108044/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=334360 CPUtime=10.77 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 27751 935 1 0 1063 14 0 0 25 0 2 0 735375937 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 83590 18453 1867 364 0 19508 0
[pid=23153] ppid=23146 vsize=324116 CPUtime=0.25 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 1022 0 0 0 12 13 0 0 15 0 1 0 735377040 331894784 16963 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198735 0 0 16781312 514 6797198475097243911 0 0 17 1 0 0 0
/proc/23153/statm: 81029 16963 381 364 0 16947 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=91.05 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) R 23153 23155 23155 0 -1 4202496 9516 0 0 0 9104 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23146/tid=23154] ppid=23144 vsize=334360 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 735377041 342384640 18453 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 4.15 4.02 3.68 5/436 23187
/proc/meminfo: memFree=13988832/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=344616 CPUtime=10.79 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 28646 935 1 0 1064 15 0 0 19 0 3 0 735375937 352886784 18460 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 86154 18460 1870 364 0 22069 0
[pid=23153] ppid=23146 vsize=334360 CPUtime=0.29 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 1169 0 0 0 14 15 0 0 16 0 2 0 735377040 342384640 17001 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23153/statm: 83590 17001 414 364 0 19508 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=100.14 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) T 23153 23155 23155 0 -1 4202496 9516 0 0 0 10013 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134545893 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23153/tid=23171] ppid=23146 vsize=334360 CPUtime=0 cores=1,3
/proc/23153/task/23171/stat : 23171 (python) S 23146 23146 22030 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735387081 342384640 17001 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604470655555456 0 0 -1 1 0 0 0
[pid=23172] ppid=23146 vsize=334372 CPUtime=0.14 cores=1,3
/proc/23172/stat : 23172 (python) S 23146 23146 22030 0 -1 4202560 911 0 0 0 7 7 0 0 15 0 1 0 735387082 342396928 16956 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198790 0 0 16781312 514 6797198475097243912 0 0 17 1 0 0 0
/proc/23172/statm: 83593 16956 370 364 0 19508 0
[pid=23174] ppid=23172 vsize=276236 CPUtime=50.69 cores=1,3
/proc/23174/stat : 23174 (hybridGM3) R 23172 23174 23174 0 -1 4202496 9510 0 0 0 5068 1 0 0 25 0 1 0 735387083 282865664 9248 33554432000 134512640 135204385 4292780272 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23174/statm: 69059 9248 64 169 0 68889 0
[pid=23146/tid=23154] ppid=23144 vsize=344616 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 3 0 735377041 352886784 18460 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23173] ppid=23144 vsize=344616 CPUtime=0 cores=1,3
/proc/23146/task/23173/stat : 23173 (python) S 23144 23146 22030 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 735387082 352886784 18460 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 1565824

[startup+222.301 s]
/proc/loadavg: 4.22 4.06 3.72 5/443 23197
/proc/meminfo: memFree=13937688/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=354872 CPUtime=10.8 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 29504 935 1 0 1065 15 0 0 19 0 4 0 735375937 363388928 18466 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 88718 18466 1872 364 0 24630 0
[pid=23153] ppid=23146 vsize=334360 CPUtime=0.29 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 1169 0 0 0 14 15 0 0 16 0 2 0 735377040 342384640 17001 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23153/statm: 83590 17001 414 364 0 19508 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=100.14 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) T 23153 23155 23155 0 -1 4202496 9516 0 0 0 10013 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134545893 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23153/tid=23171] ppid=23146 vsize=334360 CPUtime=0 cores=1,3
/proc/23153/task/23171/stat : 23171 (python) S 23146 23146 22030 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 735387081 342384640 17001 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604470655555456 0 0 -1 1 0 0 0

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

/proc/23172/statm: 83593 16986 399 364 0 19508 0
[pid=23174] ppid=23172 vsize=276236 CPUtime=197.08 cores=1,3
/proc/23174/stat : 23174 (hybridGM3) T 23172 23174 23174 0 -1 4202496 9517 0 0 0 19707 1 0 0 25 0 1 0 735387083 282865664 9255 33554432000 134512640 135204385 4292780272 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23174/statm: 69059 9255 64 169 0 68889 0
[pid=23172/tid=23190] ppid=23146 vsize=334372 CPUtime=0 cores=1,3
/proc/23172/task/23190/stat : 23190 (python) S 23146 23146 22030 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735397122 342396928 16986 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 1 0 0 0
[pid=23191] ppid=23146 vsize=344628 CPUtime=0.6 cores=1,3
/proc/23191/stat : 23191 (python) S 23146 23146 22030 0 -1 4202560 1124 0 0 0 32 28 0 0 15 0 2 0 735397124 352899072 16990 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23191/statm: 86157 16990 399 364 0 22069 0
[pid=23193] ppid=23191 vsize=276236 CPUtime=197.1 cores=1,3
/proc/23193/stat : 23193 (hybridGM3) T 23191 23193 23193 0 -1 4202496 9519 0 0 0 19708 2 0 0 25 0 1 0 735397124 282865664 9255 33554432000 134512640 135204385 4294794144 18446744073709551615 134547426 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23193/statm: 69059 9255 64 169 0 68889 0
[pid=23191/tid=23237] ppid=23146 vsize=344628 CPUtime=0 cores=1,3
/proc/23191/task/23237/stat : 23237 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735407164 352899072 16990 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604463714891776 0 0 -1 1 0 0 0
[pid=23292] ppid=23146 vsize=354884 CPUtime=0.3 cores=1,3
/proc/23292/stat : 23292 (python) S 23146 23146 22030 0 -1 4202560 1101 0 0 0 15 15 0 0 19 0 2 0 735426626 363401216 16994 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23292/statm: 88721 16994 399 364 0 24630 0
[pid=23294] ppid=23292 vsize=471116 CPUtime=99.98 cores=1,3
/proc/23294/stat : 23294 (TNM) T 23292 23294 23294 0 -1 4202496 8433 0 0 0 9996 2 0 0 25 0 1 0 735426626 482422784 8170 33554432000 134512640 135008748 4293475280 18446744073709551615 134528974 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23294/statm: 117779 8170 46 122 0 116679 0
[pid=23292/tid=23341] ppid=23146 vsize=354884 CPUtime=0 cores=1,3
/proc/23292/task/23341/stat : 23341 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735436656 363401216 16994 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604469640140736 0 0 -1 3 0 0 0
[pid=23353] ppid=23146 vsize=365140 CPUtime=0.6 cores=1,3
/proc/23353/stat : 23353 (python) S 23146 23146 22030 0 -1 4202560 1147 0 0 0 29 31 0 0 16 0 2 0 735446387 373903360 16998 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23353/statm: 91285 16998 399 364 0 27191 0
[pid=23355] ppid=23353 vsize=276240 CPUtime=195.13 cores=1,3
/proc/23355/stat : 23355 (hybridGM3) T 23353 23355 23355 0 -1 4202496 9511 0 0 0 19512 1 0 0 25 0 1 0 735446388 282869760 9249 33554432000 134512640 135204385 4290702256 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23355/statm: 69060 9249 64 169 0 68890 0
[pid=23353/tid=23363] ppid=23146 vsize=365140 CPUtime=0 cores=1,3
/proc/23353/task/23363/stat : 23363 (python) S 23146 23146 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735456431 373903360 16998 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604458001654976 0 0 -1 1 0 0 0
[pid=23377] ppid=23146 vsize=375396 CPUtime=0.62 cores=1,3
/proc/23377/stat : 23377 (python) S 23146 23146 22030 0 -1 4202560 1137 0 0 0 31 31 0 0 15 0 2 0 735465961 384405504 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23377/statm: 93849 17002 399 364 0 29752 0
[pid=23379] ppid=23377 vsize=276236 CPUtime=195.16 cores=1,3
/proc/23379/stat : 23379 (hybridGM3) T 23377 23379 23379 0 -1 4202496 9516 0 0 0 19515 1 0 0 25 0 1 0 735465962 282865664 9254 33554432000 134512640 135204385 4292489632 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23379/statm: 69059 9254 64 169 0 68889 0
[pid=23377/tid=23384] ppid=23146 vsize=375396 CPUtime=0 cores=1,3
/proc/23377/task/23384/stat : 23384 (python) S 23146 23146 22030 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735476005 384405504 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604464344650752 0 0 -1 1 0 0 0
[pid=23398] ppid=23146 vsize=385652 CPUtime=0.45 cores=1,3
/proc/23398/stat : 23398 (python) S 23146 23146 22030 0 -1 4202560 958 0 0 0 25 20 0 0 15 0 1 0 735485536 394907648 16976 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198790 0 0 16781312 514 6797198475097243908 0 0 17 3 0 0 0
/proc/23398/statm: 96413 16976 370 364 0 32313 0
[pid=23400] ppid=23398 vsize=276240 CPUtime=146.29 cores=1,3
/proc/23400/stat : 23400 (hybridGM3) R 23398 23400 23400 0 -1 4202496 9511 0 0 0 14628 1 0 0 25 0 1 0 735485537 282869760 9251 33554432000 134512640 135204385 4293555392 18446744073709551615 134537322 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23400/statm: 69060 9251 64 169 0 68890 0
[pid=23146/tid=23154] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 735377041 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23173] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23173/stat : 23173 (python) S 23144 23146 22030 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 735387082 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23192] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23192/stat : 23192 (python) S 23144 23146 22030 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 735397124 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 3 0 0 0
[pid=23146/tid=23293] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23293/stat : 23293 (python) S 23144 23146 22030 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 735426626 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23354] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23354/stat : 23354 (python) S 23144 23146 22030 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 735446388 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23378] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23378/stat : 23378 (python) S 23144 23146 22030 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 735465962 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23399] ppid=23144 vsize=395896 CPUtime=0 cores=1,3
/proc/23146/task/23399/stat : 23399 (python) S 23144 23146 22030 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 735485537 405397504 18498 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.58
Current children cumulated vsize (KiB) 5018872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.10 3.58 3.74 4/463 23435
/proc/meminfo: memFree=13608956/32951124 swapFree=65586204/67111528
[pid=23146] ppid=23144 vsize=406152 CPUtime=10.93 cores=1,3
/proc/23146/stat : 23146 (python) S 23144 23146 22030 0 -1 4202496 34333 935 1 0 1075 18 0 0 19 0 9 0 735375937 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23146/statm: 101538 18504 1890 364 0 37435 0
[pid=23153] ppid=23146 vsize=334360 CPUtime=0.6 cores=1,3
/proc/23153/stat : 23153 (python) S 23146 23146 22030 0 -1 4202560 1227 0 0 0 30 30 0 0 15 0 2 0 735377040 342384640 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23153/statm: 83590 17002 415 364 0 19508 0
[pid=23155] ppid=23153 vsize=276240 CPUtime=197.15 cores=1,3
/proc/23155/stat : 23155 (hybridGM3) T 23153 23155 23155 0 -1 4202496 9516 0 0 0 19714 1 0 0 25 0 1 0 735377041 282869760 9251 33554432000 134512640 135204385 4293154496 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23155/statm: 69060 9251 64 169 0 68890 0
[pid=23153/tid=23171] ppid=23146 vsize=334360 CPUtime=0 cores=1,3
/proc/23153/task/23171/stat : 23171 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735387081 342384640 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604470655555456 0 0 -1 1 0 0 0
[pid=23172] ppid=23146 vsize=334372 CPUtime=0.61 cores=1,3
/proc/23172/stat : 23172 (python) S 23146 23146 22030 0 -1 4202560 1122 0 0 0 32 29 0 0 15 0 2 0 735387082 342396928 16986 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23172/statm: 83593 16986 399 364 0 19508 0
[pid=23174] ppid=23172 vsize=276236 CPUtime=197.08 cores=1,3
/proc/23174/stat : 23174 (hybridGM3) T 23172 23174 23174 0 -1 4202496 9517 0 0 0 19707 1 0 0 25 0 1 0 735387083 282865664 9255 33554432000 134512640 135204385 4292780272 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23174/statm: 69059 9255 64 169 0 68889 0
[pid=23172/tid=23190] ppid=23146 vsize=334372 CPUtime=0 cores=1,3
/proc/23172/task/23190/stat : 23190 (python) S 23146 23146 22030 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 735397122 342396928 16986 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604468664908736 0 0 -1 1 0 0 0
[pid=23191] ppid=23146 vsize=344628 CPUtime=0.6 cores=1,3
/proc/23191/stat : 23191 (python) S 23146 23146 22030 0 -1 4202560 1124 0 0 0 32 28 0 0 15 0 2 0 735397124 352899072 16990 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23191/statm: 86157 16990 399 364 0 22069 0
[pid=23193] ppid=23191 vsize=276236 CPUtime=197.1 cores=1,3
/proc/23193/stat : 23193 (hybridGM3) T 23191 23193 23193 0 -1 4202496 9519 0 0 0 19708 2 0 0 25 0 1 0 735397124 282865664 9255 33554432000 134512640 135204385 4294794144 18446744073709551615 134547426 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23193/statm: 69059 9255 64 169 0 68889 0
[pid=23191/tid=23237] ppid=23146 vsize=344628 CPUtime=0 cores=1,3
/proc/23191/task/23237/stat : 23237 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 735407164 352899072 16990 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604463714891776 0 0 -1 1 0 0 0
[pid=23292] ppid=23146 vsize=354884 CPUtime=0.3 cores=1,3
/proc/23292/stat : 23292 (python) S 23146 23146 22030 0 -1 4202560 1101 0 0 0 15 15 0 0 19 0 2 0 735426626 363401216 16994 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23292/statm: 88721 16994 399 364 0 24630 0
[pid=23294] ppid=23292 vsize=471116 CPUtime=99.98 cores=1,3
/proc/23294/stat : 23294 (TNM) T 23292 23294 23294 0 -1 4202496 8433 0 0 0 9996 2 0 0 25 0 1 0 735426626 482422784 8170 33554432000 134512640 135008748 4293475280 18446744073709551615 134528974 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23294/statm: 117779 8170 46 122 0 116679 0
[pid=23292/tid=23341] ppid=23146 vsize=354884 CPUtime=0 cores=1,3
/proc/23292/task/23341/stat : 23341 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735436656 363401216 16994 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604469640140736 0 0 -1 3 0 0 0
[pid=23353] ppid=23146 vsize=365140 CPUtime=0.6 cores=1,3
/proc/23353/stat : 23353 (python) S 23146 23146 22030 0 -1 4202560 1147 0 0 0 29 31 0 0 16 0 2 0 735446387 373903360 16998 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23353/statm: 91285 16998 399 364 0 27191 0
[pid=23355] ppid=23353 vsize=276240 CPUtime=195.13 cores=1,3
/proc/23355/stat : 23355 (hybridGM3) T 23353 23355 23355 0 -1 4202496 9511 0 0 0 19512 1 0 0 25 0 1 0 735446388 282869760 9249 33554432000 134512640 135204385 4290702256 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23355/statm: 69060 9249 64 169 0 68890 0
[pid=23353/tid=23363] ppid=23146 vsize=365140 CPUtime=0 cores=1,3
/proc/23353/task/23363/stat : 23363 (python) S 23146 23146 22030 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735456431 373903360 16998 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604458001654976 0 0 -1 1 0 0 0
[pid=23377] ppid=23146 vsize=375396 CPUtime=0.62 cores=1,3
/proc/23377/stat : 23377 (python) S 23146 23146 22030 0 -1 4202560 1137 0 0 0 31 31 0 0 15 0 2 0 735465961 384405504 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23377/statm: 93849 17002 399 364 0 29752 0
[pid=23379] ppid=23377 vsize=276236 CPUtime=195.16 cores=1,3
/proc/23379/stat : 23379 (hybridGM3) T 23377 23379 23379 0 -1 4202496 9516 0 0 0 19515 1 0 0 25 0 1 0 735465962 282865664 9254 33554432000 134512640 135204385 4292489632 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23379/statm: 69059 9254 64 169 0 68889 0
[pid=23377/tid=23384] ppid=23146 vsize=375396 CPUtime=0 cores=1,3
/proc/23377/task/23384/stat : 23384 (python) S 23146 23146 22030 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 735476005 384405504 17002 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604464344650752 0 0 -1 1 0 0 0
[pid=23398] ppid=23146 vsize=385652 CPUtime=0.62 cores=1,3
/proc/23398/stat : 23398 (python) S 23146 23146 22030 0 -1 4202560 1132 0 0 0 34 28 0 0 17 0 2 0 735485536 394907648 17006 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23398/statm: 96413 17006 399 364 0 32313 0
[pid=23400] ppid=23398 vsize=276240 CPUtime=194.75 cores=1,3
/proc/23400/stat : 23400 (hybridGM3) T 23398 23400 23400 0 -1 4202496 9511 0 0 0 19474 1 0 0 25 0 1 0 735485537 282869760 9251 33554432000 134512640 135204385 4293555392 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23400/statm: 69060 9251 64 169 0 68890 0
[pid=23398/tid=23432] ppid=23146 vsize=385652 CPUtime=0 cores=1,3
/proc/23398/task/23432/stat : 23432 (python) S 23146 23146 22030 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 735505013 394907648 17006 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 514 18446604458525032896 0 0 -1 3 0 0 0
[pid=23433] ppid=23146 vsize=395908 CPUtime=0.01 cores=1,3
/proc/23433/stat : 23433 (python) S 23146 23146 22030 0 -1 4202560 942 0 0 0 0 1 0 0 15 0 1 0 735505014 405409792 16986 33554432000 4194304 5683644 140734249328288 18446744073709551615 216735198790 0 0 16781312 514 14473990313791684871 0 0 17 1 0 0 0
/proc/23433/statm: 98977 16986 376 364 0 34874 0
[pid=23435] ppid=23433 vsize=276240 CPUtime=9.22 cores=1,3
/proc/23435/stat : 23435 (hybridGM3) R 23433 23435 23435 0 -1 4202496 9522 0 0 0 920 2 0 0 25 0 1 0 735505014 282869760 9254 33554432000 134512640 135204385 4289137424 18446744073709551615 134547654 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23435/statm: 69060 9254 64 169 0 68890 0
[pid=23146/tid=23154] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23154/stat : 23154 (python) S 23144 23146 22030 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 735377041 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23173] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23173/stat : 23173 (python) S 23144 23146 22030 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 735387082 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23192] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23192/stat : 23192 (python) S 23144 23146 22030 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 735397124 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 3 0 0 0
[pid=23146/tid=23293] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23293/stat : 23293 (python) S 23144 23146 22030 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735426626 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23354] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23354/stat : 23354 (python) S 23144 23146 22030 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 735446388 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23378] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23378/stat : 23378 (python) S 23144 23146 22030 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 735465962 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23399] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23399/stat : 23399 (python) S 23144 23146 22030 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 735485537 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
[pid=23146/tid=23434] ppid=23144 vsize=406152 CPUtime=0 cores=1,3
/proc/23146/task/23434/stat : 23434 (python) S 23144 23146 22030 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 735505014 415899648 18504 33554432000 4194304 5683644 140734249328288 18446744073709551615 216747002289 0 0 16781312 2 18446604469640141632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.46
Current children cumulated vsize (KiB) 5701276

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 23146 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=759364
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=190970
# CPU time returned by wait4() is 10.9503
# while last known CPU time is 1300.46
#
# 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.46
CPU user time (s): 1298.24
CPU system time (s): 2.22
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 5701276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7594
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35274
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= 2875
involuntary context switches= 37

runsolver used 6.19906 second user time and 13.6439 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 11:24:13
IDJOB=3377227
IDBENCH=82536
IDSOLVER=1857
FILE ID=node119/3377227-1305451452
RUNJOBID= node119-1305451370-23048
PBS_JOBID= 13324846
Free space on /tmp= 73232 MiB

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

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

MD5SUM BENCH= e875844c76f68e9f4050986690c5cb90
RANDOM SEED=871202836

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:      14302664 kB
Buffers:        296088 kB
Cached:        4932948 kB
SwapCached:       4756 kB
Active:       15096944 kB
Inactive:      3210856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14302664 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           36136 kB
Writeback:           4 kB
AnonPages:    13076816 kB
Mapped:          37064 kB
Slab:           215084 kB
PageTables:      61172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104375036 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= 73228 MiB
End job on node119 at 2011-05-15 11:45:55