Trace number 3386821

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) 5000.01 4979.89

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
MD5SUM200b19edc2ebf99249f1125469c39206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3386821-1305593135.cnf
0.32/0.45	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.55	c INFO: computed variable balance statistics
0.41/0.60	c INFO: computed small-clause counts
0.51/0.60	c INFO: computed Horn-clause counts
0.51/0.60	c INFO: computed variable graph statistics
0.51/0.60	c INFO: collected features for HOME/instance-3386821-1305593135.cnf in 0.15 s
0.51/0.63	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
103.41/103.11	c INFO: running gnovelty+2@0 for 97 with 4897 remaining (b = 0.08)
203.20/202.53	c INFO: running march_hi@0 for 679 with 4797 remaining (b = 0.34)
887.94/884.44	c INFO: running march_hi@681 for 97 with 4116 remaining (b = 0.06)
987.70/983.89	c INFO: running march_hi@0 for 485 with 4016 remaining (b = 0.26)
1476.88/1471.27	c INFO: running march_hi@487 for 194 with 3529 remaining (b = 0.13)
1674.69/1668.26	c INFO: running march_hi@0 for 485 with 3332 remaining (b = 0.23)
2167.47/2158.98	c INFO: running march_hi@490 for 97 with 2841 remaining (b = 0.05)
2263.78/2254.85	c INFO: running march_hi@586 for 97 with 2746 remaining (b = 0.06)
2361.21/2351.86	c INFO: running march_hi@0 for 388 with 2649 remaining (b = 0.18)
2755.68/2744.83	c INFO: running march_hi@392 for 97 with 2256 remaining (b = 0.05)
2848.66/2837.42	c INFO: running march_hi@0 for 388 with 2163 remaining (b = 0.15)
3244.22/3231.35	c INFO: running march_hi@393 for 97 with 1769 remaining (b = 0.04)
3336.23/3323.01	c INFO: running adaptg2wsat2009++@0 for 97 with 1678 remaining (b = 0.03)
3437.12/3423.45	c INFO: running march_hi@781 for 1358 with 1577 remaining (b = 0.37)
4797.78/4778.51	c INFO: running march_hi@2136 for 97 with 222 remaining (b = 0.11)
4896.25/4876.54	c INFO: running march_hi@485 for 124 with 124 remaining (b = 0.04)
5000.01/4979.87	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3386821-1305593135/watcher-3386821-1305593135 -o /tmp/evaluation-result-3386821-1305593135/solver-3386821-1305593135 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386821-1305593135.cnf -seed 1389877036 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.05 4.07 4.07 4/535 9392
/proc/meminfo: memFree=19090116/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/9392/stat : 9392 (python) R 9390 9392 8511 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 670911476 16158720 783 33554432000 4194304 5683644 140735268775008 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9392/statm: 3945 783 345 364 0 432 0

[startup+0.0479701 s]
/proc/loadavg: 4.05 4.07 4.07 4/535 9392
/proc/meminfo: memFree=19090116/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=29792 CPUtime=0.03 cores=0,2,4,6
/proc/9392/stat : 9392 (python) R 9390 9392 8511 0 -1 4202496 1446 0 0 0 2 1 0 0 25 0 1 0 670911476 30507008 1288 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244346880 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/9392/statm: 7448 1288 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100984 s]
/proc/loadavg: 4.05 4.07 4.07 4/535 9392
/proc/meminfo: memFree=19090116/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=104620 CPUtime=0.08 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 3143 0 0 0 5 3 0 0 25 0 1 0 670911476 107130880 2822 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/9392/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104620

[startup+0.300953 s]
/proc/loadavg: 4.05 4.07 4.07 4/535 9392
/proc/meminfo: memFree=19090116/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/9392/stat : 9392 (python) R 9390 9392 8511 0 -1 4202496 7027 934 1 0 15 8 0 0 17 0 1 0 670911476 203694080 5053 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244040117 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9392/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700871 s]
/proc/loadavg: 4.05 4.07 4.07 4/535 9392
/proc/meminfo: memFree=19090116/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 288832

[startup+1.50072 s]
/proc/loadavg: 4.20 4.10 4.08 5/539 9400
/proc/meminfo: memFree=19064168/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 670911539 285274112 5572 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14368478978967076863 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5572 354 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=0.86 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 86 0 0 0 23 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1585360

[startup+3.10045 s]
/proc/loadavg: 4.20 4.10 4.08 5/539 9400
/proc/meminfo: memFree=19063300/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 670911539 285274112 5572 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14368478978967044354 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5572 354 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=2.46 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 246 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1585360

[startup+6.30088 s]
/proc/loadavg: 4.27 4.12 4.09 5/539 9400
/proc/meminfo: memFree=19061248/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0.01 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 886 0 0 0 0 1 0 0 18 0 1 0 670911539 285274112 5595 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14368478978967044354 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5595 377 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=5.66 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 566 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585360

[startup+12.7007 s]
/proc/loadavg: 4.25 4.12 4.09 5/539 9400
/proc/meminfo: memFree=19060644/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0.04 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 888 0 0 0 2 2 0 0 18 0 1 0 670911539 285274112 5595 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14780479725495091458 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5595 377 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=12.06 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 1206 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134544193 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1585360

[startup+25.5005 s]
/proc/loadavg: 4.19 4.11 4.09 5/539 9401
/proc/meminfo: memFree=19058152/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0.09 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 891 0 0 0 4 5 0 0 18 0 1 0 670911539 285274112 5595 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14780479725495091458 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5595 377 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=24.86 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 2486 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1585360

[startup+51.101 s]
/proc/loadavg: 4.20 4.12 4.09 5/539 9401
/proc/meminfo: memFree=19051720/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0.21 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 902 0 0 0 10 11 0 0 18 0 1 0 670911539 285274112 5595 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14780479725495091458 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5595 377 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=50.46 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 5046 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 1585360

[startup+102.32 s]
/proc/loadavg: 4.19 4.13 4.09 5/539 9477
/proc/meminfo: memFree=19039000/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=288832 CPUtime=0.54 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 9916 934 1 0 44 10 0 0 20 0 2 0 670911476 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 72208 7097 1875 364 0 8126 0
[pid=9398] ppid=9392 vsize=278588 CPUtime=0.39 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 919 0 0 0 20 19 0 0 18 0 1 0 670911539 285274112 5595 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368911 0 0 16781312 514 14780479725495091458 0 0 17 6 0 0 0
/proc/9398/statm: 69647 5595 377 364 0 5565 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=101.67 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) R 9398 9400 9400 0 -1 4202496 455 0 0 0 10167 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9392/tid=9399] ppid=9390 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 2 0 670911539 295763968 7097 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.6
Current children cumulated vsize (KiB) 1585360

[startup+162.301 s]
/proc/loadavg: 4.12 4.12 4.09 5/543 9482
/proc/meminfo: memFree=19016744/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=299536 CPUtime=0.57 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 10757 934 1 0 47 10 0 0 20 0 3 0 670911476 306724864 7214 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9392/statm: 74884 7214 1878 364 0 10799 0
[pid=9398] ppid=9392 vsize=288832 CPUtime=0.42 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 1078 0 0 0 22 20 0 0 19 0 2 0 670911539 295763968 5633 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9398/statm: 72208 5633 410 364 0 8126 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=102.44 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) T 9398 9400 9400 0 -1 4202496 455 0 0 0 10244 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 135007680 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9398/tid=9478] ppid=9392 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9398/task/9478/stat : 9478 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670921784 295763968 5633 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604451963148160 0 0 -1 6 0 0 0
[pid=9479] ppid=9392 vsize=289292 CPUtime=0.23 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9392 9392 8511 0 -1 4202560 917 0 0 0 11 12 0 0 18 0 1 0 670921787 296235008 5703 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368966 0 0 16781312 514 14780479725495091460 0 0 17 6 0 0 0
/proc/9479/statm: 72323 5703 371 364 0 8238 0

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

/proc/9491/stat : 9491 (march_hi) T 9489 9491 9491 0 -1 4202496 96568 0 0 0 223412 20 0 0 25 0 1 0 670931730 491728896 96295 33554432000 4194304 4955518 140733781687104 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9491/statm: 120051 96295 106 186 0 119864 0
[pid=9489/tid=9516] ppid=9392 vsize=299368 CPUtime=0 cores=0,2,4,6
/proc/9489/task/9516/stat : 9516 (python) S 9392 9392 8511 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670999918 306552832 5675 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604449639769152 0 0 -1 6 0 0 0
[pid=9528] ppid=9392 vsize=310028 CPUtime=2.82 cores=0,2,4,6
/proc/9528/stat : 9528 (python) S 9392 9392 8511 0 -1 4202560 1162 0 0 0 154 128 0 0 15 0 2 0 671009865 317468672 5802 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9528/statm: 77507 5802 400 364 0 13416 0
[pid=9530] ppid=9528 vsize=142212 CPUtime=684.1 cores=0,2,4,6
/proc/9530/stat : 9530 (march_hi) T 9528 9530 9530 0 -1 4202496 32561 0 0 0 68404 6 0 0 25 0 1 0 671009865 145625088 32288 33554432000 4194304 4955518 140734324513088 18446744073709551615 4208638 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9530/statm: 35553 32288 106 186 0 35366 0
[pid=9528/tid=9551] ppid=9392 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9551/stat : 9551 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671058601 317468672 5802 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604451989894336 0 0 -1 6 0 0 0
[pid=9561] ppid=9392 vsize=320284 CPUtime=2.89 cores=0,2,4,6
/proc/9561/stat : 9561 (python) S 9392 9392 8511 0 -1 4202560 1161 0 0 0 165 124 0 0 15 0 2 0 671078302 327970816 5814 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9561/statm: 80071 5814 400 364 0 15977 0
[pid=9563] ppid=9561 vsize=142212 CPUtime=683.55 cores=0,2,4,6
/proc/9563/stat : 9563 (march_hi) T 9561 9563 9563 0 -1 4202496 32561 0 0 0 68348 7 0 0 25 0 1 0 671078302 145625088 32288 33554432000 4194304 4955518 140735247986704 18446744073709551615 4297502 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9563/statm: 35553 32288 106 186 0 35366 0
[pid=9561/tid=9582] ppid=9392 vsize=320284 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9582/stat : 9582 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671127372 327970816 5814 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604448523749504 0 0 -1 6 0 0 0
[pid=9588] ppid=9392 vsize=330756 CPUtime=2.47 cores=0,2,4,6
/proc/9588/stat : 9588 (python) S 9392 9392 8511 0 -1 4202560 1159 0 0 0 138 109 0 0 15 0 2 0 671146662 338694144 5850 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9588/statm: 82689 5850 400 364 0 18592 0
[pid=9590] ppid=9588 vsize=142212 CPUtime=588.61 cores=0,2,4,6
/proc/9590/stat : 9590 (march_hi) R 9588 9590 9590 0 -1 4202496 28234 0 0 0 58857 4 0 0 25 0 1 0 671146662 145625088 27960 33554432000 4194304 4955518 140736906084784 18446744073709551615 4297061 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9590/statm: 35553 27960 106 186 0 35366 0
[pid=9588/tid=9604] ppid=9392 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/9588/task/9604/stat : 9604 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671185957 338694144 5850 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604453569415936 0 0 -1 6 0 0 0
[pid=9608] ppid=9392 vsize=341012 CPUtime=2.07 cores=0,2,4,6
/proc/9608/stat : 9608 (python) S 9392 9392 8511 0 -1 4202560 1166 0 0 0 117 90 0 0 16 0 2 0 671195218 349196288 5854 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9608/statm: 85253 5854 400 364 0 21153 0
[pid=9610] ppid=9608 vsize=94168 CPUtime=485.56 cores=0,2,4,6
/proc/9610/stat : 9610 (march_hi) T 9608 9610 9610 0 -1 4202496 23312 0 0 0 48552 4 0 0 25 0 1 0 671195219 96428032 23041 33554432000 4194304 4955518 140733974237584 18446744073709551615 4224443 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9610/statm: 23542 23041 106 186 0 23355 0
[pid=9608/tid=9626] ppid=9392 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/9608/task/9626/stat : 9626 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671234610 349196288 5854 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604448523747712 0 0 -1 2 0 0 0
[pid=9630] ppid=9392 vsize=351268 CPUtime=0.41 cores=0,2,4,6
/proc/9630/stat : 9630 (python) S 9392 9392 8511 0 -1 4202560 1144 0 0 0 22 19 0 0 19 0 2 0 671243777 359698432 5864 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9630/statm: 87817 5864 406 364 0 23714 0
[pid=9632] ppid=9630 vsize=416280 CPUtime=100.42 cores=0,2,4,6
/proc/9632/stat : 9632 (adaptg2wsat2009) T 9630 9632 9632 0 -1 4202496 525 0 0 0 10042 0 0 0 25 0 1 0 671243777 426270720 253 33554432000 134512640 135107411 4290570304 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9632/statm: 104070 253 59 146 0 102946 0
[pid=9630/tid=9635] ppid=9392 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (python) S 9392 9392 8511 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671253819 359698432 5864 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604441803846656 0 0 -1 6 0 0 0
[pid=9392/tid=9399] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 670911539 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9480] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9480/stat : 9480 (python) S 9390 9392 8511 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 670921788 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9490] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9490/stat : 9490 (python) S 9390 9392 8511 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 670931730 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 6 0 0 0
[pid=9392/tid=9529] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9529/stat : 9529 (python) S 9390 9392 8511 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 671009865 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9562] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9562/stat : 9562 (python) S 9390 9392 8511 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 671078302 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9589] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9589/stat : 9589 (python) S 9390 9392 8511 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 671146662 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9609] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9609/stat : 9609 (python) S 9390 9392 8511 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 671195218 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9631] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9631/stat : 9631 (python) S 9390 9392 8511 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 671243777 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 6345764

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

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

[startup+4979.82 s]
/proc/loadavg: 3.00 3.09 3.43 4/559 10178
/proc/meminfo: memFree=17019280/32951124 swapFree=64205392/67111528
[pid=9392] ppid=9390 vsize=361756 CPUtime=0.85 cores=0,2,4,6
/proc/9392/stat : 9392 (python) S 9390 9392 8511 0 -1 4202496 16959 934 1 0 73 12 0 0 18 0 9 0 670911476 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9392/statm: 90439 7404 1890 364 0 26336 0
[pid=9398] ppid=9392 vsize=288832 CPUtime=0.42 cores=0,2,4,6
/proc/9398/stat : 9398 (python) S 9392 9392 8511 0 -1 4202560 1078 0 0 0 22 20 0 0 19 0 2 0 670911539 295763968 5633 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9398/statm: 72208 5633 410 364 0 8126 0
[pid=9400] ppid=9398 vsize=1017940 CPUtime=102.44 cores=0,2,4,6
/proc/9400/stat : 9400 (gnovelty+2) T 9398 9400 9400 0 -1 4202496 455 0 0 0 10244 0 0 0 25 0 1 0 670911539 1042370560 192 33554432000 134512640 135663704 4287051360 18446744073709551615 135007680 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9400/statm: 254485 192 113 282 0 254201 0
[pid=9398/tid=9478] ppid=9392 vsize=288832 CPUtime=0 cores=0,2,4,6
/proc/9398/task/9478/stat : 9478 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670921784 295763968 5633 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604451963148160 0 0 -1 6 0 0 0
[pid=9479] ppid=9392 vsize=289292 CPUtime=0.39 cores=0,2,4,6
/proc/9479/stat : 9479 (python) S 9392 9392 8511 0 -1 4202560 1081 0 0 0 20 19 0 0 19 0 2 0 670921787 296235008 5733 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9479/statm: 72323 5733 400 364 0 8238 0
[pid=9481] ppid=9479 vsize=1017940 CPUtime=99.38 cores=0,2,4,6
/proc/9481/stat : 9481 (gnovelty+2) T 9479 9481 9481 0 -1 4202496 457 0 0 0 9938 0 0 0 25 0 1 0 670921788 1042370560 192 33554432000 134512640 135663704 4290885136 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9481/statm: 254485 192 113 282 0 254201 0
[pid=9479/tid=9488] ppid=9392 vsize=289292 CPUtime=0 cores=0,2,4,6
/proc/9479/task/9488/stat : 9488 (python) S 9392 9392 8511 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 670931726 296235008 5733 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604445322209472 0 0 -1 6 0 0 0
[pid=9489] ppid=9392 vsize=299368 CPUtime=9.31 cores=0,2,4,6
/proc/9489/stat : 9489 (python) S 9392 9392 8511 0 -1 4202560 1161 0 0 0 512 419 0 0 15 0 2 0 670931729 306552832 5675 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9489/statm: 74842 5675 400 364 0 10754 0
[pid=9491] ppid=9489 vsize=480204 CPUtime=2234.32 cores=0,2,4,6
/proc/9491/stat : 9491 (march_hi) T 9489 9491 9491 0 -1 4202496 96568 0 0 0 223412 20 0 0 25 0 1 0 670931730 491728896 96295 33554432000 4194304 4955518 140733781687104 18446744073709551615 4208718 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9491/statm: 120051 96295 106 186 0 119864 0
[pid=9489/tid=9516] ppid=9392 vsize=299368 CPUtime=0 cores=0,2,4,6
/proc/9489/task/9516/stat : 9516 (python) S 9392 9392 8511 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670999918 306552832 5675 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604449639769152 0 0 -1 6 0 0 0
[pid=9528] ppid=9392 vsize=310028 CPUtime=2.82 cores=0,2,4,6
/proc/9528/stat : 9528 (python) S 9392 9392 8511 0 -1 4202560 1162 0 0 0 154 128 0 0 15 0 2 0 671009865 317468672 5802 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9528/statm: 77507 5802 400 364 0 13416 0
[pid=9530] ppid=9528 vsize=142212 CPUtime=684.1 cores=0,2,4,6
/proc/9530/stat : 9530 (march_hi) T 9528 9530 9530 0 -1 4202496 32561 0 0 0 68404 6 0 0 25 0 1 0 671009865 145625088 32288 33554432000 4194304 4955518 140734324513088 18446744073709551615 4208638 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9530/statm: 35553 32288 106 186 0 35366 0
[pid=9528/tid=9551] ppid=9392 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9551/stat : 9551 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671058601 317468672 5802 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604451989894336 0 0 -1 6 0 0 0
[pid=9561] ppid=9392 vsize=320284 CPUtime=2.89 cores=0,2,4,6
/proc/9561/stat : 9561 (python) S 9392 9392 8511 0 -1 4202560 1161 0 0 0 165 124 0 0 15 0 2 0 671078302 327970816 5814 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9561/statm: 80071 5814 400 364 0 15977 0
[pid=9563] ppid=9561 vsize=142212 CPUtime=683.55 cores=0,2,4,6
/proc/9563/stat : 9563 (march_hi) T 9561 9563 9563 0 -1 4202496 32561 0 0 0 68348 7 0 0 25 0 1 0 671078302 145625088 32288 33554432000 4194304 4955518 140735247986704 18446744073709551615 4297502 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9563/statm: 35553 32288 106 186 0 35366 0
[pid=9561/tid=9582] ppid=9392 vsize=320284 CPUtime=0 cores=0,2,4,6
/proc/9561/task/9582/stat : 9582 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671127372 327970816 5814 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604448523749504 0 0 -1 6 0 0 0
[pid=9588] ppid=9392 vsize=330756 CPUtime=2.47 cores=0,2,4,6
/proc/9588/stat : 9588 (python) S 9392 9392 8511 0 -1 4202560 1159 0 0 0 138 109 0 0 15 0 2 0 671146662 338694144 5850 33554432000 4194304 5683644 140735268775008 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9588/statm: 82689 5850 400 364 0 18592 0
[pid=9590] ppid=9588 vsize=142212 CPUtime=588.61 cores=0,2,4,6
/proc/9590/stat : 9590 (march_hi) R 9588 9590 9590 0 -1 4202496 28234 0 0 0 58857 4 0 0 25 0 1 0 671146662 145625088 27960 33554432000 4194304 4955518 140736906084784 18446744073709551615 4297061 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/9590/statm: 35553 27960 106 186 0 35366 0
[pid=9588/tid=9604] ppid=9392 vsize=330756 CPUtime=0 cores=0,2,4,6
/proc/9588/task/9604/stat : 9604 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671185957 338694144 5850 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604453569415936 0 0 -1 6 0 0 0
[pid=9608] ppid=9392 vsize=341012 CPUtime=2.07 cores=0,2,4,6
/proc/9608/stat : 9608 (python) S 9392 9392 8511 0 -1 4202560 1166 0 0 0 117 90 0 0 16 0 2 0 671195218 349196288 5854 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9608/statm: 85253 5854 400 364 0 21153 0
[pid=9610] ppid=9608 vsize=94168 CPUtime=485.56 cores=0,2,4,6
/proc/9610/stat : 9610 (march_hi) T 9608 9610 9610 0 -1 4202496 23312 0 0 0 48552 4 0 0 25 0 1 0 671195219 96428032 23041 33554432000 4194304 4955518 140733974237584 18446744073709551615 4224443 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9610/statm: 23542 23041 106 186 0 23355 0
[pid=9608/tid=9626] ppid=9392 vsize=341012 CPUtime=0 cores=0,2,4,6
/proc/9608/task/9626/stat : 9626 (python) S 9392 9392 8511 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671234610 349196288 5854 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604448523747712 0 0 -1 2 0 0 0
[pid=9630] ppid=9392 vsize=351268 CPUtime=0.41 cores=0,2,4,6
/proc/9630/stat : 9630 (python) S 9392 9392 8511 0 -1 4202560 1144 0 0 0 22 19 0 0 19 0 2 0 671243777 359698432 5864 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9630/statm: 87817 5864 406 364 0 23714 0
[pid=9632] ppid=9630 vsize=416280 CPUtime=100.42 cores=0,2,4,6
/proc/9632/stat : 9632 (adaptg2wsat2009) T 9630 9632 9632 0 -1 4202496 525 0 0 0 10042 0 0 0 25 0 1 0 671243777 426270720 253 33554432000 134512640 135107411 4290570304 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9632/statm: 104070 253 59 146 0 102946 0
[pid=9630/tid=9635] ppid=9392 vsize=351268 CPUtime=0 cores=0,2,4,6
/proc/9630/task/9635/stat : 9635 (python) S 9392 9392 8511 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671253819 359698432 5864 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 514 18446604441803846656 0 0 -1 6 0 0 0
[pid=9392/tid=9399] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9399/stat : 9399 (python) S 9390 9392 8511 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 670911539 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9480] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9480/stat : 9480 (python) S 9390 9392 8511 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 670921788 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9490] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9490/stat : 9490 (python) S 9390 9392 8511 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 670931730 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 6 0 0 0
[pid=9392/tid=9529] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9529/stat : 9529 (python) S 9390 9392 8511 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 671009865 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 4 0 0 0
[pid=9392/tid=9562] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9562/stat : 9562 (python) S 9390 9392 8511 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 671078302 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9589] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9589/stat : 9589 (python) S 9390 9392 8511 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 671146662 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9609] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9609/stat : 9609 (python) S 9390 9392 8511 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 671195218 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
[pid=9392/tid=9631] ppid=9390 vsize=361756 CPUtime=0 cores=0,2,4,6
/proc/9392/task/9631/stat : 9631 (python) S 9390 9392 8511 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 671243777 370438144 7404 33554432000 4194304 5683644 140735268775008 18446744073709551615 228256172465 0 0 16781312 2 18446604440771519744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 6345764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9392 and gives
#  childrusage.ru_utime.tv_sec=701
#  childrusage.ru_utime.tv_usec=321382
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=495556
# CPU time returned by wait4() is 710.817
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4979.89
CPU time (s): 5000.01
CPU user time (s): 4990.2
CPU system time (s): 9.81
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (KiB): 6345764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 701.321
system time used= 9.49556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57752
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= 7532
involuntary context switches= 1469

runsolver used 35.1007 second user time and 67.6267 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-17 02:45:35
IDJOB=3386821
IDBENCH=82886
IDSOLVER=1872
FILE ID=node136/3386821-1305593135
RUNJOBID= node136-1305586144-8529
PBS_JOBID= 13350342
Free space on /tmp= 72876 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1502652578-043.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-3386821-1305593135/watcher-3386821-1305593135 -o /tmp/evaluation-result-3386821-1305593135/solver-3386821-1305593135 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386821-1305593135.cnf -seed 1389877036 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 200b19edc2ebf99249f1125469c39206
RANDOM SEED=1389877036

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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:      19090272 kB
Buffers:         63676 kB
Cached:         789708 kB
SwapCached:      24924 kB
Active:        7079476 kB
Inactive:      6542104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19090272 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:           64844 kB
Writeback:           0 kB
AnonPages:    12749680 kB
Mapped:          45372 kB
Slab:            93808 kB
PageTables:      77560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 173325116 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= 73084 MiB
End job on node136 at 2011-05-17 04:08:37