Trace number 3377276

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.17 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1401248878-094-UNKNOWN.cnf
MD5SUM56bd5db172bed91bc72714a8bad8639b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark316.613
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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3377276-1305452010.cnf
0.32/0.47	c INFO: computing task features
1.02/1.19	c INFO: computed variable-clause graph statistics
1.11/1.22	c INFO: computed clause balance statistics
4.81/4.92	c INFO: computed variable balance statistics
7.81/7.98	c INFO: computed small-clause counts
7.91/8.00	c INFO: computed Horn-clause counts
10.93/11.08	c INFO: computed variable graph statistics
10.93/11.08	c INFO: collected features for HOME/instance-3377276-1305452010.cnf in 10.61 s
10.93/11.09	c INFO: running hybridGM3@0 for 97 with 2389 remaining (b = 0.35)
111.28/111.44	c INFO: running hybridGM3@0 for 97 with 2289 remaining (b = 0.21)
211.61/211.79	c INFO: running hybridGM3@0 for 97 with 2189 remaining (b = 0.14)
311.99/312.13	c INFO: running hybridGM3@100 for 97 with 2089 remaining (b = 0.10)
342.74/342.82	c INFO: running hybridGM3@100 for 97 with 2058 remaining (b = 0.10)
440.00/440.07	c INFO: running TNM@0 for 97 with 1961 remaining (b = 0.13)
540.28/540.35	c INFO: running hybridGM3@100 for 97 with 1861 remaining (b = 0.09)
637.58/637.62	c INFO: running hybridGM3@0 for 194 with 1764 remaining (b = 0.17)
815.69/815.72	c INFO: running hybridGM3@0 for 194 with 1587 remaining (b = 0.13)
1012.41/1012.33	c INFO: running hybridGM3@0 for 194 with 1390 remaining (b = 0.09)
1209.07/1208.93	c INFO: running hybridGM3@0 for 194 with 1194 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-3377276-1305452010/watcher-3377276-1305452010 -o /tmp/evaluation-result-3377276-1305452010/solver-3377276-1305452010 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377276-1305452010.cnf -seed 2048929588 -budget 2400 

running on 2 cores: 4,6

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.05 3.96 3.67 4/380 309
/proc/meminfo: memFree=26894236/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=14644 CPUtime=0 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 419 0 0 0 0 0 0 0 18 0 1 0 656799559 14995456 330 33554432000 4194304 5683644 140733545553248 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/309/statm: 3661 332 216 364 0 148 0

[startup+0.0188311 s]
/proc/loadavg: 4.05 3.96 3.67 4/380 309
/proc/meminfo: memFree=26894236/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=16396 CPUtime=0.01 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 1077 0 0 0 1 0 0 0 17 0 1 0 656799559 16789504 948 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/309/statm: 4099 948 383 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100846 s]
/proc/loadavg: 4.05 3.96 3.67 4/380 309
/proc/meminfo: memFree=26894236/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=104616 CPUtime=0.07 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 3144 0 0 0 6 1 0 0 17 0 1 0 656799559 107126784 2822 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/309/statm: 26155 2823 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.30083 s]
/proc/loadavg: 4.05 3.96 3.67 4/380 309
/proc/meminfo: memFree=26894236/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=198920 CPUtime=0.23 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 7034 935 1 0 18 5 0 0 17 0 1 0 656799559 203694080 5054 33554432000 4194304 5683644 140733545553248 18446744073709551615 4867292 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/309/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.70075 s]
/proc/loadavg: 4.05 3.96 3.67 4/380 309
/proc/meminfo: memFree=26894236/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=298148 CPUtime=0.61 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 14105 935 1 0 53 8 0 0 17 0 1 0 656799559 305303552 11772 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204308165 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/309/statm: 74537 11772 1761 364 0 10461 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 298148

[startup+1.50058 s]
/proc/loadavg: 4.05 3.96 3.67 5/381 323
/proc/meminfo: memFree=26834728/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=328000 CPUtime=1.41 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 27470 935 1 0 131 10 0 0 19 0 1 0 656799559 335872000 19385 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204307006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/309/statm: 82000 19385 1826 364 0 17924 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 328000

[startup+3.10034 s]
/proc/loadavg: 4.05 3.96 3.67 5/381 323
/proc/meminfo: memFree=26822176/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=328000 CPUtime=3.01 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 27470 935 1 0 291 10 0 0 22 0 1 0 656799559 335872000 19385 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204306596 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/309/statm: 82000 19385 1826 364 0 17924 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 328000

[startup+6.30081 s]
/proc/loadavg: 4.05 3.96 3.67 5/381 323
/proc/meminfo: memFree=26821576/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=328000 CPUtime=6.21 cores=4,6
/proc/309/stat : 309 (python) R 307 309 31275 0 -1 4202496 27471 935 1 0 611 10 0 0 25 0 1 0 656799559 335872000 19386 33554432000 4194304 5683644 140733545553248 18446744073709551615 47188291432824 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/309/statm: 82000 19386 1827 364 0 17924 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 328000

[startup+12.7007 s]
/proc/loadavg: 4.05 3.96 3.67 5/384 327
/proc/meminfo: memFree=26807028/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=334364 CPUtime=11.01 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 27763 935 1 0 1091 10 0 0 25 0 2 0 656799559 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 83591 18462 1875 364 0 19509 0
[pid=325] ppid=309 vsize=324120 CPUtime=0 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 656800669 331898880 16936 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667407 0 0 16781312 514 7400411998866898943 0 0 17 4 0 0 0
/proc/325/statm: 81030 16936 353 364 0 16948 0
[pid=327] ppid=325 vsize=276232 CPUtime=1.58 cores=4,6
/proc/327/stat : 327 (hybridGM3) R 325 327 327 0 -1 4202496 4965 0 0 0 158 0 0 0 25 0 1 0 656800669 282861568 4701 33554432000 134512640 135204385 4289911680 18446744073709551615 134543975 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/327/statm: 69058 4701 57 169 0 68888 0
[pid=309/tid=326] ppid=307 vsize=334364 CPUtime=0 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 2 0 656800669 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 934716

[startup+25.5006 s]
/proc/loadavg: 4.26 4.01 3.69 7/371 373
/proc/meminfo: memFree=26765956/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=334364 CPUtime=11.01 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 27763 935 1 0 1091 10 0 0 25 0 2 0 656799559 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 83591 18462 1875 364 0 19509 0
[pid=325] ppid=309 vsize=324120 CPUtime=0.02 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 980 0 0 0 1 1 0 0 15 0 1 0 656800669 331898880 16964 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667407 0 0 16781312 514 15987409241258295554 0 0 17 4 0 0 0
/proc/325/statm: 81030 16964 381 364 0 16948 0
[pid=327] ppid=325 vsize=276236 CPUtime=14.35 cores=4,6
/proc/327/stat : 327 (hybridGM3) R 325 327 327 0 -1 4202496 9526 0 0 0 1433 2 0 0 25 0 1 0 656800669 282865664 9262 33554432000 134512640 135204385 4289911680 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/327/statm: 69059 9262 64 169 0 68889 0
[pid=309/tid=326] ppid=307 vsize=334364 CPUtime=0 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 2 0 656800669 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 934720

[startup+51.1013 s]
/proc/loadavg: 4.51 4.09 3.72 8/371 374
/proc/meminfo: memFree=26766120/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=334364 CPUtime=11.01 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 27763 935 1 0 1091 10 0 0 25 0 2 0 656799559 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 83591 18462 1875 364 0 19509 0
[pid=325] ppid=309 vsize=324120 CPUtime=0.08 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 992 0 0 0 4 4 0 0 15 0 1 0 656800669 331898880 16964 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667407 0 0 16781312 514 15987409241258295554 0 0 17 4 0 0 0
/proc/325/statm: 81030 16964 381 364 0 16948 0
[pid=327] ppid=325 vsize=276236 CPUtime=39.89 cores=4,6
/proc/327/stat : 327 (hybridGM3) R 325 327 327 0 -1 4202496 9526 0 0 0 3987 2 0 0 25 0 1 0 656800669 282865664 9262 33554432000 134512640 135204385 4289911680 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/327/statm: 69059 9262 64 169 0 68889 0
[pid=309/tid=326] ppid=307 vsize=334364 CPUtime=0 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 2 0 656800669 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 934720

[startup+102.314 s]
/proc/loadavg: 4.79 4.23 3.79 7/375 379
/proc/meminfo: memFree=26755592/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=334364 CPUtime=11.01 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 27763 935 1 0 1091 10 0 0 25 0 2 0 656799559 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 83591 18462 1875 364 0 19509 0
[pid=325] ppid=309 vsize=324120 CPUtime=0.22 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 1016 0 0 0 12 10 0 0 15 0 1 0 656800669 331898880 16964 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667407 0 0 16781312 514 15987409241258295554 0 0 17 4 0 0 0
/proc/325/statm: 81030 16964 381 364 0 16948 0
[pid=327] ppid=325 vsize=276236 CPUtime=90.97 cores=4,6
/proc/327/stat : 327 (hybridGM3) R 325 327 327 0 -1 4202496 9526 0 0 0 9095 2 0 0 25 0 1 0 656800669 282865664 9262 33554432000 134512640 135204385 4289911680 18446744073709551615 134537363 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/327/statm: 69059 9262 64 169 0 68889 0
[pid=309/tid=326] ppid=307 vsize=334364 CPUtime=0 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 2 0 656800669 342388736 18462 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 934720

[startup+162.301 s]
/proc/loadavg: 4.96 4.38 3.87 7/384 390
/proc/meminfo: memFree=26705164/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=344620 CPUtime=11.03 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 28654 935 1 0 1092 11 0 0 20 0 3 0 656799559 352890880 18469 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 86155 18469 1878 364 0 22070 0
[pid=325] ppid=309 vsize=334364 CPUtime=0.24 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 1158 0 0 0 13 11 0 0 17 0 2 0 656800669 342388736 17002 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/325/statm: 83591 17002 414 364 0 19509 0
[pid=327] ppid=325 vsize=276236 CPUtime=100.05 cores=4,6
/proc/327/stat : 327 (hybridGM3) T 325 327 327 0 -1 4202496 9526 0 0 0 10003 2 0 0 25 0 1 0 656800669 282865664 9262 33554432000 134512640 135204385 4289911680 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/327/statm: 69059 9262 64 169 0 68889 0
[pid=325/tid=381] ppid=309 vsize=334364 CPUtime=0 cores=4,6
/proc/325/task/381/stat : 381 (python) S 309 309 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656810702 342388736 17002 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604450340768640 0 0 -1 4 0 0 0
[pid=382] ppid=309 vsize=334376 CPUtime=0.11 cores=4,6
/proc/382/stat : 382 (python) S 309 309 31275 0 -1 4202560 899 0 0 0 6 5 0 0 15 0 1 0 656810703 342401024 16957 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667462 0 0 16781312 514 15987409241258295555 0 0 17 4 0 0 0
/proc/382/statm: 83594 16957 370 364 0 19509 0
[pid=384] ppid=382 vsize=276240 CPUtime=50.76 cores=4,6
/proc/384/stat : 384 (hybridGM3) R 382 384 384 0 -1 4202496 9521 0 0 0 5075 1 0 0 25 0 1 0 656810704 282869760 9256 33554432000 134512640 135204385 4288055296 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/384/statm: 69060 9256 64 169 0 68890 0
[pid=309/tid=326] ppid=307 vsize=344620 CPUtime=0 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 3 0 656800669 352890880 18469 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=383] ppid=307 vsize=344620 CPUtime=0 cores=4,6
/proc/309/task/383/stat : 383 (python) S 307 309 31275 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 3 0 656810704 352890880 18469 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1565836

[startup+222.301 s]
/proc/loadavg: 5.02 4.49 3.93 7/378 441
/proc/meminfo: memFree=26637344/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=354876 CPUtime=11.04 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 29516 935 1 0 1093 11 0 0 20 0 4 0 656799559 363393024 18475 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/309/statm: 88719 18475 1880 364 0 24631 0
[pid=325] ppid=309 vsize=334364 CPUtime=0.24 cores=4,6
/proc/325/stat : 325 (python) S 309 309 31275 0 -1 4202560 1158 0 0 0 13 11 0 0 17 0 2 0 656800669 342388736 17002 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/325/statm: 83591 17002 414 364 0 19509 0
[pid=327] ppid=325 vsize=276236 CPUtime=100.05 cores=4,6
/proc/327/stat : 327 (hybridGM3) T 325 327 327 0 -1 4202496 9526 0 0 0 10003 2 0 0 25 0 1 0 656800669 282865664 9262 33554432000 134512640 135204385 4289911680 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/327/statm: 69059 9262 64 169 0 68889 0
[pid=325/tid=381] ppid=309 vsize=334364 CPUtime=0 cores=4,6
/proc/325/task/381/stat : 381 (python) S 309 309 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656810702 342388736 17002 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604450340768640 0 0 -1 4 0 0 0

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

/proc/309/task/649/stat : 649 (python) S 307 309 31275 0 -1 4202560 27 22545 0 0 0 0 30858 53 20 0 8 0 656881132 405401600 18499 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=719] ppid=307 vsize=395900 CPUtime=309.11 cores=4,6
/proc/309/task/719/stat : 719 (python) S 307 309 31275 0 -1 4202560 26 22545 0 0 0 0 30858 53 20 0 8 0 656900793 405401600 18499 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 3766936

[startup+1242.3 s]
/proc/loadavg: 5.09 5.11 4.71 6/433 754
/proc/meminfo: memFree=26208864/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=406156 CPUtime=320.26 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 34102 22545 1 0 1102 13 30858 53 20 0 9 0 656799559 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 101539 18505 1890 364 0 37436 0
[pid=382] ppid=309 vsize=334376 CPUtime=0.5 cores=4,6
/proc/382/stat : 382 (python) S 309 309 31275 0 -1 4202560 1108 0 0 0 27 23 0 0 15 0 2 0 656810703 342401024 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/382/statm: 83594 16987 399 364 0 19509 0
[pid=384] ppid=382 vsize=276240 CPUtime=197.16 cores=4,6
/proc/384/stat : 384 (hybridGM3) T 382 384 384 0 -1 4202496 9521 0 0 0 19715 1 0 0 25 0 1 0 656810704 282869760 9256 33554432000 134512640 135204385 4288055296 18446744073709551615 134545929 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/384/statm: 69060 9256 64 169 0 68890 0
[pid=382/tid=431] ppid=309 vsize=334376 CPUtime=0 cores=4,6
/proc/382/task/431/stat : 431 (python) S 309 309 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656820738 342401024 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604443946657664 0 0 -1 4 0 0 0
[pid=432] ppid=309 vsize=344632 CPUtime=0.52 cores=4,6
/proc/432/stat : 432 (python) S 309 309 31275 0 -1 4202560 1122 0 0 0 28 24 0 0 15 0 2 0 656820739 352903168 16991 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/432/statm: 86158 16991 399 364 0 22070 0
[pid=434] ppid=432 vsize=276244 CPUtime=197.08 cores=4,6
/proc/434/stat : 434 (hybridGM3) T 432 434 434 0 -1 4202496 9508 0 0 0 19706 2 0 0 25 0 1 0 656820739 282873856 9245 33554432000 134512640 135204385 4288309408 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/434/statm: 69061 9245 64 169 0 68891 0
[pid=432/tid=449] ppid=309 vsize=344632 CPUtime=0 cores=4,6
/proc/432/task/449/stat : 449 (python) S 309 309 31275 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656830772 352903168 16991 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604444620743872 0 0 -1 4 0 0 0
[pid=479] ppid=309 vsize=354888 CPUtime=0.26 cores=4,6
/proc/479/stat : 479 (python) S 309 309 31275 0 -1 4202560 1087 0 0 0 14 12 0 0 19 0 2 0 656843567 363405312 16995 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/479/statm: 88722 16995 399 364 0 24631 0
[pid=481] ppid=479 vsize=471116 CPUtime=99.99 cores=4,6
/proc/481/stat : 481 (TNM) T 479 481 481 0 -1 4202496 8435 0 0 0 9998 1 0 0 25 0 1 0 656843568 482422784 8172 33554432000 134512640 135008748 4291040320 18446744073709551615 134527320 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/481/statm: 117779 8172 46 122 0 116679 0
[pid=479/tid=493] ppid=309 vsize=354888 CPUtime=0 cores=4,6
/proc/479/task/493/stat : 493 (python) S 309 309 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656853593 363405312 16995 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604444620745664 0 0 -1 4 0 0 0
[pid=648] ppid=309 vsize=375400 CPUtime=0.52 cores=4,6
/proc/648/stat : 648 (python) S 309 309 31275 0 -1 4202560 1134 0 0 0 28 24 0 0 16 0 2 0 656881131 384409600 17003 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/648/statm: 93850 17003 399 364 0 29753 0
[pid=650] ppid=648 vsize=276240 CPUtime=196.17 cores=4,6
/proc/650/stat : 650 (hybridGM3) T 648 650 650 0 -1 4202496 9511 0 0 0 19615 2 0 0 25 0 1 0 656881132 282869760 9250 33554432000 134512640 135204385 4289404704 18446744073709551615 134547446 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/650/statm: 69060 9250 64 169 0 68890 0
[pid=648/tid=717] ppid=309 vsize=375400 CPUtime=0 cores=4,6
/proc/648/task/717/stat : 717 (python) S 309 309 31275 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656900791 384409600 17003 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604453916336384 0 0 -1 4 0 0 0
[pid=718] ppid=309 vsize=385656 CPUtime=0.52 cores=4,6
/proc/718/stat : 718 (python) S 309 309 31275 0 -1 4202560 1127 0 0 0 30 22 0 0 17 0 2 0 656900792 394911744 17007 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/718/statm: 96414 17007 399 364 0 32314 0
[pid=720] ppid=718 vsize=276244 CPUtime=196.13 cores=4,6
/proc/720/stat : 720 (hybridGM3) T 718 720 720 0 -1 4202496 9507 0 0 0 19612 1 0 0 25 0 1 0 656900793 282873856 9247 33554432000 134512640 135204385 4290259008 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/720/statm: 69061 9247 64 169 0 68891 0
[pid=718/tid=743] ppid=309 vsize=385656 CPUtime=0 cores=4,6
/proc/718/task/743/stat : 743 (python) S 309 309 31275 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 656920452 394911744 17007 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604449699770816 0 0 -1 4 0 0 0
[pid=744] ppid=309 vsize=395912 CPUtime=0.08 cores=4,6
/proc/744/stat : 744 (python) S 309 309 31275 0 -1 4202560 945 0 0 0 4 4 0 0 15 0 1 0 656920453 405413888 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667462 0 0 16781312 514 15987409241258295554 0 0 17 4 0 0 0
/proc/744/statm: 98978 16987 376 364 0 34875 0
[pid=746] ppid=744 vsize=276240 CPUtime=33.26 cores=4,6
/proc/746/stat : 746 (hybridGM3) R 744 746 746 0 -1 4202496 9521 0 0 0 3325 1 0 0 25 0 1 0 656920453 282869760 9254 33554432000 134512640 135204385 4292030944 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/746/statm: 69060 9254 64 169 0 68890 0
[pid=309/tid=326] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 28 22545 0 0 0 0 30858 53 18 0 9 0 656800669 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=383] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/383/stat : 383 (python) S 307 309 31275 0 -1 4202560 34 22545 0 0 0 0 30858 53 18 0 9 0 656810704 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=433] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/433/stat : 433 (python) S 307 309 31275 0 -1 4202560 30 22545 0 0 0 0 30858 53 18 0 9 0 656820739 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=480] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/480/stat : 480 (python) S 307 309 31275 0 -1 4202560 27 22545 0 0 0 0 30858 53 20 0 9 0 656843567 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=580] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/580/stat : 580 (python) S 307 309 31275 0 -1 4202560 30 22545 0 0 0 0 30858 53 20 0 9 0 656863322 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=649] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/649/stat : 649 (python) S 307 309 31275 0 -1 4202560 27 22545 0 0 0 0 30858 53 20 0 9 0 656881132 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=719] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/719/stat : 719 (python) S 307 309 31275 0 -1 4202560 26 22545 0 0 0 0 30858 53 20 0 9 0 656900793 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=745] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/745/stat : 745 (python) S 307 309 31275 0 -1 4202560 25 22545 0 0 0 0 30858 53 20 0 9 0 656920453 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.45
Current children cumulated vsize (KiB) 4449344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.15 5.11 4.73 6/437 760
/proc/meminfo: memFree=26198644/32951124 swapFree=63649232/67111528
[pid=309] ppid=307 vsize=406156 CPUtime=320.26 cores=4,6
/proc/309/stat : 309 (python) S 307 309 31275 0 -1 4202496 34102 22545 1 0 1102 13 30858 53 20 0 9 0 656799559 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/309/statm: 101539 18505 1890 364 0 37436 0
[pid=382] ppid=309 vsize=334376 CPUtime=0.5 cores=4,6
/proc/382/stat : 382 (python) S 309 309 31275 0 -1 4202560 1108 0 0 0 27 23 0 0 15 0 2 0 656810703 342401024 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/382/statm: 83594 16987 399 364 0 19509 0
[pid=384] ppid=382 vsize=276240 CPUtime=197.16 cores=4,6
/proc/384/stat : 384 (hybridGM3) T 382 384 384 0 -1 4202496 9521 0 0 0 19715 1 0 0 25 0 1 0 656810704 282869760 9256 33554432000 134512640 135204385 4288055296 18446744073709551615 134545929 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/384/statm: 69060 9256 64 169 0 68890 0
[pid=382/tid=431] ppid=309 vsize=334376 CPUtime=0 cores=4,6
/proc/382/task/431/stat : 431 (python) S 309 309 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656820738 342401024 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604443946657664 0 0 -1 4 0 0 0
[pid=432] ppid=309 vsize=344632 CPUtime=0.52 cores=4,6
/proc/432/stat : 432 (python) S 309 309 31275 0 -1 4202560 1122 0 0 0 28 24 0 0 15 0 2 0 656820739 352903168 16991 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/432/statm: 86158 16991 399 364 0 22070 0
[pid=434] ppid=432 vsize=276244 CPUtime=197.08 cores=4,6
/proc/434/stat : 434 (hybridGM3) T 432 434 434 0 -1 4202496 9508 0 0 0 19706 2 0 0 25 0 1 0 656820739 282873856 9245 33554432000 134512640 135204385 4288309408 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/434/statm: 69061 9245 64 169 0 68891 0
[pid=432/tid=449] ppid=309 vsize=344632 CPUtime=0 cores=4,6
/proc/432/task/449/stat : 449 (python) S 309 309 31275 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656830772 352903168 16991 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604444620743872 0 0 -1 4 0 0 0
[pid=479] ppid=309 vsize=354888 CPUtime=0.26 cores=4,6
/proc/479/stat : 479 (python) S 309 309 31275 0 -1 4202560 1087 0 0 0 14 12 0 0 19 0 2 0 656843567 363405312 16995 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/479/statm: 88722 16995 399 364 0 24631 0
[pid=481] ppid=479 vsize=471116 CPUtime=99.99 cores=4,6
/proc/481/stat : 481 (TNM) T 479 481 481 0 -1 4202496 8435 0 0 0 9998 1 0 0 25 0 1 0 656843568 482422784 8172 33554432000 134512640 135008748 4291040320 18446744073709551615 134527320 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/481/statm: 117779 8172 46 122 0 116679 0
[pid=479/tid=493] ppid=309 vsize=354888 CPUtime=0 cores=4,6
/proc/479/task/493/stat : 493 (python) S 309 309 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656853593 363405312 16995 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604444620745664 0 0 -1 4 0 0 0
[pid=648] ppid=309 vsize=375400 CPUtime=0.52 cores=4,6
/proc/648/stat : 648 (python) S 309 309 31275 0 -1 4202560 1134 0 0 0 28 24 0 0 16 0 2 0 656881131 384409600 17003 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/648/statm: 93850 17003 399 364 0 29753 0
[pid=650] ppid=648 vsize=276240 CPUtime=196.17 cores=4,6
/proc/650/stat : 650 (hybridGM3) T 648 650 650 0 -1 4202496 9511 0 0 0 19615 2 0 0 25 0 1 0 656881132 282869760 9250 33554432000 134512640 135204385 4289404704 18446744073709551615 134547446 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/650/statm: 69060 9250 64 169 0 68890 0
[pid=648/tid=717] ppid=309 vsize=375400 CPUtime=0 cores=4,6
/proc/648/task/717/stat : 717 (python) S 309 309 31275 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656900791 384409600 17003 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604453916336384 0 0 -1 4 0 0 0
[pid=718] ppid=309 vsize=385656 CPUtime=0.52 cores=4,6
/proc/718/stat : 718 (python) S 309 309 31275 0 -1 4202560 1127 0 0 0 30 22 0 0 17 0 2 0 656900792 394911744 17007 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/718/statm: 96414 17007 399 364 0 32314 0
[pid=720] ppid=718 vsize=276244 CPUtime=196.13 cores=4,6
/proc/720/stat : 720 (hybridGM3) T 718 720 720 0 -1 4202496 9507 0 0 0 19612 1 0 0 25 0 1 0 656900793 282873856 9247 33554432000 134512640 135204385 4290259008 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/720/statm: 69061 9247 64 169 0 68891 0
[pid=718/tid=743] ppid=309 vsize=385656 CPUtime=0 cores=4,6
/proc/718/task/743/stat : 743 (python) S 309 309 31275 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 656920452 394911744 17007 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 514 18446604449699770816 0 0 -1 4 0 0 0
[pid=744] ppid=309 vsize=395912 CPUtime=0.25 cores=4,6
/proc/744/stat : 744 (python) S 309 309 31275 0 -1 4202560 965 0 0 0 14 11 0 0 15 0 1 0 656920453 405413888 16987 33554432000 4194304 5683644 140733545553248 18446744073709551615 210204667462 0 0 16781312 514 15987409241258295554 0 0 17 4 0 0 0
/proc/744/statm: 98978 16987 376 364 0 34875 0
[pid=746] ppid=744 vsize=276240 CPUtime=90.81 cores=4,6
/proc/746/stat : 746 (hybridGM3) R 744 746 746 0 -1 4202496 9521 0 0 0 9080 1 0 0 25 0 1 0 656920453 282869760 9254 33554432000 134512640 135204385 4292030944 18446744073709551615 134537363 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/746/statm: 69060 9254 64 169 0 68890 0
[pid=309/tid=326] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/326/stat : 326 (python) S 307 309 31275 0 -1 4202560 28 22545 0 0 0 0 30858 53 18 0 9 0 656800669 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=383] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/383/stat : 383 (python) S 307 309 31275 0 -1 4202560 34 22545 0 0 0 0 30858 53 18 0 9 0 656810704 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=433] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/433/stat : 433 (python) S 307 309 31275 0 -1 4202560 30 22545 0 0 0 0 30858 53 18 0 9 0 656820739 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=480] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/480/stat : 480 (python) S 307 309 31275 0 -1 4202560 27 22545 0 0 0 0 30858 53 20 0 9 0 656843567 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 6 0 0 0
[pid=309/tid=580] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/580/stat : 580 (python) S 307 309 31275 0 -1 4202560 30 22545 0 0 0 0 30858 53 20 0 9 0 656863322 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=649] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/649/stat : 649 (python) S 307 309 31275 0 -1 4202560 27 22545 0 0 0 0 30858 53 20 0 9 0 656881132 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=719] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/719/stat : 719 (python) S 307 309 31275 0 -1 4202560 26 22545 0 0 0 0 30858 53 20 0 9 0 656900793 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
[pid=309/tid=745] ppid=307 vsize=406156 CPUtime=309.11 cores=4,6
/proc/309/task/745/stat : 745 (python) S 307 309 31275 0 -1 4202560 25 22545 0 0 0 0 30858 53 20 0 9 0 656920453 415903744 18505 33554432000 4194304 5683644 140733545553248 18446744073709551615 210216470961 0 0 16781312 2 18446604453041739904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.17
Current children cumulated vsize (KiB) 4449344

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 309 and gives
#  childrusage.ru_utime.tv_sec=319
#  childrusage.ru_utime.tv_usec=609411
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=670898
# CPU time returned by wait4() is 320.28
# while last known CPU time is 1300.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1300.17
CPU user time (s): 1298.27
CPU system time (s): 1.9
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 4449348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.609
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56652
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= 1400
involuntary context switches= 1222

runsolver used 4.96824 second user time and 10.5154 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:33:30
IDJOB=3377276
IDBENCH=82585
IDSOLVER=1857
FILE ID=node130/3377276-1305452010
RUNJOBID= node130-1305451278-32331
PBS_JOBID= 13324842
Free space on /tmp= 73356 MiB

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

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

MD5SUM BENCH= 56bd5db172bed91bc72714a8bad8639b
RANDOM SEED=2048929588

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26894392 kB
Buffers:        283472 kB
Cached:        4080448 kB
SwapCached:      10248 kB
Active:        1859768 kB
Inactive:      3901756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26894392 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           36156 kB
Writeback:           0 kB
AnonPages:     1394816 kB
Mapped:          22472 kB
Slab:           190284 kB
PageTables:      40224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67515320 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= 73216 MiB
End job on node130 at 2011-05-15 11:55:13