Trace number 3484099

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.03 1199.16

General information on the benchmark

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

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3484099-1307747304.cnf
0.31/0.45	c INFO: computing task features
0.90/1.03	c INFO: computed variable-clause graph statistics
0.90/1.06	c INFO: computed clause balance statistics
3.49/3.60	c INFO: computed variable balance statistics
5.49/5.69	c INFO: computed small-clause counts
5.59/5.70	c INFO: computed Horn-clause counts
7.09/7.27	c INFO: computed variable graph statistics
7.09/7.27	c INFO: collected features for HOME/instance-3484099-1307747304.cnf in 6.80 s
7.09/7.28	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.36)
107.39/107.49	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.22)
207.86/207.71	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.14)
308.05/307.94	c INFO: running hybridGM3@100 for 97 with 892 remaining (b = 0.11)
404.29/404.08	c INFO: running hybridGM3@100 for 97 with 796 remaining (b = 0.11)
501.63/501.21	c INFO: running TNM@0 for 97 with 699 remaining (b = 0.13)
601.73/601.34	c INFO: running hybridGM3@100 for 97 with 599 remaining (b = 0.10)
698.91/698.47	c INFO: running hybridGM3@0 for 97 with 502 remaining (b = 0.10)
799.14/798.67	c INFO: running hybridGM3@100 for 97 with 402 remaining (b = 0.08)
894.29/893.79	c INFO: running hybridGM3@0 for 97 with 307 remaining (b = 0.07)
993.74/993.01	c INFO: running hybridGM3@99 for 97 with 208 remaining (b = 0.06)
1088.88/1088.14	c INFO: running hybridGM3@0 for 113 with 113 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-3484099-1307747304/watcher-3484099-1307747304 -o /tmp/evaluation-result-3484099-1307747304/solver-3484099-1307747304 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484099-1307747304.cnf -seed 2095343171 -budget 1200 

running on 2 cores: 4,6

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: 4.00 2.60 1.14 5/218 10963
/proc/meminfo: memFree=31679044/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=15380 CPUtime=0 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 886328405 15749120 679 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/10963/statm: 3845 679 322 364 0 332 0

[startup+0.0356009 s]
/proc/loadavg: 4.00 2.60 1.14 5/218 10963
/proc/meminfo: memFree=31679044/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=18888 CPUtime=0.01 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 1286 0 0 0 1 0 0 0 25 0 1 0 886328405 19341312 1137 33554432000 4194304 5683644 140737197299872 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 4722 1137 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100952 s]
/proc/loadavg: 4.00 2.60 1.14 5/218 10963
/proc/meminfo: memFree=31679044/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=104616 CPUtime=0.06 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 3100 0 0 0 5 1 0 0 17 0 1 0 886328405 107126784 2778 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/10963/statm: 26154 2778 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.304564 s]
/proc/loadavg: 4.00 2.60 1.14 5/218 10963
/proc/meminfo: memFree=31679044/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=198920 CPUtime=0.23 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 7029 931 1 0 18 5 0 0 18 0 1 0 886328405 203694080 5053 33554432000 4194304 5683644 140737197299872 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700507 s]
/proc/loadavg: 4.00 2.60 1.14 5/218 10963
/proc/meminfo: memFree=31679044/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=295848 CPUtime=0.59 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 13594 931 1 0 52 7 0 0 18 0 1 0 886328405 302948352 11264 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 73962 11264 1761 364 0 9886 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 295848

[startup+1.50038 s]
/proc/loadavg: 4.00 2.60 1.14 5/219 10968
/proc/meminfo: memFree=31630204/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=312972 CPUtime=1.39 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 21979 931 1 0 130 9 0 0 20 0 1 0 886328405 320483328 15627 33554432000 4194304 5683644 140737197299872 18446744073709551615 228243997806 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 78243 15627 1826 364 0 14167 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 312972

[startup+3.1011 s]
/proc/loadavg: 4.00 2.62 1.15 5/219 10968
/proc/meminfo: memFree=31622840/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=312972 CPUtime=2.99 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 21979 931 1 0 290 9 0 0 25 0 1 0 886328405 320483328 15627 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244008871 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 78243 15627 1826 364 0 14167 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 312972

[startup+6.30052 s]
/proc/loadavg: 4.00 2.62 1.15 5/219 10968
/proc/meminfo: memFree=31621972/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=312972 CPUtime=6.19 cores=4,6
/proc/10963/stat : 10963 (python) R 10961 10963 10635 0 -1 4202496 21986 931 1 0 610 9 0 0 25 0 1 0 886328405 320483328 15634 33554432000 4194304 5683644 140737197299872 18446744073709551615 47915552778380 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10963/statm: 78243 15634 1833 364 0 14167 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 312972

[startup+12.7004 s]
/proc/loadavg: 4.00 2.67 1.18 5/222 10972
/proc/meminfo: memFree=31591396/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=320508 CPUtime=7.17 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 22275 931 1 0 708 9 0 0 25 0 2 0 886328405 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 80127 14997 1875 364 0 16045 0
[pid=10969] ppid=10963 vsize=310264 CPUtime=0 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 863 0 0 0 0 0 0 0 15 0 1 0 886329134 317710336 13494 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368911 0 0 16781312 514 3292407309321339139 0 0 17 6 0 0 0
/proc/10969/statm: 77566 13494 376 364 0 13484 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=5.4 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) R 10969 10971 10971 0 -1 4202496 8085 0 0 0 540 0 0 0 25 0 1 0 886329134 274862080 7819 33554432000 134512640 135204385 4292583072 18446744073709551615 134545837 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7819 64 169 0 66935 0
[pid=10963/tid=10970] ppid=10961 vsize=320508 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 886329134 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 899192

[startup+25.5011 s]
/proc/loadavg: 4.08 2.73 1.22 5/222 10972
/proc/meminfo: memFree=31591636/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=320508 CPUtime=7.17 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 22275 931 1 0 708 9 0 0 25 0 2 0 886328405 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 80127 14997 1875 364 0 16045 0
[pid=10969] ppid=10963 vsize=310264 CPUtime=0.02 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 869 0 0 0 1 1 0 0 15 0 1 0 886329134 317710336 13494 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368911 0 0 16781312 514 3636428000683065603 0 0 17 6 0 0 0
/proc/10969/statm: 77566 13494 376 364 0 13484 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=18.2 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) R 10969 10971 10971 0 -1 4202496 8086 0 0 0 1820 0 0 0 25 0 1 0 886329134 274862080 7820 33554432000 134512640 135204385 4292583072 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7820 64 169 0 66935 0
[pid=10963/tid=10970] ppid=10961 vsize=320508 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 886329134 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 899192

[startup+51.1006 s]
/proc/loadavg: 4.12 2.84 1.29 5/226 10977
/proc/meminfo: memFree=31581664/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=320508 CPUtime=7.17 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 22275 931 1 0 708 9 0 0 25 0 2 0 886328405 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 80127 14997 1875 364 0 16045 0
[pid=10969] ppid=10963 vsize=310264 CPUtime=0.05 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 880 0 0 0 2 3 0 0 15 0 1 0 886329134 317710336 13494 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368911 0 0 16781312 514 3636428000683065603 0 0 17 6 0 0 0
/proc/10969/statm: 77566 13494 376 364 0 13484 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=43.8 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) R 10969 10971 10971 0 -1 4202496 8087 0 0 0 4380 0 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134537290 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10963/tid=10970] ppid=10961 vsize=320508 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 886329134 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 899192

[startup+102.308 s]
/proc/loadavg: 4.12 3.05 1.45 5/234 10986
/proc/meminfo: memFree=31564996/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=320508 CPUtime=7.17 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 22275 931 1 0 708 9 0 0 25 0 2 0 886328405 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 80127 14997 1875 364 0 16045 0
[pid=10969] ppid=10963 vsize=310264 CPUtime=0.12 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 904 0 0 0 6 6 0 0 15 0 1 0 886329134 317710336 13494 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368911 0 0 16781312 514 3636428000683065603 0 0 17 6 0 0 0
/proc/10969/statm: 77566 13494 376 364 0 13484 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=95.01 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) R 10969 10971 10971 0 -1 4202496 8087 0 0 0 9501 0 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10963/tid=10970] ppid=10961 vsize=320508 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 2 0 886329134 328200192 14997 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 899192

[startup+162.301 s]
/proc/loadavg: 4.05 3.21 1.60 5/242 10996
/proc/meminfo: memFree=31518744/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=330764 CPUtime=7.18 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 23163 931 1 0 709 9 0 0 20 0 3 0 886328405 338702336 15004 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 82691 15004 1878 364 0 18606 0
[pid=10969] ppid=10963 vsize=320508 CPUtime=0.13 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 1145 0 0 0 6 7 0 0 16 0 2 0 886329134 328200192 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10969/statm: 80127 13538 415 364 0 16045 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=100.19 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) T 10969 10971 10971 0 -1 4202496 8087 0 0 0 10019 0 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10969/tid=10987] ppid=10963 vsize=320508 CPUtime=0 cores=4,6
/proc/10969/task/10987/stat : 10987 (python) S 10963 10963 10635 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886339154 328200192 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453679266560 0 0 -1 6 0 0 0
[pid=10988] ppid=10963 vsize=320520 CPUtime=0.07 cores=4,6
/proc/10988/stat : 10988 (python) S 10963 10963 10635 0 -1 4202560 902 0 0 0 4 3 0 0 15 0 1 0 886339155 328212480 13492 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368966 0 0 16781312 514 3636428000683065602 0 0 17 6 0 0 0
/proc/10988/statm: 80130 13492 370 364 0 16045 0
[pid=10990] ppid=10988 vsize=268420 CPUtime=54.8 cores=4,6
/proc/10990/stat : 10990 (hybridGM3) R 10988 10990 10990 0 -1 4202496 8085 0 0 0 5479 1 0 0 25 0 1 0 886339155 274862080 7822 33554432000 134512640 135204385 4290953216 18446744073709551615 134537272 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10990/statm: 67105 7822 64 169 0 66935 0
[pid=10963/tid=10970] ppid=10961 vsize=330764 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 3 0 886329134 338702336 15004 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=10989] ppid=10961 vsize=330764 CPUtime=0 cores=4,6
/proc/10963/task/10989/stat : 10989 (python) S 10961 10963 10635 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 886339155 338702336 15004 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 1508632

[startup+222.301 s]
/proc/loadavg: 4.01 3.36 1.76 5/254 11009
/proc/meminfo: memFree=31464528/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=341020 CPUtime=7.19 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 24004 931 1 0 709 10 0 0 20 0 4 0 886328405 349204480 15010 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10963/statm: 85255 15010 1880 364 0 21167 0
[pid=10969] ppid=10963 vsize=320508 CPUtime=0.13 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 1145 0 0 0 6 7 0 0 16 0 2 0 886329134 328200192 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10969/statm: 80127 13538 415 364 0 16045 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=100.19 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) T 10969 10971 10971 0 -1 4202496 8087 0 0 0 10019 0 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10969/tid=10987] ppid=10963 vsize=320508 CPUtime=0 cores=4,6
/proc/10969/task/10987/stat : 10987 (python) S 10963 10963 10635 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 886339154 328200192 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453679266560 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=31228952/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=382044 CPUtime=7.26 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 27879 931 1 0 715 11 0 0 19 0 8 0 886328405 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 95511 15034 1888 364 0 31411 0
[pid=10969] ppid=10963 vsize=320508 CPUtime=0.28 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 1201 0 0 0 16 12 0 0 16 0 2 0 886329134 328200192 13539 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10969/statm: 80127 13539 416 364 0 16045 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=196.32 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) T 10969 10971 10971 0 -1 4202496 8087 0 0 0 19627 5 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134536952 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10969/tid=10987] ppid=10963 vsize=320508 CPUtime=0 cores=4,6
/proc/10969/task/10987/stat : 10987 (python) S 10963 10963 10635 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886339154 328200192 13539 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453679266560 0 0 -1 6 0 0 0
[pid=10988] ppid=10963 vsize=320520 CPUtime=0.29 cores=4,6
/proc/10988/stat : 10988 (python) S 10963 10963 10635 0 -1 4202560 1108 0 0 0 16 13 0 0 15 0 2 0 886339155 328212480 13522 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10988/statm: 80130 13522 399 364 0 16045 0
[pid=10990] ppid=10988 vsize=268420 CPUtime=197.32 cores=4,6
/proc/10990/stat : 10990 (hybridGM3) T 10988 10990 10990 0 -1 4202496 8090 0 0 0 19730 2 0 0 25 0 1 0 886339155 274862080 7827 33554432000 134512640 135204385 4290953216 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10990/statm: 67105 7827 64 169 0 66935 0
[pid=10988/tid=11006] ppid=10963 vsize=320520 CPUtime=0 cores=4,6
/proc/10988/task/11006/stat : 11006 (python) S 10963 10963 10635 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886349176 328212480 13522 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453741686912 0 0 -1 6 0 0 0
[pid=11007] ppid=10963 vsize=330776 CPUtime=0.28 cores=4,6
/proc/11007/stat : 11007 (python) S 10963 10963 10635 0 -1 4202560 1113 0 0 0 14 14 0 0 15 0 2 0 886349177 338714624 13526 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 82694 13526 399 364 0 18606 0
[pid=11009] ppid=11007 vsize=268428 CPUtime=197.12 cores=4,6
/proc/11009/stat : 11009 (hybridGM3) T 11007 11009 11009 0 -1 4202496 8095 0 0 0 19709 3 0 0 25 0 1 0 886349177 274870272 7833 33554432000 134512640 135204385 4287551328 18446744073709551615 134537405 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11009/statm: 67107 7833 64 169 0 66937 0
[pid=11007/tid=11066] ppid=10963 vsize=330776 CPUtime=0 cores=4,6
/proc/11007/task/11066/stat : 11066 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886359199 338714624 13526 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453982406784 0 0 -1 4 0 0 0
[pid=11325] ppid=10963 vsize=341032 CPUtime=0.13 cores=4,6
/proc/11325/stat : 11325 (python) S 10963 10963 10635 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 886378527 349216768 13530 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11325/statm: 85258 13530 399 364 0 21167 0
[pid=11327] ppid=11325 vsize=465044 CPUtime=100.02 cores=4,6
/proc/11327/stat : 11327 (TNM) T 11325 11327 11327 0 -1 4202496 6007 0 0 0 10002 0 0 0 25 0 1 0 886378527 476205056 5749 33554432000 134512640 135008748 4290239472 18446744073709551615 134527773 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11327/statm: 116261 5749 46 122 0 115161 0
[pid=11325/tid=11338] ppid=10963 vsize=341032 CPUtime=0 cores=4,6
/proc/11325/task/11338/stat : 11338 (python) S 10963 10963 10635 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886388539 349216768 13530 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453869397824 0 0 -1 6 0 0 0
[pid=11350] ppid=10963 vsize=351288 CPUtime=0.26 cores=4,6
/proc/11350/stat : 11350 (python) S 10963 10963 10635 0 -1 4202560 1114 0 0 0 14 12 0 0 15 0 2 0 886398252 359718912 13534 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11350/statm: 87822 13534 399 364 0 23728 0
[pid=11352] ppid=11350 vsize=268424 CPUtime=195.13 cores=4,6
/proc/11352/stat : 11352 (hybridGM3) T 11350 11352 11352 0 -1 4202496 8090 0 0 0 19512 1 0 0 25 0 1 0 886398253 274866176 7828 33554432000 134512640 135204385 4292087776 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11352/statm: 67106 7828 64 169 0 66936 0
[pid=11350/tid=11361] ppid=10963 vsize=351288 CPUtime=0 cores=4,6
/proc/11350/task/11361/stat : 11361 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886408272 359718912 13534 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453982550208 0 0 -1 4 0 0 0
[pid=11367] ppid=10963 vsize=361544 CPUtime=0.29 cores=4,6
/proc/11367/stat : 11367 (python) S 10963 10963 10635 0 -1 4202560 1117 0 0 0 17 12 0 0 16 0 2 0 886417785 370221056 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11367/statm: 90386 13538 399 364 0 26289 0
[pid=11369] ppid=11367 vsize=268424 CPUtime=194.24 cores=4,6
/proc/11369/stat : 11369 (hybridGM3) T 11367 11369 11369 0 -1 4202496 8092 0 0 0 19423 1 0 0 25 0 1 0 886417786 274866176 7831 33554432000 134512640 135204385 4292604240 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11369/statm: 67106 7831 64 169 0 66936 0
[pid=11367/tid=11378] ppid=10963 vsize=361544 CPUtime=0 cores=4,6
/proc/11367/task/11378/stat : 11378 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886427706 370221056 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453847479232 0 0 -1 4 0 0 0
[pid=11388] ppid=10963 vsize=371800 CPUtime=0.14 cores=4,6
/proc/11388/stat : 11388 (python) S 10963 10963 10635 0 -1 4202560 928 0 0 0 8 6 0 0 15 0 1 0 886437220 380723200 13512 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368966 0 0 16781312 514 3636428000683065604 0 0 17 6 0 0 0
/proc/11388/statm: 92950 13512 370 364 0 28850 0
[pid=11390] ppid=11388 vsize=268424 CPUtime=110.95 cores=4,6
/proc/11390/stat : 11390 (hybridGM3) R 11388 11390 11390 0 -1 4202496 8091 0 0 0 11094 1 0 0 25 0 1 0 886437221 274866176 7824 33554432000 134512640 135204385 4292287664 18446744073709551615 134536961 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11390/statm: 67106 7824 64 169 0 66936 0
[pid=10963/tid=10970] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886329134 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=10989] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/10989/stat : 10989 (python) S 10961 10963 10635 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886339155 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=11008] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11008/stat : 11008 (python) S 10961 10963 10635 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886349177 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=11326] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11326/stat : 11326 (python) S 10961 10963 10635 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 886378527 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11351] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11351/stat : 11351 (python) S 10961 10963 10635 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 886398253 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11368] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11368/stat : 11368 (python) S 10961 10963 10635 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 886417785 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11389] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11389/stat : 11389 (python) S 10961 10963 10635 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 886437220 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4855096

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

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

[startup+1199.1 s]
/proc/loadavg: 3.00 3.06 2.64 4/231 11447
/proc/meminfo: memFree=31228952/32951124 swapFree=67056676/67111528
[pid=10963] ppid=10961 vsize=382044 CPUtime=7.26 cores=4,6
/proc/10963/stat : 10963 (python) S 10961 10963 10635 0 -1 4202496 27879 931 1 0 715 11 0 0 19 0 8 0 886328405 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10963/statm: 95511 15034 1888 364 0 31411 0
[pid=10969] ppid=10963 vsize=320508 CPUtime=0.28 cores=4,6
/proc/10969/stat : 10969 (python) S 10963 10963 10635 0 -1 4202560 1201 0 0 0 16 12 0 0 16 0 2 0 886329134 328200192 13539 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10969/statm: 80127 13539 416 364 0 16045 0
[pid=10971] ppid=10969 vsize=268420 CPUtime=196.32 cores=4,6
/proc/10971/stat : 10971 (hybridGM3) T 10969 10971 10971 0 -1 4202496 8087 0 0 0 19627 5 0 0 25 0 1 0 886329134 274862080 7821 33554432000 134512640 135204385 4292583072 18446744073709551615 134536952 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10971/statm: 67105 7821 64 169 0 66935 0
[pid=10969/tid=10987] ppid=10963 vsize=320508 CPUtime=0 cores=4,6
/proc/10969/task/10987/stat : 10987 (python) S 10963 10963 10635 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886339154 328200192 13539 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453679266560 0 0 -1 6 0 0 0
[pid=10988] ppid=10963 vsize=320520 CPUtime=0.29 cores=4,6
/proc/10988/stat : 10988 (python) S 10963 10963 10635 0 -1 4202560 1108 0 0 0 16 13 0 0 15 0 2 0 886339155 328212480 13522 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10988/statm: 80130 13522 399 364 0 16045 0
[pid=10990] ppid=10988 vsize=268420 CPUtime=197.32 cores=4,6
/proc/10990/stat : 10990 (hybridGM3) T 10988 10990 10990 0 -1 4202496 8090 0 0 0 19730 2 0 0 25 0 1 0 886339155 274862080 7827 33554432000 134512640 135204385 4290953216 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/10990/statm: 67105 7827 64 169 0 66935 0
[pid=10988/tid=11006] ppid=10963 vsize=320520 CPUtime=0 cores=4,6
/proc/10988/task/11006/stat : 11006 (python) S 10963 10963 10635 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886349176 328212480 13522 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453741686912 0 0 -1 6 0 0 0
[pid=11007] ppid=10963 vsize=330776 CPUtime=0.28 cores=4,6
/proc/11007/stat : 11007 (python) S 10963 10963 10635 0 -1 4202560 1113 0 0 0 14 14 0 0 15 0 2 0 886349177 338714624 13526 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 82694 13526 399 364 0 18606 0
[pid=11009] ppid=11007 vsize=268428 CPUtime=197.12 cores=4,6
/proc/11009/stat : 11009 (hybridGM3) T 11007 11009 11009 0 -1 4202496 8095 0 0 0 19709 3 0 0 25 0 1 0 886349177 274870272 7833 33554432000 134512640 135204385 4287551328 18446744073709551615 134537405 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11009/statm: 67107 7833 64 169 0 66937 0
[pid=11007/tid=11066] ppid=10963 vsize=330776 CPUtime=0 cores=4,6
/proc/11007/task/11066/stat : 11066 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886359199 338714624 13526 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453982406784 0 0 -1 4 0 0 0
[pid=11325] ppid=10963 vsize=341032 CPUtime=0.13 cores=4,6
/proc/11325/stat : 11325 (python) S 10963 10963 10635 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 886378527 349216768 13530 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11325/statm: 85258 13530 399 364 0 21167 0
[pid=11327] ppid=11325 vsize=465044 CPUtime=100.02 cores=4,6
/proc/11327/stat : 11327 (TNM) T 11325 11327 11327 0 -1 4202496 6007 0 0 0 10002 0 0 0 25 0 1 0 886378527 476205056 5749 33554432000 134512640 135008748 4290239472 18446744073709551615 134527773 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11327/statm: 116261 5749 46 122 0 115161 0
[pid=11325/tid=11338] ppid=10963 vsize=341032 CPUtime=0 cores=4,6
/proc/11325/task/11338/stat : 11338 (python) S 10963 10963 10635 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886388539 349216768 13530 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453869397824 0 0 -1 6 0 0 0
[pid=11350] ppid=10963 vsize=351288 CPUtime=0.26 cores=4,6
/proc/11350/stat : 11350 (python) S 10963 10963 10635 0 -1 4202560 1114 0 0 0 14 12 0 0 15 0 2 0 886398252 359718912 13534 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11350/statm: 87822 13534 399 364 0 23728 0
[pid=11352] ppid=11350 vsize=268424 CPUtime=195.13 cores=4,6
/proc/11352/stat : 11352 (hybridGM3) T 11350 11352 11352 0 -1 4202496 8090 0 0 0 19512 1 0 0 25 0 1 0 886398253 274866176 7828 33554432000 134512640 135204385 4292087776 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11352/statm: 67106 7828 64 169 0 66936 0
[pid=11350/tid=11361] ppid=10963 vsize=351288 CPUtime=0 cores=4,6
/proc/11350/task/11361/stat : 11361 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886408272 359718912 13534 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453982550208 0 0 -1 4 0 0 0
[pid=11367] ppid=10963 vsize=361544 CPUtime=0.29 cores=4,6
/proc/11367/stat : 11367 (python) S 10963 10963 10635 0 -1 4202560 1117 0 0 0 17 12 0 0 16 0 2 0 886417785 370221056 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11367/statm: 90386 13538 399 364 0 26289 0
[pid=11369] ppid=11367 vsize=268424 CPUtime=194.24 cores=4,6
/proc/11369/stat : 11369 (hybridGM3) T 11367 11369 11369 0 -1 4202496 8092 0 0 0 19423 1 0 0 25 0 1 0 886417786 274866176 7831 33554432000 134512640 135204385 4292604240 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11369/statm: 67106 7831 64 169 0 66936 0
[pid=11367/tid=11378] ppid=10963 vsize=361544 CPUtime=0 cores=4,6
/proc/11367/task/11378/stat : 11378 (python) S 10963 10963 10635 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886427706 370221056 13538 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 514 18446604453847479232 0 0 -1 4 0 0 0
[pid=11388] ppid=10963 vsize=371800 CPUtime=0.14 cores=4,6
/proc/11388/stat : 11388 (python) S 10963 10963 10635 0 -1 4202560 928 0 0 0 8 6 0 0 15 0 1 0 886437220 380723200 13512 33554432000 4194304 5683644 140737197299872 18446744073709551615 228244368966 0 0 16781312 514 3636428000683065604 0 0 17 6 0 0 0
/proc/11388/statm: 92950 13512 370 364 0 28850 0
[pid=11390] ppid=11388 vsize=268424 CPUtime=110.95 cores=4,6
/proc/11390/stat : 11390 (hybridGM3) R 11388 11390 11390 0 -1 4202496 8091 0 0 0 11094 1 0 0 25 0 1 0 886437221 274866176 7824 33554432000 134512640 135204385 4292287664 18446744073709551615 134536961 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11390/statm: 67106 7824 64 169 0 66936 0
[pid=10963/tid=10970] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/10970/stat : 10970 (python) S 10961 10963 10635 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 886329134 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=10989] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/10989/stat : 10989 (python) S 10961 10963 10635 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 886339155 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=11008] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11008/stat : 11008 (python) S 10961 10963 10635 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 886349177 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 4 0 0 0
[pid=10963/tid=11326] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11326/stat : 11326 (python) S 10961 10963 10635 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 886378527 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11351] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11351/stat : 11351 (python) S 10961 10963 10635 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 886398253 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11368] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11368/stat : 11368 (python) S 10961 10963 10635 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 886417785 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
[pid=10963/tid=11389] ppid=10961 vsize=382044 CPUtime=0 cores=4,6
/proc/10963/task/11389/stat : 11389 (python) S 10961 10963 10635 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 886437220 391213056 15034 33554432000 4194304 5683644 140737197299872 18446744073709551615 228256172465 0 0 16781312 2 18446604453887481088 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4855096

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.16
CPU time (s): 1200.03
CPU user time (s): 1199.04
CPU system time (s): 0.99
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 4855096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.15591
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28815
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= 1015
involuntary context switches= 53

runsolver used 3.01254 second user time and 5.34519 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-11 01:08:24
IDJOB=3484099
IDBENCH=82610
IDSOLVER=1975
FILE ID=node136/3484099-1307747304
RUNJOBID= node136-1307746989-10654
PBS_JOBID= 13550822
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S970100151-015-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-3484099-1307747304/watcher-3484099-1307747304 -o /tmp/evaluation-result-3484099-1307747304/solver-3484099-1307747304 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484099-1307747304.cnf -seed 2095343171 -budget 1200

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=2095343171

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:      31679472 kB
Buffers:        221184 kB
Cached:         696408 kB
SwapCached:       8764 kB
Active:         644968 kB
Inactive:       417036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31679472 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           67400 kB
Writeback:           0 kB
AnonPages:      141784 kB
Mapped:          21108 kB
Slab:           136932 kB
PageTables:      12260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7089324 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= 73936 MiB
End job on node136 at 2011-06-11 01:28:26