Trace number 3484097

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.01 1199.75

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.49	c INFO: solving HOME/instance-3484097-1307747280.cnf
0.29/0.49	c INFO: computing task features
0.98/1.12	c INFO: computed variable-clause graph statistics
0.98/1.14	c INFO: computed clause balance statistics
4.18/4.39	c INFO: computed variable balance statistics
6.77/6.93	c INFO: computed small-clause counts
6.77/6.95	c INFO: computed Horn-clause counts
8.97/9.18	c INFO: computed variable graph statistics
8.97/9.18	c INFO: collected features for HOME/instance-3484097-1307747280.cnf in 8.66 s
8.97/9.19	c INFO: running hybridGM3@0 for 97 with 1191 remaining (b = 0.35)
109.72/109.82	c INFO: running hybridGM3@0 for 97 with 1090 remaining (b = 0.21)
210.34/210.49	c INFO: running hybridGM3@0 for 97 with 990 remaining (b = 0.14)
311.12/311.18	c INFO: running hybridGM3@100 for 97 with 889 remaining (b = 0.10)
408.42/408.33	c INFO: running hybridGM3@100 for 97 with 792 remaining (b = 0.10)
505.55/505.48	c INFO: running TNM@0 for 97 with 695 remaining (b = 0.13)
605.75/605.63	c INFO: running hybridGM3@100 for 97 with 595 remaining (b = 0.10)
702.90/702.78	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.10)
803.61/803.46	c INFO: running hybridGM3@100 for 97 with 398 remaining (b = 0.07)
898.86/898.61	c INFO: running hybridGM3@0 for 97 with 302 remaining (b = 0.07)
999.46/999.23	c INFO: running hybridGM3@100 for 97 with 202 remaining (b = 0.05)
1094.59/1094.38	c INFO: running hybridGM3@0 for 107 with 107 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-3484097-1307747280/watcher-3484097-1307747280 -o /tmp/evaluation-result-3484097-1307747280/solver-3484097-1307747280 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484097-1307747280.cnf -seed 66036071 -budget 1200 

running on 2 cores: 0,2

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.91 2.51 1.09 4/211 11055
/proc/meminfo: memFree=31614944/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=15380 CPUtime=0 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 867143860 15749120 681 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/11055/statm: 3845 681 322 364 0 332 0

[startup+0.0589599 s]
/proc/loadavg: 3.91 2.51 1.09 4/211 11055
/proc/meminfo: memFree=31614944/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=34424 CPUtime=0.03 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 1553 0 0 0 3 0 0 0 17 0 1 0 867143860 35250176 1388 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510295552 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34424

[startup+0.100951 s]
/proc/loadavg: 3.91 2.51 1.09 4/211 11055
/proc/meminfo: memFree=31614944/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=101740 CPUtime=0.06 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 2932 0 0 0 5 1 0 0 17 0 1 0 867143860 104181760 2626 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510293349 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 25435 2626 837 364 0 1735 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101740

[startup+0.300919 s]
/proc/loadavg: 3.91 2.51 1.09 4/211 11055
/proc/meminfo: memFree=31614944/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=156428 CPUtime=0.22 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 6377 935 1 0 17 5 0 0 17 0 1 0 867143860 160182272 4488 33554432000 4194304 5683644 140734631065072 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 39107 4489 1257 364 0 3215 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156428

[startup+0.700832 s]
/proc/loadavg: 3.91 2.51 1.09 4/211 11055
/proc/meminfo: memFree=31614944/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=293748 CPUtime=0.57 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 13020 935 1 0 49 8 0 0 17 0 1 0 867143860 300797952 10689 33554432000 4194304 5683644 140734631065072 18446744073709551615 4960995 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 73437 10690 1761 364 0 9361 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 293748

[startup+1.50063 s]
/proc/loadavg: 3.91 2.51 1.09 5/212 11060
/proc/meminfo: memFree=31558292/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=317984 CPUtime=1.37 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 23811 935 1 0 128 9 0 0 18 0 1 0 867143860 325615616 16881 33554432000 4194304 5683644 140734631065072 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 317984

[startup+3.1004 s]
/proc/loadavg: 3.91 2.51 1.09 5/212 11060
/proc/meminfo: memFree=31552340/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=317984 CPUtime=2.97 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 23811 935 1 0 288 9 0 0 21 0 1 0 867143860 325615616 16881 33554432000 4194304 5683644 140734631065072 18446744073709551615 4539713 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 79496 16881 1826 364 0 15420 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 317984

[startup+6.30081 s]
/proc/loadavg: 3.92 2.54 1.11 6/212 11060
/proc/meminfo: memFree=31552244/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=317984 CPUtime=6.17 cores=0,2
/proc/11055/stat : 11055 (python) R 11053 11055 10649 0 -1 4202496 23812 935 1 0 608 9 0 0 25 0 1 0 867143860 325615616 16882 33554432000 4194304 5683644 140734631065072 18446744073709551615 233509946482 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11055/statm: 79496 16882 1827 364 0 15420 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 317984

[startup+12.7007 s]
/proc/loadavg: 3.93 2.56 1.12 5/222 11070
/proc/meminfo: memFree=31473692/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=325124 CPUtime=9.06 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 24096 935 1 0 897 9 0 0 25 0 2 0 867143860 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 81281 16144 1867 364 0 17199 0
[pid=11064] ppid=11055 vsize=314880 CPUtime=0 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 867144779 322437120 14626 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317583 0 0 16781312 514 13827211944601288964 0 0 17 0 0 0 0
/proc/11064/statm: 78720 14626 353 364 0 14638 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=3.5 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) R 11064 11066 11066 0 -1 4202496 8560 0 0 0 349 1 0 0 25 0 1 0 867144779 282865664 8300 33554432000 134512640 135204385 4289651792 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 69059 8300 64 169 0 68889 0
[pid=11055/tid=11065] ppid=11053 vsize=325124 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 867144779 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 916240

[startup+25.5004 s]
/proc/loadavg: 3.94 2.63 1.17 5/222 11070
/proc/meminfo: memFree=31472240/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=325124 CPUtime=9.06 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 24096 935 1 0 897 9 0 0 25 0 2 0 867143860 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 81281 16144 1867 364 0 17199 0
[pid=11064] ppid=11055 vsize=314880 CPUtime=0.02 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 870 0 0 0 1 1 0 0 15 0 1 0 867144779 322437120 14649 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317583 0 0 16781312 514 5244863978537976068 0 0 17 0 0 0 0
/proc/11064/statm: 78720 14649 376 364 0 14638 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=16.29 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) R 11064 11066 11066 0 -1 4202496 8561 0 0 0 1628 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134545880 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11055/tid=11065] ppid=11053 vsize=325124 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 867144779 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 916240

[startup+51.1008 s]
/proc/loadavg: 4.08 2.77 1.25 5/222 11071
/proc/meminfo: memFree=31471560/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=325124 CPUtime=9.06 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 24096 935 1 0 897 9 0 0 25 0 2 0 867143860 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 81281 16144 1867 364 0 17199 0
[pid=11064] ppid=11055 vsize=314880 CPUtime=0.06 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 885 0 0 0 4 2 0 0 15 0 1 0 867144779 322437120 14649 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317583 0 0 16781312 514 5244863978537976068 0 0 17 0 0 0 0
/proc/11064/statm: 78720 14649 376 364 0 14638 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=41.86 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) R 11064 11066 11066 0 -1 4202496 8561 0 0 0 4185 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11055/tid=11065] ppid=11053 vsize=325124 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 867144779 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 916240

[startup+102.308 s]
/proc/loadavg: 4.03 2.96 1.40 5/223 11073
/proc/meminfo: memFree=31469172/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=325124 CPUtime=9.06 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 24096 935 1 0 897 9 0 0 25 0 2 0 867143860 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 81281 16144 1867 364 0 17199 0
[pid=11064] ppid=11055 vsize=314880 CPUtime=0.13 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 908 0 0 0 8 5 0 0 15 0 1 0 867144779 322437120 14649 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317583 0 0 16781312 514 5244863978537976068 0 0 17 0 0 0 0
/proc/11064/statm: 78720 14649 376 364 0 14638 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=93.03 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) R 11064 11066 11066 0 -1 4202496 8561 0 0 0 9302 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134537440 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11055/tid=11065] ppid=11053 vsize=325124 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 867144779 332926976 16144 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 916240

[startup+162.301 s]
/proc/loadavg: 4.01 3.14 1.56 5/226 11132
/proc/meminfo: memFree=31442492/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=335380 CPUtime=9.07 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 25002 935 1 0 898 9 0 0 20 0 3 0 867143860 343429120 16159 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11055/statm: 83845 16159 1878 364 0 19760 0
[pid=11064] ppid=11055 vsize=325124 CPUtime=0.14 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 1150 0 0 0 9 5 0 0 16 0 2 0 867144779 332926976 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11064/statm: 81281 14693 415 364 0 17199 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=100.53 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) T 11064 11066 11066 0 -1 4202496 8561 0 0 0 10052 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11064/tid=11079] ppid=11055 vsize=325124 CPUtime=0 cores=0,2
/proc/11064/task/11079/stat : 11079 (python) S 11055 11055 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867154842 332926976 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453934716736 0 0 -1 0 0 0 0
[pid=11080] ppid=11055 vsize=325136 CPUtime=0.07 cores=0,2
/proc/11080/stat : 11080 (python) S 11055 11055 10649 0 -1 4202560 903 0 0 0 3 4 0 0 15 0 1 0 867154843 332939264 14647 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317638 0 0 16781312 514 5244863978537976066 0 0 17 0 0 0 0
/proc/11080/statm: 81284 14647 370 364 0 17199 0
[pid=11082] ppid=11080 vsize=276240 CPUtime=52.41 cores=0,2
/proc/11082/stat : 11082 (hybridGM3) R 11080 11082 11082 0 -1 4202496 8566 0 0 0 5241 0 0 0 25 0 1 0 867154843 282869760 8299 33554432000 134512640 135204385 4289666880 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11082/statm: 69060 8299 64 169 0 68890 0
[pid=11055/tid=11065] ppid=11053 vsize=335380 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 3 0 867144779 343429120 16159 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11081] ppid=11053 vsize=335380 CPUtime=0 cores=0,2
/proc/11055/task/11081/stat : 11081 (python) S 11053 11055 10649 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 867154843 343429120 16159 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1538116

[startup+222.301 s]
/proc/loadavg: 4.00 3.30 1.71 5/238 11146
/proc/meminfo: memFree=31348556/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=345636 CPUtime=9.08 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 25846 935 1 0 899 9 0 0 20 0 4 0 867143860 353931264 16165 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 86409 16165 1880 364 0 22321 0
[pid=11064] ppid=11055 vsize=325124 CPUtime=0.14 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 1150 0 0 0 9 5 0 0 16 0 2 0 867144779 332926976 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11064/statm: 81281 14693 415 364 0 17199 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=100.53 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) T 11064 11066 11066 0 -1 4202496 8561 0 0 0 10052 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11064/tid=11079] ppid=11055 vsize=325124 CPUtime=0 cores=0,2
/proc/11064/task/11079/stat : 11079 (python) S 11055 11055 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867154842 332926976 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453934716736 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=31129096/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=386660 CPUtime=9.15 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 29660 935 1 0 905 10 0 0 20 0 8 0 867143860 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 96665 16189 1888 364 0 32565 0
[pid=11064] ppid=11055 vsize=325124 CPUtime=0.31 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 1202 0 0 0 18 13 0 0 15 0 2 0 867144779 332926976 14694 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11064/statm: 81281 14694 416 364 0 17199 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=197.6 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) T 11064 11066 11066 0 -1 4202496 8561 0 0 0 19759 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11064/tid=11079] ppid=11055 vsize=325124 CPUtime=0 cores=0,2
/proc/11064/task/11079/stat : 11079 (python) S 11055 11055 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867154842 332926976 14694 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453934716736 0 0 -1 0 0 0 0
[pid=11080] ppid=11055 vsize=325136 CPUtime=0.31 cores=0,2
/proc/11080/stat : 11080 (python) S 11055 11055 10649 0 -1 4202560 1112 0 0 0 17 14 0 0 15 0 2 0 867154843 332939264 14677 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11080/statm: 81284 14677 399 364 0 17199 0
[pid=11082] ppid=11080 vsize=276240 CPUtime=197.59 cores=0,2
/proc/11082/stat : 11082 (hybridGM3) T 11080 11082 11082 0 -1 4202496 8566 0 0 0 19759 0 0 0 25 0 1 0 867154843 282869760 8299 33554432000 134512640 135204385 4289666880 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11082/statm: 69060 8299 64 169 0 68890 0
[pid=11080/tid=11138] ppid=11055 vsize=325136 CPUtime=0 cores=0,2
/proc/11080/task/11138/stat : 11138 (python) S 11055 11055 10649 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867164908 332939264 14677 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453912945024 0 0 -1 0 0 0 0
[pid=11139] ppid=11055 vsize=335392 CPUtime=0.31 cores=0,2
/proc/11139/stat : 11139 (python) S 11055 11055 10649 0 -1 4202560 1112 0 0 0 17 14 0 0 15 0 2 0 867164909 343441408 14681 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11139/statm: 83848 14681 399 364 0 19760 0
[pid=11141] ppid=11139 vsize=276236 CPUtime=197.62 cores=0,2
/proc/11141/stat : 11141 (hybridGM3) T 11139 11141 11141 0 -1 4202496 8564 0 0 0 19760 2 0 0 25 0 1 0 867164909 282865664 8300 33554432000 134512640 135204385 4292362528 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11141/statm: 69059 8300 64 169 0 68889 0
[pid=11139/tid=11196] ppid=11055 vsize=335392 CPUtime=0 cores=0,2
/proc/11139/task/11196/stat : 11196 (python) S 11055 11055 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867174977 343441408 14681 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453972327296 0 0 -1 0 0 0 0
[pid=11314] ppid=11055 vsize=345648 CPUtime=0.14 cores=0,2
/proc/11314/stat : 11314 (python) S 11055 11055 10649 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 867194408 353943552 14685 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11314/statm: 86412 14685 399 364 0 22321 0
[pid=11316] ppid=11314 vsize=467024 CPUtime=99.99 cores=0,2
/proc/11316/stat : 11316 (TNM) T 11314 11316 11316 0 -1 4202496 6818 0 0 0 9998 1 0 0 25 0 1 0 867194408 478232576 6557 33554432000 134512640 135008748 4293658320 18446744073709551615 134529517 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11316/statm: 116756 6557 46 122 0 115656 0
[pid=11314/tid=11368] ppid=11055 vsize=345648 CPUtime=0 cores=0,2
/proc/11314/task/11368/stat : 11368 (python) S 11055 11055 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867204423 353943552 14685 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453943611648 0 0 -1 2 0 0 0
[pid=11381] ppid=11055 vsize=355904 CPUtime=0.32 cores=0,2
/proc/11381/stat : 11381 (python) S 11055 11055 10649 0 -1 4202560 1116 0 0 0 18 14 0 0 15 0 2 0 867214138 364445696 14689 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11381/statm: 88976 14689 399 364 0 24882 0
[pid=11383] ppid=11381 vsize=276244 CPUtime=195.54 cores=0,2
/proc/11383/stat : 11383 (hybridGM3) T 11381 11383 11383 0 -1 4202496 8566 0 0 0 19552 2 0 0 25 0 1 0 867214138 282873856 8302 33554432000 134512640 135204385 4289514016 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11383/statm: 69061 8302 64 169 0 68891 0
[pid=11381/tid=11393] ppid=11055 vsize=355904 CPUtime=0 cores=0,2
/proc/11381/task/11393/stat : 11393 (python) S 11055 11055 10649 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867224205 364445696 14689 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453946813376 0 0 -1 0 0 0 0
[pid=11407] ppid=11055 vsize=366160 CPUtime=0.32 cores=0,2
/proc/11407/stat : 11407 (python) S 11055 11055 10649 0 -1 4202560 1123 0 0 0 18 14 0 0 15 0 2 0 867233721 374947840 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11407/statm: 91540 14693 399 364 0 27443 0
[pid=11409] ppid=11407 vsize=276240 CPUtime=195.48 cores=0,2
/proc/11409/stat : 11409 (hybridGM3) T 11407 11409 11409 0 -1 4202496 8560 0 0 0 19547 1 0 0 25 0 1 0 867233722 282869760 8299 33554432000 134512640 135204385 4293388880 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11409/statm: 69060 8299 64 169 0 68890 0
[pid=11407/tid=11421] ppid=11055 vsize=366160 CPUtime=0 cores=0,2
/proc/11407/task/11421/stat : 11421 (python) S 11055 11055 10649 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 2 0 867243782 374947840 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453925745856 0 0 -1 0 0 0 0
[pid=11435] ppid=11055 vsize=376416 CPUtime=0.17 cores=0,2
/proc/11435/stat : 11435 (python) S 11055 11055 10649 0 -1 4202560 931 0 0 0 9 8 0 0 15 0 1 0 867253298 385449984 14667 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317638 0 0 16781312 514 5244863978537976066 0 0 17 0 0 0 0
/proc/11435/statm: 94104 14667 370 364 0 30004 0
[pid=11437] ppid=11435 vsize=276240 CPUtime=105.16 cores=0,2
/proc/11437/stat : 11437 (hybridGM3) R 11435 11437 11437 0 -1 4202496 8559 0 0 0 10515 1 0 0 25 0 1 0 867253298 282869760 8296 33554432000 134512640 135204385 4294872944 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11437/statm: 69060 8296 64 169 0 68890 0
[pid=11055/tid=11065] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867144779 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11081] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11081/stat : 11081 (python) S 11053 11055 10649 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867154843 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11140] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11140/stat : 11140 (python) S 11053 11055 10649 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 8 0 867164909 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11315] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11315/stat : 11315 (python) S 11053 11055 10649 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867194408 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11382] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11382/stat : 11382 (python) S 11053 11055 10649 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 867214138 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11408] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11408/stat : 11408 (python) S 11053 11055 10649 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 867233722 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11436] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11436/stat : 11436 (python) S 11053 11055 10649 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 867253298 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 4940900

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

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

[startup+1199.7 s]
/proc/loadavg: 3.98 4.01 3.21 5/265 11495
/proc/meminfo: memFree=31129096/32951124 swapFree=67056964/67111528
[pid=11055] ppid=11053 vsize=386660 CPUtime=9.15 cores=0,2
/proc/11055/stat : 11055 (python) S 11053 11055 10649 0 -1 4202496 29660 935 1 0 905 10 0 0 20 0 8 0 867143860 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11055/statm: 96665 16189 1888 364 0 32565 0
[pid=11064] ppid=11055 vsize=325124 CPUtime=0.31 cores=0,2
/proc/11064/stat : 11064 (python) S 11055 11055 10649 0 -1 4202560 1202 0 0 0 18 13 0 0 15 0 2 0 867144779 332926976 14694 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11064/statm: 81281 14694 416 364 0 17199 0
[pid=11066] ppid=11064 vsize=276236 CPUtime=197.6 cores=0,2
/proc/11066/stat : 11066 (hybridGM3) T 11064 11066 11066 0 -1 4202496 8561 0 0 0 19759 1 0 0 25 0 1 0 867144779 282865664 8301 33554432000 134512640 135204385 4289651792 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11066/statm: 69059 8301 64 169 0 68889 0
[pid=11064/tid=11079] ppid=11055 vsize=325124 CPUtime=0 cores=0,2
/proc/11064/task/11079/stat : 11079 (python) S 11055 11055 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867154842 332926976 14694 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453934716736 0 0 -1 0 0 0 0
[pid=11080] ppid=11055 vsize=325136 CPUtime=0.31 cores=0,2
/proc/11080/stat : 11080 (python) S 11055 11055 10649 0 -1 4202560 1112 0 0 0 17 14 0 0 15 0 2 0 867154843 332939264 14677 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11080/statm: 81284 14677 399 364 0 17199 0
[pid=11082] ppid=11080 vsize=276240 CPUtime=197.59 cores=0,2
/proc/11082/stat : 11082 (hybridGM3) T 11080 11082 11082 0 -1 4202496 8566 0 0 0 19759 0 0 0 25 0 1 0 867154843 282869760 8299 33554432000 134512640 135204385 4289666880 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11082/statm: 69060 8299 64 169 0 68890 0
[pid=11080/tid=11138] ppid=11055 vsize=325136 CPUtime=0 cores=0,2
/proc/11080/task/11138/stat : 11138 (python) S 11055 11055 10649 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867164908 332939264 14677 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453912945024 0 0 -1 0 0 0 0
[pid=11139] ppid=11055 vsize=335392 CPUtime=0.31 cores=0,2
/proc/11139/stat : 11139 (python) S 11055 11055 10649 0 -1 4202560 1112 0 0 0 17 14 0 0 15 0 2 0 867164909 343441408 14681 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11139/statm: 83848 14681 399 364 0 19760 0
[pid=11141] ppid=11139 vsize=276236 CPUtime=197.62 cores=0,2
/proc/11141/stat : 11141 (hybridGM3) T 11139 11141 11141 0 -1 4202496 8564 0 0 0 19760 2 0 0 25 0 1 0 867164909 282865664 8300 33554432000 134512640 135204385 4292362528 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11141/statm: 69059 8300 64 169 0 68889 0
[pid=11139/tid=11196] ppid=11055 vsize=335392 CPUtime=0 cores=0,2
/proc/11139/task/11196/stat : 11196 (python) S 11055 11055 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867174977 343441408 14681 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453972327296 0 0 -1 0 0 0 0
[pid=11314] ppid=11055 vsize=345648 CPUtime=0.14 cores=0,2
/proc/11314/stat : 11314 (python) S 11055 11055 10649 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 867194408 353943552 14685 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11314/statm: 86412 14685 399 364 0 22321 0
[pid=11316] ppid=11314 vsize=467024 CPUtime=99.99 cores=0,2
/proc/11316/stat : 11316 (TNM) T 11314 11316 11316 0 -1 4202496 6818 0 0 0 9998 1 0 0 25 0 1 0 867194408 478232576 6557 33554432000 134512640 135008748 4293658320 18446744073709551615 134529517 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11316/statm: 116756 6557 46 122 0 115656 0
[pid=11314/tid=11368] ppid=11055 vsize=345648 CPUtime=0 cores=0,2
/proc/11314/task/11368/stat : 11368 (python) S 11055 11055 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867204423 353943552 14685 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453943611648 0 0 -1 2 0 0 0
[pid=11381] ppid=11055 vsize=355904 CPUtime=0.32 cores=0,2
/proc/11381/stat : 11381 (python) S 11055 11055 10649 0 -1 4202560 1116 0 0 0 18 14 0 0 15 0 2 0 867214138 364445696 14689 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11381/statm: 88976 14689 399 364 0 24882 0
[pid=11383] ppid=11381 vsize=276244 CPUtime=195.54 cores=0,2
/proc/11383/stat : 11383 (hybridGM3) T 11381 11383 11383 0 -1 4202496 8566 0 0 0 19552 2 0 0 25 0 1 0 867214138 282873856 8302 33554432000 134512640 135204385 4289514016 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11383/statm: 69061 8302 64 169 0 68891 0
[pid=11381/tid=11393] ppid=11055 vsize=355904 CPUtime=0 cores=0,2
/proc/11381/task/11393/stat : 11393 (python) S 11055 11055 10649 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867224205 364445696 14689 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453946813376 0 0 -1 0 0 0 0
[pid=11407] ppid=11055 vsize=366160 CPUtime=0.32 cores=0,2
/proc/11407/stat : 11407 (python) S 11055 11055 10649 0 -1 4202560 1123 0 0 0 18 14 0 0 15 0 2 0 867233721 374947840 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11407/statm: 91540 14693 399 364 0 27443 0
[pid=11409] ppid=11407 vsize=276240 CPUtime=195.48 cores=0,2
/proc/11409/stat : 11409 (hybridGM3) T 11407 11409 11409 0 -1 4202496 8560 0 0 0 19547 1 0 0 25 0 1 0 867233722 282869760 8299 33554432000 134512640 135204385 4293388880 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11409/statm: 69060 8299 64 169 0 68890 0
[pid=11407/tid=11421] ppid=11055 vsize=366160 CPUtime=0 cores=0,2
/proc/11407/task/11421/stat : 11421 (python) S 11055 11055 10649 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 2 0 867243782 374947840 14693 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 514 18446604453925745856 0 0 -1 0 0 0 0
[pid=11435] ppid=11055 vsize=376416 CPUtime=0.17 cores=0,2
/proc/11435/stat : 11435 (python) S 11055 11055 10649 0 -1 4202560 931 0 0 0 9 8 0 0 15 0 1 0 867253298 385449984 14667 33554432000 4194304 5683644 140734631065072 18446744073709551615 233510317638 0 0 16781312 514 5244863978537976066 0 0 17 0 0 0 0
/proc/11435/statm: 94104 14667 370 364 0 30004 0
[pid=11437] ppid=11435 vsize=276240 CPUtime=105.16 cores=0,2
/proc/11437/stat : 11437 (hybridGM3) R 11435 11437 11437 0 -1 4202496 8559 0 0 0 10515 1 0 0 25 0 1 0 867253298 282869760 8296 33554432000 134512640 135204385 4294872944 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11437/statm: 69060 8296 64 169 0 68890 0
[pid=11055/tid=11065] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11065/stat : 11065 (python) S 11053 11055 10649 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 8 0 867144779 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11081] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11081/stat : 11081 (python) S 11053 11055 10649 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867154843 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11140] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11140/stat : 11140 (python) S 11053 11055 10649 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 8 0 867164909 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11315] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11315/stat : 11315 (python) S 11053 11055 10649 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 867194408 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11382] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11382/stat : 11382 (python) S 11053 11055 10649 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 8 0 867214138 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
[pid=11055/tid=11408] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11408/stat : 11408 (python) S 11053 11055 10649 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 8 0 867233722 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 2 0 0 0
[pid=11055/tid=11436] ppid=11053 vsize=386660 CPUtime=0 cores=0,2
/proc/11055/task/11436/stat : 11436 (python) S 11053 11055 10649 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 867253298 395939840 16189 33554432000 4194304 5683644 140734631065072 18446744073709551615 233522121137 0 0 16781312 2 18446604453917960896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 4940900

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11055 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=55623
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=113982
# CPU time returned by wait4() is 9.16961
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.75
CPU time (s): 1200.01
CPU user time (s): 1199
CPU system time (s): 1.01
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 4940904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.05562
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30600
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= 1009
involuntary context switches= 63

runsolver used 2.98455 second user time and 5.59615 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:08:00
IDJOB=3484097
IDBENCH=82608
IDSOLVER=1975
FILE ID=node145/3484097-1307747280
RUNJOBID= node145-1307746987-10667
PBS_JOBID= 13550815
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-v40000-c168000-S1184456903-078-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-3484097-1307747280/watcher-3484097-1307747280 -o /tmp/evaluation-result-3484097-1307747280/solver-3484097-1307747280 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484097-1307747280.cnf -seed 66036071 -budget 1200

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=66036071

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31615372 kB
Buffers:        110244 kB
Cached:         818836 kB
SwapCached:       7976 kB
Active:         641856 kB
Inactive:       543532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31615372 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           71680 kB
Writeback:           0 kB
AnonPages:      254160 kB
Mapped:          20136 kB
Slab:            79312 kB
PageTables:      10804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3979640 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= 73864 MiB
End job on node145 at 2011-06-11 01:28:02