Trace number 3377300

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) 1299.79 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3377300-1305452203.cnf
0.36/0.66	c INFO: computing task features
0.94/1.21	c INFO: computed variable-clause graph statistics
0.94/1.24	c INFO: computed clause balance statistics
3.74/4.06	c INFO: computed variable balance statistics
6.04/6.34	c INFO: computed small-clause counts
6.04/6.36	c INFO: computed Horn-clause counts
7.84/8.14	c INFO: computed variable graph statistics
7.84/8.14	c INFO: collected features for HOME/instance-3377300-1305452203.cnf in 7.47 s
7.84/8.16	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.36)
108.44/108.70	c INFO: running hybridGM3@0 for 97 with 2292 remaining (b = 0.22)
208.97/209.26	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.14)
309.39/309.75	c INFO: running hybridGM3@100 for 97 with 2091 remaining (b = 0.11)
406.75/407.06	c INFO: running hybridGM3@100 for 97 with 1994 remaining (b = 0.11)
504.03/504.39	c INFO: running TNM@0 for 97 with 1897 remaining (b = 0.13)
604.42/604.72	c INFO: running hybridGM3@100 for 97 with 1797 remaining (b = 0.10)
701.77/702.04	c INFO: running hybridGM3@0 for 97 with 1700 remaining (b = 0.10)
802.16/802.48	c INFO: running hybridGM3@100 for 97 with 1600 remaining (b = 0.08)
897.48/897.78	c INFO: running hybridGM3@0 for 97 with 1505 remaining (b = 0.07)
997.98/998.23	c INFO: running hybridGM3@100 for 97 with 1405 remaining (b = 0.06)
1093.30/1093.55	c INFO: running hybridGM3@0 for 194 with 1310 remaining (b = 0.10)
1290.00/1290.30	c INFO: running hybridGM3@0 for 194 with 1114 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-3377300-1305452203/watcher-3377300-1305452203 -o /tmp/evaluation-result-3377300-1305452203/solver-3377300-1305452203 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377300-1305452203.cnf -seed 286229876 -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.02 3.97 3.80 4/399 29318
/proc/meminfo: memFree=24062240/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=15184 CPUtime=0 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 726 0 0 0 0 0 0 0 24 0 1 0 656817376 15548416 617 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/29318/statm: 3796 617 322 364 0 283 0

[startup+0.0588311 s]
/proc/loadavg: 4.02 3.97 3.80 4/399 29318
/proc/meminfo: memFree=24062240/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=21104 CPUtime=0.02 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 1314 0 0 0 2 0 0 0 25 0 1 0 656817376 21610496 1166 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/29318/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100809 s]
/proc/loadavg: 4.02 3.97 3.80 4/399 29318
/proc/meminfo: memFree=24062240/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=84604 CPUtime=0.05 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 2407 0 0 0 4 1 0 0 18 0 1 0 656817376 86634496 2136 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/29318/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84604

[startup+0.300788 s]
/proc/loadavg: 4.02 3.97 3.80 4/399 29318
/proc/meminfo: memFree=24062240/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=135748 CPUtime=0.18 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 5972 930 1 0 14 4 0 0 18 0 1 0 656817376 139005952 4149 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/29318/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.707747 s]
/proc/loadavg: 4.02 3.97 3.80 4/399 29318
/proc/meminfo: memFree=24062240/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=283724 CPUtime=0.45 cores=0,2
/proc/29318/stat : 29318 (python) R 29316 29318 28260 0 -1 4202496 10603 930 1 0 35 10 0 0 17 0 1 0 656817376 290533376 8275 33554432000 4194304 5683644 140737389081680 18446744073709551615 47440928226278 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29318/statm: 70931 8275 1761 364 0 6855 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 283724

[startup+1.50054 s]
/proc/loadavg: 3.86 3.94 3.79 5/398 29345
/proc/meminfo: memFree=24029948/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=312972 CPUtime=1.24 cores=0,2
/proc/29318/stat : 29318 (python) R 29316 29318 28260 0 -1 4202496 21978 930 1 0 113 11 0 0 18 0 1 0 656817376 320483328 15628 33554432000 4194304 5683644 140737389081680 18446744073709551615 4458911 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29318/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 312972

[startup+3.10029 s]
/proc/loadavg: 3.86 3.94 3.79 5/402 29354
/proc/meminfo: memFree=23948280/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=312972 CPUtime=2.84 cores=0,2
/proc/29318/stat : 29318 (python) R 29316 29318 28260 0 -1 4202496 21978 930 1 0 273 11 0 0 21 0 1 0 656817376 320483328 15628 33554432000 4194304 5683644 140737389081680 18446744073709551615 47440760137458 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29318/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 312972

[startup+6.30068 s]
/proc/loadavg: 3.95 3.95 3.80 5/402 29354
/proc/meminfo: memFree=23939072/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=312972 CPUtime=6.04 cores=0,2
/proc/29318/stat : 29318 (python) R 29316 29318 28260 0 -1 4202496 21979 930 1 0 593 11 0 0 25 0 1 0 656817376 320483328 15629 33554432000 4194304 5683644 140737389081680 18446744073709551615 4500500 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29318/statm: 78243 15629 1827 364 0 14167 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 312972

[startup+12.7004 s]
/proc/loadavg: 3.95 3.96 3.80 5/408 29360
/proc/meminfo: memFree=23878168/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=320508 CPUtime=7.89 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 22276 930 1 0 778 11 0 0 25 0 2 0 656817376 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 80127 14998 1875 364 0 16045 0
[pid=29355] ppid=29318 vsize=310264 CPUtime=0.01 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 979 0 0 0 1 0 0 0 15 0 1 0 656818193 317710336 13500 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715023 0 0 16781312 514 4270234335983927555 0 0 17 0 0 0 0
/proc/29355/statm: 77566 13500 381 364 0 13484 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=4.51 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) R 29355 29357 29357 0 -1 4202496 8089 0 0 0 450 1 0 0 25 0 1 0 656818193 274866176 7823 33554432000 134512640 135204385 4290021536 18446744073709551615 134536898 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29357/statm: 67106 7823 64 169 0 66936 0
[pid=29318/tid=29356] ppid=29316 vsize=320508 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 2 0 656818193 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 899196

[startup+25.501 s]
/proc/loadavg: 3.96 3.96 3.80 4/401 29388
/proc/meminfo: memFree=23960012/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=320508 CPUtime=7.89 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 22276 930 1 0 778 11 0 0 25 0 2 0 656817376 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 80127 14998 1875 364 0 16045 0
[pid=29355] ppid=29318 vsize=310264 CPUtime=0.05 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 983 0 0 0 3 2 0 0 15 0 1 0 656818193 317710336 13500 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715023 0 0 16781312 514 11994246891966529795 0 0 17 0 0 0 0
/proc/29355/statm: 77566 13500 381 364 0 13484 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=17.27 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) R 29355 29357 29357 0 -1 4202496 8092 0 0 0 1726 1 0 0 25 0 1 0 656818193 274866176 7826 33554432000 134512640 135204385 4290021536 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7826 64 169 0 66936 0
[pid=29318/tid=29356] ppid=29316 vsize=320508 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 2 0 656818193 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 899196

[startup+51.1011 s]
/proc/loadavg: 3.97 3.96 3.81 5/404 29396
/proc/meminfo: memFree=23912756/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=320508 CPUtime=7.89 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 22276 930 1 0 778 11 0 0 25 0 2 0 656817376 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 80127 14998 1875 364 0 16045 0
[pid=29355] ppid=29318 vsize=310264 CPUtime=0.13 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 995 0 0 0 8 5 0 0 15 0 1 0 656818193 317710336 13500 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715023 0 0 16781312 514 11994246891966529795 0 0 17 0 0 0 0
/proc/29355/statm: 77566 13500 381 364 0 13484 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=42.81 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) R 29355 29357 29357 0 -1 4202496 8098 0 0 0 4279 2 0 0 25 0 1 0 656818193 274866176 7832 33554432000 134512640 135204385 4290021536 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7832 64 169 0 66936 0
[pid=29318/tid=29356] ppid=29316 vsize=320508 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 2 0 656818193 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 899196

[startup+102.315 s]
/proc/loadavg: 4.10 3.99 3.82 5/407 29400
/proc/meminfo: memFree=23864288/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=320508 CPUtime=7.89 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 22276 930 1 0 778 11 0 0 25 0 2 0 656817376 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 80127 14998 1875 364 0 16045 0
[pid=29355] ppid=29318 vsize=310264 CPUtime=0.27 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 1016 0 0 0 16 11 0 0 15 0 1 0 656818193 317710336 13500 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715023 0 0 16781312 514 11994246891966529795 0 0 17 0 0 0 0
/proc/29355/statm: 77566 13500 381 364 0 13484 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=93.9 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) R 29355 29357 29357 0 -1 4202496 8098 0 0 0 9388 2 0 0 25 0 1 0 656818193 274866176 7832 33554432000 134512640 135204385 4290021536 18446744073709551615 134536922 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7832 64 169 0 66936 0
[pid=29318/tid=29356] ppid=29316 vsize=320508 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 2 0 656818193 328200192 14998 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 899196

[startup+162.301 s]
/proc/loadavg: 4.11 4.01 3.84 5/420 29415
/proc/meminfo: memFree=23762336/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=330764 CPUtime=7.92 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 23194 930 1 0 780 12 0 0 20 0 3 0 656817376 338702336 15005 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 82691 15005 1878 364 0 18606 0
[pid=29355] ppid=29318 vsize=320508 CPUtime=0.31 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 1156 0 0 0 18 13 0 0 17 0 2 0 656818193 328200192 13538 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29355/statm: 80127 13538 414 364 0 16045 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=100.23 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) T 29355 29357 29357 0 -1 4202496 8098 0 0 0 10021 2 0 0 25 0 1 0 656818193 274866176 7832 33554432000 134512640 135204385 4290021536 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7832 64 169 0 66936 0
[pid=29355/tid=29405] ppid=29318 vsize=320508 CPUtime=0 cores=0,2
/proc/29355/task/29405/stat : 29405 (python) S 29318 29318 28260 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656828246 328200192 13538 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 0 0 0 0
[pid=29406] ppid=29318 vsize=320520 CPUtime=0.16 cores=0,2
/proc/29406/stat : 29406 (python) S 29318 29318 28260 0 -1 4202560 907 0 0 0 8 8 0 0 15 0 1 0 656828247 328212480 13493 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715078 0 0 16781312 514 11994246891966529796 0 0 17 0 0 0 0
/proc/29406/statm: 80130 13493 370 364 0 16045 0
[pid=29408] ppid=29406 vsize=268428 CPUtime=53.42 cores=0,2
/proc/29408/stat : 29408 (hybridGM3) R 29406 29408 29408 0 -1 4202496 8088 0 0 0 5341 1 0 0 25 0 1 0 656828247 274870272 7823 33554432000 134512640 135204385 4288431680 18446744073709551615 134536705 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29408/statm: 67107 7823 64 169 0 66937 0
[pid=29318/tid=29356] ppid=29316 vsize=330764 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 25 0 3 0 656818193 338702336 15005 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29407] ppid=29316 vsize=330764 CPUtime=0 cores=0,2
/proc/29318/task/29407/stat : 29407 (python) S 29316 29318 28260 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 656828247 338702336 15005 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1508644

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.84 5/428 29424
/proc/meminfo: memFree=23690548/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=341020 CPUtime=7.93 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 24072 930 1 0 781 12 0 0 20 0 4 0 656817376 349204480 15011 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 85255 15011 1880 364 0 21167 0
[pid=29355] ppid=29318 vsize=320508 CPUtime=0.31 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 1156 0 0 0 18 13 0 0 17 0 2 0 656818193 328200192 13538 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29355/statm: 80127 13538 414 364 0 16045 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=100.23 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) T 29355 29357 29357 0 -1 4202496 8098 0 0 0 10021 2 0 0 25 0 1 0 656818193 274866176 7832 33554432000 134512640 135204385 4290021536 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7832 64 169 0 66936 0
[pid=29355/tid=29405] ppid=29318 vsize=320508 CPUtime=0 cores=0,2
/proc/29355/task/29405/stat : 29405 (python) S 29318 29318 28260 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656828246 328200192 13538 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 0 0 0 0

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

/proc/29406/statm: 80130 13523 399 364 0 16045 0
[pid=29408] ppid=29406 vsize=268428 CPUtime=197.22 cores=0,2
/proc/29408/stat : 29408 (hybridGM3) T 29406 29408 29408 0 -1 4202496 8090 0 0 0 19721 1 0 0 25 0 1 0 656828247 274870272 7825 33554432000 134512640 135204385 4288431680 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29408/statm: 67107 7825 64 169 0 66937 0
[pid=29406/tid=29421] ppid=29318 vsize=320520 CPUtime=0 cores=0,2
/proc/29406/task/29421/stat : 29421 (python) S 29318 29318 28260 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656838302 328212480 13523 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201024 0 0 -1 0 0 0 0
[pid=29422] ppid=29318 vsize=330776 CPUtime=0.65 cores=0,2
/proc/29422/stat : 29422 (python) S 29318 29318 28260 0 -1 4202560 1126 0 0 0 33 32 0 0 16 0 2 0 656838303 338714624 13527 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29422/statm: 82694 13527 399 364 0 18606 0
[pid=29424] ppid=29422 vsize=268420 CPUtime=197.1 cores=0,2
/proc/29424/stat : 29424 (hybridGM3) T 29422 29424 29424 0 -1 4202496 8096 0 0 0 19709 1 0 0 25 0 1 0 656838303 274862080 7830 33554432000 134512640 135204385 4286688496 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29424/statm: 67105 7830 64 169 0 66935 0
[pid=29422/tid=29436] ppid=29318 vsize=330776 CPUtime=0 cores=0,2
/proc/29422/task/29436/stat : 29436 (python) S 29318 29318 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656848350 338714624 13527 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604441507103808 0 0 -1 0 0 0 0
[pid=29467] ppid=29318 vsize=341032 CPUtime=0.32 cores=0,2
/proc/29467/stat : 29467 (python) S 29318 29318 28260 0 -1 4202560 1078 0 0 0 17 15 0 0 19 0 2 0 656867816 349216768 13531 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 85258 13531 399 364 0 21167 0
[pid=29469] ppid=29467 vsize=465044 CPUtime=99.99 cores=0,2
/proc/29469/stat : 29469 (TNM) T 29467 29469 29469 0 -1 4202496 6015 0 0 0 9999 0 0 0 25 0 1 0 656867816 476205056 5749 33554432000 134512640 135008748 4287426368 18446744073709551615 134529272 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29469/statm: 116261 5749 46 122 0 115161 0
[pid=29467/tid=29474] ppid=29318 vsize=341032 CPUtime=0 cores=0,2
/proc/29467/task/29474/stat : 29474 (python) S 29318 29318 28260 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656877847 349216768 13531 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604450373148800 0 0 -1 0 0 0 0
[pid=29520] ppid=29318 vsize=351288 CPUtime=0.62 cores=0,2
/proc/29520/stat : 29520 (python) S 29318 29318 28260 0 -1 4202560 1129 0 0 0 33 29 0 0 15 0 2 0 656887580 359718912 13535 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29520/statm: 87822 13535 399 364 0 23728 0
[pid=29522] ppid=29520 vsize=268420 CPUtime=195.11 cores=0,2
/proc/29522/stat : 29522 (hybridGM3) T 29520 29522 29522 0 -1 4202496 8096 0 0 0 19510 1 0 0 25 0 1 0 656887581 274862080 7830 33554432000 134512640 135204385 4292346432 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29522/statm: 67105 7830 64 169 0 66935 0
[pid=29520/tid=29531] ppid=29318 vsize=351288 CPUtime=0 cores=0,2
/proc/29520/task/29531/stat : 29531 (python) S 29318 29318 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656897623 359718912 13535 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604447232915392 0 0 -1 0 0 0 0
[pid=29541] ppid=29318 vsize=361544 CPUtime=0.65 cores=0,2
/proc/29541/stat : 29541 (python) S 29318 29318 28260 0 -1 4202560 1131 0 0 0 34 31 0 0 16 0 2 0 656907155 370221056 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29541/statm: 90386 13539 399 364 0 26289 0
[pid=29543] ppid=29541 vsize=268420 CPUtime=195.11 cores=0,2
/proc/29543/stat : 29543 (hybridGM3) T 29541 29543 29543 0 -1 4202496 8090 0 0 0 19510 1 0 0 25 0 1 0 656907155 274862080 7826 33554432000 134512640 135204385 4287980288 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29543/statm: 67105 7826 64 169 0 66935 0
[pid=29541/tid=29552] ppid=29318 vsize=361544 CPUtime=0 cores=0,2
/proc/29541/task/29552/stat : 29552 (python) S 29318 29318 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656917199 370221056 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604447276576960 0 0 -1 0 0 0 0
[pid=29563] ppid=29318 vsize=371800 CPUtime=0.49 cores=0,2
/proc/29563/stat : 29563 (python) S 29318 29318 28260 0 -1 4202560 966 0 0 0 28 21 0 0 15 0 1 0 656926732 380723200 13513 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715078 0 0 16781312 514 11994246891966529795 0 0 17 0 0 0 0
/proc/29563/statm: 92950 13513 370 364 0 28850 0
[pid=29565] ppid=29563 vsize=268420 CPUtime=148.24 cores=0,2
/proc/29565/stat : 29565 (hybridGM3) R 29563 29565 29565 0 -1 4202496 8085 0 0 0 14823 1 0 0 25 0 1 0 656926732 274862080 7824 33554432000 134512640 135204385 4293291776 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29565/statm: 67105 7824 64 169 0 66935 0
[pid=29318/tid=29356] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 656818193 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 2 0 0 0
[pid=29318/tid=29407] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29407/stat : 29407 (python) S 29316 29318 28260 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 8 0 656828247 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29423] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29423/stat : 29423 (python) S 29316 29318 28260 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 8 0 656838303 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29468] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29468/stat : 29468 (python) S 29316 29318 28260 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 8 0 656867816 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29521] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29521/stat : 29521 (python) S 29316 29318 28260 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 656887581 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29542] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29542/stat : 29542 (python) S 29316 29318 28260 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 8 0 656907155 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29564] ppid=29316 vsize=382044 CPUtime=0 cores=0,2
/proc/29318/task/29564/stat : 29564 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 656926732 391213056 15035 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 4855088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.13 3.38 4/469 29586
/proc/meminfo: memFree=23381928/32950928 swapFree=67056568/67111528
[pid=29318] ppid=29316 vsize=392300 CPUtime=8.07 cores=0,2
/proc/29318/stat : 29318 (python) S 29316 29318 28260 0 -1 4202496 29153 930 1 0 793 14 0 0 20 0 9 0 656817376 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29318/statm: 98075 15041 1890 364 0 33972 0
[pid=29355] ppid=29318 vsize=320508 CPUtime=0.64 cores=0,2
/proc/29355/stat : 29355 (python) S 29318 29318 28260 0 -1 4202560 1209 0 0 0 35 29 0 0 15 0 2 0 656818193 328200192 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29355/statm: 80127 13539 415 364 0 16045 0
[pid=29357] ppid=29355 vsize=268424 CPUtime=197.24 cores=0,2
/proc/29357/stat : 29357 (hybridGM3) T 29355 29357 29357 0 -1 4202496 8098 0 0 0 19722 2 0 0 25 0 1 0 656818193 274866176 7832 33554432000 134512640 135204385 4290021536 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29357/statm: 67106 7832 64 169 0 66936 0
[pid=29355/tid=29405] ppid=29318 vsize=320508 CPUtime=0 cores=0,2
/proc/29355/task/29405/stat : 29405 (python) S 29318 29318 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656828246 328200192 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604453906934656 0 0 -1 0 0 0 0
[pid=29406] ppid=29318 vsize=320520 CPUtime=0.65 cores=0,2
/proc/29406/stat : 29406 (python) S 29318 29318 28260 0 -1 4202560 1111 0 0 0 34 31 0 0 16 0 2 0 656828247 328212480 13523 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29406/statm: 80130 13523 399 364 0 16045 0
[pid=29408] ppid=29406 vsize=268428 CPUtime=197.22 cores=0,2
/proc/29408/stat : 29408 (hybridGM3) T 29406 29408 29408 0 -1 4202496 8090 0 0 0 19721 1 0 0 25 0 1 0 656828247 274870272 7825 33554432000 134512640 135204385 4288431680 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29408/statm: 67107 7825 64 169 0 66937 0
[pid=29406/tid=29421] ppid=29318 vsize=320520 CPUtime=0 cores=0,2
/proc/29406/task/29421/stat : 29421 (python) S 29318 29318 28260 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656838302 328212480 13523 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201024 0 0 -1 0 0 0 0
[pid=29422] ppid=29318 vsize=330776 CPUtime=0.65 cores=0,2
/proc/29422/stat : 29422 (python) S 29318 29318 28260 0 -1 4202560 1126 0 0 0 33 32 0 0 16 0 2 0 656838303 338714624 13527 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29422/statm: 82694 13527 399 364 0 18606 0
[pid=29424] ppid=29422 vsize=268420 CPUtime=197.1 cores=0,2
/proc/29424/stat : 29424 (hybridGM3) T 29422 29424 29424 0 -1 4202496 8096 0 0 0 19709 1 0 0 25 0 1 0 656838303 274862080 7830 33554432000 134512640 135204385 4286688496 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29424/statm: 67105 7830 64 169 0 66935 0
[pid=29422/tid=29436] ppid=29318 vsize=330776 CPUtime=0 cores=0,2
/proc/29422/task/29436/stat : 29436 (python) S 29318 29318 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656848350 338714624 13527 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604441507103808 0 0 -1 0 0 0 0
[pid=29467] ppid=29318 vsize=341032 CPUtime=0.32 cores=0,2
/proc/29467/stat : 29467 (python) S 29318 29318 28260 0 -1 4202560 1078 0 0 0 17 15 0 0 19 0 2 0 656867816 349216768 13531 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29467/statm: 85258 13531 399 364 0 21167 0
[pid=29469] ppid=29467 vsize=465044 CPUtime=99.99 cores=0,2
/proc/29469/stat : 29469 (TNM) T 29467 29469 29469 0 -1 4202496 6015 0 0 0 9999 0 0 0 25 0 1 0 656867816 476205056 5749 33554432000 134512640 135008748 4287426368 18446744073709551615 134529272 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29469/statm: 116261 5749 46 122 0 115161 0
[pid=29467/tid=29474] ppid=29318 vsize=341032 CPUtime=0 cores=0,2
/proc/29467/task/29474/stat : 29474 (python) S 29318 29318 28260 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656877847 349216768 13531 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604450373148800 0 0 -1 0 0 0 0
[pid=29520] ppid=29318 vsize=351288 CPUtime=0.62 cores=0,2
/proc/29520/stat : 29520 (python) S 29318 29318 28260 0 -1 4202560 1129 0 0 0 33 29 0 0 15 0 2 0 656887580 359718912 13535 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29520/statm: 87822 13535 399 364 0 23728 0
[pid=29522] ppid=29520 vsize=268420 CPUtime=195.11 cores=0,2
/proc/29522/stat : 29522 (hybridGM3) T 29520 29522 29522 0 -1 4202496 8096 0 0 0 19510 1 0 0 25 0 1 0 656887581 274862080 7830 33554432000 134512640 135204385 4292346432 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29522/statm: 67105 7830 64 169 0 66935 0
[pid=29520/tid=29531] ppid=29318 vsize=351288 CPUtime=0 cores=0,2
/proc/29520/task/29531/stat : 29531 (python) S 29318 29318 28260 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656897623 359718912 13535 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604447232915392 0 0 -1 0 0 0 0
[pid=29541] ppid=29318 vsize=361544 CPUtime=0.65 cores=0,2
/proc/29541/stat : 29541 (python) S 29318 29318 28260 0 -1 4202560 1131 0 0 0 34 31 0 0 16 0 2 0 656907155 370221056 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29541/statm: 90386 13539 399 364 0 26289 0
[pid=29543] ppid=29541 vsize=268420 CPUtime=195.11 cores=0,2
/proc/29543/stat : 29543 (hybridGM3) T 29541 29543 29543 0 -1 4202496 8090 0 0 0 19510 1 0 0 25 0 1 0 656907155 274862080 7826 33554432000 134512640 135204385 4287980288 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29543/statm: 67105 7826 64 169 0 66935 0
[pid=29541/tid=29552] ppid=29318 vsize=361544 CPUtime=0 cores=0,2
/proc/29541/task/29552/stat : 29552 (python) S 29318 29318 28260 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656917199 370221056 13539 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604447276576960 0 0 -1 0 0 0 0
[pid=29563] ppid=29318 vsize=371800 CPUtime=0.65 cores=0,2
/proc/29563/stat : 29563 (python) S 29318 29318 28260 0 -1 4202560 1141 0 0 0 36 29 0 0 16 0 2 0 656926732 380723200 13543 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29563/statm: 92950 13543 399 364 0 28850 0
[pid=29565] ppid=29563 vsize=268420 CPUtime=196.08 cores=0,2
/proc/29565/stat : 29565 (hybridGM3) T 29563 29565 29565 0 -1 4202496 8085 0 0 0 19607 1 0 0 25 0 1 0 656926732 274862080 7824 33554432000 134512640 135204385 4293291776 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29565/statm: 67105 7824 64 169 0 66935 0
[pid=29563/tid=29583] ppid=29318 vsize=371800 CPUtime=0 cores=0,2
/proc/29563/task/29583/stat : 29583 (python) S 29318 29318 28260 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656946406 380723200 13543 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 514 18446604440595603712 0 0 -1 0 0 0 0
[pid=29584] ppid=29318 vsize=382056 CPUtime=0.02 cores=0,2
/proc/29584/stat : 29584 (python) S 29318 29318 28260 0 -1 4202560 935 0 0 0 1 1 0 0 15 0 1 0 656946407 391225344 13523 33554432000 4194304 5683644 140737389081680 18446744073709551615 239476715078 0 0 16781312 514 11167475999703007489 0 0 17 0 0 0 0
/proc/29584/statm: 95514 13523 376 364 0 31411 0
[pid=29586] ppid=29584 vsize=268420 CPUtime=9.67 cores=0,2
/proc/29586/stat : 29586 (hybridGM3) R 29584 29586 29586 0 -1 4202496 8091 0 0 0 966 1 0 0 25 0 1 0 656946408 274862080 7825 33554432000 134512640 135204385 4292218112 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29586/statm: 67105 7825 64 169 0 66935 0
[pid=29318/tid=29356] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29356/stat : 29356 (python) S 29316 29318 28260 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 656818193 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 2 0 0 0
[pid=29318/tid=29407] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29407/stat : 29407 (python) S 29316 29318 28260 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 9 0 656828247 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29423] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29423/stat : 29423 (python) S 29316 29318 28260 0 -1 4202560 33 930 0 0 0 0 0 0 18 0 9 0 656838303 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29468] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29468/stat : 29468 (python) S 29316 29318 28260 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 656867816 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29521] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29521/stat : 29521 (python) S 29316 29318 28260 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 9 0 656887581 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29542] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29542/stat : 29542 (python) S 29316 29318 28260 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 9 0 656907155 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29564] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29564/stat : 29564 (python) S 29316 29318 28260 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656926732 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
[pid=29318/tid=29585] ppid=29316 vsize=392300 CPUtime=0 cores=0,2
/proc/29318/task/29585/stat : 29585 (python) S 29316 29318 28260 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 656946408 401715200 15041 33554432000 4194304 5683644 140737389081680 18446744073709551615 239488518577 0 0 16781312 2 18446604445858281472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.79
Current children cumulated vsize (KiB) 5515820

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 29318 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=936793
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 8.08377
# while last known CPU time is 1299.79
#
# 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): 1299.79
CPU user time (s): 1297.6
CPU system time (s): 2.19
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 5515820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.93679
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30089
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= 2879
involuntary context switches= 67

runsolver used 6.31404 second user time and 12.7531 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:36:43
IDJOB=3377300
IDBENCH=82609
IDSOLVER=1857
FILE ID=node148/3377300-1305452203
RUNJOBID= node148-1305451495-29007
PBS_JOBID= 13324858
Free space on /tmp= 72788 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S648642831-094-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-3377300-1305452203/watcher-3377300-1305452203 -o /tmp/evaluation-result-3377300-1305452203/solver-3377300-1305452203 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377300-1305452203.cnf -seed 286229876 -budget 2400

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=286229876

node148.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.854
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.70
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.854
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.854
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.83
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:      24062520 kB
Buffers:        329452 kB
Cached:        4865352 kB
SwapCached:       8488 kB
Active:        5284156 kB
Inactive:      3243796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24062520 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           35032 kB
Writeback:           0 kB
AnonPages:     3331268 kB
Mapped:          35588 kB
Slab:           258852 kB
PageTables:      37220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 96304596 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= 72776 MiB
End job on node148 at 2011-05-15 11:58:25