Trace number 3377377

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S625465881-078-UNKNOWN.cnf
MD5SUM3ba69e7f651721ce4358ca0320f27486
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark497.12
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.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.69	c INFO: solving HOME/instance-3377377-1305452872.cnf
0.35/0.69	c INFO: computing task features
0.93/1.20	c INFO: computed variable-clause graph statistics
0.93/1.22	c INFO: computed clause balance statistics
3.63/3.95	c INFO: computed variable balance statistics
5.73/6.07	c INFO: computed small-clause counts
5.73/6.09	c INFO: computed Horn-clause counts
7.44/7.79	c INFO: computed variable graph statistics
7.44/7.79	c INFO: collected features for HOME/instance-3377377-1305452872.cnf in 7.11 s
7.52/7.80	c INFO: running hybridGM3@0 for 97 with 2392 remaining (b = 0.36)
107.91/108.26	c INFO: running hybridGM3@0 for 97 with 2292 remaining (b = 0.21)
208.40/208.77	c INFO: running hybridGM3@0 for 97 with 2192 remaining (b = 0.14)
308.89/309.29	c INFO: running hybridGM3@100 for 97 with 2092 remaining (b = 0.11)
406.29/406.64	c INFO: running hybridGM3@100 for 97 with 1995 remaining (b = 0.11)
503.57/503.99	c INFO: running TNM@0 for 97 with 1898 remaining (b = 0.13)
603.28/603.36	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.10)
700.70/700.72	c INFO: running hybridGM3@0 for 97 with 1702 remaining (b = 0.10)
801.07/801.18	c INFO: running hybridGM3@100 for 97 with 1602 remaining (b = 0.08)
896.40/896.51	c INFO: running hybridGM3@0 for 97 with 1507 remaining (b = 0.07)
996.31/996.02	c INFO: running hybridGM3@99 for 97 with 1407 remaining (b = 0.06)
1091.61/1091.35	c INFO: running hybridGM3@0 for 194 with 1312 remaining (b = 0.10)
1288.42/1288.14	c INFO: running hybridGM3@0 for 194 with 1116 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-3377377-1305452872/watcher-3377377-1305452872 -o /tmp/evaluation-result-3377377-1305452872/solver-3377377-1305452872 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377377-1305452872.cnf -seed 705728268 -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.13 4.09 3.96 5/474 6785
/proc/meminfo: memFree=23086496/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=15380 CPUtime=0 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 818 0 0 0 0 0 0 0 25 0 1 0 656887605 15749120 704 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 3880 708 334 364 0 367 0

[startup+0.062184 s]
/proc/loadavg: 4.13 4.09 3.96 5/474 6785
/proc/meminfo: memFree=23086496/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=29784 CPUtime=0.03 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 1453 0 0 0 3 0 0 0 25 0 1 0 656887605 30498816 1295 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640857600 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 7446 1295 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.1002 s]
/proc/loadavg: 4.13 4.09 3.96 5/474 6785
/proc/meminfo: memFree=23086496/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=87700 CPUtime=0.06 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 2635 0 0 0 5 1 0 0 17 0 1 0 656887605 89804800 2353 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/6785/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.301125 s]
/proc/loadavg: 4.13 4.09 3.96 5/474 6785
/proc/meminfo: memFree=23086496/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=135748 CPUtime=0.18 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 5973 932 1 0 14 4 0 0 18 0 1 0 656887605 139005952 4149 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640855557 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701116 s]
/proc/loadavg: 4.13 4.09 3.96 5/474 6785
/proc/meminfo: memFree=23086496/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=283184 CPUtime=0.42 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 10464 932 1 0 33 9 0 0 16 0 1 0 656887605 289980416 8136 33554432000 4194304 5683644 140736692920064 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 70796 8137 1761 364 0 6720 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 283184

[startup+1.50096 s]
/proc/loadavg: 4.20 4.11 3.96 6/475 6790
/proc/meminfo: memFree=23039928/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=312972 CPUtime=1.23 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 21978 932 1 0 112 11 0 0 17 0 1 0 656887605 320483328 15628 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640519083 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 312972

[startup+3.10067 s]
/proc/loadavg: 4.20 4.11 3.96 6/475 6791
/proc/meminfo: memFree=23028396/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=312972 CPUtime=2.83 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 21978 932 1 0 272 11 0 0 19 0 1 0 656887605 320483328 15628 33554432000 4194304 5683644 140736692920064 18446744073709551615 4602616 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 312972

[startup+6.30107 s]
/proc/loadavg: 4.20 4.11 3.96 6/475 6791
/proc/meminfo: memFree=23028992/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=312972 CPUtime=6.03 cores=0,2
/proc/6785/stat : 6785 (python) R 6783 6785 5445 0 -1 4202496 21985 932 1 0 592 11 0 0 25 0 1 0 656887605 320483328 15635 33554432000 4194304 5683644 140736692920064 18446744073709551615 47375692667008 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6785/statm: 78243 15635 1833 364 0 14167 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 312972

[startup+12.7009 s]
/proc/loadavg: 4.17 4.10 3.96 6/478 6794
/proc/meminfo: memFree=22997264/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=320508 CPUtime=7.53 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 22266 932 1 0 742 11 0 0 18 0 2 0 656887605 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 80127 14990 1867 364 0 16045 0
[pid=6792] ppid=6785 vsize=310264 CPUtime=0.02 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 975 0 0 0 1 1 0 0 16 0 1 0 656888386 317710336 13500 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879631 0 0 16781312 514 11033521948335243522 0 0 17 0 0 0 0
/proc/6792/statm: 77566 13500 381 364 0 13484 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=4.85 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) R 6792 6794 6794 0 -1 4202496 8092 0 0 0 484 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6785/tid=6793] ppid=6783 vsize=320508 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 656888386 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 899192

[startup+25.5006 s]
/proc/loadavg: 4.14 4.10 3.96 6/486 6802
/proc/meminfo: memFree=22979192/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=320508 CPUtime=7.53 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 22266 932 1 0 742 11 0 0 18 0 2 0 656887605 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 80127 14990 1867 364 0 16045 0
[pid=6792] ppid=6785 vsize=310264 CPUtime=0.06 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 980 0 0 0 3 3 0 0 15 0 1 0 656888386 317710336 13500 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879631 0 0 16781312 514 9244658581968486658 0 0 17 0 0 0 0
/proc/6792/statm: 77566 13500 381 364 0 13484 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=17.6 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) R 6792 6794 6794 0 -1 4202496 8092 0 0 0 1759 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6785/tid=6793] ppid=6783 vsize=320508 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 656888386 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 899192

[startup+51.1009 s]
/proc/loadavg: 4.09 4.09 3.96 5/466 6839
/proc/meminfo: memFree=22999372/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=320508 CPUtime=7.53 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 22266 932 1 0 742 11 0 0 18 0 2 0 656887605 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 80127 14990 1867 364 0 16045 0
[pid=6792] ppid=6785 vsize=310264 CPUtime=0.14 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 992 0 0 0 9 5 0 0 15 0 1 0 656888386 317710336 13500 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879631 0 0 16781312 514 9244658581968486658 0 0 17 0 0 0 0
/proc/6792/statm: 77566 13500 381 364 0 13484 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=43.13 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) R 6792 6794 6794 0 -1 4202496 8092 0 0 0 4312 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134537558 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6785/tid=6793] ppid=6783 vsize=320508 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 656888386 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 899192

[startup+102.317 s]
/proc/loadavg: 4.12 4.10 3.97 5/469 6878
/proc/meminfo: memFree=22999232/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=320508 CPUtime=7.53 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 22266 932 1 0 742 11 0 0 18 0 2 0 656887605 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 80127 14990 1867 364 0 16045 0
[pid=6792] ppid=6785 vsize=310264 CPUtime=0.32 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 1015 0 0 0 19 13 0 0 16 0 1 0 656888386 317710336 13500 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879631 0 0 16781312 514 9244658581968486658 0 0 17 0 0 0 0
/proc/6792/statm: 77566 13500 381 364 0 13484 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=94.18 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) R 6792 6794 6794 0 -1 4202496 8092 0 0 0 9417 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6785/tid=6793] ppid=6783 vsize=320508 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 656888386 328200192 14990 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 899192

[startup+162.301 s]
/proc/loadavg: 4.07 4.08 3.97 5/460 7034
/proc/meminfo: memFree=22973572/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=330764 CPUtime=7.55 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 23184 932 1 0 744 11 0 0 20 0 3 0 656887605 338702336 14997 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 82691 14997 1870 364 0 18606 0
[pid=6792] ppid=6785 vsize=320508 CPUtime=0.35 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 1155 0 0 0 21 14 0 0 16 0 2 0 656888386 328200192 13538 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6792/statm: 80127 13538 414 364 0 16045 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=100.09 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) T 6792 6794 6794 0 -1 4202496 8092 0 0 0 10008 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6792/tid=6879] ppid=6785 vsize=320508 CPUtime=0 cores=0,2
/proc/6792/task/6879/stat : 6879 (python) S 6785 6785 5445 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 656898431 328200192 13538 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604451186667968 0 0 -1 0 0 0 0
[pid=6880] ppid=6785 vsize=320520 CPUtime=0.18 cores=0,2
/proc/6880/stat : 6880 (python) S 6785 6785 5445 0 -1 4202560 906 0 0 0 9 9 0 0 15 0 1 0 656898432 328212480 13493 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879686 0 0 16781312 514 9244658581968486657 0 0 17 0 0 0 0
/proc/6880/statm: 80130 13493 370 364 0 16045 0
[pid=6882] ppid=6880 vsize=268424 CPUtime=53.84 cores=0,2
/proc/6882/stat : 6882 (hybridGM3) R 6880 6882 6882 0 -1 4202496 8094 0 0 0 5382 2 0 0 25 0 1 0 656898432 274866176 7831 33554432000 134512640 135204385 4288381760 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6882/statm: 67106 7831 64 169 0 66936 0
[pid=6785/tid=6793] ppid=6783 vsize=330764 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 3 0 656888386 338702336 14997 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=6881] ppid=6783 vsize=330764 CPUtime=0 cores=0,2
/proc/6785/task/6881/stat : 6881 (python) S 6783 6785 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 656898432 338702336 14997 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 1508636

[startup+222.301 s]
/proc/loadavg: 4.02 4.06 3.97 5/451 7084
/proc/meminfo: memFree=22958880/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=341020 CPUtime=7.56 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 24072 932 1 0 745 11 0 0 19 0 4 0 656887605 349204480 15011 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 85255 15011 1880 364 0 21167 0
[pid=6792] ppid=6785 vsize=320508 CPUtime=0.35 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 1155 0 0 0 21 14 0 0 16 0 2 0 656888386 328200192 13538 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6792/statm: 80127 13538 414 364 0 16045 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=100.09 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) T 6792 6794 6794 0 -1 4202496 8092 0 0 0 10008 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6792/tid=6879] ppid=6785 vsize=320508 CPUtime=0 cores=0,2
/proc/6792/task/6879/stat : 6879 (python) S 6785 6785 5445 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 656898431 328200192 13538 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604451186667968 0 0 -1 0 0 0 0

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

/proc/6880/statm: 80130 13523 399 364 0 16045 0
[pid=6882] ppid=6880 vsize=268424 CPUtime=197.1 cores=0,2
/proc/6882/stat : 6882 (hybridGM3) T 6880 6882 6882 0 -1 4202496 8094 0 0 0 19708 2 0 0 25 0 1 0 656898432 274866176 7831 33554432000 134512640 135204385 4288381760 18446744073709551615 134546073 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6882/statm: 67106 7831 64 169 0 66936 0
[pid=6880/tid=7040] ppid=6785 vsize=320520 CPUtime=0 cores=0,2
/proc/6880/task/7040/stat : 7040 (python) S 6785 6785 5445 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656908482 328212480 13523 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604447087341632 0 0 -1 0 0 0 0
[pid=7041] ppid=6785 vsize=330776 CPUtime=0.7 cores=0,2
/proc/7041/stat : 7041 (python) S 6785 6785 5445 0 -1 4202560 1128 0 0 0 38 32 0 0 15 0 2 0 656908483 338714624 13527 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7041/statm: 82694 13527 399 364 0 18606 0
[pid=7043] ppid=7041 vsize=268424 CPUtime=197.11 cores=0,2
/proc/7043/stat : 7043 (hybridGM3) T 7041 7043 7043 0 -1 4202496 8093 0 0 0 19710 1 0 0 25 0 1 0 656908484 274866176 7828 33554432000 134512640 135204385 4292381104 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7043/statm: 67106 7828 64 169 0 66936 0
[pid=7041/tid=7097] ppid=6785 vsize=330776 CPUtime=0 cores=0,2
/proc/7041/task/7097/stat : 7097 (python) S 6785 6785 5445 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656918533 338714624 13527 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604444538442752 0 0 -1 0 0 0 0
[pid=7123] ppid=6785 vsize=341032 CPUtime=0.33 cores=0,2
/proc/7123/stat : 7123 (python) S 6785 6785 5445 0 -1 4202560 1082 0 0 0 18 15 0 0 19 0 2 0 656938005 349216768 13531 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7123/statm: 85258 13531 399 364 0 21167 0
[pid=7125] ppid=7123 vsize=465044 CPUtime=99.34 cores=0,2
/proc/7125/stat : 7125 (TNM) T 7123 7125 7125 0 -1 4202496 6010 0 0 0 9934 0 0 0 25 0 1 0 656938005 476205056 5748 33554432000 134512640 135008748 4294487920 18446744073709551615 134527742 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7125/statm: 116261 5748 46 122 0 115161 0
[pid=7123/tid=7134] ppid=6785 vsize=341032 CPUtime=0 cores=0,2
/proc/7123/task/7134/stat : 7134 (python) S 6785 6785 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947941 349216768 13531 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604453931411648 0 0 -1 2 0 0 0
[pid=7141] ppid=6785 vsize=351288 CPUtime=0.69 cores=0,2
/proc/7141/stat : 7141 (python) S 6785 6785 5445 0 -1 4202560 1128 0 0 0 38 31 0 0 15 0 2 0 656957678 359718912 13535 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7141/statm: 87822 13535 399 364 0 23728 0
[pid=7143] ppid=7141 vsize=268424 CPUtime=195.07 cores=0,2
/proc/7143/stat : 7143 (hybridGM3) T 7141 7143 7143 0 -1 4202496 8084 0 0 0 19505 2 0 0 25 0 1 0 656957679 274866176 7821 33554432000 134512640 135204385 4289559728 18446744073709551615 134537233 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7143/statm: 67106 7821 64 169 0 66936 0
[pid=7141/tid=7179] ppid=6785 vsize=351288 CPUtime=0 cores=0,2
/proc/7141/task/7179/stat : 7179 (python) S 6785 6785 5445 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656967722 359718912 13535 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604452781073408 0 0 -1 0 0 0 0
[pid=7182] ppid=6785 vsize=361544 CPUtime=0.67 cores=0,2
/proc/7182/stat : 7182 (python) S 6785 6785 5445 0 -1 4202560 1131 0 0 0 36 31 0 0 15 0 2 0 656977257 370221056 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7182/statm: 90386 13539 399 364 0 26289 0
[pid=7184] ppid=7182 vsize=268420 CPUtime=194.48 cores=0,2
/proc/7184/stat : 7184 (hybridGM3) T 7182 7184 7184 0 -1 4202496 8087 0 0 0 19448 0 0 0 25 0 1 0 656977257 274862080 7824 33554432000 134512640 135204385 4287640848 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7184/statm: 67105 7824 64 169 0 66935 0
[pid=7182/tid=7191] ppid=6785 vsize=361544 CPUtime=0 cores=0,2
/proc/7182/task/7191/stat : 7191 (python) S 6785 6785 5445 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656987207 370221056 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604442458388288 0 0 -1 0 0 0 0
[pid=7195] ppid=6785 vsize=371800 CPUtime=0.53 cores=0,2
/proc/7195/stat : 7195 (python) S 6785 6785 5445 0 -1 4202560 954 0 0 0 29 24 0 0 15 0 1 0 656996741 380723200 13513 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879686 0 0 16781312 514 9244658581968486657 0 0 17 0 0 0 0
/proc/7195/statm: 92950 13513 370 364 0 28850 0
[pid=7197] ppid=7195 vsize=268424 CPUtime=150.42 cores=0,2
/proc/7197/stat : 7197 (hybridGM3) R 7195 7197 7197 0 -1 4202496 8085 0 0 0 15041 1 0 0 25 0 1 0 656996742 274866176 7823 33554432000 134512640 135204385 4293177600 18446744073709551615 134546069 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7197/statm: 67106 7823 64 169 0 66936 0
[pid=6785/tid=6793] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 656888386 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=6881] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/6881/stat : 6881 (python) S 6783 6785 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 656898432 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7042] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/7042/stat : 7042 (python) S 6783 6785 5445 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 8 0 656908483 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7124] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/7124/stat : 7124 (python) S 6783 6785 5445 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 8 0 656938005 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7142] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/7142/stat : 7142 (python) S 6783 6785 5445 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 8 0 656957679 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 2 0 0 0
[pid=6785/tid=7183] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/7183/stat : 7183 (python) S 6783 6785 5445 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 656977257 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7196] ppid=6783 vsize=382044 CPUtime=0 cores=0,2
/proc/6785/task/7196/stat : 7196 (python) S 6783 6785 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 656996741 391213056 15035 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.62
Current children cumulated vsize (KiB) 4855092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.14 3.27 3.60 4/482 7206
/proc/meminfo: memFree=22558940/32951124 swapFree=56449224/67111528
[pid=6785] ppid=6783 vsize=392300 CPUtime=7.7 cores=0,2
/proc/6785/stat : 6785 (python) S 6783 6785 5445 0 -1 4202496 29228 932 1 0 757 13 0 0 20 0 9 0 656887605 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6785/statm: 98075 15041 1890 364 0 33972 0
[pid=6792] ppid=6785 vsize=320508 CPUtime=0.7 cores=0,2
/proc/6792/stat : 6792 (python) S 6785 6785 5445 0 -1 4202560 1205 0 0 0 40 30 0 0 15 0 2 0 656888386 328200192 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6792/statm: 80127 13539 415 364 0 16045 0
[pid=6794] ppid=6792 vsize=268420 CPUtime=197.09 cores=0,2
/proc/6794/stat : 6794 (hybridGM3) T 6792 6794 6794 0 -1 4202496 8092 0 0 0 19708 1 0 0 25 0 1 0 656888387 274862080 7824 33554432000 134512640 135204385 4293108608 18446744073709551615 134536907 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6794/statm: 67105 7824 64 169 0 66935 0
[pid=6792/tid=6879] ppid=6785 vsize=320508 CPUtime=0 cores=0,2
/proc/6792/task/6879/stat : 6879 (python) S 6785 6785 5445 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656898431 328200192 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604451186667968 0 0 -1 0 0 0 0
[pid=6880] ppid=6785 vsize=320520 CPUtime=0.71 cores=0,2
/proc/6880/stat : 6880 (python) S 6785 6785 5445 0 -1 4202560 1112 0 0 0 35 36 0 0 15 0 2 0 656898432 328212480 13523 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6880/statm: 80130 13523 399 364 0 16045 0
[pid=6882] ppid=6880 vsize=268424 CPUtime=197.1 cores=0,2
/proc/6882/stat : 6882 (hybridGM3) T 6880 6882 6882 0 -1 4202496 8094 0 0 0 19708 2 0 0 25 0 1 0 656898432 274866176 7831 33554432000 134512640 135204385 4288381760 18446744073709551615 134546073 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6882/statm: 67106 7831 64 169 0 66936 0
[pid=6880/tid=7040] ppid=6785 vsize=320520 CPUtime=0 cores=0,2
/proc/6880/task/7040/stat : 7040 (python) S 6785 6785 5445 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656908482 328212480 13523 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604447087341632 0 0 -1 0 0 0 0
[pid=7041] ppid=6785 vsize=330776 CPUtime=0.7 cores=0,2
/proc/7041/stat : 7041 (python) S 6785 6785 5445 0 -1 4202560 1128 0 0 0 38 32 0 0 15 0 2 0 656908483 338714624 13527 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7041/statm: 82694 13527 399 364 0 18606 0
[pid=7043] ppid=7041 vsize=268424 CPUtime=197.11 cores=0,2
/proc/7043/stat : 7043 (hybridGM3) T 7041 7043 7043 0 -1 4202496 8093 0 0 0 19710 1 0 0 25 0 1 0 656908484 274866176 7828 33554432000 134512640 135204385 4292381104 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7043/statm: 67106 7828 64 169 0 66936 0
[pid=7041/tid=7097] ppid=6785 vsize=330776 CPUtime=0 cores=0,2
/proc/7041/task/7097/stat : 7097 (python) S 6785 6785 5445 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656918533 338714624 13527 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604444538442752 0 0 -1 0 0 0 0
[pid=7123] ppid=6785 vsize=341032 CPUtime=0.33 cores=0,2
/proc/7123/stat : 7123 (python) S 6785 6785 5445 0 -1 4202560 1082 0 0 0 18 15 0 0 19 0 2 0 656938005 349216768 13531 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7123/statm: 85258 13531 399 364 0 21167 0
[pid=7125] ppid=7123 vsize=465044 CPUtime=99.34 cores=0,2
/proc/7125/stat : 7125 (TNM) T 7123 7125 7125 0 -1 4202496 6010 0 0 0 9934 0 0 0 25 0 1 0 656938005 476205056 5748 33554432000 134512640 135008748 4294487920 18446744073709551615 134527742 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7125/statm: 116261 5748 46 122 0 115161 0
[pid=7123/tid=7134] ppid=6785 vsize=341032 CPUtime=0 cores=0,2
/proc/7123/task/7134/stat : 7134 (python) S 6785 6785 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656947941 349216768 13531 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604453931411648 0 0 -1 2 0 0 0
[pid=7141] ppid=6785 vsize=351288 CPUtime=0.69 cores=0,2
/proc/7141/stat : 7141 (python) S 6785 6785 5445 0 -1 4202560 1128 0 0 0 38 31 0 0 15 0 2 0 656957678 359718912 13535 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7141/statm: 87822 13535 399 364 0 23728 0
[pid=7143] ppid=7141 vsize=268424 CPUtime=195.07 cores=0,2
/proc/7143/stat : 7143 (hybridGM3) T 7141 7143 7143 0 -1 4202496 8084 0 0 0 19505 2 0 0 25 0 1 0 656957679 274866176 7821 33554432000 134512640 135204385 4289559728 18446744073709551615 134537233 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7143/statm: 67106 7821 64 169 0 66936 0
[pid=7141/tid=7179] ppid=6785 vsize=351288 CPUtime=0 cores=0,2
/proc/7141/task/7179/stat : 7179 (python) S 6785 6785 5445 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656967722 359718912 13535 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604452781073408 0 0 -1 0 0 0 0
[pid=7182] ppid=6785 vsize=361544 CPUtime=0.67 cores=0,2
/proc/7182/stat : 7182 (python) S 6785 6785 5445 0 -1 4202560 1131 0 0 0 36 31 0 0 15 0 2 0 656977257 370221056 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7182/statm: 90386 13539 399 364 0 26289 0
[pid=7184] ppid=7182 vsize=268420 CPUtime=194.48 cores=0,2
/proc/7184/stat : 7184 (hybridGM3) T 7182 7184 7184 0 -1 4202496 8087 0 0 0 19448 0 0 0 25 0 1 0 656977257 274862080 7824 33554432000 134512640 135204385 4287640848 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7184/statm: 67105 7824 64 169 0 66935 0
[pid=7182/tid=7191] ppid=6785 vsize=361544 CPUtime=0 cores=0,2
/proc/7182/task/7191/stat : 7191 (python) S 6785 6785 5445 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656987207 370221056 13539 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604442458388288 0 0 -1 0 0 0 0
[pid=7195] ppid=6785 vsize=371800 CPUtime=0.7 cores=0,2
/proc/7195/stat : 7195 (python) S 6785 6785 5445 0 -1 4202560 1130 0 0 0 38 32 0 0 16 0 2 0 656996741 380723200 13543 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7195/statm: 92950 13543 399 364 0 28850 0
[pid=7197] ppid=7195 vsize=268424 CPUtime=196.09 cores=0,2
/proc/7197/stat : 7197 (hybridGM3) T 7195 7197 7197 0 -1 4202496 8096 0 0 0 19608 1 0 0 25 0 1 0 656996742 274866176 7834 33554432000 134512640 135204385 4293177600 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7197/statm: 67106 7834 64 169 0 66936 0
[pid=7195/tid=7203] ppid=6785 vsize=371800 CPUtime=0 cores=0,2
/proc/7195/task/7203/stat : 7203 (python) S 6785 6785 5445 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 657016419 380723200 13543 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 514 18446604447498389632 0 0 -1 0 0 0 0
[pid=7204] ppid=6785 vsize=382056 CPUtime=0.03 cores=0,2
/proc/7204/stat : 7204 (python) S 6785 6785 5445 0 -1 4202560 939 0 0 0 2 1 0 0 15 0 1 0 657016420 391225344 13523 33554432000 4194304 5683644 140736692920064 18446744073709551615 253640879686 0 0 16781312 514 9244658581968486657 0 0 17 2 0 0 0
/proc/7204/statm: 95514 13523 376 364 0 31411 0
[pid=7206] ppid=7204 vsize=268424 CPUtime=11.85 cores=0,2
/proc/7206/stat : 7206 (hybridGM3) R 7204 7206 7206 0 -1 4202496 8089 0 0 0 1184 1 0 0 25 0 1 0 657016421 274866176 7826 33554432000 134512640 135204385 4288876464 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7206/statm: 67106 7826 64 169 0 66936 0
[pid=6785/tid=6793] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/6793/stat : 6793 (python) S 6783 6785 5445 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 656888386 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=6881] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/6881/stat : 6881 (python) S 6783 6785 5445 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 656898432 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7042] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7042/stat : 7042 (python) S 6783 6785 5445 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 9 0 656908483 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7124] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7124/stat : 7124 (python) S 6783 6785 5445 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 656938005 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7142] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7142/stat : 7142 (python) S 6783 6785 5445 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 656957679 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 2 0 0 0
[pid=6785/tid=7183] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7183/stat : 7183 (python) S 6783 6785 5445 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 656977257 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7196] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7196/stat : 7196 (python) S 6783 6785 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656996741 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
[pid=6785/tid=7205] ppid=6783 vsize=392300 CPUtime=0 cores=0,2
/proc/6785/task/7205/stat : 7205 (python) S 6783 6785 5445 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 657016421 401715200 15041 33554432000 4194304 5683644 140736692920064 18446744073709551615 253652683185 0 0 16781312 2 18446604452930136192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.36
Current children cumulated vsize (KiB) 5515828

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 6785 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=579847
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=135979
# CPU time returned by wait4() is 7.71583
# while last known CPU time is 1300.36
#
# 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.36
CPU user time (s): 1298.07
CPU system time (s): 2.29
CPU usage (%): 100.022
Max. virtual memory (cumulated for all children) (KiB): 5515828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.57985
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30650
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= 2873
involuntary context switches= 48

runsolver used 7.06792 second user time and 13.48 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:47:52
IDJOB=3377377
IDBENCH=82686
IDSOLVER=1857
FILE ID=node106/3377377-1305452872
RUNJOBID= node106-1305451456-6096
PBS_JOBID= 13324871
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=705728268

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.82
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.830
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.74
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      23086528 kB
Buffers:        288896 kB
Cached:        6167500 kB
SwapCached:      27544 kB
Active:        1377000 kB
Inactive:      8222976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23086528 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           34568 kB
Writeback:           0 kB
AnonPages:     3124684 kB
Mapped:          22916 kB
Slab:           129280 kB
PageTables:      66552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111359412 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= 73300 MiB
End job on node106 at 2011-05-15 12:09:34