Trace number 3484010

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, 1200 s timeout)? (TO) 1200.07 1199.95

General information on the benchmark

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

Solver Data

0.38/1.13	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/1.13	c INFO: solving HOME/instance-3484010-1307746989.cnf
0.38/1.13	c INFO: computing task features
1.06/1.86	c INFO: computed variable-clause graph statistics
1.06/1.89	c INFO: computed clause balance statistics
4.96/5.71	c INFO: computed variable balance statistics
8.06/8.80	c INFO: computed small-clause counts
8.06/8.82	c INFO: computed Horn-clause counts
11.16/11.91	c INFO: computed variable graph statistics
11.16/11.91	c INFO: collected features for HOME/instance-3484010-1307746989.cnf in 10.76 s
11.16/11.91	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.35)
111.35/112.12	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.52/212.34	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
310.86/311.56	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.01/408.69	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.29/505.83	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
605.42/605.98	c INFO: running hybridGM3@99 for 97 with 595 remaining (b = 0.09)
701.77/702.13	c INFO: running hybridGM3@0 for 97 with 499 remaining (b = 0.10)
802.11/802.38	c INFO: running hybridGM3@100 for 97 with 399 remaining (b = 0.07)
896.46/896.52	c INFO: running hybridGM3@0 for 97 with 305 remaining (b = 0.07)
996.70/996.75	c INFO: running hybridGM3@100 for 97 with 205 remaining (b = 0.05)
1091.84/1091.88	c INFO: running hybridGM3@0 for 110 with 110 remaining (b = 0.05)

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.1 (svn: 988)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 0.00 0.00 0.00 6/189 5514
/proc/meminfo: memFree=31712764/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=15184 CPUtime=0 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 712 0 0 0 0 0 0 0 18 0 1 0 867115089 15548416 603 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/5514/statm: 3796 603 319 364 0 283 0

[startup+0.06036 s]
/proc/loadavg: 0.00 0.00 0.00 6/189 5514
/proc/meminfo: memFree=31712764/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=21104 CPUtime=0.03 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 1316 0 0 0 2 1 0 0 17 0 1 0 867115089 21610496 1166 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/5514/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21104

[startup+0.100405 s]
/proc/loadavg: 0.00 0.00 0.00 6/189 5514
/proc/meminfo: memFree=31712764/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=34424 CPUtime=0.04 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 1552 0 0 0 3 1 0 0 17 0 1 0 867115089 35250176 1388 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/5514/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34424

[startup+0.30034 s]
/proc/loadavg: 0.00 0.00 0.00 6/189 5514
/proc/meminfo: memFree=31712764/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=99372 CPUtime=0.06 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 2864 0 0 0 4 2 0 0 15 0 1 0 867115089 101756928 2563 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/5514/statm: 24843 2563 818 364 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99372

[startup+0.700268 s]
/proc/loadavg: 0.00 0.00 0.00 6/189 5514
/proc/meminfo: memFree=31712764/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=131292 CPUtime=0.16 cores=1,3
/proc/5514/stat : 5514 (python) R 5512 5514 5426 0 -1 4202496 5715 935 1 0 11 5 0 0 18 0 1 0 867115089 134443008 4099 33554432000 4194304 5683644 140733725627936 18446744073709551615 4877030 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/5514/statm: 32823 4099 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 131292

[startup+1.50105 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 5519
/proc/meminfo: memFree=31647060/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=306000 CPUtime=0.76 cores=1,3
/proc/5514/stat : 5514 (python) R 5512 5514 5426 0 -1 4202496 16119 935 1 0 64 12 0 0 16 0 1 0 867115089 313344000 13787 33554432000 4194304 5683644 140733725627936 18446744073709551615 4539660 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/5514/statm: 76500 13787 1761 364 0 12424 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 306000

[startup+3.10083 s]
/proc/loadavg: 0.32 0.07 0.02 5/193 5522
/proc/meminfo: memFree=31555364/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=327992 CPUtime=2.36 cores=1,3
/proc/5514/stat : 5514 (python) R 5512 5514 5426 0 -1 4202496 27467 935 1 0 223 13 0 0 18 0 1 0 867115089 335863808 19383 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106427105 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5514/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 327992
heavy processes:

[startup+6.30024 s]
/proc/loadavg: 0.32 0.07 0.02 5/196 5525
/proc/meminfo: memFree=31538972/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=327992 CPUtime=5.56 cores=1,3
/proc/5514/stat : 5514 (python) R 5512 5514 5426 0 -1 4202496 27468 935 1 0 543 13 0 0 25 0 1 0 867115089 335863808 19384 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106436114 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5514/statm: 81998 19384 1827 364 0 17922 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 327992

[startup+12.7001 s]
/proc/loadavg: 0.81 0.18 0.06 5/202 5531
/proc/meminfo: memFree=31493008/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=334356 CPUtime=11.18 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 27754 935 1 0 1105 13 0 0 20 0 2 0 867115089 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 83589 18452 1867 364 0 19507 0
[pid=5529] ppid=5514 vsize=324112 CPUtime=0 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 706 0 0 0 0 0 0 0 19 0 1 0 867116281 331890688 16927 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788879 0 0 16781312 514 4416168391170064383 0 0 17 1 0 0 0
/proc/5529/statm: 81028 16927 346 364 0 16946 0
[pid=5531] ppid=5529 vsize=268416 CPUtime=0.77 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) R 5529 5531 5531 0 -1 4202496 4392 0 0 0 77 0 0 0 22 0 1 0 867116282 274857984 4127 33554432000 134512640 135204385 4291698144 18446744073709551615 134543993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5531/statm: 67104 4127 57 169 0 66934 0
[pid=5514/tid=5530] ppid=5512 vsize=334356 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 867116282 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 926884

[startup+25.5009 s]
/proc/loadavg: 1.30 0.30 0.10 5/202 5578
/proc/meminfo: memFree=31459476/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=334356 CPUtime=11.18 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 27754 935 1 0 1105 13 0 0 20 0 2 0 867115089 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 83589 18452 1867 364 0 19507 0
[pid=5529] ppid=5514 vsize=324112 CPUtime=0 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 873 0 0 0 0 0 0 0 15 0 1 0 867116281 331890688 16957 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788879 0 0 16781312 514 14635168268768215304 0 0 17 1 0 0 0
/proc/5529/statm: 81028 16957 376 364 0 16946 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=13.55 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) R 5529 5531 5531 0 -1 4202496 9517 0 0 0 1354 1 0 0 25 0 1 0 867116282 282865664 9252 33554432000 134512640 135204385 4291698144 18446744073709551615 134545975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5531/statm: 69059 9252 64 169 0 68889 0
[pid=5514/tid=5530] ppid=5512 vsize=334356 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 867116282 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 934704

[startup+51.1004 s]
/proc/loadavg: 2.22 0.60 0.20 6/202 5624
/proc/meminfo: memFree=31481776/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=334356 CPUtime=11.18 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 27754 935 1 0 1105 13 0 0 20 0 2 0 867115089 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 83589 18452 1867 364 0 19507 0
[pid=5529] ppid=5514 vsize=324112 CPUtime=0.04 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 885 0 0 0 2 2 0 0 15 0 1 0 867116281 331890688 16957 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788879 0 0 16781312 514 14635168268768215304 0 0 17 1 0 0 0
/proc/5529/statm: 81028 16957 376 364 0 16946 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=39.13 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) R 5529 5531 5531 0 -1 4202496 9518 0 0 0 3912 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5514/tid=5530] ppid=5512 vsize=334356 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 867116282 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 934704

[startup+102.3 s]
/proc/loadavg: 3.22 1.12 0.40 5/202 5626
/proc/meminfo: memFree=31482352/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=334356 CPUtime=11.18 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 27754 935 1 0 1105 13 0 0 20 0 2 0 867115089 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 83589 18452 1867 364 0 19507 0
[pid=5529] ppid=5514 vsize=324112 CPUtime=0.11 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 909 0 0 0 6 5 0 0 15 0 1 0 867116281 331890688 16957 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788879 0 0 16781312 514 14635168268768215304 0 0 17 1 0 0 0
/proc/5529/statm: 81028 16957 376 364 0 16946 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=90.26 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) R 5529 5531 5531 0 -1 4202496 9518 0 0 0 9025 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134545968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5514/tid=5530] ppid=5512 vsize=334356 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 2 0 867116282 342380544 18452 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 934704

[startup+162.301 s]
/proc/loadavg: 3.74 1.68 0.64 5/214 5689
/proc/meminfo: memFree=31412404/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=344612 CPUtime=11.18 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 28626 935 1 0 1105 13 0 0 20 0 3 0 867115089 352882688 18459 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 86153 18459 1870 364 0 22068 0
[pid=5529] ppid=5514 vsize=334356 CPUtime=0.12 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 1152 0 0 0 6 6 0 0 16 0 2 0 867116281 342380544 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5529/statm: 83589 17001 415 364 0 19507 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=100.07 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) T 5529 5531 5531 0 -1 4202496 9518 0 0 0 10006 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134546030 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5529/tid=5631] ppid=5514 vsize=334356 CPUtime=0 cores=1,3
/proc/5529/task/5631/stat : 5631 (python) S 5514 5514 5426 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867126301 342380544 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 1 0 0 0
[pid=5632] ppid=5514 vsize=334368 CPUtime=0.05 cores=1,3
/proc/5632/stat : 5632 (python) S 5514 5514 5426 0 -1 4202560 907 0 0 0 3 2 0 0 15 0 1 0 867126302 342392832 16955 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788934 0 0 16781312 514 14635168268768215304 0 0 17 1 0 0 0
/proc/5632/statm: 83592 16955 370 364 0 19507 0
[pid=5634] ppid=5632 vsize=276240 CPUtime=50.12 cores=1,3
/proc/5634/stat : 5634 (hybridGM3) R 5632 5634 5634 0 -1 4202496 9521 0 0 0 5011 1 0 0 25 0 1 0 867126302 282869760 9258 33554432000 134512640 135204385 4289476256 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5634/statm: 69060 9258 64 169 0 68890 0
[pid=5514/tid=5530] ppid=5512 vsize=344612 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 867116282 352882688 18459 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5633] ppid=5512 vsize=344612 CPUtime=0 cores=1,3
/proc/5514/task/5633/stat : 5633 (python) S 5512 5514 5426 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 3 0 867126302 352882688 18459 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 1565812

[startup+222.301 s]
/proc/loadavg: 3.93 2.08 0.83 5/226 5795
/proc/meminfo: memFree=31320288/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=354868 CPUtime=11.2 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 29466 935 1 0 1106 14 0 0 20 0 4 0 867115089 363384832 18465 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 88717 18465 1872 364 0 24629 0
[pid=5529] ppid=5514 vsize=334356 CPUtime=0.12 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 1152 0 0 0 6 6 0 0 16 0 2 0 867116281 342380544 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5529/statm: 83589 17001 415 364 0 19507 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=100.07 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) T 5529 5531 5531 0 -1 4202496 9518 0 0 0 10006 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134546030 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5529/tid=5631] ppid=5514 vsize=334356 CPUtime=0 cores=1,3

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

[pid=5529] ppid=5514 vsize=334356 CPUtime=0.27 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 1208 0 0 0 15 12 0 0 15 0 2 0 867116281 342380544 17002 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5529/statm: 83589 17002 416 364 0 19507 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=197.1 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) T 5529 5531 5531 0 -1 4202496 9518 0 0 0 19709 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5529/tid=5631] ppid=5514 vsize=334356 CPUtime=0 cores=1,3
/proc/5529/task/5631/stat : 5631 (python) S 5514 5514 5426 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867126301 342380544 17002 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 1 0 0 0
[pid=5632] ppid=5514 vsize=334368 CPUtime=0.28 cores=1,3
/proc/5632/stat : 5632 (python) S 5514 5514 5426 0 -1 4202560 1116 0 0 0 15 13 0 0 15 0 2 0 867126302 342392832 16985 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5632/statm: 83592 16985 399 364 0 19507 0
[pid=5634] ppid=5632 vsize=276240 CPUtime=197.13 cores=1,3
/proc/5634/stat : 5634 (hybridGM3) T 5632 5634 5634 0 -1 4202496 9521 0 0 0 19712 1 0 0 25 0 1 0 867126302 282869760 9258 33554432000 134512640 135204385 4289476256 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5634/statm: 69060 9258 64 169 0 68890 0
[pid=5632/tid=5787] ppid=5514 vsize=334368 CPUtime=0 cores=1,3
/proc/5632/task/5787/stat : 5787 (python) S 5514 5514 5426 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 867136323 342392832 16985 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604469471265984 0 0 -1 1 0 0 0
[pid=5788] ppid=5514 vsize=344624 CPUtime=0.28 cores=1,3
/proc/5788/stat : 5788 (python) S 5514 5514 5426 0 -1 4202560 1109 0 0 0 14 14 0 0 15 0 2 0 867136323 352894976 16989 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5788/statm: 86156 16989 399 364 0 22068 0
[pid=5790] ppid=5788 vsize=276244 CPUtime=195.35 cores=1,3
/proc/5790/stat : 5790 (hybridGM3) T 5788 5790 5790 0 -1 4202496 9515 0 0 0 19534 1 0 0 25 0 1 0 867136324 282873856 9251 33554432000 134512640 135204385 4289890304 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5790/statm: 69061 9251 64 169 0 68891 0
[pid=5788/tid=5803] ppid=5514 vsize=344624 CPUtime=0 cores=1,3
/proc/5788/task/5803/stat : 5803 (python) S 5514 5514 5426 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867146245 352894976 16989 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471161707264 0 0 -1 3 0 0 0
[pid=5828] ppid=5514 vsize=354880 CPUtime=0.15 cores=1,3
/proc/5828/stat : 5828 (python) S 5514 5514 5426 0 -1 4202560 1078 0 0 0 8 7 0 0 19 0 2 0 867165673 363397120 16993 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5828/statm: 88720 16993 399 364 0 24629 0
[pid=5830] ppid=5828 vsize=471116 CPUtime=100.03 cores=1,3
/proc/5830/stat : 5830 (TNM) T 5828 5830 5830 0 -1 4202496 8428 0 0 0 10003 0 0 0 25 0 1 0 867165674 482422784 8170 33554432000 134512640 135008748 4287823008 18446744073709551615 134527795 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5830/statm: 117779 8170 46 122 0 116679 0
[pid=5828/tid=5843] ppid=5514 vsize=354880 CPUtime=0 cores=1,3
/proc/5828/task/5843/stat : 5843 (python) S 5514 5514 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867175688 363397120 16993 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471107207616 0 0 -1 1 0 0 0
[pid=5858] ppid=5514 vsize=365136 CPUtime=0.3 cores=1,3
/proc/5858/stat : 5858 (python) S 5514 5514 5426 0 -1 4202560 1127 0 0 0 14 16 0 0 15 0 2 0 867185303 373899264 16997 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5858/statm: 91284 16997 399 364 0 27190 0
[pid=5860] ppid=5858 vsize=276244 CPUtime=194.36 cores=1,3
/proc/5860/stat : 5860 (hybridGM3) T 5858 5860 5860 0 -1 4202496 9520 0 0 0 19435 1 0 0 25 0 1 0 867185304 282873856 9258 33554432000 134512640 135204385 4287973536 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5860/statm: 69061 9258 64 169 0 68891 0
[pid=5858/tid=5965] ppid=5514 vsize=365136 CPUtime=0 cores=1,3
/proc/5858/task/5965/stat : 5965 (python) S 5514 5514 5426 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195327 373899264 16997 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604455578092544 0 0 -1 3 0 0 0
[pid=6027] ppid=5514 vsize=375392 CPUtime=0.29 cores=1,3
/proc/6027/stat : 6027 (python) S 5514 5514 5426 0 -1 4202560 1121 0 0 0 14 15 0 0 15 0 2 0 867204741 384401408 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6027/statm: 93848 17001 399 364 0 29751 0
[pid=6029] ppid=6027 vsize=276240 CPUtime=195.11 cores=1,3
/proc/6029/stat : 6029 (hybridGM3) T 6027 6029 6029 0 -1 4202496 9512 0 0 0 19510 1 0 0 25 0 1 0 867204742 282869760 9251 33554432000 134512640 135204385 4289544208 18446744073709551615 134547764 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6029/statm: 69060 9251 64 169 0 68890 0
[pid=6027/tid=6041] ppid=5514 vsize=375392 CPUtime=0 cores=1,3
/proc/6027/task/6041/stat : 6041 (python) S 5514 5514 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867214764 384401408 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471161972032 0 0 -1 1 0 0 0
[pid=6052] ppid=5514 vsize=385648 CPUtime=0.13 cores=1,3
/proc/6052/stat : 6052 (python) S 5514 5514 5426 0 -1 4202560 921 0 0 0 6 7 0 0 15 0 1 0 867224278 394903552 16975 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788934 0 0 16781312 514 14635168268768215301 0 0 17 3 0 0 0
/proc/6052/statm: 96412 16975 370 364 0 32312 0
[pid=6054] ppid=6052 vsize=276240 CPUtime=90.4 cores=1,3
/proc/6054/stat : 6054 (hybridGM3) R 6052 6054 6054 0 -1 4202496 9516 0 0 0 9039 1 0 0 25 0 1 0 867224278 282869760 9253 33554432000 134512640 135204385 4294590352 18446744073709551615 134537455 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6054/statm: 69060 9253 64 169 0 68890 0
[pid=5514/tid=5530] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867116282 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5633] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5633/stat : 5633 (python) S 5512 5514 5426 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 867126302 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
[pid=5514/tid=5789] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5789/stat : 5789 (python) S 5512 5514 5426 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 867136324 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5829] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5829/stat : 5829 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867165674 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5859] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5859/stat : 5859 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 867185304 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
[pid=5514/tid=6028] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/6028/stat : 6028 (python) S 5512 5514 5426 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867204742 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=6053] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/6053/stat : 6053 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867224278 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 5018856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 4.08 3.95 2.88 4/245 6068
/proc/meminfo: memFree=31253204/32951124 swapFree=67088052/67111528
[pid=5514] ppid=5512 vsize=395892 CPUtime=11.26 cores=1,3
/proc/5514/stat : 5514 (python) S 5512 5514 5426 0 -1 4202496 33209 935 1 0 1111 15 0 0 20 0 8 0 867115089 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5514/statm: 98973 18489 1880 364 0 34873 0
[pid=5529] ppid=5514 vsize=334356 CPUtime=0.27 cores=1,3
/proc/5529/stat : 5529 (python) S 5514 5514 5426 0 -1 4202560 1208 0 0 0 15 12 0 0 15 0 2 0 867116281 342380544 17002 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5529/statm: 83589 17002 416 364 0 19507 0
[pid=5531] ppid=5529 vsize=276236 CPUtime=197.1 cores=1,3
/proc/5531/stat : 5531 (hybridGM3) T 5529 5531 5531 0 -1 4202496 9518 0 0 0 19709 1 0 0 25 0 1 0 867116282 282865664 9253 33554432000 134512640 135204385 4291698144 18446744073709551615 134545975 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5531/statm: 69059 9253 64 169 0 68889 0
[pid=5529/tid=5631] ppid=5514 vsize=334356 CPUtime=0 cores=1,3
/proc/5529/task/5631/stat : 5631 (python) S 5514 5514 5426 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867126301 342380544 17002 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 1 0 0 0
[pid=5632] ppid=5514 vsize=334368 CPUtime=0.28 cores=1,3
/proc/5632/stat : 5632 (python) S 5514 5514 5426 0 -1 4202560 1116 0 0 0 15 13 0 0 15 0 2 0 867126302 342392832 16985 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5632/statm: 83592 16985 399 364 0 19507 0
[pid=5634] ppid=5632 vsize=276240 CPUtime=197.13 cores=1,3
/proc/5634/stat : 5634 (hybridGM3) T 5632 5634 5634 0 -1 4202496 9521 0 0 0 19712 1 0 0 25 0 1 0 867126302 282869760 9258 33554432000 134512640 135204385 4289476256 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5634/statm: 69060 9258 64 169 0 68890 0
[pid=5632/tid=5787] ppid=5514 vsize=334368 CPUtime=0 cores=1,3
/proc/5632/task/5787/stat : 5787 (python) S 5514 5514 5426 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 867136323 342392832 16985 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604469471265984 0 0 -1 1 0 0 0
[pid=5788] ppid=5514 vsize=344624 CPUtime=0.28 cores=1,3
/proc/5788/stat : 5788 (python) S 5514 5514 5426 0 -1 4202560 1109 0 0 0 14 14 0 0 15 0 2 0 867136323 352894976 16989 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5788/statm: 86156 16989 399 364 0 22068 0
[pid=5790] ppid=5788 vsize=276244 CPUtime=195.35 cores=1,3
/proc/5790/stat : 5790 (hybridGM3) T 5788 5790 5790 0 -1 4202496 9515 0 0 0 19534 1 0 0 25 0 1 0 867136324 282873856 9251 33554432000 134512640 135204385 4289890304 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5790/statm: 69061 9251 64 169 0 68891 0
[pid=5788/tid=5803] ppid=5514 vsize=344624 CPUtime=0 cores=1,3
/proc/5788/task/5803/stat : 5803 (python) S 5514 5514 5426 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867146245 352894976 16989 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471161707264 0 0 -1 3 0 0 0
[pid=5828] ppid=5514 vsize=354880 CPUtime=0.15 cores=1,3
/proc/5828/stat : 5828 (python) S 5514 5514 5426 0 -1 4202560 1078 0 0 0 8 7 0 0 19 0 2 0 867165673 363397120 16993 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5828/statm: 88720 16993 399 364 0 24629 0
[pid=5830] ppid=5828 vsize=471116 CPUtime=100.03 cores=1,3
/proc/5830/stat : 5830 (TNM) T 5828 5830 5830 0 -1 4202496 8428 0 0 0 10003 0 0 0 25 0 1 0 867165674 482422784 8170 33554432000 134512640 135008748 4287823008 18446744073709551615 134527795 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/5830/statm: 117779 8170 46 122 0 116679 0
[pid=5828/tid=5843] ppid=5514 vsize=354880 CPUtime=0 cores=1,3
/proc/5828/task/5843/stat : 5843 (python) S 5514 5514 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867175688 363397120 16993 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471107207616 0 0 -1 1 0 0 0
[pid=5858] ppid=5514 vsize=365136 CPUtime=0.3 cores=1,3
/proc/5858/stat : 5858 (python) S 5514 5514 5426 0 -1 4202560 1127 0 0 0 14 16 0 0 15 0 2 0 867185303 373899264 16997 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5858/statm: 91284 16997 399 364 0 27190 0
[pid=5860] ppid=5858 vsize=276244 CPUtime=194.36 cores=1,3
/proc/5860/stat : 5860 (hybridGM3) T 5858 5860 5860 0 -1 4202496 9520 0 0 0 19435 1 0 0 25 0 1 0 867185304 282873856 9258 33554432000 134512640 135204385 4287973536 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/5860/statm: 69061 9258 64 169 0 68891 0
[pid=5858/tid=5965] ppid=5514 vsize=365136 CPUtime=0 cores=1,3
/proc/5858/task/5965/stat : 5965 (python) S 5514 5514 5426 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867195327 373899264 16997 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604455578092544 0 0 -1 3 0 0 0
[pid=6027] ppid=5514 vsize=375392 CPUtime=0.29 cores=1,3
/proc/6027/stat : 6027 (python) S 5514 5514 5426 0 -1 4202560 1121 0 0 0 14 15 0 0 15 0 2 0 867204741 384401408 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6027/statm: 93848 17001 399 364 0 29751 0
[pid=6029] ppid=6027 vsize=276240 CPUtime=195.11 cores=1,3
/proc/6029/stat : 6029 (hybridGM3) T 6027 6029 6029 0 -1 4202496 9512 0 0 0 19510 1 0 0 25 0 1 0 867204742 282869760 9251 33554432000 134512640 135204385 4289544208 18446744073709551615 134547764 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6029/statm: 69060 9251 64 169 0 68890 0
[pid=6027/tid=6041] ppid=5514 vsize=375392 CPUtime=0 cores=1,3
/proc/6027/task/6041/stat : 6041 (python) S 5514 5514 5426 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867214764 384401408 17001 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 514 18446604471161972032 0 0 -1 1 0 0 0
[pid=6052] ppid=5514 vsize=385648 CPUtime=0.15 cores=1,3
/proc/6052/stat : 6052 (python) S 5514 5514 5426 0 -1 4202560 927 0 0 0 7 8 0 0 15 0 1 0 867224278 394903552 16975 33554432000 4194304 5683644 140733725627936 18446744073709551615 255106788934 0 0 16781312 514 14635168268768215301 0 0 17 3 0 0 0
/proc/6052/statm: 96412 16975 370 364 0 32312 0
[pid=6054] ppid=6052 vsize=276240 CPUtime=108.01 cores=1,3
/proc/6054/stat : 6054 (hybridGM3) R 6052 6054 6054 0 -1 4202496 9516 0 0 0 10800 1 0 0 25 0 1 0 867224278 282869760 9253 33554432000 134512640 135204385 4294590352 18446744073709551615 134537435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6054/statm: 69060 9253 64 169 0 68890 0
[pid=5514/tid=5530] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5530/stat : 5530 (python) S 5512 5514 5426 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867116282 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5633] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5633/stat : 5633 (python) S 5512 5514 5426 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 867126302 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
[pid=5514/tid=5789] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5789/stat : 5789 (python) S 5512 5514 5426 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 867136324 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5829] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5829/stat : 5829 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867165674 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=5859] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/5859/stat : 5859 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 867185304 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
[pid=5514/tid=6028] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/6028/stat : 6028 (python) S 5512 5514 5426 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867204742 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 3 0 0 0
[pid=5514/tid=6053] ppid=5512 vsize=395892 CPUtime=0 cores=1,3
/proc/5514/task/6053/stat : 6053 (python) S 5512 5514 5426 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867224278 405393408 18489 33554432000 4194304 5683644 140733725627936 18446744073709551615 255118592433 0 0 16781312 2 18446604471135232128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5018856

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 5514 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=947183
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=978851
# CPU time returned by wait4() is 12.926
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.95
CPU time (s): 1200.07
CPU user time (s): 1199.01
CPU system time (s): 1.06
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 5018856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9472
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41418
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= 7623
involuntary context switches= 104

runsolver used 2.86756 second user time and 5.73013 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:03:09
IDJOB=3484010
IDBENCH=82521
IDSOLVER=1975
FILE ID=node144/3484010-1307746989
RUNJOBID= node144-1307746988-5446
PBS_JOBID= 13550816
Free space on /tmp= 73964 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1969540674-065-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-3484010-1307746989/watcher-3484010-1307746989 -o /tmp/evaluation-result-3484010-1307746989/solver-3484010-1307746989 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484010-1307746989.cnf -seed 723116723 -budget 1200

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

MD5SUM BENCH= fcb14103324f734a2e69e02c062e67ed
RANDOM SEED=723116723

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31713688 kB
Buffers:        147252 kB
Cached:         828428 kB
SwapCached:       1620 kB
Active:         508592 kB
Inactive:       550208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31713688 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:          136308 kB
Writeback:           0 kB
AnonPages:       81420 kB
Mapped:          16896 kB
Slab:           110532 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288124 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= 73928 MiB
End job on node144 at 2011-06-11 01:23:12