Trace number 3484098

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (TO) 1200.05 1199.55

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
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.35/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.64	c INFO: solving HOME/instance-3484098-1307747297.cnf
0.35/0.64	c INFO: computing task features
0.84/1.14	c INFO: computed variable-clause graph statistics
0.84/1.16	c INFO: computed clause balance statistics
3.43/3.73	c INFO: computed variable balance statistics
5.43/5.78	c INFO: computed small-clause counts
5.53/5.80	c INFO: computed Horn-clause counts
7.03/7.37	c INFO: computed variable graph statistics
7.03/7.37	c INFO: collected features for HOME/instance-3484098-1307747297.cnf in 6.72 s
7.03/7.38	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.36)
107.25/107.60	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.22)
207.60/207.81	c INFO: running hybridGM3@0 for 97 with 993 remaining (b = 0.14)
307.90/308.03	c INFO: running hybridGM3@100 for 97 with 892 remaining (b = 0.11)
405.06/405.18	c INFO: running hybridGM3@100 for 97 with 795 remaining (b = 0.11)
502.28/502.30	c INFO: running TNM@0 for 97 with 698 remaining (b = 0.13)
602.40/602.45	c INFO: running hybridGM3@100 for 97 with 598 remaining (b = 0.10)
699.64/699.60	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.10)
799.07/798.83	c INFO: running hybridGM3@99 for 97 with 402 remaining (b = 0.08)
894.32/893.97	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.07)
994.66/994.20	c INFO: running hybridGM3@100 for 97 with 207 remaining (b = 0.06)
1089.82/1089.34	c INFO: running hybridGM3@0 for 112 with 112 remaining (b = 0.05)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.99 2.60 1.16 5/230 31438
/proc/meminfo: memFree=31210688/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=15380 CPUtime=0 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 867146004 15749120 679 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/31438/statm: 3845 679 322 364 0 332 0

[startup+0.0507779 s]
/proc/loadavg: 3.99 2.60 1.16 5/230 31438
/proc/meminfo: memFree=31210688/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=23188 CPUtime=0.02 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 1325 0 0 0 2 0 0 0 25 0 1 0 867146004 23744512 1173 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/31438/statm: 5797 1173 432 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23188

[startup+0.100769 s]
/proc/loadavg: 3.99 2.60 1.16 5/230 31438
/proc/meminfo: memFree=31210688/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=93964 CPUtime=0.06 cores=1,3
/proc/31438/stat : 31438 (python) R 31436 31438 31196 0 -1 4202496 2694 0 0 0 5 1 0 0 17 0 1 0 867146004 96219136 2407 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039651173 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/31438/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300734 s]
/proc/loadavg: 3.99 2.60 1.16 5/230 31438
/proc/meminfo: memFree=31210688/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=135752 CPUtime=0.18 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 5978 933 1 0 14 4 0 0 17 0 1 0 867146004 139010048 4149 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/31438/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700638 s]
/proc/loadavg: 3.99 2.60 1.16 5/230 31438
/proc/meminfo: memFree=31210688/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=284764 CPUtime=0.43 cores=1,3
/proc/31438/stat : 31438 (python) R 31436 31438 31196 0 -1 4202496 10811 933 1 0 34 9 0 0 15 0 1 0 867146004 291598336 8477 33554432000 4194304 5683644 140734782096496 18446744073709551615 47902202434941 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31438/statm: 71191 8477 1761 364 0 7115 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284764

[startup+1.50049 s]
/proc/loadavg: 3.99 2.60 1.16 5/231 31443
/proc/meminfo: memFree=31163460/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=312972 CPUtime=1.23 cores=1,3
/proc/31438/stat : 31438 (python) R 31436 31438 31196 0 -1 4202496 21983 933 1 0 113 10 0 0 16 0 1 0 867146004 320483328 15627 33554432000 4194304 5683644 140734782096496 18446744073709551615 4964279 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31438/statm: 78243 15627 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 312972

[startup+3.1002 s]
/proc/loadavg: 3.99 2.60 1.16 5/231 31443
/proc/meminfo: memFree=31153292/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=312972 CPUtime=2.83 cores=1,3
/proc/31438/stat : 31438 (python) R 31436 31438 31196 0 -1 4202496 21983 933 1 0 273 10 0 0 18 0 1 0 867146004 320483328 15627 33554432000 4194304 5683644 140734782096496 18446744073709551615 4416947 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31438/statm: 78243 15627 1826 364 0 14167 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 312972

[startup+6.30064 s]
/proc/loadavg: 3.99 2.62 1.18 5/231 31443
/proc/meminfo: memFree=31152796/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=312972 CPUtime=6.03 cores=1,3
/proc/31438/stat : 31438 (python) R 31436 31438 31196 0 -1 4202496 21990 933 1 0 593 10 0 0 25 0 1 0 867146004 320483328 15634 33554432000 4194304 5683644 140734782096496 18446744073709551615 47902031583372 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31438/statm: 78243 15634 1833 364 0 14167 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 312972

[startup+12.7005 s]
/proc/loadavg: 3.99 2.64 1.19 5/234 31446
/proc/meminfo: memFree=31121840/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=320508 CPUtime=7.11 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 22264 933 1 0 701 10 0 0 25 0 2 0 867146004 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 80127 14989 1867 364 0 16045 0
[pid=31444] ppid=31438 vsize=310264 CPUtime=0 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 871 0 0 0 0 0 0 0 15 0 1 0 867146743 317710336 13494 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675407 0 0 16781312 514 4490388724579795206 0 0 17 1 0 0 0
/proc/31444/statm: 77566 13494 376 364 0 13484 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=5.29 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) R 31444 31446 31446 0 -1 4202496 8090 0 0 0 528 1 0 0 25 0 1 0 867146743 274862080 7824 33554432000 134512640 135204385 4290518352 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31446/statm: 67105 7824 64 169 0 66935 0
[pid=31438/tid=31445] ppid=31436 vsize=320508 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867146743 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 899192

[startup+25.5012 s]
/proc/loadavg: 3.99 2.71 1.24 5/234 31446
/proc/meminfo: memFree=31122340/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=320508 CPUtime=7.11 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 22264 933 1 0 701 10 0 0 25 0 2 0 867146004 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 80127 14989 1867 364 0 16045 0
[pid=31444] ppid=31438 vsize=310264 CPUtime=0.02 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 877 0 0 0 1 1 0 0 15 0 1 0 867146743 317710336 13494 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675407 0 0 16781312 514 903569859613262086 0 0 17 1 0 0 0
/proc/31444/statm: 77566 13494 376 364 0 13484 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=18.08 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) R 31444 31446 31446 0 -1 4202496 8091 0 0 0 1807 1 0 0 25 0 1 0 867146743 274862080 7825 33554432000 134512640 135204385 4290518352 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31446/statm: 67105 7825 64 169 0 66935 0
[pid=31438/tid=31445] ppid=31436 vsize=320508 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867146743 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 899192

[startup+51.1006 s]
/proc/loadavg: 3.99 2.81 1.31 5/234 31447
/proc/meminfo: memFree=31121904/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=320508 CPUtime=7.11 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 22264 933 1 0 701 10 0 0 25 0 2 0 867146004 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 80127 14989 1867 364 0 16045 0
[pid=31444] ppid=31438 vsize=310264 CPUtime=0.05 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 889 0 0 0 3 2 0 0 15 0 1 0 867146743 317710336 13494 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675407 0 0 16781312 514 903569859613262086 0 0 17 1 0 0 0
/proc/31444/statm: 77566 13494 376 364 0 13484 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=43.65 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) R 31444 31446 31446 0 -1 4202496 8092 0 0 0 4364 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134545975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31438/tid=31445] ppid=31436 vsize=320508 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867146743 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 899192

[startup+102.307 s]
/proc/loadavg: 3.99 2.99 1.45 5/246 31460
/proc/meminfo: memFree=31074940/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=320508 CPUtime=7.11 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 22264 933 1 0 701 10 0 0 25 0 2 0 867146004 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 80127 14989 1867 364 0 16045 0
[pid=31444] ppid=31438 vsize=310264 CPUtime=0.13 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 914 0 0 0 7 6 0 0 16 0 1 0 867146743 317710336 13494 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675407 0 0 16781312 514 903569859613262086 0 0 17 1 0 0 0
/proc/31444/statm: 77566 13494 376 364 0 13484 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=94.81 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) R 31444 31446 31446 0 -1 4202496 8092 0 0 0 9480 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134536887 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31438/tid=31445] ppid=31436 vsize=320508 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867146743 328200192 14989 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 899192

[startup+162.301 s]
/proc/loadavg: 3.99 3.17 1.61 5/250 31466
/proc/meminfo: memFree=31033680/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=330764 CPUtime=7.13 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 23180 933 1 0 702 11 0 0 20 0 3 0 867146004 338702336 14996 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 82691 14996 1870 364 0 18606 0
[pid=31444] ppid=31438 vsize=320508 CPUtime=0.14 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 1155 0 0 0 8 6 0 0 16 0 2 0 867146743 328200192 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31444/statm: 80127 13538 415 364 0 16045 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=100.09 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) T 31444 31446 31446 0 -1 4202496 8092 0 0 0 10008 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31444/tid=31462] ppid=31438 vsize=320508 CPUtime=0 cores=1,3
/proc/31444/task/31462/stat : 31462 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867156764 328200192 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138062528 0 0 -1 1 0 0 0
[pid=31463] ppid=31438 vsize=320520 CPUtime=0.07 cores=1,3
/proc/31463/stat : 31463 (python) S 31438 31438 31196 0 -1 4202560 918 0 0 0 4 3 0 0 15 0 1 0 867156764 328212480 13492 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675462 0 0 16781312 514 903569859613262084 0 0 17 1 0 0 0
/proc/31463/statm: 80130 13492 370 364 0 16045 0
[pid=31465] ppid=31463 vsize=268420 CPUtime=54.63 cores=1,3
/proc/31465/stat : 31465 (hybridGM3) R 31463 31465 31465 0 -1 4202496 8084 0 0 0 5462 1 0 0 25 0 1 0 867156765 274862080 7820 33554432000 134512640 135204385 4288114912 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31465/statm: 67105 7820 64 169 0 66935 0
[pid=31438/tid=31445] ppid=31436 vsize=330764 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 867146743 338702336 14996 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31464] ppid=31436 vsize=330764 CPUtime=0 cores=1,3
/proc/31438/task/31464/stat : 31464 (python) S 31436 31438 31196 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867156765 338702336 14996 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 1508632

[startup+222.301 s]
/proc/loadavg: 3.99 3.32 1.75 5/266 31484
/proc/meminfo: memFree=30976704/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=341020 CPUtime=7.13 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 24060 933 1 0 702 11 0 0 20 0 4 0 867146004 349204480 15010 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 85255 15010 1880 364 0 21167 0
[pid=31444] ppid=31438 vsize=320508 CPUtime=0.14 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 1155 0 0 0 8 6 0 0 16 0 2 0 867146743 328200192 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31444/statm: 80127 13538 415 364 0 16045 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=100.09 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) T 31444 31446 31446 0 -1 4202496 8092 0 0 0 10008 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31444/tid=31462] ppid=31438 vsize=320508 CPUtime=0 cores=1,3
/proc/31444/task/31462/stat : 31462 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867156764 328200192 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138062528 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=30889672/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=382044 CPUtime=7.2 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 28220 933 1 0 708 12 0 0 19 0 8 0 867146004 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 95511 15034 1888 364 0 31411 0
[pid=31444] ppid=31438 vsize=320508 CPUtime=0.29 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 1217 0 0 0 16 13 0 0 15 0 2 0 867146743 328200192 13539 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31444/statm: 80127 13539 416 364 0 16045 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=197.11 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) T 31444 31446 31446 0 -1 4202496 8092 0 0 0 19710 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31444/tid=31462] ppid=31438 vsize=320508 CPUtime=0 cores=1,3
/proc/31444/task/31462/stat : 31462 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867156764 328200192 13539 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138062528 0 0 -1 1 0 0 0
[pid=31463] ppid=31438 vsize=320520 CPUtime=0.28 cores=1,3
/proc/31463/stat : 31463 (python) S 31438 31438 31196 0 -1 4202560 1129 0 0 0 16 12 0 0 15 0 2 0 867156764 328212480 13522 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31463/statm: 80130 13522 399 364 0 16045 0
[pid=31465] ppid=31463 vsize=268420 CPUtime=197.1 cores=1,3
/proc/31465/stat : 31465 (hybridGM3) T 31463 31465 31465 0 -1 4202496 8084 0 0 0 19709 1 0 0 25 0 1 0 867156765 274862080 7820 33554432000 134512640 135204385 4288114912 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31465/statm: 67105 7820 64 169 0 66935 0
[pid=31463/tid=31480] ppid=31438 vsize=320520 CPUtime=0 cores=1,3
/proc/31463/task/31480/stat : 31480 (python) S 31438 31438 31196 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867166785 328212480 13522 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0
[pid=31481] ppid=31438 vsize=330776 CPUtime=0.3 cores=1,3
/proc/31481/stat : 31481 (python) S 31438 31438 31196 0 -1 4202560 1128 0 0 0 16 14 0 0 15 0 2 0 867166786 338714624 13526 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31481/statm: 82694 13526 399 364 0 18606 0
[pid=31483] ppid=31481 vsize=268424 CPUtime=197.34 cores=1,3
/proc/31483/stat : 31483 (hybridGM3) T 31481 31483 31483 0 -1 4202496 8088 0 0 0 19734 0 0 0 25 0 1 0 867166786 274866176 7827 33554432000 134512640 135204385 4290987424 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31483/statm: 67106 7827 64 169 0 66936 0
[pid=31481/tid=31496] ppid=31438 vsize=330776 CPUtime=0 cores=1,3
/proc/31481/task/31496/stat : 31496 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867176807 338714624 13526 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=31612] ppid=31438 vsize=341032 CPUtime=0.14 cores=1,3
/proc/31612/stat : 31612 (python) S 31438 31438 31196 0 -1 4202560 1102 0 0 0 7 7 0 0 19 0 2 0 867196235 349216768 13530 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31612/statm: 85258 13530 399 364 0 21167 0
[pid=31614] ppid=31612 vsize=465044 CPUtime=100.02 cores=1,3
/proc/31614/stat : 31614 (TNM) T 31612 31614 31614 0 -1 4202496 6011 0 0 0 10002 0 0 0 25 0 1 0 867196235 476205056 5750 33554432000 134512640 135008748 4292957760 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31614/statm: 116261 5750 46 122 0 115161 0
[pid=31612/tid=31629] ppid=31438 vsize=341032 CPUtime=0 cores=1,3
/proc/31612/task/31629/stat : 31629 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867206249 349216768 13530 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604455470746688 0 0 -1 1 0 0 0
[pid=31633] ppid=31438 vsize=351288 CPUtime=0.29 cores=1,3
/proc/31633/stat : 31633 (python) S 31438 31438 31196 0 -1 4202560 1139 0 0 0 15 14 0 0 16 0 2 0 867215965 359718912 13534 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31633/statm: 87822 13534 399 364 0 23728 0
[pid=31635] ppid=31633 vsize=268424 CPUtime=194.35 cores=1,3
/proc/31635/stat : 31635 (hybridGM3) T 31633 31635 31635 0 -1 4202496 8083 0 0 0 19434 1 0 0 25 0 1 0 867215965 274866176 7821 33554432000 134512640 135204385 4291886416 18446744073709551615 134547843 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31635/statm: 67106 7821 64 169 0 66936 0
[pid=31633/tid=31692] ppid=31438 vsize=351288 CPUtime=0 cores=1,3
/proc/31633/task/31692/stat : 31692 (python) S 31438 31438 31196 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867225887 359718912 13534 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471125180480 0 0 -1 3 0 0 0
[pid=31708] ppid=31438 vsize=361544 CPUtime=0.31 cores=1,3
/proc/31708/stat : 31708 (python) S 31438 31438 31196 0 -1 4202560 1131 0 0 0 18 13 0 0 15 0 2 0 867235402 370221056 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31708/statm: 90386 13538 399 364 0 26289 0
[pid=31710] ppid=31708 vsize=268424 CPUtime=195.14 cores=1,3
/proc/31710/stat : 31710 (hybridGM3) T 31708 31710 31710 0 -1 4202496 8087 0 0 0 19514 0 0 0 25 0 1 0 867235402 274866176 7825 33554432000 134512640 135204385 4294455584 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31710/statm: 67106 7825 64 169 0 66936 0
[pid=31708/tid=31725] ppid=31438 vsize=361544 CPUtime=0 cores=1,3
/proc/31708/task/31725/stat : 31725 (python) S 31438 31438 31196 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867245424 370221056 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604461212831808 0 0 -1 1 0 0 0
[pid=31741] ppid=31438 vsize=371800 CPUtime=0.14 cores=1,3
/proc/31741/stat : 31741 (python) S 31438 31438 31196 0 -1 4202560 941 0 0 0 8 6 0 0 15 0 1 0 867254939 380723200 13512 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675462 0 0 16781312 514 903569859613262087 0 0 17 1 0 0 0
/proc/31741/statm: 92950 13512 370 364 0 28850 0
[pid=31743] ppid=31741 vsize=268428 CPUtime=110.04 cores=1,3
/proc/31743/stat : 31743 (hybridGM3) R 31741 31743 31743 0 -1 4202496 8089 0 0 0 11003 1 0 0 25 0 1 0 867254940 274870272 7826 33554432000 134512640 135204385 4292638896 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31743/statm: 67107 7826 64 169 0 66937 0
[pid=31438/tid=31445] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867146743 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31464] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31464/stat : 31464 (python) S 31436 31438 31196 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 8 0 867156765 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31482] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31482/stat : 31482 (python) S 31436 31438 31196 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 867166786 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 3 0 0 0
[pid=31438/tid=31613] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31613/stat : 31613 (python) S 31436 31438 31196 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 867196235 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 3 0 0 0
[pid=31438/tid=31634] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31634/stat : 31634 (python) S 31436 31438 31196 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 867215965 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31709] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31709/stat : 31709 (python) S 31436 31438 31196 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 867235402 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31742] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31742/stat : 31742 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867254939 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 4855096

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

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

[startup+1199.5 s]
/proc/loadavg: 4.00 3.97 3.21 5/235 31938
/proc/meminfo: memFree=30889672/32951124 swapFree=67050916/67111528
[pid=31438] ppid=31436 vsize=382044 CPUtime=7.2 cores=1,3
/proc/31438/stat : 31438 (python) S 31436 31438 31196 0 -1 4202496 28220 933 1 0 708 12 0 0 19 0 8 0 867146004 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31438/statm: 95511 15034 1888 364 0 31411 0
[pid=31444] ppid=31438 vsize=320508 CPUtime=0.29 cores=1,3
/proc/31444/stat : 31444 (python) S 31438 31438 31196 0 -1 4202560 1217 0 0 0 16 13 0 0 15 0 2 0 867146743 328200192 13539 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31444/statm: 80127 13539 416 364 0 16045 0
[pid=31446] ppid=31444 vsize=268420 CPUtime=197.11 cores=1,3
/proc/31446/stat : 31446 (hybridGM3) T 31444 31446 31446 0 -1 4202496 8092 0 0 0 19710 1 0 0 25 0 1 0 867146743 274862080 7826 33554432000 134512640 135204385 4290518352 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31446/statm: 67105 7826 64 169 0 66935 0
[pid=31444/tid=31462] ppid=31438 vsize=320508 CPUtime=0 cores=1,3
/proc/31444/task/31462/stat : 31462 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867156764 328200192 13539 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138062528 0 0 -1 1 0 0 0
[pid=31463] ppid=31438 vsize=320520 CPUtime=0.28 cores=1,3
/proc/31463/stat : 31463 (python) S 31438 31438 31196 0 -1 4202560 1129 0 0 0 16 12 0 0 15 0 2 0 867156764 328212480 13522 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31463/statm: 80130 13522 399 364 0 16045 0
[pid=31465] ppid=31463 vsize=268420 CPUtime=197.1 cores=1,3
/proc/31465/stat : 31465 (hybridGM3) T 31463 31465 31465 0 -1 4202496 8084 0 0 0 19709 1 0 0 25 0 1 0 867156765 274862080 7820 33554432000 134512640 135204385 4288114912 18446744073709551615 134536887 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31465/statm: 67105 7820 64 169 0 66935 0
[pid=31463/tid=31480] ppid=31438 vsize=320520 CPUtime=0 cores=1,3
/proc/31463/task/31480/stat : 31480 (python) S 31438 31438 31196 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867166785 328212480 13522 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0
[pid=31481] ppid=31438 vsize=330776 CPUtime=0.3 cores=1,3
/proc/31481/stat : 31481 (python) S 31438 31438 31196 0 -1 4202560 1128 0 0 0 16 14 0 0 15 0 2 0 867166786 338714624 13526 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31481/statm: 82694 13526 399 364 0 18606 0
[pid=31483] ppid=31481 vsize=268424 CPUtime=197.34 cores=1,3
/proc/31483/stat : 31483 (hybridGM3) T 31481 31483 31483 0 -1 4202496 8088 0 0 0 19734 0 0 0 25 0 1 0 867166786 274866176 7827 33554432000 134512640 135204385 4290987424 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31483/statm: 67106 7827 64 169 0 66936 0
[pid=31481/tid=31496] ppid=31438 vsize=330776 CPUtime=0 cores=1,3
/proc/31481/task/31496/stat : 31496 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867176807 338714624 13526 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=31612] ppid=31438 vsize=341032 CPUtime=0.14 cores=1,3
/proc/31612/stat : 31612 (python) S 31438 31438 31196 0 -1 4202560 1102 0 0 0 7 7 0 0 19 0 2 0 867196235 349216768 13530 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31612/statm: 85258 13530 399 364 0 21167 0
[pid=31614] ppid=31612 vsize=465044 CPUtime=100.02 cores=1,3
/proc/31614/stat : 31614 (TNM) T 31612 31614 31614 0 -1 4202496 6011 0 0 0 10002 0 0 0 25 0 1 0 867196235 476205056 5750 33554432000 134512640 135008748 4292957760 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31614/statm: 116261 5750 46 122 0 115161 0
[pid=31612/tid=31629] ppid=31438 vsize=341032 CPUtime=0 cores=1,3
/proc/31612/task/31629/stat : 31629 (python) S 31438 31438 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867206249 349216768 13530 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604455470746688 0 0 -1 1 0 0 0
[pid=31633] ppid=31438 vsize=351288 CPUtime=0.29 cores=1,3
/proc/31633/stat : 31633 (python) S 31438 31438 31196 0 -1 4202560 1139 0 0 0 15 14 0 0 16 0 2 0 867215965 359718912 13534 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31633/statm: 87822 13534 399 364 0 23728 0
[pid=31635] ppid=31633 vsize=268424 CPUtime=194.35 cores=1,3
/proc/31635/stat : 31635 (hybridGM3) T 31633 31635 31635 0 -1 4202496 8083 0 0 0 19434 1 0 0 25 0 1 0 867215965 274866176 7821 33554432000 134512640 135204385 4291886416 18446744073709551615 134547843 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31635/statm: 67106 7821 64 169 0 66936 0
[pid=31633/tid=31692] ppid=31438 vsize=351288 CPUtime=0 cores=1,3
/proc/31633/task/31692/stat : 31692 (python) S 31438 31438 31196 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867225887 359718912 13534 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604471125180480 0 0 -1 3 0 0 0
[pid=31708] ppid=31438 vsize=361544 CPUtime=0.31 cores=1,3
/proc/31708/stat : 31708 (python) S 31438 31438 31196 0 -1 4202560 1131 0 0 0 18 13 0 0 15 0 2 0 867235402 370221056 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31708/statm: 90386 13538 399 364 0 26289 0
[pid=31710] ppid=31708 vsize=268424 CPUtime=195.14 cores=1,3
/proc/31710/stat : 31710 (hybridGM3) T 31708 31710 31710 0 -1 4202496 8087 0 0 0 19514 0 0 0 25 0 1 0 867235402 274866176 7825 33554432000 134512640 135204385 4294455584 18446744073709551615 134547676 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31710/statm: 67106 7825 64 169 0 66936 0
[pid=31708/tid=31725] ppid=31438 vsize=361544 CPUtime=0 cores=1,3
/proc/31708/task/31725/stat : 31725 (python) S 31438 31438 31196 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867245424 370221056 13538 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 514 18446604461212831808 0 0 -1 1 0 0 0
[pid=31741] ppid=31438 vsize=371800 CPUtime=0.14 cores=1,3
/proc/31741/stat : 31741 (python) S 31438 31438 31196 0 -1 4202560 941 0 0 0 8 6 0 0 15 0 1 0 867254939 380723200 13512 33554432000 4194304 5683644 140734782096496 18446744073709551615 212039675462 0 0 16781312 514 903569859613262087 0 0 17 1 0 0 0
/proc/31741/statm: 92950 13512 370 364 0 28850 0
[pid=31743] ppid=31741 vsize=268428 CPUtime=110.04 cores=1,3
/proc/31743/stat : 31743 (hybridGM3) R 31741 31743 31743 0 -1 4202496 8089 0 0 0 11003 1 0 0 25 0 1 0 867254940 274870272 7826 33554432000 134512640 135204385 4292638896 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31743/statm: 67107 7826 64 169 0 66937 0
[pid=31438/tid=31445] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31445/stat : 31445 (python) S 31436 31438 31196 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867146743 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31464] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31464/stat : 31464 (python) S 31436 31438 31196 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 8 0 867156765 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31482] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31482/stat : 31482 (python) S 31436 31438 31196 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 867166786 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 3 0 0 0
[pid=31438/tid=31613] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31613/stat : 31613 (python) S 31436 31438 31196 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 867196235 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 3 0 0 0
[pid=31438/tid=31634] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31634/stat : 31634 (python) S 31436 31438 31196 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 867215965 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31709] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31709/stat : 31709 (python) S 31436 31438 31196 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 867235402 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
[pid=31438/tid=31742] ppid=31436 vsize=382044 CPUtime=0 cores=1,3
/proc/31438/task/31742/stat : 31742 (python) S 31436 31438 31196 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867254939 391213056 15034 33554432000 4194304 5683644 140734782096496 18446744073709551615 212051478961 0 0 16781312 2 18446604454224046912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 4855096

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31438 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=997784
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=911861
# CPU time returned by wait4() is 8.90964
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.55
CPU time (s): 1200.05
CPU user time (s): 1199.1
CPU system time (s): 0.95
CPU usage (%): 100.042
Max. virtual memory (cumulated for all children) (KiB): 4855100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.99778
system time used= 0.911861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36540
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= 4118
involuntary context switches= 50

runsolver used 2.6126 second user time and 5.59215 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:08:17
IDJOB=3484098
IDBENCH=82609
IDSOLVER=1975
FILE ID=node146/3484098-1307747297
RUNJOBID= node146-1307746987-31216
PBS_JOBID= 13550814
Free space on /tmp= 73992 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484098-1307747297/watcher-3484098-1307747297 -o /tmp/evaluation-result-3484098-1307747297/solver-3484098-1307747297 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484098-1307747297.cnf -seed 1402461258 -budget 1200

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=1402461258

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31211116 kB
Buffers:        255988 kB
Cached:        1044372 kB
SwapCached:      14540 kB
Active:         835104 kB
Inactive:       688004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31211116 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           34732 kB
Writeback:           0 kB
AnonPages:      220228 kB
Mapped:          17332 kB
Slab:           142908 kB
PageTables:      14424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7712244 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= 73956 MiB
End job on node146 at 2011-06-11 01:28:19