Trace number 3377246

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 1299.98 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3377246-1305451676.cnf
0.31/0.48	c INFO: computing task features
0.67/0.88	c INFO: computed variable-clause graph statistics
0.67/0.89	c INFO: computed clause balance statistics
2.67/2.89	c INFO: computed variable balance statistics
4.28/4.49	c INFO: computed small-clause counts
4.37/4.50	c INFO: computed Horn-clause counts
5.28/5.41	c INFO: computed variable graph statistics
5.28/5.41	c INFO: collected features for HOME/instance-3377246-1305451676.cnf in 4.91 s
5.28/5.42	c INFO: running hybridGM3@0 for 97 with 2395 remaining (b = 0.35)
106.13/106.31	c INFO: running hybridGM3@0 for 97 with 2294 remaining (b = 0.23)
207.03/207.25	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.16)
307.92/308.17	c INFO: running hybridGM3@100 for 97 with 2093 remaining (b = 0.13)
405.22/405.47	c INFO: running hybridGM3@100 for 97 with 1996 remaining (b = 0.13)
502.58/502.77	c INFO: running TNM@0 for 97 with 1899 remaining (b = 0.14)
602.88/603.08	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.12)
700.24/700.39	c INFO: running hybridGM3@0 for 194 with 1702 remaining (b = 0.21)
897.54/897.63	c INFO: running hybridGM3@0 for 194 with 1505 remaining (b = 0.16)
1094.73/1094.84	c INFO: running hybridGM3@0 for 194 with 1309 remaining (b = 0.12)
1291.99/1292.08	c INFO: running hybridGM3@0 for 194 with 1112 remaining (b = 0.09)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377246-1305451676/watcher-3377246-1305451676 -o /tmp/evaluation-result-3377246-1305451676/solver-3377246-1305451676 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377246-1305451676.cnf -seed 1901788598 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.08 3.28 3.14 5/406 14458
/proc/meminfo: memFree=25753088/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=11796 CPUtime=0 cores=0,2
/proc/14458/stat : 14458 (runsolver) R 14456 14458 13135 0 -1 4202560 45 0 0 0 0 0 0 0 23 0 1 0 656770259 12079104 53 33554432000 4194304 5432360 140735930204432 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/14458/statm: 2949 53 33 303 0 2643 0

[startup+0.0555479 s]
/proc/loadavg: 4.08 3.28 3.14 5/406 14458
/proc/meminfo: memFree=25753088/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=25284 CPUtime=0.02 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 1343 0 0 0 2 0 0 0 23 0 1 0 656770259 25890816 1190 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14458/statm: 6321 1190 438 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25284

[startup+0.100341 s]
/proc/loadavg: 4.08 3.28 3.14 5/406 14458
/proc/meminfo: memFree=25753088/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=93956 CPUtime=0.06 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 2693 0 0 0 4 2 0 0 18 0 1 0 656770259 96210944 2406 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14458/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300501 s]
/proc/loadavg: 4.08 3.28 3.14 5/406 14458
/proc/meminfo: memFree=25753088/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=156688 CPUtime=0.21 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 6385 932 1 0 15 6 0 0 17 0 1 0 656770259 160448512 4496 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14458/statm: 39172 4496 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156688

[startup+0.700296 s]
/proc/loadavg: 4.08 3.28 3.14 5/406 14458
/proc/meminfo: memFree=25753088/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=292760 CPUtime=0.58 cores=0,2
/proc/14458/stat : 14458 (python) R 14456 14458 13135 0 -1 4202496 12790 932 1 0 49 9 0 0 17 0 1 0 656770259 299786240 10461 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634176197 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14458/statm: 73190 10461 1761 364 0 9114 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 292760

[startup+1.50115 s]
/proc/loadavg: 4.08 3.28 3.14 5/407 14464
/proc/meminfo: memFree=25706568/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=302956 CPUtime=1.37 cores=0,2
/proc/14458/stat : 14458 (python) R 14456 14458 13135 0 -1 4202496 18321 932 1 0 128 9 0 0 18 0 1 0 656770259 310226944 13124 33554432000 4194304 5683644 140736631988032 18446744073709551615 47272217035033 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14458/statm: 75739 13124 1826 364 0 11663 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 302956

[startup+3.10084 s]
/proc/loadavg: 4.08 3.28 3.14 5/407 14464
/proc/meminfo: memFree=25705700/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=302956 CPUtime=2.97 cores=0,2
/proc/14458/stat : 14458 (python) R 14456 14458 13135 0 -1 4202496 18322 932 1 0 288 9 0 0 22 0 1 0 656770259 310226944 13125 33554432000 4194304 5683644 140736631988032 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/14458/statm: 75739 13125 1827 364 0 11663 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 302956

[startup+6.30025 s]
/proc/loadavg: 4.07 3.29 3.15 5/407 14464
/proc/meminfo: memFree=25705404/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=311272 CPUtime=5.3 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 18612 932 1 0 520 10 0 0 25 0 2 0 656770259 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 77818 12681 1867 364 0 13736 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 311272

[startup+12.7012 s]
/proc/loadavg: 4.07 3.30 3.15 5/410 14467
/proc/meminfo: memFree=25676380/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=311272 CPUtime=5.3 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 18612 932 1 0 520 10 0 0 25 0 2 0 656770259 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 77818 12681 1867 364 0 13736 0
[pid=14465] ppid=14458 vsize=301028 CPUtime=0.01 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 989 0 0 0 1 0 0 0 18 0 1 0 656770802 308252672 11191 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535439 0 0 16781312 514 13762860827562443010 0 0 17 0 0 0 0
/proc/14465/statm: 75257 11191 381 364 0 11175 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=7.25 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) R 14465 14467 14467 0 -1 4202496 7131 0 0 0 724 1 0 0 25 0 1 0 656770802 274866176 6869 33554432000 134512640 135204385 4291247520 18446744073709551615 134545992 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14467/statm: 67106 6869 64 169 0 66936 0
[pid=14458/tid=14466] ppid=14456 vsize=311272 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 656770802 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 880724

[startup+25.5009 s]
/proc/loadavg: 4.05 3.34 3.17 5/410 14468
/proc/meminfo: memFree=25677484/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=311272 CPUtime=5.3 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 18612 932 1 0 520 10 0 0 25 0 2 0 656770259 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 77818 12681 1867 364 0 13736 0
[pid=14465] ppid=14458 vsize=301028 CPUtime=0.04 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 995 0 0 0 2 2 0 0 18 0 1 0 656770802 308252672 11191 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535439 0 0 16781312 514 7541717380682973442 0 0 17 0 0 0 0
/proc/14465/statm: 75257 11191 381 364 0 11175 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=20.01 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) R 14465 14467 14467 0 -1 4202496 7131 0 0 0 2000 1 0 0 25 0 1 0 656770802 274866176 6869 33554432000 134512640 135204385 4291247520 18446744073709551615 134537113 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14467/statm: 67106 6869 64 169 0 66936 0
[pid=14458/tid=14466] ppid=14456 vsize=311272 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 656770802 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 880724

[startup+51.1004 s]
/proc/loadavg: 4.03 3.39 3.19 5/410 14468
/proc/meminfo: memFree=25677200/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=311272 CPUtime=5.3 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 18612 932 1 0 520 10 0 0 25 0 2 0 656770259 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 77818 12681 1867 364 0 13736 0
[pid=14465] ppid=14458 vsize=301028 CPUtime=0.12 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 1006 0 0 0 6 6 0 0 18 0 1 0 656770802 308252672 11191 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535439 0 0 16781312 514 7541717380682973442 0 0 17 0 0 0 0
/proc/14465/statm: 75257 11191 381 364 0 11175 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=45.5 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) R 14465 14467 14467 0 -1 4202496 7134 0 0 0 4549 1 0 0 25 0 1 0 656770802 274866176 6872 33554432000 134512640 135204385 4291247520 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14467/statm: 67106 6872 64 169 0 66936 0
[pid=14458/tid=14466] ppid=14456 vsize=311272 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 656770802 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 880724

[startup+102.314 s]
/proc/loadavg: 4.01 3.48 3.23 5/406 14517
/proc/meminfo: memFree=25635824/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=311272 CPUtime=5.3 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 18612 932 1 0 520 10 0 0 25 0 2 0 656770259 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 77818 12681 1867 364 0 13736 0
[pid=14465] ppid=14458 vsize=301028 CPUtime=0.28 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 1029 0 0 0 15 13 0 0 18 0 1 0 656770802 308252672 11191 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535439 0 0 16781312 514 7541717380682973442 0 0 17 0 0 0 0
/proc/14465/statm: 75257 11191 381 364 0 11175 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=96.56 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) R 14465 14467 14467 0 -1 4202496 7134 0 0 0 9655 1 0 0 25 0 1 0 656770802 274866176 6872 33554432000 134512640 135204385 4291247520 18446744073709551615 134537228 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14467/statm: 67106 6872 64 169 0 66936 0
[pid=14458/tid=14466] ppid=14456 vsize=311272 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 656770802 318742528 12681 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 880724

[startup+162.301 s]
/proc/loadavg: 4.00 3.57 3.27 5/410 14522
/proc/meminfo: memFree=25602752/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=321528 CPUtime=5.32 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 19536 932 1 0 522 10 0 0 19 0 3 0 656770259 329244672 12688 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 80382 12688 1870 364 0 16297 0
[pid=14465] ppid=14458 vsize=311272 CPUtime=0.3 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 1168 0 0 0 16 14 0 0 19 0 2 0 656770802 318742528 11229 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14465/statm: 77818 11229 414 364 0 13736 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=100.53 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) T 14465 14467 14467 0 -1 4202496 7134 0 0 0 10052 1 0 0 25 0 1 0 656770802 274866176 6872 33554432000 134512640 135204385 4291247520 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14467/statm: 67106 6872 64 169 0 66936 0
[pid=14465/tid=14518] ppid=14458 vsize=311272 CPUtime=0 cores=0,2
/proc/14465/task/14518/stat : 14518 (python) S 14458 14458 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656780889 318742528 11229 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604443232207104 0 0 -1 0 0 0 0
[pid=14519] ppid=14458 vsize=311284 CPUtime=0.15 cores=0,2
/proc/14519/stat : 14519 (python) S 14458 14458 13135 0 -1 4202560 901 0 0 0 7 8 0 0 15 0 1 0 656780891 318754816 11184 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535494 0 0 16781312 514 7541717380682973443 0 0 17 0 0 0 0
/proc/14519/statm: 77821 11184 370 364 0 13736 0
[pid=14521] ppid=14519 vsize=268424 CPUtime=55.81 cores=0,2
/proc/14521/stat : 14521 (hybridGM3) R 14519 14521 14521 0 -1 4202496 7142 0 0 0 5580 1 0 0 25 0 1 0 656780891 274866176 6876 33554432000 134512640 135204385 4294164480 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14521/statm: 67106 6876 64 169 0 66936 0
[pid=14458/tid=14466] ppid=14456 vsize=321528 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 656770802 329244672 12688 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14520] ppid=14456 vsize=321528 CPUtime=0 cores=0,2
/proc/14458/task/14520/stat : 14520 (python) S 14456 14458 13135 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 656780891 329244672 12688 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 1480932

[startup+222.301 s]
/proc/loadavg: 4.00 3.65 3.31 5/406 14578
/proc/meminfo: memFree=25560724/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=331784 CPUtime=5.33 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 20395 932 1 0 523 10 0 0 20 0 4 0 656770259 339746816 12694 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 82946 12694 1872 364 0 18858 0
[pid=14465] ppid=14458 vsize=311272 CPUtime=0.3 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 1168 0 0 0 16 14 0 0 19 0 2 0 656770802 318742528 11229 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14465/statm: 77818 11229 414 364 0 13736 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=100.53 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) T 14465 14467 14467 0 -1 4202496 7134 0 0 0 10052 1 0 0 25 0 1 0 656770802 274866176 6872 33554432000 134512640 135204385 4291247520 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14467/statm: 67106 6872 64 169 0 66936 0
[pid=14465/tid=14518] ppid=14458 vsize=311272 CPUtime=0 cores=0,2
/proc/14465/task/14518/stat : 14518 (python) S 14458 14458 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656780889 318742528 11229 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604443232207104 0 0 -1 0 0 0 0

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

/proc/14519/statm: 77821 11214 399 364 0 13736 0
[pid=14521] ppid=14519 vsize=268424 CPUtime=197.64 cores=0,2
/proc/14521/stat : 14521 (hybridGM3) T 14519 14521 14521 0 -1 4202496 7142 0 0 0 19763 1 0 0 25 0 1 0 656780891 274866176 6876 33554432000 134512640 135204385 4294164480 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14521/statm: 67106 6876 64 169 0 66936 0
[pid=14519/tid=14536] ppid=14458 vsize=311284 CPUtime=0 cores=0,2
/proc/14519/task/14536/stat : 14536 (python) S 14458 14458 13135 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656790983 318754816 11214 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604450139294400 0 0 -1 0 0 0 0
[pid=14537] ppid=14458 vsize=321540 CPUtime=0.62 cores=0,2
/proc/14537/stat : 14537 (python) S 14458 14458 13135 0 -1 4202560 1122 0 0 0 33 29 0 0 15 0 2 0 656790985 329256960 11218 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14537/statm: 80385 11218 399 364 0 16297 0
[pid=14539] ppid=14537 vsize=268420 CPUtime=197.64 cores=0,2
/proc/14539/stat : 14539 (hybridGM3) T 14537 14539 14539 0 -1 4202496 7141 0 0 0 19762 2 0 0 25 0 1 0 656790985 274862080 6878 33554432000 134512640 135204385 4290879840 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14539/statm: 67105 6878 64 169 0 66935 0
[pid=14537/tid=14591] ppid=14458 vsize=321540 CPUtime=0 cores=0,2
/proc/14537/task/14591/stat : 14591 (python) S 14458 14458 13135 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656801075 329256960 11218 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604445186144192 0 0 -1 0 0 0 0
[pid=14681] ppid=14458 vsize=331796 CPUtime=0.3 cores=0,2
/proc/14681/stat : 14681 (python) S 14458 14458 13135 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 656820537 339759104 11222 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14681/statm: 82949 11222 399 364 0 18858 0
[pid=14683] ppid=14681 vsize=460952 CPUtime=100 cores=0,2
/proc/14683/stat : 14683 (TNM) T 14681 14683 14683 0 -1 4202496 4403 0 0 0 10000 0 0 0 25 0 1 0 656820537 472014848 4134 33554432000 134512640 135008748 4291810928 18446744073709551615 134524927 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14683/statm: 115238 4134 46 122 0 114138 0
[pid=14681/tid=14733] ppid=14458 vsize=331796 CPUtime=0 cores=0,2
/proc/14681/task/14733/stat : 14733 (python) S 14458 14458 13135 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656830567 339759104 11222 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604445186142400 0 0 -1 2 0 0 0
[pid=14746] ppid=14458 vsize=342052 CPUtime=0.61 cores=0,2
/proc/14746/stat : 14746 (python) S 14458 14458 13135 0 -1 4202560 1124 0 0 0 33 28 0 0 17 0 2 0 656840299 350261248 11226 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14746/statm: 85513 11226 399 364 0 21419 0
[pid=14748] ppid=14746 vsize=268428 CPUtime=196.59 cores=0,2
/proc/14748/stat : 14748 (hybridGM3) T 14746 14748 14748 0 -1 4202496 7137 0 0 0 19659 0 0 0 25 0 1 0 656840299 274870272 6876 33554432000 134512640 135204385 4294452656 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14748/statm: 67107 6876 64 169 0 66937 0
[pid=14746/tid=14770] ppid=14458 vsize=342052 CPUtime=0 cores=0,2
/proc/14746/task/14770/stat : 14770 (python) S 14458 14458 13135 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656860021 350261248 11226 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604441594644352 0 0 -1 0 0 0 0
[pid=14771] ppid=14458 vsize=352308 CPUtime=0.62 cores=0,2
/proc/14771/stat : 14771 (python) S 14458 14458 13135 0 -1 4202560 1128 0 0 0 34 28 0 0 17 0 2 0 656860023 360763392 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14771/statm: 88077 11230 399 364 0 23980 0
[pid=14773] ppid=14771 vsize=268424 CPUtime=196.59 cores=0,2
/proc/14773/stat : 14773 (hybridGM3) T 14771 14773 14773 0 -1 4202496 7136 0 0 0 19658 1 0 0 25 0 1 0 656860023 274866176 6872 33554432000 134512640 135204385 4286621456 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14773/statm: 67106 6872 64 169 0 66936 0
[pid=14771/tid=14865] ppid=14458 vsize=352308 CPUtime=0 cores=0,2
/proc/14771/task/14865/stat : 14865 (python) S 14458 14458 13135 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656879743 360763392 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604449178028928 0 0 -1 0 0 0 0
[pid=14866] ppid=14458 vsize=362564 CPUtime=0.47 cores=0,2
/proc/14866/stat : 14866 (python) S 14458 14458 13135 0 -1 4202560 946 0 0 0 25 22 0 0 15 0 1 0 656879744 371265536 11204 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535494 0 0 16781312 514 7541717380682973441 0 0 17 0 0 0 0
/proc/14866/statm: 90641 11204 370 364 0 26541 0
[pid=14868] ppid=14866 vsize=268420 CPUtime=147.03 cores=0,2
/proc/14868/stat : 14868 (hybridGM3) R 14866 14868 14868 0 -1 4202496 7131 0 0 0 14702 1 0 0 25 0 1 0 656879744 274862080 6870 33554432000 134512640 135204385 4287566752 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14868/statm: 67105 6870 64 169 0 66935 0
[pid=14458/tid=14466] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 8 0 656770802 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14520] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14520/stat : 14520 (python) S 14456 14458 13135 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 656780891 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14538] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14538/stat : 14538 (python) S 14456 14458 13135 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 8 0 656790985 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14682] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14682/stat : 14682 (python) S 14456 14458 13135 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 656820537 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14747] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14747/stat : 14747 (python) S 14456 14458 13135 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 656840299 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14772] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14772/stat : 14772 (python) S 14456 14458 13135 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 656860023 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14867] ppid=14456 vsize=372808 CPUtime=0 cores=0,2
/proc/14458/task/14867/stat : 14867 (python) S 14456 14458 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 656879744 381755392 12726 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 4777116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.08 3.82 5/468 14893
/proc/meminfo: memFree=25025892/32951124 swapFree=53501236/67111528
[pid=14458] ppid=14456 vsize=383064 CPUtime=5.44 cores=0,2
/proc/14458/stat : 14458 (python) S 14456 14458 13135 0 -1 4202496 25016 932 1 0 532 12 0 0 20 0 9 0 656770259 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14458/statm: 95766 12732 1890 364 0 31663 0
[pid=14465] ppid=14458 vsize=311272 CPUtime=0.6 cores=0,2
/proc/14465/stat : 14465 (python) S 14458 14458 13135 0 -1 4202560 1206 0 0 0 32 28 0 0 18 0 2 0 656770802 318742528 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14465/statm: 77818 11230 415 364 0 13736 0
[pid=14467] ppid=14465 vsize=268424 CPUtime=197.53 cores=0,2
/proc/14467/stat : 14467 (hybridGM3) T 14465 14467 14467 0 -1 4202496 7134 0 0 0 19752 1 0 0 25 0 1 0 656770802 274866176 6872 33554432000 134512640 135204385 4291247520 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14467/statm: 67106 6872 64 169 0 66936 0
[pid=14465/tid=14518] ppid=14458 vsize=311272 CPUtime=0 cores=0,2
/proc/14465/task/14518/stat : 14518 (python) S 14458 14458 13135 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 656780889 318742528 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604443232207104 0 0 -1 0 0 0 0
[pid=14519] ppid=14458 vsize=311284 CPUtime=0.61 cores=0,2
/proc/14519/stat : 14519 (python) S 14458 14458 13135 0 -1 4202560 1116 0 0 0 33 28 0 0 15 0 2 0 656780891 318754816 11214 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 77821 11214 399 364 0 13736 0
[pid=14521] ppid=14519 vsize=268424 CPUtime=197.64 cores=0,2
/proc/14521/stat : 14521 (hybridGM3) T 14519 14521 14521 0 -1 4202496 7142 0 0 0 19763 1 0 0 25 0 1 0 656780891 274866176 6876 33554432000 134512640 135204385 4294164480 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14521/statm: 67106 6876 64 169 0 66936 0
[pid=14519/tid=14536] ppid=14458 vsize=311284 CPUtime=0 cores=0,2
/proc/14519/task/14536/stat : 14536 (python) S 14458 14458 13135 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656790983 318754816 11214 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604450139294400 0 0 -1 0 0 0 0
[pid=14537] ppid=14458 vsize=321540 CPUtime=0.62 cores=0,2
/proc/14537/stat : 14537 (python) S 14458 14458 13135 0 -1 4202560 1122 0 0 0 33 29 0 0 15 0 2 0 656790985 329256960 11218 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14537/statm: 80385 11218 399 364 0 16297 0
[pid=14539] ppid=14537 vsize=268420 CPUtime=197.64 cores=0,2
/proc/14539/stat : 14539 (hybridGM3) T 14537 14539 14539 0 -1 4202496 7141 0 0 0 19762 2 0 0 25 0 1 0 656790985 274862080 6878 33554432000 134512640 135204385 4290879840 18446744073709551615 134537565 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14539/statm: 67105 6878 64 169 0 66935 0
[pid=14537/tid=14591] ppid=14458 vsize=321540 CPUtime=0 cores=0,2
/proc/14537/task/14591/stat : 14591 (python) S 14458 14458 13135 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 656801075 329256960 11218 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604445186144192 0 0 -1 0 0 0 0
[pid=14681] ppid=14458 vsize=331796 CPUtime=0.3 cores=0,2
/proc/14681/stat : 14681 (python) S 14458 14458 13135 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 656820537 339759104 11222 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14681/statm: 82949 11222 399 364 0 18858 0
[pid=14683] ppid=14681 vsize=460952 CPUtime=100 cores=0,2
/proc/14683/stat : 14683 (TNM) T 14681 14683 14683 0 -1 4202496 4403 0 0 0 10000 0 0 0 25 0 1 0 656820537 472014848 4134 33554432000 134512640 135008748 4291810928 18446744073709551615 134524927 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14683/statm: 115238 4134 46 122 0 114138 0
[pid=14681/tid=14733] ppid=14458 vsize=331796 CPUtime=0 cores=0,2
/proc/14681/task/14733/stat : 14733 (python) S 14458 14458 13135 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 656830567 339759104 11222 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604445186142400 0 0 -1 2 0 0 0
[pid=14746] ppid=14458 vsize=342052 CPUtime=0.61 cores=0,2
/proc/14746/stat : 14746 (python) S 14458 14458 13135 0 -1 4202560 1124 0 0 0 33 28 0 0 17 0 2 0 656840299 350261248 11226 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14746/statm: 85513 11226 399 364 0 21419 0
[pid=14748] ppid=14746 vsize=268428 CPUtime=196.59 cores=0,2
/proc/14748/stat : 14748 (hybridGM3) T 14746 14748 14748 0 -1 4202496 7137 0 0 0 19659 0 0 0 25 0 1 0 656840299 274870272 6876 33554432000 134512640 135204385 4294452656 18446744073709551615 134537510 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14748/statm: 67107 6876 64 169 0 66937 0
[pid=14746/tid=14770] ppid=14458 vsize=342052 CPUtime=0 cores=0,2
/proc/14746/task/14770/stat : 14770 (python) S 14458 14458 13135 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656860021 350261248 11226 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604441594644352 0 0 -1 0 0 0 0
[pid=14771] ppid=14458 vsize=352308 CPUtime=0.62 cores=0,2
/proc/14771/stat : 14771 (python) S 14458 14458 13135 0 -1 4202560 1128 0 0 0 34 28 0 0 17 0 2 0 656860023 360763392 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14771/statm: 88077 11230 399 364 0 23980 0
[pid=14773] ppid=14771 vsize=268424 CPUtime=196.59 cores=0,2
/proc/14773/stat : 14773 (hybridGM3) T 14771 14773 14773 0 -1 4202496 7136 0 0 0 19658 1 0 0 25 0 1 0 656860023 274866176 6872 33554432000 134512640 135204385 4286621456 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14773/statm: 67106 6872 64 169 0 66936 0
[pid=14771/tid=14865] ppid=14458 vsize=352308 CPUtime=0 cores=0,2
/proc/14771/task/14865/stat : 14865 (python) S 14458 14458 13135 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 656879743 360763392 11230 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604449178028928 0 0 -1 0 0 0 0
[pid=14866] ppid=14458 vsize=362564 CPUtime=0.64 cores=0,2
/proc/14866/stat : 14866 (python) S 14458 14458 13135 0 -1 4202560 1129 0 0 0 34 30 0 0 16 0 2 0 656879744 371265536 11234 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/14866/statm: 90641 11234 399 364 0 26541 0
[pid=14868] ppid=14866 vsize=268420 CPUtime=196.64 cores=0,2
/proc/14868/stat : 14868 (hybridGM3) T 14866 14868 14868 0 -1 4202496 7132 0 0 0 19663 1 0 0 25 0 1 0 656879744 274862080 6871 33554432000 134512640 135204385 4287566752 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14868/statm: 67105 6871 64 169 0 66935 0
[pid=14866/tid=14889] ppid=14458 vsize=362564 CPUtime=0 cores=0,2
/proc/14866/task/14889/stat : 14889 (python) S 14458 14458 13135 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 656899466 371265536 11234 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 514 18446604449263579456 0 0 -1 0 0 0 0
[pid=14890] ppid=14458 vsize=372820 CPUtime=0.01 cores=0,2
/proc/14890/stat : 14890 (python) S 14458 14458 13135 0 -1 4202560 943 0 0 0 1 0 0 0 15 0 1 0 656899467 381767680 11214 33554432000 4194304 5683644 140736631988032 18446744073709551615 216634535494 0 0 16781312 514 13813235502544814337 0 0 17 0 0 0 0
/proc/14890/statm: 93205 11214 376 364 0 29102 0
[pid=14892] ppid=14890 vsize=268420 CPUtime=7.9 cores=0,2
/proc/14892/stat : 14892 (hybridGM3) R 14890 14892 14892 0 -1 4202496 7132 0 0 0 789 1 0 0 25 0 1 0 656899468 274862080 6866 33554432000 134512640 135204385 4289016800 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14892/statm: 67105 6866 64 169 0 66935 0
[pid=14458/tid=14466] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14466/stat : 14466 (python) S 14456 14458 13135 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 656770802 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14520] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14520/stat : 14520 (python) S 14456 14458 13135 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 656780891 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14538] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14538/stat : 14538 (python) S 14456 14458 13135 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 656790985 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14682] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14682/stat : 14682 (python) S 14456 14458 13135 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656820537 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14747] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14747/stat : 14747 (python) S 14456 14458 13135 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656840299 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14772] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14772/stat : 14772 (python) S 14456 14458 13135 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 656860023 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14867] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14867/stat : 14867 (python) S 14456 14458 13135 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656879744 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
[pid=14458/tid=14891] ppid=14456 vsize=383064 CPUtime=0 cores=0,2
/proc/14458/task/14891/stat : 14891 (python) S 14456 14458 13135 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656899468 392257536 12732 33554432000 4194304 5683644 140736631988032 18446744073709551615 216646338993 0 0 16781312 2 18446604436068325504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 5428612

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 14458 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=326190
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=126980
# CPU time returned by wait4() is 5.45317
# while last known CPU time is 1299.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1299.98
CPU user time (s): 1297.94
CPU system time (s): 2.04
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 5428612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.32619
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25954
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= 1010
involuntary context switches= 59

runsolver used 5.99509 second user time and 12.1991 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:27:56
IDJOB=3377246
IDBENCH=82555
IDSOLVER=1857
FILE ID=node103/3377246-1305451676
RUNJOBID= node103-1305451339-14157
PBS_JOBID= 13324856
Free space on /tmp= 72952 MiB

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

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=1901788598

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25753368 kB
Buffers:        314724 kB
Cached:        4153872 kB
SwapCached:     340192 kB
Active:        1696136 kB
Inactive:      5210424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25753368 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           34376 kB
Writeback:           0 kB
AnonPages:     2108500 kB
Mapped:          19284 kB
Slab:           161912 kB
PageTables:      63040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87737224 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= 72900 MiB
End job on node103 at 2011-05-15 11:49:39