Trace number 3377263

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) 1298.37 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S950666065-093-UNKNOWN.cnf
MD5SUMe27af9a147b2d7c0283d090128805575
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark919.622
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.79/2.56	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.79/2.56	c INFO: solving HOME/instance-3377263-1305451935.cnf
0.79/2.56	c INFO: computing task features
1.24/3.06	c INFO: computed variable-clause graph statistics
1.24/3.08	c INFO: computed clause balance statistics
3.94/5.71	c INFO: computed variable balance statistics
4.54/7.80	c INFO: computed small-clause counts
4.54/7.80	c INFO: computed Horn-clause counts
7.55/9.33	c INFO: computed variable graph statistics
7.55/9.33	c INFO: collected features for HOME/instance-3377263-1305451935.cnf in 6.73 s
7.55/9.34	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.34)
107.84/109.69	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.21)
208.24/210.04	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.14)
308.54/310.40	c INFO: running hybridGM3@100 for 97 with 2093 remaining (b = 0.10)
405.87/407.68	c INFO: running hybridGM3@100 for 97 with 1996 remaining (b = 0.11)
503.19/504.96	c INFO: running TNM@0 for 97 with 1899 remaining (b = 0.13)
603.46/605.26	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.10)
700.83/702.55	c INFO: running hybridGM3@0 for 97 with 1702 remaining (b = 0.10)
801.24/802.93	c INFO: running hybridGM3@100 for 97 with 1601 remaining (b = 0.07)
896.56/898.21	c INFO: running hybridGM3@0 for 97 with 1506 remaining (b = 0.07)
996.92/998.60	c INFO: running hybridGM3@100 for 97 with 1406 remaining (b = 0.06)
1092.12/1093.88	c INFO: running hybridGM3@0 for 194 with 1311 remaining (b = 0.10)
1288.89/1290.55	c INFO: running hybridGM3@0 for 194 with 1115 remaining (b = 0.07)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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: 3.72 3.98 3.95 4/361 23490
/proc/meminfo: memFree=21064432/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=15188 CPUtime=0 cores=1,3
/proc/23490/stat : 23490 (python) R 23488 23490 22815 0 -1 4202496 716 0 0 0 0 0 0 0 18 0 1 0 656791269 15552512 608 33554432000 4194304 5683644 140733975876160 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23490/statm: 3797 609 319 364 0 284 0

[startup+0.093449 s]
/proc/loadavg: 3.72 3.98 3.95 4/361 23490
/proc/meminfo: memFree=21064432/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=25292 CPUtime=0.04 cores=1,3
/proc/23490/stat : 23490 (python) D 23488 23490 22815 0 -1 4202496 1345 0 2 0 2 2 0 0 17 0 1 0 656791269 25899008 1193 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23490/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25292

[startup+0.100433 s]
/proc/loadavg: 3.72 3.98 3.95 4/361 23490
/proc/meminfo: memFree=21064432/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=27348 CPUtime=0.04 cores=1,3
/proc/23490/stat : 23490 (python) R 23488 23490 22815 0 -1 4202496 1345 0 2 0 2 2 0 0 17 0 1 0 656791269 28004352 1193 33554432000 4194304 5683644 140733975876160 18446744073709551615 218900807783 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23490/statm: 6837 1196 440 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27348

[startup+0.300399 s]
/proc/loadavg: 3.72 3.98 3.95 4/361 23490
/proc/meminfo: memFree=21064432/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=54536 CPUtime=0.1 cores=1,3
/proc/23490/stat : 23490 (python) D 23488 23490 22815 0 -1 4202496 2072 0 7 0 3 7 0 0 17 0 1 0 656791269 55844864 1835 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 1 0 0 1
/proc/23490/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54536

[startup+0.700355 s]
/proc/loadavg: 3.72 3.98 3.95 4/361 23490
/proc/meminfo: memFree=21064432/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=113344 CPUtime=0.21 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 3563 0 18 0 5 16 0 0 16 0 1 0 656791269 116064256 3226 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 5
/proc/23490/statm: 28336 3226 886 364 0 2358 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 113344

[startup+1.50018 s]
/proc/loadavg: 3.72 3.98 3.95 5/367 23513
/proc/meminfo: memFree=21003128/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=135748 CPUtime=0.44 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 5956 926 22 8 13 31 0 0 17 0 1 0 656791269 139005952 4150 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699953811 0 0 17 1 0 0 6
/proc/23490/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 135748

[startup+3.10085 s]
/proc/loadavg: 3.74 3.98 3.95 1/367 23513
/proc/meminfo: memFree=20970704/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=312972 CPUtime=1.35 cores=1,3
/proc/23490/stat : 23490 (python) R 23488 23490 22815 0 -1 4202496 21917 926 65 8 79 56 0 0 16 0 1 0 656791269 320483328 15628 33554432000 4194304 5683644 140733975876160 18446744073709551615 218909139625 0 0 16781312 2 0 0 0 17 1 0 0 19
/proc/23490/statm: 78243 15628 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 312972
heavy processes:

[startup+6.30027 s]
/proc/loadavg: 3.74 3.98 3.95 5/373 23519
/proc/meminfo: memFree=20866152/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=312972 CPUtime=4.54 cores=1,3
/proc/23490/stat : 23490 (python) R 23488 23490 22815 0 -1 4202496 21918 926 65 8 397 57 0 0 21 0 1 0 656791269 320483328 15629 33554432000 4194304 5683644 140733975876160 18446744073709551615 5114666 0 0 16781312 2 0 0 0 17 1 0 0 19
/proc/23490/statm: 78243 15629 1827 364 0 14167 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 312972
heavy processes:

[startup+12.7141 s]
/proc/loadavg: 4.37 4.11 4.00 5/379 23525
/proc/meminfo: memFree=20807772/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=320508 CPUtime=7.59 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 22215 926 65 8 701 58 0 0 25 0 2 0 656791269 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 80127 14998 1875 364 0 16045 0
[pid=23523] ppid=23490 vsize=310264 CPUtime=0 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 656792204 317710336 13472 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751055 0 0 16781312 514 12567875306611769607 0 0 17 1 0 0 0
/proc/23523/statm: 77566 13472 353 364 0 13484 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=3.34 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) R 23523 23525 23525 0 -1 4202496 8094 0 0 0 334 0 0 0 25 0 1 0 656792204 274866176 7828 33554432000 134512640 135204385 4292485648 18446744073709551615 134545864 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23525/statm: 67106 7828 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=320508 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656792204 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 899196

[startup+25.5008 s]
/proc/loadavg: 4.31 4.11 4.00 5/379 23560
/proc/meminfo: memFree=20822104/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=320508 CPUtime=7.59 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 22215 926 65 8 701 58 0 0 25 0 2 0 656791269 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 80127 14998 1875 364 0 16045 0
[pid=23523] ppid=23490 vsize=310264 CPUtime=0.04 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 985 0 0 0 2 2 0 0 15 0 1 0 656792204 317710336 13500 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751055 0 0 16781312 514 6916473496478384391 0 0 17 1 0 0 0
/proc/23523/statm: 77566 13500 381 364 0 13484 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=16.1 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) R 23523 23525 23525 0 -1 4202496 8094 0 0 0 1610 0 0 0 25 0 1 0 656792204 274866176 7828 33554432000 134512640 135204385 4292485648 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23525/statm: 67106 7828 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=320508 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656792204 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 899196

[startup+51.1012 s]
/proc/loadavg: 4.20 4.10 4.00 5/379 23561
/proc/meminfo: memFree=20823360/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=320508 CPUtime=7.59 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 22215 926 65 8 701 58 0 0 25 0 2 0 656791269 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 80127 14998 1875 364 0 16045 0
[pid=23523] ppid=23490 vsize=310264 CPUtime=0.1 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 997 0 0 0 5 5 0 0 15 0 1 0 656792204 317710336 13500 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751055 0 0 16781312 514 6916473496478384391 0 0 17 1 0 0 0
/proc/23523/statm: 77566 13500 381 364 0 13484 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=41.65 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) R 23523 23525 23525 0 -1 4202496 8094 0 0 0 4165 0 0 0 25 0 1 0 656792204 274866176 7828 33554432000 134512640 135204385 4292485648 18446744073709551615 134546073 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23525/statm: 67106 7828 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=320508 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656792204 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 899196

[startup+102.301 s]
/proc/loadavg: 4.13 4.09 4.00 5/379 23562
/proc/meminfo: memFree=20823900/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=320508 CPUtime=7.59 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 22215 926 65 8 701 58 0 0 25 0 2 0 656791269 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 80127 14998 1875 364 0 16045 0
[pid=23523] ppid=23490 vsize=310264 CPUtime=0.24 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 1018 0 0 0 12 12 0 0 15 0 1 0 656792204 317710336 13500 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751055 0 0 16781312 514 6916473496478384391 0 0 17 1 0 0 0
/proc/23523/statm: 77566 13500 381 364 0 13484 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=92.72 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) R 23523 23525 23525 0 -1 4202496 8095 0 0 0 9272 0 0 0 25 0 1 0 656792204 274866176 7829 33554432000 134512640 135204385 4292485648 18446744073709551615 134547584 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23525/statm: 67106 7829 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=320508 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656792204 328200192 14998 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.55
Current children cumulated vsize (KiB) 899196

[startup+162.314 s]
/proc/loadavg: 4.08 4.08 4.00 5/387 23654
/proc/meminfo: memFree=20752508/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=330764 CPUtime=7.61 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 23140 926 65 8 702 59 0 0 20 0 3 0 656791269 338702336 15005 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 82691 15005 1878 364 0 18606 0
[pid=23523] ppid=23490 vsize=320508 CPUtime=0.26 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 1159 0 0 0 13 13 0 0 16 0 2 0 656792204 328200192 13538 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23523/statm: 80127 13538 414 364 0 16045 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=100.06 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) T 23523 23525 23525 0 -1 4202496 8095 0 0 0 10006 0 0 0 25 0 1 0 656792204 274866176 7829 33554432000 134512640 135204385 4292485648 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23525/statm: 67106 7829 64 169 0 66936 0
[pid=23523/tid=23571] ppid=23490 vsize=320508 CPUtime=0 cores=1,3
/proc/23523/task/23571/stat : 23571 (python) S 23490 23490 22815 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656802237 328200192 13538 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604468300013952 0 0 -1 1 0 0 0
[pid=23572] ppid=23490 vsize=320520 CPUtime=0.14 cores=1,3
/proc/23572/stat : 23572 (python) S 23490 23490 22815 0 -1 4202560 908 0 0 0 7 7 0 0 16 0 1 0 656802238 328212480 13493 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751110 0 0 16781312 514 6916473496478384390 0 0 17 1 0 0 0
/proc/23572/statm: 80130 13493 370 364 0 16045 0
[pid=23574] ppid=23572 vsize=268428 CPUtime=52.49 cores=1,3
/proc/23574/stat : 23574 (hybridGM3) R 23572 23574 23574 0 -1 4202496 8089 0 0 0 5248 1 0 0 25 0 1 0 656802238 274870272 7824 33554432000 134512640 135204385 4288821456 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23574/statm: 67107 7824 64 169 0 66937 0
[pid=23490/tid=23524] ppid=23488 vsize=330764 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 3 0 656792204 338702336 15005 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23573] ppid=23488 vsize=330764 CPUtime=0 cores=1,3
/proc/23490/task/23573/stat : 23573 (python) S 23488 23490 22815 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 3 0 656802238 338702336 15005 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 1508644

[startup+222.301 s]
/proc/loadavg: 4.08 4.08 4.00 5/391 23659
/proc/meminfo: memFree=20715532/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=341020 CPUtime=7.62 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 24022 926 65 8 703 59 0 0 19 0 4 0 656791269 349204480 15011 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 85255 15011 1880 364 0 21167 0
[pid=23523] ppid=23490 vsize=320508 CPUtime=0.26 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 1159 0 0 0 13 13 0 0 16 0 2 0 656792204 328200192 13538 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23523/statm: 80127 13538 414 364 0 16045 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=100.06 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) T 23523 23525 23525 0 -1 4202496 8095 0 0 0 10006 0 0 0 25 0 1 0 656792204 274866176 7829 33554432000 134512640 135204385 4292485648 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23525/statm: 67106 7829 64 169 0 66936 0

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

[pid=23657] ppid=23490 vsize=330776 CPUtime=0.58 cores=1,3
/proc/23657/stat : 23657 (python) S 23490 23490 22815 0 -1 4202560 1127 0 0 0 30 28 0 0 15 0 2 0 656812273 338714624 13527 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23657/statm: 82694 13527 399 364 0 18606 0
[pid=23659] ppid=23657 vsize=268424 CPUtime=197.1 cores=1,3
/proc/23659/stat : 23659 (hybridGM3) T 23657 23659 23659 0 -1 4202496 8091 0 0 0 19710 0 0 0 25 0 1 0 656812273 274866176 7827 33554432000 134512640 135204385 4288910848 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23659/statm: 67106 7827 64 169 0 66936 0
[pid=23657/tid=23677] ppid=23490 vsize=330776 CPUtime=0 cores=1,3
/proc/23657/task/23677/stat : 23677 (python) S 23490 23490 22815 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656822307 338714624 13527 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 1 0 0 0
[pid=23705] ppid=23490 vsize=341032 CPUtime=0.29 cores=1,3
/proc/23705/stat : 23705 (python) S 23490 23490 22815 0 -1 4202560 1090 0 0 0 14 15 0 0 19 0 2 0 656841765 349216768 13531 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23705/statm: 85258 13531 399 364 0 21167 0
[pid=23707] ppid=23705 vsize=465044 CPUtime=99.96 cores=1,3
/proc/23707/stat : 23707 (TNM) T 23705 23707 23707 0 -1 4202496 6015 0 0 0 9996 0 0 0 25 0 1 0 656841766 476205056 5749 33554432000 134512640 135008748 4292538304 18446744073709551615 134528467 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23707/statm: 116261 5749 46 122 0 115161 0
[pid=23705/tid=23719] ppid=23490 vsize=341032 CPUtime=0 cores=1,3
/proc/23705/task/23719/stat : 23719 (python) S 23490 23490 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656851794 349216768 13531 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604454222995520 0 0 -1 1 0 0 0
[pid=23733] ppid=23490 vsize=351288 CPUtime=0.58 cores=1,3
/proc/23733/stat : 23733 (python) S 23490 23490 22815 0 -1 4202560 1127 0 0 0 29 29 0 0 15 0 2 0 656861525 359718912 13535 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23733/statm: 87822 13535 399 364 0 23728 0
[pid=23735] ppid=23733 vsize=268420 CPUtime=195.07 cores=1,3
/proc/23735/stat : 23735 (hybridGM3) T 23733 23735 23735 0 -1 4202496 8089 0 0 0 19505 2 0 0 25 0 1 0 656861525 274862080 7824 33554432000 134512640 135204385 4294065648 18446744073709551615 134546099 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23735/statm: 67105 7824 64 169 0 66935 0
[pid=23733/tid=23784] ppid=23490 vsize=351288 CPUtime=0 cores=1,3
/proc/23733/task/23784/stat : 23784 (python) S 23490 23490 22815 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656871561 359718912 13535 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604465552902016 0 0 -1 1 0 0 0
[pid=23868] ppid=23490 vsize=361544 CPUtime=0.59 cores=1,3
/proc/23868/stat : 23868 (python) S 23490 23490 22815 0 -1 4202560 1132 0 0 0 29 30 0 0 15 0 2 0 656881091 370221056 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23868/statm: 90386 13539 399 364 0 26289 0
[pid=23870] ppid=23868 vsize=268420 CPUtime=195.03 cores=1,3
/proc/23870/stat : 23870 (hybridGM3) T 23868 23870 23870 0 -1 4202496 8092 0 0 0 19502 1 0 0 25 0 1 0 656881091 274862080 7828 33554432000 134512640 135204385 4291576256 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23870/statm: 67105 7828 64 169 0 66935 0
[pid=23868/tid=23883] ppid=23490 vsize=361544 CPUtime=0 cores=1,3
/proc/23868/task/23883/stat : 23883 (python) S 23490 23490 22815 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656891128 370221056 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604464747209664 0 0 -1 1 0 0 0
[pid=23898] ppid=23490 vsize=371800 CPUtime=0.61 cores=1,3
/proc/23898/stat : 23898 (python) S 23490 23490 22815 0 -1 4202560 1129 0 0 0 32 29 0 0 16 0 2 0 656900657 380723200 13543 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23898/statm: 92950 13543 399 364 0 28850 0
[pid=23900] ppid=23898 vsize=268424 CPUtime=196.13 cores=1,3
/proc/23900/stat : 23900 (hybridGM3) T 23898 23900 23900 0 -1 4202496 8095 0 0 0 19612 1 0 0 25 0 1 0 656900658 274866176 7832 33554432000 134512640 135204385 4289587248 18446744073709551615 134545866 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23900/statm: 67106 7832 64 169 0 66936 0
[pid=23898/tid=23926] ppid=23490 vsize=371800 CPUtime=0 cores=1,3
/proc/23898/task/23926/stat : 23926 (python) S 23490 23490 22815 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656920323 380723200 13543 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604463966660672 0 0 -1 1 0 0 0
[pid=23927] ppid=23490 vsize=382056 CPUtime=0.01 cores=1,3
/proc/23927/stat : 23927 (python) S 23490 23490 22815 0 -1 4202560 931 0 0 0 0 1 0 0 15 0 1 0 656920324 391225344 13523 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751110 0 0 16781312 514 10958607548210446597 0 0 17 1 0 0 0
/proc/23927/statm: 95514 13523 376 364 0 31411 0
[pid=23929] ppid=23927 vsize=268424 CPUtime=9.41 cores=1,3
/proc/23929/stat : 23929 (hybridGM3) R 23927 23929 23929 0 -1 4202496 8096 0 0 0 941 0 0 0 25 0 1 0 656920325 274866176 7828 33554432000 134512640 135204385 4293730816 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23929/statm: 67106 7828 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 18 0 9 0 656792204 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23573] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23573/stat : 23573 (python) S 23488 23490 22815 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 9 0 656802238 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23658] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23658/stat : 23658 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 18 0 9 0 656812273 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 3 0 0 0
[pid=23490/tid=23706] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23706/stat : 23706 (python) S 23488 23490 22815 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 9 0 656841766 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23734] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23734/stat : 23734 (python) S 23488 23490 22815 0 -1 4202560 30 926 0 8 0 0 0 0 18 0 9 0 656861525 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23869] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23869/stat : 23869 (python) S 23488 23490 22815 0 -1 4202560 30 926 0 8 0 0 0 0 18 0 9 0 656881091 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23899] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23899/stat : 23899 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 20 0 9 0 656900657 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23928] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23928/stat : 23928 (python) S 23488 23490 22815 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656920325 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1298.37
Current children cumulated vsize (KiB) 5515832

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.19 4.10 4.02 5/481 23929
/proc/meminfo: memFree=20183244/32951124 swapFree=65581052/67111528
[pid=23490] ppid=23488 vsize=392300 CPUtime=7.74 cores=1,3
/proc/23490/stat : 23490 (python) S 23488 23490 22815 0 -1 4202496 29098 926 65 8 714 60 0 0 20 0 9 0 656791269 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 19
/proc/23490/statm: 98075 15041 1890 364 0 33972 0
[pid=23523] ppid=23490 vsize=320508 CPUtime=0.56 cores=1,3
/proc/23523/stat : 23523 (python) S 23490 23490 22815 0 -1 4202560 1209 0 0 0 28 28 0 0 16 0 2 0 656792204 328200192 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23523/statm: 80127 13539 415 364 0 16045 0
[pid=23525] ppid=23523 vsize=268424 CPUtime=197.06 cores=1,3
/proc/23525/stat : 23525 (hybridGM3) T 23523 23525 23525 0 -1 4202496 8095 0 0 0 19706 0 0 0 25 0 1 0 656792204 274866176 7829 33554432000 134512640 135204385 4292485648 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23525/statm: 67106 7829 64 169 0 66936 0
[pid=23523/tid=23571] ppid=23490 vsize=320508 CPUtime=0 cores=1,3
/proc/23523/task/23571/stat : 23571 (python) S 23490 23490 22815 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656802237 328200192 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604468300013952 0 0 -1 1 0 0 0
[pid=23572] ppid=23490 vsize=320520 CPUtime=0.56 cores=1,3
/proc/23572/stat : 23572 (python) S 23490 23490 22815 0 -1 4202560 1110 0 0 0 30 26 0 0 15 0 2 0 656802238 328212480 13523 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23572/statm: 80130 13523 399 364 0 16045 0
[pid=23574] ppid=23572 vsize=268428 CPUtime=197.09 cores=1,3
/proc/23574/stat : 23574 (hybridGM3) T 23572 23574 23574 0 -1 4202496 8089 0 0 0 19708 1 0 0 25 0 1 0 656802238 274870272 7824 33554432000 134512640 135204385 4288821456 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23574/statm: 67107 7824 64 169 0 66937 0
[pid=23572/tid=23656] ppid=23490 vsize=320520 CPUtime=0 cores=1,3
/proc/23572/task/23656/stat : 23656 (python) S 23490 23490 22815 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 656812271 328212480 13523 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604464189028160 0 0 -1 1 0 0 0
[pid=23657] ppid=23490 vsize=330776 CPUtime=0.58 cores=1,3
/proc/23657/stat : 23657 (python) S 23490 23490 22815 0 -1 4202560 1127 0 0 0 30 28 0 0 15 0 2 0 656812273 338714624 13527 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23657/statm: 82694 13527 399 364 0 18606 0
[pid=23659] ppid=23657 vsize=268424 CPUtime=197.1 cores=1,3
/proc/23659/stat : 23659 (hybridGM3) T 23657 23659 23659 0 -1 4202496 8091 0 0 0 19710 0 0 0 25 0 1 0 656812273 274866176 7827 33554432000 134512640 135204385 4288910848 18446744073709551615 134547435 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23659/statm: 67106 7827 64 169 0 66936 0
[pid=23657/tid=23677] ppid=23490 vsize=330776 CPUtime=0 cores=1,3
/proc/23657/task/23677/stat : 23677 (python) S 23490 23490 22815 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 656822307 338714624 13527 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 1 0 0 0
[pid=23705] ppid=23490 vsize=341032 CPUtime=0.29 cores=1,3
/proc/23705/stat : 23705 (python) S 23490 23490 22815 0 -1 4202560 1090 0 0 0 14 15 0 0 19 0 2 0 656841765 349216768 13531 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23705/statm: 85258 13531 399 364 0 21167 0
[pid=23707] ppid=23705 vsize=465044 CPUtime=99.96 cores=1,3
/proc/23707/stat : 23707 (TNM) T 23705 23707 23707 0 -1 4202496 6015 0 0 0 9996 0 0 0 25 0 1 0 656841766 476205056 5749 33554432000 134512640 135008748 4292538304 18446744073709551615 134528467 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23707/statm: 116261 5749 46 122 0 115161 0
[pid=23705/tid=23719] ppid=23490 vsize=341032 CPUtime=0 cores=1,3
/proc/23705/task/23719/stat : 23719 (python) S 23490 23490 22815 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656851794 349216768 13531 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604454222995520 0 0 -1 1 0 0 0
[pid=23733] ppid=23490 vsize=351288 CPUtime=0.58 cores=1,3
/proc/23733/stat : 23733 (python) S 23490 23490 22815 0 -1 4202560 1127 0 0 0 29 29 0 0 15 0 2 0 656861525 359718912 13535 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23733/statm: 87822 13535 399 364 0 23728 0
[pid=23735] ppid=23733 vsize=268420 CPUtime=195.07 cores=1,3
/proc/23735/stat : 23735 (hybridGM3) T 23733 23735 23735 0 -1 4202496 8089 0 0 0 19505 2 0 0 25 0 1 0 656861525 274862080 7824 33554432000 134512640 135204385 4294065648 18446744073709551615 134546099 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23735/statm: 67105 7824 64 169 0 66935 0
[pid=23733/tid=23784] ppid=23490 vsize=351288 CPUtime=0 cores=1,3
/proc/23733/task/23784/stat : 23784 (python) S 23490 23490 22815 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656871561 359718912 13535 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604465552902016 0 0 -1 1 0 0 0
[pid=23868] ppid=23490 vsize=361544 CPUtime=0.59 cores=1,3
/proc/23868/stat : 23868 (python) S 23490 23490 22815 0 -1 4202560 1132 0 0 0 29 30 0 0 15 0 2 0 656881091 370221056 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23868/statm: 90386 13539 399 364 0 26289 0
[pid=23870] ppid=23868 vsize=268420 CPUtime=195.03 cores=1,3
/proc/23870/stat : 23870 (hybridGM3) T 23868 23870 23870 0 -1 4202496 8092 0 0 0 19502 1 0 0 25 0 1 0 656881091 274862080 7828 33554432000 134512640 135204385 4291576256 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/23870/statm: 67105 7828 64 169 0 66935 0
[pid=23868/tid=23883] ppid=23490 vsize=361544 CPUtime=0 cores=1,3
/proc/23868/task/23883/stat : 23883 (python) S 23490 23490 22815 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656891128 370221056 13539 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604464747209664 0 0 -1 1 0 0 0
[pid=23898] ppid=23490 vsize=371800 CPUtime=0.61 cores=1,3
/proc/23898/stat : 23898 (python) S 23490 23490 22815 0 -1 4202560 1129 0 0 0 32 29 0 0 16 0 2 0 656900657 380723200 13543 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23898/statm: 92950 13543 399 364 0 28850 0
[pid=23900] ppid=23898 vsize=268424 CPUtime=196.13 cores=1,3
/proc/23900/stat : 23900 (hybridGM3) T 23898 23900 23900 0 -1 4202496 8095 0 0 0 19612 1 0 0 25 0 1 0 656900658 274866176 7832 33554432000 134512640 135204385 4289587248 18446744073709551615 134545866 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23900/statm: 67106 7832 64 169 0 66936 0
[pid=23898/tid=23926] ppid=23490 vsize=371800 CPUtime=0 cores=1,3
/proc/23898/task/23926/stat : 23926 (python) S 23490 23490 22815 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656920323 380723200 13543 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 514 18446604463966660672 0 0 -1 1 0 0 0
[pid=23927] ppid=23490 vsize=382056 CPUtime=0.01 cores=1,3
/proc/23927/stat : 23927 (python) S 23490 23490 22815 0 -1 4202560 931 0 0 0 0 1 0 0 15 0 1 0 656920324 391225344 13523 33554432000 4194304 5683644 140733975876160 18446744073709551615 218905751110 0 0 16781312 514 10958607548210446597 0 0 17 1 0 0 0
/proc/23927/statm: 95514 13523 376 364 0 31411 0
[pid=23929] ppid=23927 vsize=268424 CPUtime=9.41 cores=1,3
/proc/23929/stat : 23929 (hybridGM3) R 23927 23929 23929 0 -1 4202496 8096 0 0 0 941 0 0 0 25 0 1 0 656920325 274866176 7828 33554432000 134512640 135204385 4293730816 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23929/statm: 67106 7828 64 169 0 66936 0
[pid=23490/tid=23524] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23524/stat : 23524 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 18 0 9 0 656792204 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23573] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23573/stat : 23573 (python) S 23488 23490 22815 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 9 0 656802238 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23658] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23658/stat : 23658 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 18 0 9 0 656812273 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 3 0 0 0
[pid=23490/tid=23706] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23706/stat : 23706 (python) S 23488 23490 22815 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 9 0 656841766 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23734] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23734/stat : 23734 (python) S 23488 23490 22815 0 -1 4202560 30 926 0 8 0 0 0 0 18 0 9 0 656861525 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23869] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23869/stat : 23869 (python) S 23488 23490 22815 0 -1 4202560 30 926 0 8 0 0 0 0 18 0 9 0 656881091 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23899] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23899/stat : 23899 (python) S 23488 23490 22815 0 -1 4202560 32 926 0 8 0 0 0 0 20 0 9 0 656900657 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
[pid=23490/tid=23928] ppid=23488 vsize=392300 CPUtime=0 cores=1,3
/proc/23490/task/23928/stat : 23928 (python) S 23488 23490 22815 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 9 0 656920325 401715200 15041 33554432000 4194304 5683644 140733975876160 18446744073709551615 218917554609 0 0 16781312 2 18446604466231936832 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1298.37
Current children cumulated vsize (KiB) 5515832

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23490 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=150912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=615906
# CPU time returned by wait4() is 7.76682
# while last known CPU time is 1298.37
#
# 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): 1298.37
CPU user time (s): 1295.86
CPU system time (s): 2.51
CPU usage (%): 99.8695
Max. virtual memory (cumulated for all children) (KiB): 5515832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.15091
system time used= 0.615906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30030
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52790
involuntary context switches= 124

runsolver used 5.71313 second user time and 13.284 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 11:32:15
IDJOB=3377263
IDBENCH=82572
IDSOLVER=1857
FILE ID=node137/3377263-1305451935
RUNJOBID= node137-1305451935-23451
PBS_JOBID= 13324880
Free space on /tmp= 73792 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S950666065-093-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-3377263-1305451935/watcher-3377263-1305451935 -o /tmp/evaluation-result-3377263-1305451935/solver-3377263-1305451935 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377263-1305451935.cnf -seed 867386362 -budget 2400

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

MD5SUM BENCH= e27af9a147b2d7c0283d090128805575
RANDOM SEED=867386362

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.844
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:     32951124 kB
MemFree:      21064836 kB
Buffers:        296248 kB
Cached:        3911804 kB
SwapCached:      36328 kB
Active:        1844712 kB
Inactive:      9809420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21064836 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          131696 kB
Writeback:           0 kB
AnonPages:     7419664 kB
Mapped:          20664 kB
Slab:           128432 kB
PageTables:      38772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75944400 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= 73652 MiB
End job on node137 at 2011-05-15 11:53:58