Trace number 3484085

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.02 1199.45

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S357264423-067-UNKNOWN.cnf
MD5SUM425b4c5e5535f7d6b9d17ca8feb0ac3e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark78.815
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.53	c INFO: solving HOME/instance-3484085-1307747137.cnf
0.36/0.53	c INFO: computing task features
0.65/0.82	c INFO: computed variable-clause graph statistics
0.65/0.83	c INFO: computed clause balance statistics
2.44/2.61	c INFO: computed variable balance statistics
3.85/4.07	c INFO: computed small-clause counts
3.85/4.08	c INFO: computed Horn-clause counts
4.55/4.70	c INFO: computed variable graph statistics
4.55/4.70	c INFO: collected features for HOME/instance-3484085-1307747137.cnf in 4.15 s
4.55/4.71	c INFO: running hybridGM3@0 for 97 with 1195 remaining (b = 0.43)
105.06/105.28	c INFO: running hybridGM3@0 for 97 with 1095 remaining (b = 0.26)
205.65/205.87	c INFO: running hybridGM3@0 for 97 with 995 remaining (b = 0.19)
306.27/306.46	c INFO: running hybridGM3@100 for 97 with 894 remaining (b = 0.15)
403.48/403.60	c INFO: running hybridGM3@100 for 97 with 797 remaining (b = 0.15)
500.58/500.75	c INFO: running TNM@0 for 97 with 700 remaining (b = 0.16)
600.67/600.90	c INFO: running hybridGM3@100 for 97 with 600 remaining (b = 0.14)
697.92/698.05	c INFO: running hybridGM3@0 for 97 with 503 remaining (b = 0.15)
797.63/797.63	c INFO: running hybridGM3@99 for 97 with 404 remaining (b = 0.11)
892.91/892.78	c INFO: running hybridGM3@0 for 97 with 308 remaining (b = 0.11)
993.65/993.38	c INFO: running hybridGM3@100 for 97 with 208 remaining (b = 0.09)
1087.52/1086.92	c INFO: running hybridGM3@0 for 114 with 114 remaining (b = 0.08)

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

running on 2 cores: 0,2

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: 4.66 1.96 0.73 4/200 20189
/proc/meminfo: memFree=30433440/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=15184 CPUtime=0 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 1 0 886313417 15548416 617 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 0
/proc/20189/statm: 3796 617 322 364 0 283 0

[startup+0.0178649 s]
/proc/loadavg: 4.66 1.96 0.73 4/200 20189
/proc/meminfo: memFree=30433440/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=16244 CPUtime=0 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 1002 0 0 0 0 0 0 0 17 0 1 0 886313417 16633856 873 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 0 0 0 0
/proc/20189/statm: 4061 873 371 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100874 s]
/proc/loadavg: 4.66 1.96 0.73 4/200 20189
/proc/meminfo: memFree=30433440/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=85360 CPUtime=0.05 cores=0,2
/proc/20189/stat : 20189 (python) R 20187 20189 19898 0 -1 4202496 2583 0 0 0 4 1 0 0 17 0 1 0 886313417 87408640 2307 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664808080 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20189/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.301406 s]
/proc/loadavg: 4.66 1.96 0.73 4/200 20189
/proc/meminfo: memFree=30433440/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=135752 CPUtime=0.21 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 5973 935 1 0 16 5 0 0 17 0 1 0 886313417 139010048 4149 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/20189/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700725 s]
/proc/loadavg: 4.66 1.96 0.73 4/200 20189
/proc/meminfo: memFree=30433440/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=290388 CPUtime=0.55 cores=0,2
/proc/20189/stat : 20189 (python) R 20187 20189 19898 0 -1 4202496 12167 935 1 0 46 9 0 0 17 0 1 0 886313417 297357312 9838 33554432000 4194304 5683644 140735195949248 18446744073709551615 4531807 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20189/statm: 72597 9838 1761 364 0 8521 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 290388

[startup+1.50063 s]
/proc/loadavg: 4.66 1.96 0.73 5/201 20194
/proc/meminfo: memFree=30392716/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=297692 CPUtime=1.35 cores=0,2
/proc/20189/stat : 20189 (python) R 20187 20189 19898 0 -1 4202496 16366 935 1 0 126 9 0 0 18 0 1 0 886313417 304836608 11807 33554432000 4194304 5683644 140735195949248 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20189/statm: 74423 11807 1826 364 0 10347 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 297692

[startup+3.10033 s]
/proc/loadavg: 4.66 1.96 0.73 5/201 20194
/proc/meminfo: memFree=30391228/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=297692 CPUtime=2.95 cores=0,2
/proc/20189/stat : 20189 (python) R 20187 20189 19898 0 -1 4202496 16367 935 1 0 285 10 0 0 21 0 1 0 886313417 304836608 11808 33554432000 4194304 5683644 140735195949248 18446744073709551615 47587259476050 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20189/statm: 74423 11808 1827 364 0 10347 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 297692

[startup+6.30078 s]
/proc/loadavg: 4.77 2.03 0.76 6/204 20197
/proc/meminfo: memFree=30374212/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=296976 CPUtime=4.56 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 16700 935 1 0 446 10 0 0 20 0 2 0 886313417 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 74244 9123 1867 364 0 10162 0
[pid=20195] ppid=20189 vsize=287824 CPUtime=0 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 886313888 294731776 7608 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828431 0 0 16781312 514 3612380861044850948 0 0 17 0 0 0 0
/proc/20195/statm: 71956 7608 355 364 0 7874 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=1.58 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) R 20195 20197 20197 0 -1 4202496 6666 0 0 0 157 1 0 0 25 0 1 0 886313888 274862080 6399 33554432000 134512640 135204385 4289055520 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20197/statm: 67105 6399 64 169 0 66935 0
[pid=20189/tid=20196] ppid=20187 vsize=296976 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886313888 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 853220

[startup+12.7007 s]
/proc/loadavg: 4.94 2.11 0.79 5/204 20199
/proc/meminfo: memFree=30374624/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=296976 CPUtime=4.56 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 16700 935 1 0 446 10 0 0 20 0 2 0 886313417 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 74244 9123 1867 364 0 10162 0
[pid=20195] ppid=20189 vsize=287824 CPUtime=0 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 879 0 0 0 0 0 0 0 15 0 1 0 886313888 294731776 7631 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828431 0 0 16781312 514 3612380861044850948 0 0 17 0 0 0 0
/proc/20195/statm: 71956 7631 378 364 0 7874 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=7.96 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) R 20195 20197 20197 0 -1 4202496 6666 0 0 0 795 1 0 0 25 0 1 0 886313888 274862080 6399 33554432000 134512640 135204385 4289055520 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20197/statm: 67105 6399 64 169 0 66935 0
[pid=20189/tid=20196] ppid=20187 vsize=296976 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886313888 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 853220

[startup+25.5005 s]
/proc/loadavg: 4.73 2.20 0.84 6/205 20202
/proc/meminfo: memFree=30341072/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=296976 CPUtime=4.56 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 16700 935 1 0 446 10 0 0 20 0 2 0 886313417 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 74244 9123 1867 364 0 10162 0
[pid=20195] ppid=20189 vsize=287824 CPUtime=0.02 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 885 0 0 0 1 1 0 0 15 0 1 0 886313888 294731776 7631 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828431 0 0 16781312 514 14014815012283973892 0 0 17 0 0 0 0
/proc/20195/statm: 71956 7631 378 364 0 7874 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=20.75 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) R 20195 20197 20197 0 -1 4202496 6666 0 0 0 2074 1 0 0 25 0 1 0 886313888 274862080 6399 33554432000 134512640 135204385 4289055520 18446744073709551615 134537401 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20197/statm: 67105 6399 64 169 0 66935 0
[pid=20189/tid=20196] ppid=20187 vsize=296976 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886313888 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 853220

[startup+51.101 s]
/proc/loadavg: 4.48 2.35 0.93 5/208 20206
/proc/meminfo: memFree=30333892/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=296976 CPUtime=4.56 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 16700 935 1 0 446 10 0 0 20 0 2 0 886313417 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 74244 9123 1867 364 0 10162 0
[pid=20195] ppid=20189 vsize=287824 CPUtime=0.05 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 897 0 0 0 3 2 0 0 15 0 1 0 886313888 294731776 7631 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828431 0 0 16781312 514 14014815012283973892 0 0 17 0 0 0 0
/proc/20195/statm: 71956 7631 378 364 0 7874 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=46.32 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) R 20195 20197 20197 0 -1 4202496 6666 0 0 0 4631 1 0 0 25 0 1 0 886313888 274862080 6399 33554432000 134512640 135204385 4289055520 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20197/statm: 67105 6399 64 169 0 66935 0
[pid=20189/tid=20196] ppid=20187 vsize=296976 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886313888 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 853220

[startup+102.301 s]
/proc/loadavg: 4.21 2.60 1.08 5/216 20216
/proc/meminfo: memFree=30267816/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=296976 CPUtime=4.56 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 16700 935 1 0 446 10 0 0 20 0 2 0 886313417 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 74244 9123 1867 364 0 10162 0
[pid=20195] ppid=20189 vsize=287824 CPUtime=0.13 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 921 0 0 0 8 5 0 0 15 0 1 0 886313888 294731776 7631 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828431 0 0 16781312 514 14014815012283973892 0 0 17 0 0 0 0
/proc/20195/statm: 71956 7631 378 364 0 7874 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=97.47 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) R 20195 20197 20197 0 -1 4202496 6668 0 0 0 9745 2 0 0 25 0 1 0 886313888 274862080 6401 33554432000 134512640 135204385 4289055520 18446744073709551615 134536737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20197/statm: 67105 6401 64 169 0 66935 0
[pid=20189/tid=20196] ppid=20187 vsize=296976 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 2 0 886313888 304103424 9123 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 853220

[startup+162.301 s]
/proc/loadavg: 4.07 2.85 1.26 5/224 20225
/proc/meminfo: memFree=30195204/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=307840 CPUtime=4.57 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 17590 935 1 0 447 10 0 0 20 0 3 0 886313417 315228160 9265 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20189/statm: 76960 9265 1870 364 0 12875 0
[pid=20195] ppid=20189 vsize=298068 CPUtime=0.14 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 1165 0 0 0 8 6 0 0 16 0 2 0 886313888 305221632 7674 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20195/statm: 74517 7674 416 364 0 10435 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=100.44 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) T 20195 20197 20197 0 -1 4202496 6668 0 0 0 10042 2 0 0 25 0 1 0 886313888 274862080 6401 33554432000 134512640 135204385 4289055520 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20197/statm: 67105 6401 64 169 0 66935 0
[pid=20195/tid=20217] ppid=20189 vsize=298068 CPUtime=0 cores=0,2
/proc/20195/task/20217/stat : 20217 (python) S 20189 20189 19898 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 886323945 305221632 7674 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453753766208 0 0 -1 0 0 0 0
[pid=20218] ppid=20189 vsize=297752 CPUtime=0.07 cores=0,2
/proc/20218/stat : 20218 (python) S 20189 20189 19898 0 -1 4202560 922 0 0 0 4 3 0 0 15 0 1 0 886323945 304898048 7764 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828486 0 0 16781312 514 14014815012283973890 0 0 17 0 0 0 0
/proc/20218/statm: 74438 7764 372 364 0 10353 0
[pid=20220] ppid=20218 vsize=268424 CPUtime=56.92 cores=0,2
/proc/20220/stat : 20220 (hybridGM3) R 20218 20220 20220 0 -1 4202496 6661 0 0 0 5692 0 0 0 25 0 1 0 886323946 274866176 6396 33554432000 134512640 135204385 4292699568 18446744073709551615 134546102 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20220/statm: 67106 6396 64 169 0 66936 0
[pid=20189/tid=20196] ppid=20187 vsize=307840 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 886313888 315228160 9265 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20219] ppid=20187 vsize=307840 CPUtime=0 cores=0,2
/proc/20189/task/20219/stat : 20219 (python) S 20187 20189 19898 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886323946 315228160 9265 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1440504

[startup+222.301 s]
/proc/loadavg: 4.11 3.09 1.44 5/233 20235
/proc/meminfo: memFree=30121552/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=318096 CPUtime=4.58 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 18412 935 1 0 448 10 0 0 20 0 4 0 886313417 325730304 9271 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 79524 9271 1872 364 0 15436 0

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

[pid=20195] ppid=20189 vsize=298068 CPUtime=0.29 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 1224 0 0 0 16 13 0 0 15 0 2 0 886313888 305221632 7675 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20195/statm: 74517 7675 417 364 0 10435 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=197.44 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) T 20195 20197 20197 0 -1 4202496 6668 0 0 0 19742 2 0 0 25 0 1 0 886313888 274862080 6401 33554432000 134512640 135204385 4289055520 18446744073709551615 134536965 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20197/statm: 67105 6401 64 169 0 66935 0
[pid=20195/tid=20217] ppid=20189 vsize=298068 CPUtime=0 cores=0,2
/proc/20195/task/20217/stat : 20217 (python) S 20189 20189 19898 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886323945 305221632 7675 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453753766208 0 0 -1 0 0 0 0
[pid=20218] ppid=20189 vsize=297752 CPUtime=0.3 cores=0,2
/proc/20218/stat : 20218 (python) S 20189 20189 19898 0 -1 4202560 1123 0 0 0 17 13 0 0 15 0 2 0 886323945 304898048 7793 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20218/statm: 74438 7793 400 364 0 10353 0
[pid=20220] ppid=20218 vsize=276788 CPUtime=197.42 cores=0,2
/proc/20220/stat : 20220 (hybridGM3) T 20218 20220 20220 0 -1 4202496 20802 0 0 0 19738 4 0 0 25 0 1 0 886323946 283430912 9008 33554432000 134512640 135204385 4292699568 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20220/statm: 69197 9008 85 169 0 69027 0
[pid=20218/tid=20232] ppid=20189 vsize=297752 CPUtime=0 cores=0,2
/proc/20218/task/20232/stat : 20232 (python) S 20189 20189 19898 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886334003 304898048 7793 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453880481792 0 0 -1 0 0 0 0
[pid=20233] ppid=20189 vsize=308616 CPUtime=0.31 cores=0,2
/proc/20233/stat : 20233 (python) S 20189 20189 19898 0 -1 4202560 1127 0 0 0 17 14 0 0 16 0 2 0 886334004 316022784 7797 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20233/statm: 77154 7797 400 364 0 13066 0
[pid=20235] ppid=20233 vsize=268428 CPUtime=197.47 cores=0,2
/proc/20235/stat : 20235 (hybridGM3) T 20233 20235 20235 0 -1 4202496 6660 0 0 0 19745 2 0 0 25 0 1 0 886334005 274870272 6397 33554432000 134512640 135204385 4293712032 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20235/statm: 67107 6397 64 169 0 66937 0
[pid=20233/tid=20241] ppid=20189 vsize=308616 CPUtime=0 cores=0,2
/proc/20233/task/20241/stat : 20241 (python) S 20189 20189 19898 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886344062 316022784 7797 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453853202496 0 0 -1 0 0 0 0
[pid=20299] ppid=20189 vsize=318520 CPUtime=0.14 cores=0,2
/proc/20299/stat : 20299 (python) S 20189 20189 19898 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 886363492 326164480 7871 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20299/statm: 79630 7871 400 364 0 15539 0
[pid=20301] ppid=20299 vsize=458972 CPUtime=99.98 cores=0,2
/proc/20301/stat : 20301 (TNM) T 20299 20301 20301 0 -1 4202496 3588 0 0 0 9996 2 0 0 25 0 1 0 886363492 469987328 3328 33554432000 134512640 135008748 4292840512 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20301/statm: 114743 3328 46 122 0 113643 0
[pid=20299/tid=20354] ppid=20189 vsize=318520 CPUtime=0 cores=0,2
/proc/20299/task/20354/stat : 20354 (python) S 20189 20189 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886373506 326164480 7871 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604444967609664 0 0 -1 0 0 0 0
[pid=20367] ppid=20189 vsize=328644 CPUtime=0.31 cores=0,2
/proc/20367/stat : 20367 (python) S 20189 20189 19898 0 -1 4202560 1130 0 0 0 18 13 0 0 15 0 2 0 886383222 336531456 7874 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 82161 7874 399 364 0 18067 0
[pid=20369] ppid=20367 vsize=268424 CPUtime=194.71 cores=0,2
/proc/20369/stat : 20369 (hybridGM3) T 20367 20369 20369 0 -1 4202496 6661 0 0 0 19470 1 0 0 25 0 1 0 886383222 274866176 6399 33554432000 134512640 135204385 4287513728 18446744073709551615 134536627 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20369/statm: 67106 6399 64 169 0 66936 0
[pid=20367/tid=20380] ppid=20189 vsize=328644 CPUtime=0 cores=0,2
/proc/20367/task/20380/stat : 20380 (python) S 20189 20189 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886393180 336531456 7874 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604444967611456 0 0 -1 2 0 0 0
[pid=20391] ppid=20189 vsize=338900 CPUtime=0.42 cores=0,2
/proc/20391/stat : 20391 (python) S 20189 20189 19898 0 -1 4202560 1126 0 0 0 23 19 0 0 15 0 2 0 886402695 347033600 7878 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20391/statm: 84725 7878 399 364 0 20628 0
[pid=20393] ppid=20391 vsize=268420 CPUtime=194.11 cores=0,2
/proc/20393/stat : 20393 (hybridGM3) T 20391 20393 20393 0 -1 4202496 6663 0 0 0 19411 0 0 0 25 0 1 0 886402696 274862080 6401 33554432000 134512640 135204385 4287397616 18446744073709551615 134536922 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20393/statm: 67105 6401 64 169 0 66935 0
[pid=20391/tid=20405] ppid=20189 vsize=338900 CPUtime=0 cores=0,2
/proc/20391/task/20405/stat : 20405 (python) S 20189 20189 19898 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886412754 347033600 7878 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604451050645376 0 0 -1 2 0 0 0
[pid=20463] ppid=20189 vsize=349300 CPUtime=0.15 cores=0,2
/proc/20463/stat : 20463 (python) S 20189 20189 19898 0 -1 4202560 932 0 0 0 8 7 0 0 16 0 1 0 886422109 357683200 7887 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828486 0 0 16781312 514 14014815012283973891 0 0 17 0 0 0 0
/proc/20463/statm: 87325 7887 370 364 0 23225 0
[pid=20465] ppid=20463 vsize=268424 CPUtime=95.21 cores=0,2
/proc/20465/stat : 20465 (hybridGM3) R 20463 20465 20465 0 -1 4202496 6662 0 0 0 9519 2 0 0 25 0 1 0 886422110 274866176 6401 33554432000 134512640 135204385 4289515504 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20465/statm: 67106 6401 64 169 0 66936 0
[pid=20189/tid=20196] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886313888 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20219] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20219/stat : 20219 (python) S 20187 20189 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886323946 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20234] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20234/stat : 20234 (python) S 20187 20189 19898 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886334004 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20300] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20300/stat : 20300 (python) S 20187 20189 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886363492 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20368] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20368/stat : 20368 (python) S 20187 20189 19898 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 886383222 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20392] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20392/stat : 20392 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 886402696 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20464] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20464/stat : 20464 (python) S 20187 20189 19898 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 886422110 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.91
Current children cumulated vsize (KiB) 4677220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.39 4.20 3.20 5/252 20618
/proc/meminfo: memFree=30336896/32951132 swapFree=67054616/67111528
[pid=20189] ppid=20187 vsize=359544 CPUtime=4.65 cores=0,2
/proc/20189/stat : 20189 (python) S 20187 20189 19898 0 -1 4202496 22341 935 1 0 454 11 0 0 20 0 8 0 886313417 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20189/statm: 89886 9401 1880 364 0 25786 0
[pid=20195] ppid=20189 vsize=298068 CPUtime=0.29 cores=0,2
/proc/20195/stat : 20195 (python) S 20189 20189 19898 0 -1 4202560 1224 0 0 0 16 13 0 0 15 0 2 0 886313888 305221632 7675 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20195/statm: 74517 7675 417 364 0 10435 0
[pid=20197] ppid=20195 vsize=268420 CPUtime=197.44 cores=0,2
/proc/20197/stat : 20197 (hybridGM3) T 20195 20197 20197 0 -1 4202496 6668 0 0 0 19742 2 0 0 25 0 1 0 886313888 274862080 6401 33554432000 134512640 135204385 4289055520 18446744073709551615 134536965 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20197/statm: 67105 6401 64 169 0 66935 0
[pid=20195/tid=20217] ppid=20189 vsize=298068 CPUtime=0 cores=0,2
/proc/20195/task/20217/stat : 20217 (python) S 20189 20189 19898 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886323945 305221632 7675 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453753766208 0 0 -1 0 0 0 0
[pid=20218] ppid=20189 vsize=297752 CPUtime=0.3 cores=0,2
/proc/20218/stat : 20218 (python) S 20189 20189 19898 0 -1 4202560 1123 0 0 0 17 13 0 0 15 0 2 0 886323945 304898048 7793 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20218/statm: 74438 7793 400 364 0 10353 0
[pid=20220] ppid=20218 vsize=276788 CPUtime=197.42 cores=0,2
/proc/20220/stat : 20220 (hybridGM3) T 20218 20220 20220 0 -1 4202496 20802 0 0 0 19738 4 0 0 25 0 1 0 886323946 283430912 9008 33554432000 134512640 135204385 4292699568 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20220/statm: 69197 9008 85 169 0 69027 0
[pid=20218/tid=20232] ppid=20189 vsize=297752 CPUtime=0 cores=0,2
/proc/20218/task/20232/stat : 20232 (python) S 20189 20189 19898 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886334003 304898048 7793 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453880481792 0 0 -1 0 0 0 0
[pid=20233] ppid=20189 vsize=308616 CPUtime=0.31 cores=0,2
/proc/20233/stat : 20233 (python) S 20189 20189 19898 0 -1 4202560 1127 0 0 0 17 14 0 0 16 0 2 0 886334004 316022784 7797 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20233/statm: 77154 7797 400 364 0 13066 0
[pid=20235] ppid=20233 vsize=268428 CPUtime=197.47 cores=0,2
/proc/20235/stat : 20235 (hybridGM3) T 20233 20235 20235 0 -1 4202496 6660 0 0 0 19745 2 0 0 25 0 1 0 886334005 274870272 6397 33554432000 134512640 135204385 4293712032 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20235/statm: 67107 6397 64 169 0 66937 0
[pid=20233/tid=20241] ppid=20189 vsize=308616 CPUtime=0 cores=0,2
/proc/20233/task/20241/stat : 20241 (python) S 20189 20189 19898 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886344062 316022784 7797 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604453853202496 0 0 -1 0 0 0 0
[pid=20299] ppid=20189 vsize=318520 CPUtime=0.14 cores=0,2
/proc/20299/stat : 20299 (python) S 20189 20189 19898 0 -1 4202560 1094 0 0 0 7 7 0 0 19 0 2 0 886363492 326164480 7871 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20299/statm: 79630 7871 400 364 0 15539 0
[pid=20301] ppid=20299 vsize=458972 CPUtime=99.98 cores=0,2
/proc/20301/stat : 20301 (TNM) T 20299 20301 20301 0 -1 4202496 3588 0 0 0 9996 2 0 0 25 0 1 0 886363492 469987328 3328 33554432000 134512640 135008748 4292840512 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20301/statm: 114743 3328 46 122 0 113643 0
[pid=20299/tid=20354] ppid=20189 vsize=318520 CPUtime=0 cores=0,2
/proc/20299/task/20354/stat : 20354 (python) S 20189 20189 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886373506 326164480 7871 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604444967609664 0 0 -1 0 0 0 0
[pid=20367] ppid=20189 vsize=328644 CPUtime=0.31 cores=0,2
/proc/20367/stat : 20367 (python) S 20189 20189 19898 0 -1 4202560 1130 0 0 0 18 13 0 0 15 0 2 0 886383222 336531456 7874 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20367/statm: 82161 7874 399 364 0 18067 0
[pid=20369] ppid=20367 vsize=268424 CPUtime=194.71 cores=0,2
/proc/20369/stat : 20369 (hybridGM3) T 20367 20369 20369 0 -1 4202496 6661 0 0 0 19470 1 0 0 25 0 1 0 886383222 274866176 6399 33554432000 134512640 135204385 4287513728 18446744073709551615 134536627 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20369/statm: 67106 6399 64 169 0 66936 0
[pid=20367/tid=20380] ppid=20189 vsize=328644 CPUtime=0 cores=0,2
/proc/20367/task/20380/stat : 20380 (python) S 20189 20189 19898 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886393180 336531456 7874 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604444967611456 0 0 -1 2 0 0 0
[pid=20391] ppid=20189 vsize=338900 CPUtime=0.42 cores=0,2
/proc/20391/stat : 20391 (python) S 20189 20189 19898 0 -1 4202560 1126 0 0 0 23 19 0 0 15 0 2 0 886402695 347033600 7878 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20391/statm: 84725 7878 399 364 0 20628 0
[pid=20393] ppid=20391 vsize=268420 CPUtime=194.11 cores=0,2
/proc/20393/stat : 20393 (hybridGM3) T 20391 20393 20393 0 -1 4202496 6663 0 0 0 19411 0 0 0 25 0 1 0 886402696 274862080 6401 33554432000 134512640 135204385 4287397616 18446744073709551615 134536922 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20393/statm: 67105 6401 64 169 0 66935 0
[pid=20391/tid=20405] ppid=20189 vsize=338900 CPUtime=0 cores=0,2
/proc/20391/task/20405/stat : 20405 (python) S 20189 20189 19898 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886412754 347033600 7878 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 514 18446604451050645376 0 0 -1 2 0 0 0
[pid=20463] ppid=20189 vsize=349300 CPUtime=0.17 cores=0,2
/proc/20463/stat : 20463 (python) S 20189 20189 19898 0 -1 4202560 936 0 0 0 9 8 0 0 15 0 1 0 886422109 357683200 7887 33554432000 4194304 5683644 140735195949248 18446744073709551615 274664828486 0 0 16781312 514 14014815012283973891 0 0 17 0 0 0 0
/proc/20463/statm: 87325 7887 370 364 0 23225 0
[pid=20465] ppid=20463 vsize=268424 CPUtime=112.3 cores=0,2
/proc/20465/stat : 20465 (hybridGM3) R 20463 20465 20465 0 -1 4202496 6662 0 0 0 11228 2 0 0 25 0 1 0 886422110 274866176 6401 33554432000 134512640 135204385 4289515504 18446744073709551615 134537466 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20465/statm: 67106 6401 64 169 0 66936 0
[pid=20189/tid=20196] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20196/stat : 20196 (python) S 20187 20189 19898 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 886313888 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20219] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20219/stat : 20219 (python) S 20187 20189 19898 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 886323946 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20234] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20234/stat : 20234 (python) S 20187 20189 19898 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 886334004 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20300] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20300/stat : 20300 (python) S 20187 20189 19898 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886363492 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
[pid=20189/tid=20368] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20368/stat : 20368 (python) S 20187 20189 19898 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 886383222 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20392] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20392/stat : 20392 (python) S 20187 20189 19898 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 886402696 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 0 0 0 0
[pid=20189/tid=20464] ppid=20187 vsize=359544 CPUtime=0 cores=0,2
/proc/20189/task/20464/stat : 20464 (python) S 20187 20189 19898 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 886422110 368173056 9401 33554432000 4194304 5683644 140735195949248 18446744073709551615 274676631985 0 0 16781312 2 18446604453734851904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 4677220

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 20189 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=543309
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=122981
# CPU time returned by wait4() is 4.66629
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.45
CPU time (s): 1200.02
CPU user time (s): 1198.91
CPU system time (s): 1.11
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 4677220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.54331
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23281
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= 1406
involuntary context switches= 42

runsolver used 3.64644 second user time and 7.17591 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:05:38
IDJOB=3484085
IDBENCH=82596
IDSOLVER=1975
FILE ID=node131/3484085-1307747137
RUNJOBID= node131-1307747008-19916
PBS_JOBID= 13550827
Free space on /tmp= 73968 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S357264423-067-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-3484085-1307747137/watcher-3484085-1307747137 -o /tmp/evaluation-result-3484085-1307747137/solver-3484085-1307747137 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484085-1307747137.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 425b4c5e5535f7d6b9d17ca8feb0ac3e
RANDOM SEED=693387542

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30434232 kB
Buffers:        246788 kB
Cached:        1698060 kB
SwapCached:       9824 kB
Active:         861932 kB
Inactive:      1397892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30434232 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           68456 kB
Writeback:           0 kB
AnonPages:      313424 kB
Mapped:          20264 kB
Slab:           187172 kB
PageTables:      10412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1781756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node131 at 2011-06-11 01:25:39