Trace number 3484165

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.1 1199.65

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S1091905403-047-UNKNOWN.cnf
MD5SUMa2618a2d05b86feb60504578f5d9c7e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3484165-1307748104.cnf
0.31/0.47	c INFO: computing task features
0.49/0.62	c INFO: computed variable-clause graph statistics
0.49/0.62	c INFO: computed clause balance statistics
1.19/1.38	c INFO: computed variable balance statistics
1.79/1.97	c INFO: computed small-clause counts
1.79/1.98	c INFO: computed Horn-clause counts
2.00/2.15	c INFO: computed variable graph statistics
2.00/2.15	c INFO: collected features for HOME/instance-3484165-1307748104.cnf in 1.67 s
2.00/2.16	c INFO: running hybridGM3@0 for 97 with 1198 remaining (b = 0.52)
102.26/102.41	c INFO: running hybridGM3@0 for 97 with 1098 remaining (b = 0.28)
202.40/202.69	c INFO: running hybridGM3@0 for 97 with 998 remaining (b = 0.19)
302.84/302.97	c INFO: running hybridGM3@100 for 97 with 897 remaining (b = 0.15)
400.08/400.11	c INFO: running TNM@0 for 97 with 800 remaining (b = 0.16)
500.17/500.24	c INFO: running hybridGM3@100 for 97 with 700 remaining (b = 0.14)
597.27/597.36	c INFO: running hybridGM3@100 for 97 with 603 remaining (b = 0.14)
694.62/694.50	c INFO: running hybridGM3@0 for 97 with 506 remaining (b = 0.16)
793.95/793.78	c INFO: running hybridGM3@99 for 97 with 407 remaining (b = 0.11)
889.31/888.92	c INFO: running hybridGM3@0 for 97 with 312 remaining (b = 0.11)
989.54/989.19	c INFO: running hybridGM3@100 for 97 with 212 remaining (b = 0.08)
1084.78/1084.33	c INFO: running hybridGM3@0 for 117 with 117 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-3484165-1307748104/watcher-3484165-1307748104 -o /tmp/evaluation-result-3484165-1307748104/solver-3484165-1307748104 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484165-1307748104.cnf -seed 1017891483 -budget 1200 

running on 2 cores: 5,7

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: 3.97 3.90 2.80 4/218 19072
/proc/meminfo: memFree=31759840/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=15380 CPUtime=0 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 886407522 15749120 695 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/19072/statm: 3845 695 334 364 0 332 0

[startup+0.00749901 s]
/proc/loadavg: 3.97 3.90 2.80 4/218 19072
/proc/meminfo: memFree=31759840/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=15520 CPUtime=0 cores=5,7
/proc/19072/stat : 19072 (python) R 19070 19072 18188 0 -1 4202496 826 0 0 0 0 0 0 0 17 0 1 0 886407522 15892480 709 33554432000 4194304 5683644 140735114961744 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19072/statm: 3945 714 334 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15520

[startup+0.100543 s]
/proc/loadavg: 3.97 3.90 2.80 4/218 19072
/proc/meminfo: memFree=31759840/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=104216 CPUtime=0.07 cores=5,7
/proc/19072/stat : 19072 (python) R 19070 19072 18188 0 -1 4202496 3037 0 0 0 5 2 0 0 17 0 1 0 886407522 106717184 2725 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19072/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300654 s]
/proc/loadavg: 3.97 3.90 2.80 4/218 19072
/proc/meminfo: memFree=31759840/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=163644 CPUtime=0.23 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 6670 931 1 0 17 6 0 0 17 0 1 0 886407522 167571456 4754 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/19072/statm: 40911 4754 1311 364 0 3452 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 163644

[startup+0.700429 s]
/proc/loadavg: 3.97 3.90 2.80 4/218 19072
/proc/meminfo: memFree=31759840/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=287792 CPUtime=0.59 cores=5,7
/proc/19072/stat : 19072 (python) R 19070 19072 18188 0 -1 4202496 12769 931 1 0 51 8 0 0 17 0 1 0 886407522 294699008 9333 33554432000 4194304 5683644 140735114961744 18446744073709551615 4578880 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19072/statm: 71948 9333 1826 364 0 7872 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 287792

[startup+1.50028 s]
/proc/loadavg: 3.97 3.90 2.80 5/219 19077
/proc/meminfo: memFree=31729104/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=287792 CPUtime=1.39 cores=5,7
/proc/19072/stat : 19072 (python) R 19070 19072 18188 0 -1 4202496 12770 931 1 0 131 8 0 0 18 0 1 0 886407522 294699008 9334 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476354416 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19072/statm: 71948 9334 1827 364 0 7872 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 287792

[startup+3.10091 s]
/proc/loadavg: 3.97 3.90 2.80 5/219 19077
/proc/meminfo: memFree=31727988/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 292872
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 3.97 3.90 2.81 5/222 19080
/proc/meminfo: memFree=31708936/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
[pid=19078] ppid=19072 vsize=282628 CPUtime=0 cores=5,7
/proc/19078/stat : 19078 (python) R 19072 19072 18188 0 -1 4202560 843 0 0 0 0 0 0 0 18 0 1 0 886407738 289411072 6598 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476738183 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/19078/statm: 70658 6598 371 364 0 6576 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=4.12 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) R 19078 19080 19080 0 -1 4202496 5710 0 0 0 412 0 0 0 25 0 1 0 886407738 274862080 5446 33554432000 134512640 135204385 4288582208 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19080/statm: 67105 5446 64 169 0 66935 0
[pid=19072/tid=19079] ppid=19070 vsize=292872 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 886407738 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 843920

[startup+12.7011 s]
/proc/loadavg: 3.98 3.90 2.81 5/226 19084
/proc/meminfo: memFree=31698736/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
[pid=19078] ppid=19072 vsize=282628 CPUtime=0 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886407738 289411072 6604 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715023 0 0 16781312 514 1448452637966958856 0 0 17 5 0 0 0
/proc/19078/statm: 70657 6604 377 364 0 6575 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=10.52 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) R 19078 19080 19080 0 -1 4202496 5710 0 0 0 1052 0 0 0 25 0 1 0 886407738 274862080 5446 33554432000 134512640 135204385 4288582208 18446744073709551615 134547428 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19080/statm: 67105 5446 64 169 0 66935 0
[pid=19072/tid=19079] ppid=19070 vsize=292872 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 886407738 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 843920

[startup+25.5007 s]
/proc/loadavg: 4.06 3.92 2.84 5/226 19084
/proc/meminfo: memFree=31697572/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
[pid=19078] ppid=19072 vsize=282628 CPUtime=0.02 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 886407738 289411072 6604 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715023 0 0 16781312 514 1448452637966958856 0 0 17 5 0 0 0
/proc/19078/statm: 70657 6604 377 364 0 6575 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=23.3 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) R 19078 19080 19080 0 -1 4202496 5710 0 0 0 2330 0 0 0 25 0 1 0 886407738 274862080 5446 33554432000 134512640 135204385 4288582208 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19080/statm: 67105 5446 64 169 0 66935 0
[pid=19072/tid=19079] ppid=19070 vsize=292872 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 886407738 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 843920

[startup+51.1007 s]
/proc/loadavg: 4.04 3.93 2.86 5/226 19085
/proc/meminfo: memFree=31697076/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
[pid=19078] ppid=19072 vsize=282628 CPUtime=0.05 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 882 0 0 0 3 2 0 0 18 0 1 0 886407738 289411072 6604 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715023 0 0 16781312 514 1448452637966958856 0 0 17 5 0 0 0
/proc/19078/statm: 70657 6604 377 364 0 6575 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=48.86 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) R 19078 19080 19080 0 -1 4202496 5711 0 0 0 4886 0 0 0 25 0 1 0 886407738 274862080 5447 33554432000 134512640 135204385 4288582208 18446744073709551615 134545866 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19080/statm: 67105 5447 64 169 0 66935 0
[pid=19072/tid=19079] ppid=19070 vsize=292872 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 886407738 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 843920

[startup+102.308 s]
/proc/loadavg: 4.02 3.94 2.92 5/234 19094
/proc/meminfo: memFree=31646216/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=292872 CPUtime=2.05 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 13113 931 1 0 196 9 0 0 21 0 2 0 886407522 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 73218 8106 1875 364 0 9136 0
[pid=19078] ppid=19072 vsize=282628 CPUtime=0.12 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 905 0 0 0 6 6 0 0 18 0 1 0 886407738 289411072 6604 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715023 0 0 16781312 514 1448452637966958856 0 0 17 5 0 0 0
/proc/19078/statm: 70657 6604 377 364 0 6575 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=100 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) R 19078 19080 19080 0 -1 4202496 5712 0 0 0 10000 0 0 0 25 0 1 0 886407738 274862080 5448 33554432000 134512640 135204385 4288582208 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19080/statm: 67105 5448 64 169 0 66935 0
[pid=19072/tid=19079] ppid=19070 vsize=292872 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 2 0 886407738 299900928 8106 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 843920

[startup+162.301 s]
/proc/loadavg: 4.00 3.95 2.99 6/246 19108
/proc/meminfo: memFree=31565484/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=303736 CPUtime=2.06 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 14002 931 1 0 197 9 0 0 20 0 3 0 886407522 311025664 8248 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19072/statm: 75934 8248 1878 364 0 11849 0
[pid=19078] ppid=19072 vsize=292872 CPUtime=0.13 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 1142 0 0 0 7 6 0 0 19 0 2 0 886407738 299900928 6647 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19078/statm: 73218 6647 415 364 0 9136 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=100.1 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) T 19078 19080 19080 0 -1 4202496 5712 0 0 0 10010 0 0 0 25 0 1 0 886407738 274862080 5448 33554432000 134512640 135204385 4288582208 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19080/statm: 67105 5448 64 169 0 66935 0
[pid=19078/tid=19095] ppid=19072 vsize=292872 CPUtime=0 cores=5,7
/proc/19078/task/19095/stat : 19095 (python) S 19072 19072 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886417763 299900928 6647 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604471146706176 0 0 -1 7 0 0 0
[pid=19096] ppid=19072 vsize=293492 CPUtime=0.08 cores=5,7
/proc/19096/stat : 19096 (python) S 19072 19072 18188 0 -1 4202560 899 0 0 0 4 4 0 0 18 0 1 0 886417764 300535808 6737 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715078 0 0 16781312 514 1448452637966958856 0 0 17 5 0 0 0
/proc/19096/statm: 73373 6737 371 364 0 9288 0
[pid=19098] ppid=19096 vsize=268424 CPUtime=59.78 cores=5,7
/proc/19098/stat : 19098 (hybridGM3) R 19096 19098 19098 0 -1 4202496 5708 0 0 0 5978 0 0 0 25 0 1 0 886417764 274866176 5446 33554432000 134512640 135204385 4287667264 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19098/statm: 67106 5446 64 169 0 66936 0
[pid=19072/tid=19079] ppid=19070 vsize=303736 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 21 0 3 0 886407738 311025664 8248 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19097] ppid=19070 vsize=303736 CPUtime=0 cores=5,7
/proc/19072/task/19097/stat : 19097 (python) S 19070 19072 18188 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886417764 311025664 8248 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1426944

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 3.05 5/258 19122
/proc/meminfo: memFree=31524148/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=313992 CPUtime=2.07 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 14821 931 1 0 198 9 0 0 20 0 4 0 886407522 321527808 8254 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

[pid=19078] ppid=19072 vsize=292872 CPUtime=0.28 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 1206 0 0 0 16 12 0 0 18 0 2 0 886407738 299900928 6657 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19078/statm: 73218 6657 425 364 0 9136 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=197.14 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) T 19078 19080 19080 0 -1 4202496 5712 0 0 0 19713 1 0 0 25 0 1 0 886407738 274862080 5448 33554432000 134512640 135204385 4288582208 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19080/statm: 67105 5448 64 169 0 66935 0
[pid=19078/tid=19095] ppid=19072 vsize=292872 CPUtime=0 cores=5,7
/proc/19078/task/19095/stat : 19095 (python) S 19072 19072 18188 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886417763 299900928 6657 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604471146706176 0 0 -1 7 0 0 0
[pid=19096] ppid=19072 vsize=293492 CPUtime=0.28 cores=5,7
/proc/19096/stat : 19096 (python) S 19072 19072 18188 0 -1 4202560 1105 0 0 0 14 14 0 0 18 0 2 0 886417764 300535808 6767 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19096/statm: 73373 6767 400 364 0 9288 0
[pid=19098] ppid=19096 vsize=268424 CPUtime=197.04 cores=5,7
/proc/19098/stat : 19098 (hybridGM3) T 19096 19098 19098 0 -1 4202496 5708 0 0 0 19704 0 0 0 25 0 1 0 886417764 274866176 5446 33554432000 134512640 135204385 4287667264 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19098/statm: 67106 5446 64 169 0 66936 0
[pid=19096/tid=19114] ppid=19072 vsize=293492 CPUtime=0 cores=5,7
/proc/19096/task/19114/stat : 19114 (python) S 19072 19072 18188 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886427791 300535808 6767 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604460108392320 0 0 -1 5 0 0 0
[pid=19115] ppid=19072 vsize=303748 CPUtime=0.3 cores=5,7
/proc/19115/stat : 19115 (python) S 19072 19072 18188 0 -1 4202560 1114 0 0 0 16 14 0 0 18 0 2 0 886427791 311037952 6771 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19115/statm: 75937 6771 400 364 0 11849 0
[pid=19117] ppid=19115 vsize=268424 CPUtime=197.39 cores=5,7
/proc/19117/stat : 19117 (hybridGM3) T 19115 19117 19117 0 -1 4202496 5707 0 0 0 19739 0 0 0 25 0 1 0 886427792 274866176 5448 33554432000 134512640 135204385 4288725776 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19117/statm: 67106 5448 64 169 0 66936 0
[pid=19115/tid=19130] ppid=19072 vsize=303748 CPUtime=0 cores=5,7
/proc/19115/task/19130/stat : 19130 (python) S 19072 19072 18188 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886437818 311037952 6771 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604467681219520 0 0 -1 7 0 0 0
[pid=19233] ppid=19072 vsize=314336 CPUtime=0.13 cores=5,7
/proc/19233/stat : 19233 (python) S 19072 19072 18188 0 -1 4202560 1080 0 0 0 8 5 0 0 19 0 2 0 886447533 321880064 6858 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19233/statm: 78584 6858 399 364 0 14493 0
[pid=19235] ppid=19233 vsize=454880 CPUtime=99.97 cores=5,7
/proc/19235/stat : 19235 (TNM) T 19233 19235 19235 0 -1 4202496 1966 0 0 0 9997 0 0 0 25 0 1 0 886447533 465797120 1708 33554432000 134512640 135008748 4287981616 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19235/statm: 113720 1708 46 122 0 112620 0
[pid=19233/tid=19344] ppid=19072 vsize=314336 CPUtime=0 cores=5,7
/proc/19233/task/19344/stat : 19344 (python) S 19072 19072 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886457545 321880064 6858 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 5 0 0 0
[pid=19416] ppid=19072 vsize=324592 CPUtime=0.29 cores=5,7
/proc/19416/stat : 19416 (python) S 19072 19072 18188 0 -1 4202560 1114 0 0 0 15 14 0 0 15 0 2 0 886476973 332382208 6862 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19416/statm: 81148 6862 400 364 0 17054 0
[pid=19418] ppid=19416 vsize=268424 CPUtime=194.39 cores=5,7
/proc/19418/stat : 19418 (hybridGM3) T 19416 19418 19418 0 -1 4202496 5708 0 0 0 19439 0 0 0 25 0 1 0 886476973 274866176 5447 33554432000 134512640 135204385 4290394272 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19418/statm: 67106 5447 64 169 0 66936 0
[pid=19416/tid=19469] ppid=19072 vsize=324592 CPUtime=0 cores=5,7
/proc/19416/task/19469/stat : 19469 (python) S 19072 19072 18188 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886486900 332382208 6862 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 7 0 0 0
[pid=19479] ppid=19072 vsize=334848 CPUtime=0.29 cores=5,7
/proc/19479/stat : 19479 (python) S 19072 19072 18188 0 -1 4202560 1122 0 0 0 14 15 0 0 18 0 2 0 886496414 342884352 6866 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19479/statm: 83712 6866 400 364 0 19615 0
[pid=19481] ppid=19479 vsize=268428 CPUtime=195.18 cores=5,7
/proc/19481/stat : 19481 (hybridGM3) T 19479 19481 19481 0 -1 4202496 5709 0 0 0 19518 0 0 0 25 0 1 0 886496414 274870272 5446 33554432000 134512640 135204385 4289849472 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19481/statm: 67107 5446 64 169 0 66937 0
[pid=19479/tid=19486] ppid=19072 vsize=334848 CPUtime=0 cores=5,7
/proc/19479/task/19486/stat : 19486 (python) S 19072 19072 18188 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886506441 342884352 6866 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604460954355648 0 0 -1 7 0 0 0
[pid=19493] ppid=19072 vsize=345104 CPUtime=0.13 cores=5,7
/proc/19493/stat : 19493 (python) S 19072 19072 18188 0 -1 4202560 931 0 0 0 6 7 0 0 18 0 1 0 886515955 353386496 6840 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715078 0 0 16781312 514 475692710640976134 0 0 17 5 0 0 0
/proc/19493/statm: 86276 6840 370 364 0 22176 0
[pid=19495] ppid=19493 vsize=268424 CPUtime=97.84 cores=5,7
/proc/19495/stat : 19495 (hybridGM3) R 19493 19495 19495 0 -1 4202496 5714 0 0 0 9784 0 0 0 25 0 1 0 886515955 274866176 5447 33554432000 134512640 135204385 4290374128 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19495/statm: 67106 5447 64 169 0 66936 0
[pid=19072/tid=19079] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886407738 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19097] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19097/stat : 19097 (python) S 19070 19072 18188 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 886417764 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19116] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19116/stat : 19116 (python) S 19070 19072 18188 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886427792 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19234] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19234/stat : 19234 (python) S 19070 19072 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886447533 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19417] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19417/stat : 19417 (python) S 19070 19072 18188 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886476973 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19480] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19480/stat : 19480 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 886496414 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19494] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19494/stat : 19494 (python) S 19070 19072 18188 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 886515955 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 4629764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 4.00 4.02 3.66 5/238 19682
/proc/meminfo: memFree=31566668/32950928 swapFree=67055428/67111528
[pid=19072] ppid=19070 vsize=355348 CPUtime=2.13 cores=5,7
/proc/19072/stat : 19072 (python) S 19070 19072 18188 0 -1 4202496 18536 931 1 0 203 10 0 0 20 0 8 0 886407522 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19072/statm: 88837 8361 1888 364 0 24737 0
[pid=19078] ppid=19072 vsize=292872 CPUtime=0.28 cores=5,7
/proc/19078/stat : 19078 (python) S 19072 19072 18188 0 -1 4202560 1206 0 0 0 16 12 0 0 18 0 2 0 886407738 299900928 6657 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19078/statm: 73218 6657 425 364 0 9136 0
[pid=19080] ppid=19078 vsize=268420 CPUtime=197.14 cores=5,7
/proc/19080/stat : 19080 (hybridGM3) T 19078 19080 19080 0 -1 4202496 5712 0 0 0 19713 1 0 0 25 0 1 0 886407738 274862080 5448 33554432000 134512640 135204385 4288582208 18446744073709551615 134536777 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19080/statm: 67105 5448 64 169 0 66935 0
[pid=19078/tid=19095] ppid=19072 vsize=292872 CPUtime=0 cores=5,7
/proc/19078/task/19095/stat : 19095 (python) S 19072 19072 18188 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886417763 299900928 6657 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604471146706176 0 0 -1 7 0 0 0
[pid=19096] ppid=19072 vsize=293492 CPUtime=0.28 cores=5,7
/proc/19096/stat : 19096 (python) S 19072 19072 18188 0 -1 4202560 1105 0 0 0 14 14 0 0 18 0 2 0 886417764 300535808 6767 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19096/statm: 73373 6767 400 364 0 9288 0
[pid=19098] ppid=19096 vsize=268424 CPUtime=197.04 cores=5,7
/proc/19098/stat : 19098 (hybridGM3) T 19096 19098 19098 0 -1 4202496 5708 0 0 0 19704 0 0 0 25 0 1 0 886417764 274866176 5446 33554432000 134512640 135204385 4287667264 18446744073709551615 134536737 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19098/statm: 67106 5446 64 169 0 66936 0
[pid=19096/tid=19114] ppid=19072 vsize=293492 CPUtime=0 cores=5,7
/proc/19096/task/19114/stat : 19114 (python) S 19072 19072 18188 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886427791 300535808 6767 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604460108392320 0 0 -1 5 0 0 0
[pid=19115] ppid=19072 vsize=303748 CPUtime=0.3 cores=5,7
/proc/19115/stat : 19115 (python) S 19072 19072 18188 0 -1 4202560 1114 0 0 0 16 14 0 0 18 0 2 0 886427791 311037952 6771 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19115/statm: 75937 6771 400 364 0 11849 0
[pid=19117] ppid=19115 vsize=268424 CPUtime=197.39 cores=5,7
/proc/19117/stat : 19117 (hybridGM3) T 19115 19117 19117 0 -1 4202496 5707 0 0 0 19739 0 0 0 25 0 1 0 886427792 274866176 5448 33554432000 134512640 135204385 4288725776 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19117/statm: 67106 5448 64 169 0 66936 0
[pid=19115/tid=19130] ppid=19072 vsize=303748 CPUtime=0 cores=5,7
/proc/19115/task/19130/stat : 19130 (python) S 19072 19072 18188 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886437818 311037952 6771 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604467681219520 0 0 -1 7 0 0 0
[pid=19233] ppid=19072 vsize=314336 CPUtime=0.13 cores=5,7
/proc/19233/stat : 19233 (python) S 19072 19072 18188 0 -1 4202560 1080 0 0 0 8 5 0 0 19 0 2 0 886447533 321880064 6858 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19233/statm: 78584 6858 399 364 0 14493 0
[pid=19235] ppid=19233 vsize=454880 CPUtime=99.97 cores=5,7
/proc/19235/stat : 19235 (TNM) T 19233 19235 19235 0 -1 4202496 1966 0 0 0 9997 0 0 0 25 0 1 0 886447533 465797120 1708 33554432000 134512640 135008748 4287981616 18446744073709551615 134527091 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19235/statm: 113720 1708 46 122 0 112620 0
[pid=19233/tid=19344] ppid=19072 vsize=314336 CPUtime=0 cores=5,7
/proc/19233/task/19344/stat : 19344 (python) S 19072 19072 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886457545 321880064 6858 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 5 0 0 0
[pid=19416] ppid=19072 vsize=324592 CPUtime=0.29 cores=5,7
/proc/19416/stat : 19416 (python) S 19072 19072 18188 0 -1 4202560 1114 0 0 0 15 14 0 0 15 0 2 0 886476973 332382208 6862 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19416/statm: 81148 6862 400 364 0 17054 0
[pid=19418] ppid=19416 vsize=268424 CPUtime=194.39 cores=5,7
/proc/19418/stat : 19418 (hybridGM3) T 19416 19418 19418 0 -1 4202496 5708 0 0 0 19439 0 0 0 25 0 1 0 886476973 274866176 5447 33554432000 134512640 135204385 4290394272 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19418/statm: 67106 5447 64 169 0 66936 0
[pid=19416/tid=19469] ppid=19072 vsize=324592 CPUtime=0 cores=5,7
/proc/19416/task/19469/stat : 19469 (python) S 19072 19072 18188 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886486900 332382208 6862 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 7 0 0 0
[pid=19479] ppid=19072 vsize=334848 CPUtime=0.29 cores=5,7
/proc/19479/stat : 19479 (python) S 19072 19072 18188 0 -1 4202560 1122 0 0 0 14 15 0 0 18 0 2 0 886496414 342884352 6866 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19479/statm: 83712 6866 400 364 0 19615 0
[pid=19481] ppid=19479 vsize=268428 CPUtime=195.18 cores=5,7
/proc/19481/stat : 19481 (hybridGM3) T 19479 19481 19481 0 -1 4202496 5709 0 0 0 19518 0 0 0 25 0 1 0 886496414 274870272 5446 33554432000 134512640 135204385 4289849472 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19481/statm: 67107 5446 64 169 0 66937 0
[pid=19479/tid=19486] ppid=19072 vsize=334848 CPUtime=0 cores=5,7
/proc/19479/task/19486/stat : 19486 (python) S 19072 19072 18188 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886506441 342884352 6866 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 514 18446604460954355648 0 0 -1 7 0 0 0
[pid=19493] ppid=19072 vsize=345104 CPUtime=0.16 cores=5,7
/proc/19493/stat : 19493 (python) S 19072 19072 18188 0 -1 4202560 937 0 0 0 7 9 0 0 18 0 1 0 886515955 353386496 6840 33554432000 4194304 5683644 140735114961744 18446744073709551615 239476715078 0 0 16781312 514 475692710640976134 0 0 17 5 0 0 0
/proc/19493/statm: 86276 6840 370 364 0 22176 0
[pid=19495] ppid=19493 vsize=268424 CPUtime=115.13 cores=5,7
/proc/19495/stat : 19495 (hybridGM3) R 19493 19495 19495 0 -1 4202496 5714 0 0 0 11513 0 0 0 25 0 1 0 886515955 274866176 5447 33554432000 134512640 135204385 4290374128 18446744073709551615 134547366 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19495/statm: 67106 5447 64 169 0 66936 0
[pid=19072/tid=19079] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19079/stat : 19079 (python) S 19070 19072 18188 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886407738 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19097] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19097/stat : 19097 (python) S 19070 19072 18188 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 886417764 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19116] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19116/stat : 19116 (python) S 19070 19072 18188 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886427792 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19234] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19234/stat : 19234 (python) S 19070 19072 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 886447533 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 7 0 0 0
[pid=19072/tid=19417] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19417/stat : 19417 (python) S 19070 19072 18188 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886476973 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19480] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19480/stat : 19480 (python) S 19070 19072 18188 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 886496414 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
[pid=19072/tid=19494] ppid=19070 vsize=355348 CPUtime=0 cores=5,7
/proc/19072/task/19494/stat : 19494 (python) S 19070 19072 18188 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 886515955 363876352 8361 33554432000 4194304 5683644 140735114961744 18446744073709551615 239488518577 0 0 16781312 2 18446604471159272448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 4629764

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 19072 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=39689
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=108983
# CPU time returned by wait4() is 2.14867
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.65
CPU time (s): 1200.1
CPU user time (s): 1199.16
CPU system time (s): 0.94
CPU usage (%): 100.037
Max. virtual memory (cumulated for all children) (KiB): 4629764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.03969
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19471
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= 1011
involuntary context switches= 34

runsolver used 2.57261 second user time and 6.02608 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:21:44
IDJOB=3484165
IDBENCH=82676
IDSOLVER=1975
FILE ID=node148/3484165-1307748104
RUNJOBID= node148-1307746987-18209
PBS_JOBID= 13550812
Free space on /tmp= 73944 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S1091905403-047-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-3484165-1307748104/watcher-3484165-1307748104 -o /tmp/evaluation-result-3484165-1307748104/solver-3484165-1307748104 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484165-1307748104.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= a2618a2d05b86feb60504578f5d9c7e5
RANDOM SEED=1017891483

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31760640 kB
Buffers:         95200 kB
Cached:         714756 kB
SwapCached:       8824 kB
Active:         575592 kB
Inactive:       459500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31760640 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           41028 kB
Writeback:           0 kB
AnonPages:      223456 kB
Mapped:          20908 kB
Slab:            82704 kB
PageTables:      12508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6436672 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= 73916 MiB
End job on node148 at 2011-06-11 01:41:46