Trace number 3498364

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-industrial (fixed)? (MO) 3768.58 3763.45

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.35/0.79	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.79	c INFO: solving HOME/instance-3498364-1307953258.cnf
0.35/0.79	c INFO: computing task features
3.03/3.46	c INFO: computed variable-clause graph statistics
3.13/3.56	c INFO: computed clause balance statistics
15.23/15.69	c INFO: computed variable balance statistics
23.93/24.34	c INFO: computed small-clause counts
24.13/24.51	c INFO: computed Horn-clause counts
58.33/58.79	c INFO: computed variable graph statistics
58.33/58.79	c INFO: collected features for HOME/instance-3498364-1307953258.cnf in 57.92 s
58.43/58.82	c INFO: running lingeling-276@0 for 97 with 4942 remaining (b = 0.21)
158.62/158.96	c INFO: running cryptominisat-2.9.0@0 for 485 with 4841 remaining (b = 0.19)
658.28/657.32	c INFO: running lingeling-276@100 for 485 with 4353 remaining (b = 0.19)
1145.36/1143.84	c INFO: running lingeling-276@0 for 97 with 3866 remaining (b = 0.16)
1245.55/1243.98	c INFO: running precosat-570@0 for 194 with 3766 remaining (b = 0.06)
1442.07/1440.21	c INFO: running lingeling-276@586 for 679 with 3570 remaining (b = 0.18)
2122.59/2119.91	c INFO: running precosat-570@196 for 97 with 2891 remaining (b = 0.03)
2219.81/2217.04	c INFO: running cryptominisat-2.9.0@488 for 776 with 2793 remaining (b = 0.23)
2998.15/2994.27	c INFO: running cryptominisat-2.9.0@1264 for 97 with 2017 remaining (b = 0.05)
3096.89/3092.82	c INFO: running cryptominisat-2.9.0@1363 for 97 with 1919 remaining (b = 0.05)
3190.63/3186.40	c INFO: running cryptominisat-2.9.0@1456 for 194 with 1825 remaining (b = 0.07)
3387.21/3382.76	c INFO: running cryptominisat-2.9.0@1652 for 97 with 1629 remaining (b = 0.04)
3485.25/3480.64	c INFO: running cryptominisat-2.9.0@1750 for 194 with 1531 remaining (b = 0.08)
3676.64/3671.74	c INFO: running cryptominisat-2.9.0@0 for 1341 with 1341 remaining (b = 0.29)

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: 989)

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 /var/tmp/evaluation-result-3498364-1307953258/watcher-3498364-1307953258 -o /var/tmp/evaluation-result-3498364-1307953258/solver-3498364-1307953258 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498364-1307953258.cnf -seed 797703876 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 1.70 0.63 0.23 2/177 2072
/proc/meminfo: memFree=5173256/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 608 0 0 0 0 0 0 0 21 0 1 0 985556381 15441920 503 33554432000 4194304 5683644 140734638277328 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 3770 507 297 364 0 257 0

[startup+0.0987881 s]
/proc/loadavg: 1.70 0.63 0.23 2/177 2072
/proc/meminfo: memFree=5173256/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 1290 0 0 0 2 0 0 0 21 0 1 0 985556381 19341312 1141 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/2072/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100783 s]
/proc/loadavg: 1.70 0.63 0.23 2/177 2072
/proc/meminfo: memFree=5173256/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 1290 0 0 0 2 0 0 0 21 0 1 0 985556381 19341312 1141 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/2072/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.300725 s]
/proc/loadavg: 1.70 0.63 0.23 2/177 2072
/proc/meminfo: memFree=5173256/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=126296 CPUtime=0.15 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 4705 934 1 0 11 4 0 0 18 0 1 0 985556381 129327104 3895 33554432000 4194304 5683644 140734638277328 18446744073709551615 5177571 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2072/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126296

[startup+0.700636 s]
/proc/loadavg: 1.70 0.63 0.23 2/177 2072
/proc/meminfo: memFree=5173256/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=246052 CPUtime=0.35 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 8064 934 1 0 25 10 0 0 16 0 1 0 985556381 251957248 5958 33554432000 4194304 5683644 140734638277328 18446744073709551615 252457724594 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2072/statm: 61513 5958 1621 364 0 4515 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 246052

[startup+1.50052 s]
/proc/loadavg: 1.73 0.66 0.24 3/178 2077
/proc/meminfo: memFree=5122780/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=341348 CPUtime=1.12 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 24589 934 1 0 98 14 0 0 16 0 1 0 985556381 349540352 22260 33554432000 4194304 5683644 140734638277328 18446744073709551615 4943768 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 85337 22261 1761 364 0 21261 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 341348

[startup+3.10023 s]
/proc/loadavg: 1.73 0.66 0.24 3/178 2077
/proc/meminfo: memFree=5049868/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=428724 CPUtime=2.73 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 66781 934 1 0 254 19 0 0 18 0 1 0 985556381 439013376 44500 33554432000 4194304 5683644 140734638277328 18446744073709551615 252457759837 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 107181 44524 1793 364 0 43105 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 428724

[startup+6.30065 s]
/proc/loadavg: 1.73 0.66 0.24 3/182 2081
/proc/meminfo: memFree=4892132/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=455920 CPUtime=5.93 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 73655 934 1 0 573 20 0 0 25 0 1 0 985556381 466862080 51365 33554432000 4194304 5683644 140734638277328 18446744073709551615 252457721808 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 113980 51365 1826 364 0 49904 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 455920

[startup+12.7005 s]
/proc/loadavg: 1.77 0.70 0.25 3/182 2081
/proc/meminfo: memFree=4876584/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=455920 CPUtime=12.33 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 73655 934 1 0 1213 20 0 0 25 0 1 0 985556381 466862080 51365 33554432000 4194304 5683644 140734638277328 18446744073709551615 4603712 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 113980 51365 1826 364 0 49904 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 455920

[startup+25.5011 s]
/proc/loadavg: 1.80 0.74 0.27 3/182 2081
/proc/meminfo: memFree=4820248/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=455920 CPUtime=25.13 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 73662 934 1 0 2493 20 0 0 25 0 1 0 985556381 466862080 51372 33554432000 4194304 5683644 140734638277328 18446744073709551615 47229489793164 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 113980 51372 1833 364 0 49904 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 455920

[startup+51.1003 s]
/proc/loadavg: 1.87 0.84 0.32 3/182 2082
/proc/meminfo: memFree=4777772/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=455920 CPUtime=50.73 cores=0,2,4,6
/proc/2072/stat : 2072 (python) R 2070 2072 1923 0 -1 4202496 73662 934 1 0 5053 20 0 0 25 0 1 0 985556381 466862080 51372 33554432000 4194304 5683644 140734638277328 18446744073709551615 47229489793164 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2072/statm: 113980 51372 1833 364 0 49904 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 455920

[startup+102.307 s]
/proc/loadavg: 1.95 1.03 0.41 3/185 2086
/proc/meminfo: memFree=4630392/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=452676 CPUtime=58.45 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 74035 934 1 0 5825 20 0 0 25 0 2 0 985556381 463540224 48040 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 113169 48040 1875 364 0 49087 0
[pid=2083] ppid=2072 vsize=442432 CPUtime=0.05 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 987 0 0 0 3 2 0 0 18 0 1 0 985562264 453050368 46542 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085903 0 0 16781312 514 8497395295359828228 0 0 17 6 0 0 0
/proc/2083/statm: 110608 46542 381 364 0 46526 0
[pid=2085] ppid=2083 vsize=61512 CPUtime=43.46 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) R 2083 2085 2085 0 -1 4202496 23019 0 0 0 4344 2 0 0 25 0 1 0 985562264 62988288 14548 33554432000 4194304 4352236 140734006463008 18446744073709551615 4208605 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2085/statm: 15378 14548 129 39 0 14458 0
[pid=2072/tid=2084] ppid=2070 vsize=452676 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 2 0 985562264 463540224 48040 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 956620

[startup+162.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/182 2135
/proc/meminfo: memFree=4839408/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=462932 CPUtime=58.48 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 74783 934 1 0 5827 21 0 0 20 0 3 0 985556381 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2072/statm: 115733 48047 1878 364 0 51648 0
[pid=2083] ppid=2072 vsize=452676 CPUtime=0.11 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 1167 0 0 0 6 5 0 0 19 0 2 0 985562264 463540224 46580 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2083/statm: 113169 46580 414 364 0 49087 0
[pid=2085] ppid=2083 vsize=72268 CPUtime=100.1 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) T 2083 2085 2085 0 -1 4202496 25939 0 0 0 10007 3 0 0 25 0 1 0 985562264 74002432 17237 33554432000 4194304 4352236 140734006463008 18446744073709551615 4234032 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2085/statm: 18067 17237 129 39 0 17147 0
[pid=2083/tid=2132] ppid=2072 vsize=452676 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2132/stat : 2132 (python) S 2072 2072 1923 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985572275 463540224 46580 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453868340224 0 0 -1 6 0 0 0
[pid=2133] ppid=2072 vsize=452688 CPUtime=0 cores=0,2,4,6
/proc/2133/stat : 2133 (python) S 2072 2072 1923 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 985572278 463552512 46512 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085958 0 0 16781312 514 4074046826972414212 0 0 17 0 0 0 0
/proc/2133/statm: 113172 46512 347 364 0 49087 0
[pid=2135] ppid=2133 vsize=344952 CPUtime=3.31 cores=0,2,4,6
/proc/2135/stat : 2135 (cryptominisat-2) R 2133 2135 2135 0 -1 4202496 67658 0 0 0 323 8 0 0 25 0 1 0 985572278 353230848 63003 33554432000 4194304 4677096 140735429040496 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2135/statm: 86238 63003 361 118 0 81197 0
[pid=2072/tid=2084] ppid=2070 vsize=462932 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 985562264 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
[pid=2072/tid=2134] ppid=2070 vsize=462932 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2134/stat : 2134 (python) S 2070 2072 1923 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 985572278 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 1785516

[startup+222.3 s]
/proc/loadavg: 1.99 1.35 0.60 3/185 2139
/proc/meminfo: memFree=4398040/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=462932 CPUtime=58.48 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 74783 934 1 0 5827 21 0 0 20 0 3 0 985556381 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2072/statm: 115733 48047 1878 364 0 51648 0
[pid=2083] ppid=2072 vsize=452676 CPUtime=0.11 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 1167 0 0 0 6 5 0 0 19 0 2 0 985562264 463540224 46580 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2083/statm: 113169 46580 414 364 0 49087 0
[pid=2085] ppid=2083 vsize=72268 CPUtime=100.1 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) T 2083 2085 2085 0 -1 4202496 25939 0 0 0 10007 3 0 0 25 0 1 0 985562264 74002432 17237 33554432000 4194304 4352236 140734006463008 18446744073709551615 4234032 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2085/statm: 18067 17237 129 39 0 17147 0
[pid=2083/tid=2132] ppid=2072 vsize=452676 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2132/stat : 2132 (python) S 2072 2072 1923 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985572275 463540224 46580 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453868340224 0 0 -1 6 0 0 0
[pid=2133] ppid=2072 vsize=452688 CPUtime=0.09 cores=0,2,4,6
/proc/2133/stat : 2133 (python) S 2072 2072 1923 0 -1 4202560 921 0 0 0 5 4 0 0 15 0 1 0 985572278 463552512 46535 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085958 0 0 16781312 514 8497395295359828228 0 0 17 0 0 0 0
/proc/2133/statm: 113172 46535 370 364 0 49087 0
[pid=2135] ppid=2133 vsize=853868 CPUtime=63.29 cores=0,2,4,6
/proc/2135/stat : 2135 (cryptominisat-2) R 2133 2135 2135 0 -1 4202496 161129 0 0 0 6310 19 0 0 25 0 1 0 985572278 874360832 152579 33554432000 4194304 4677096 140735429040496 18446744073709551615 4336173 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2135/statm: 213467 152579 387 118 0 208426 0
[pid=2072/tid=2084] ppid=2070 vsize=462932 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 3 0 985562264 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
[pid=2072/tid=2134] ppid=2070 vsize=462932 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2134/stat : 2134 (python) S 2070 2072 1923 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 985572278 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 2294432

[startup+282.301 s]
/proc/loadavg: 1.99 1.46 0.68 4/189 2145
/proc/meminfo: memFree=2825752/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=462932 CPUtime=58.48 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 74783 934 1 0 5827 21 0 0 20 0 3 0 985556381 474042368 48047 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2072/statm: 115733 48047 1878 364 0 51648 0
[pid=2083] ppid=2072 vsize=452676 CPUtime=0.11 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 1167 0 0 0 6 5 0 0 19 0 2 0 985562264 463540224 46580 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2083/statm: 113169 46580 414 364 0 49087 0
[pid=2085] ppid=2083 vsize=72268 CPUtime=100.1 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) T 2083 2085 2085 0 -1 4202496 25939 0 0 0 10007 3 0 0 25 0 1 0 985562264 74002432 17237 33554432000 4194304 4352236 140734006463008 18446744073709551615 4234032 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0

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

/proc/2323/stat : 2323 (python) S 2072 2072 1923 0 -1 4202560 1110 0 0 0 5 6 0 0 19 0 2 0 985670765 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2323/statm: 115736 46569 399 364 0 51648 0
[pid=2325] ppid=2323 vsize=74956 CPUtime=100.09 cores=0,2,4,6
/proc/2325/stat : 2325 (lingeling) T 2323 2325 2325 0 -1 4202496 30773 0 0 0 10006 3 0 0 25 0 1 0 985670766 76754944 17909 33554432000 4194304 4352236 140733637088720 18446744073709551615 4278730 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2325/statm: 18739 17909 129 39 0 17819 0
[pid=2323/tid=2329] ppid=2072 vsize=462944 CPUtime=0 cores=0,2,4,6
/proc/2323/task/2329/stat : 2329 (python) S 2072 2072 1923 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985680777 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453873170304 0 0 -1 4 0 0 0
[pid=2330] ppid=2072 vsize=473200 CPUtime=0.35 cores=0,2,4,6
/proc/2330/stat : 2330 (python) S 2072 2072 1923 0 -1 4202560 1165 0 0 0 19 16 0 0 18 0 2 0 985680779 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2330/statm: 118300 46573 399 364 0 54209 0
[pid=2332] ppid=2330 vsize=259376 CPUtime=293.3 cores=0,2,4,6
/proc/2332/stat : 2332 (precosat) T 2330 2332 2332 0 -1 4202496 102457 0 0 0 29315 15 0 0 25 0 1 0 985680780 265601024 62916 33554432000 4194304 4890832 140736210783680 18446744073709551615 4293569 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/2332/statm: 64844 62916 86 171 0 64671 0
[pid=2330/tid=2338] ppid=2072 vsize=473200 CPUtime=0 cores=0,2,4,6
/proc/2330/task/2338/stat : 2338 (python) S 2072 2072 1923 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 985700400 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 4 0 0 0
[pid=2416] ppid=2072 vsize=483456 CPUtime=0.04 cores=0,2,4,6
/proc/2416/stat : 2416 (python) S 2072 2072 1923 0 -1 4202560 939 0 0 0 2 2 0 0 15 0 1 0 985923555 495058944 46547 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085958 0 0 16781312 514 8497395295359828228 0 0 17 0 0 0 0
/proc/2416/statm: 120864 46547 370 364 0 56770 0
[pid=2418] ppid=2416 vsize=830592 CPUtime=30.53 cores=0,2,4,6
/proc/2418/stat : 2418 (cryptominisat-2) R 2416 2418 2418 0 -1 4202496 152832 0 0 0 3034 19 0 0 25 0 1 0 985923556 850526208 148173 33554432000 4194304 4677096 140736061077856 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2418/statm: 207648 148173 387 118 0 202607 0
[pid=2072/tid=2084] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 6 0 985562264 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
[pid=2072/tid=2134] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2134/stat : 2134 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985572278 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2324] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2324/stat : 2324 (python) S 2070 2072 1923 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 6 0 985670766 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2331] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2331/stat : 2331 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985680780 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2417] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2417/stat : 2417 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 6 0 985923556 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3707.25
Current children cumulated vsize (KiB) 14468092

[startup+3762.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/206 2421
/proc/meminfo: memFree=100352/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=493700 CPUtime=58.67 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 77353 934 1 0 5844 23 0 0 20 0 6 0 985556381 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 123425 48065 1884 364 0 59331 0
[pid=2083] ppid=2072 vsize=452676 CPUtime=1.49 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 1220 0 0 0 84 65 0 0 18 0 2 0 985562264 463540224 46581 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2083/statm: 113169 46581 415 364 0 49087 0
[pid=2085] ppid=2083 vsize=162172 CPUtime=1266.32 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) T 2083 2085 2085 0 -1 4202496 144274 0 0 0 126614 18 0 0 25 0 1 0 985562264 166064128 39713 33554432000 4194304 4352236 140734006463008 18446744073709551615 4276562 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2085/statm: 40543 39713 129 39 0 39623 0
[pid=2083/tid=2132] ppid=2072 vsize=452676 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2132/stat : 2132 (python) S 2072 2072 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985572275 463540224 46581 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453868340224 0 0 -1 6 0 0 0
[pid=2133] ppid=2072 vsize=452688 CPUtime=3.36 cores=0,2,4,6
/proc/2133/stat : 2133 (python) S 2072 2072 1923 0 -1 4202560 2055 0 0 0 205 131 0 0 15 0 2 0 985572278 463552512 46566 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2133/statm: 113172 46566 400 364 0 49087 0
[pid=2135] ppid=2133 vsize=10322332 CPUtime=1952.99 cores=0,2,4,6
/proc/2135/stat : 2135 (cryptominisat-2) T 2133 2135 2135 0 -1 4202496 8612115 0 0 0 194151 1148 0 0 25 0 1 0 985572278 10570067968 2309150 33554432000 4194304 4677096 140735429040496 18446744073709551615 4334257 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2135/statm: 2580583 2309150 393 118 0 2575542 0
[pid=2133/tid=2303] ppid=2072 vsize=452688 CPUtime=0 cores=0,2,4,6
/proc/2133/task/2303/stat : 2303 (python) S 2072 2072 1923 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 985622111 463552512 46566 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453861256192 0 0 -1 0 0 0 0
[pid=2323] ppid=2072 vsize=462944 CPUtime=0.11 cores=0,2,4,6
/proc/2323/stat : 2323 (python) S 2072 2072 1923 0 -1 4202560 1110 0 0 0 5 6 0 0 19 0 2 0 985670765 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2323/statm: 115736 46569 399 364 0 51648 0
[pid=2325] ppid=2323 vsize=74956 CPUtime=100.09 cores=0,2,4,6
/proc/2325/stat : 2325 (lingeling) T 2323 2325 2325 0 -1 4202496 30773 0 0 0 10006 3 0 0 25 0 1 0 985670766 76754944 17909 33554432000 4194304 4352236 140733637088720 18446744073709551615 4278730 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2325/statm: 18739 17909 129 39 0 17819 0
[pid=2323/tid=2329] ppid=2072 vsize=462944 CPUtime=0 cores=0,2,4,6
/proc/2323/task/2329/stat : 2329 (python) S 2072 2072 1923 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985680777 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453873170304 0 0 -1 4 0 0 0
[pid=2330] ppid=2072 vsize=473200 CPUtime=0.35 cores=0,2,4,6
/proc/2330/stat : 2330 (python) S 2072 2072 1923 0 -1 4202560 1165 0 0 0 19 16 0 0 18 0 2 0 985680779 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2330/statm: 118300 46573 399 364 0 54209 0
[pid=2332] ppid=2330 vsize=259376 CPUtime=293.3 cores=0,2,4,6
/proc/2332/stat : 2332 (precosat) T 2330 2332 2332 0 -1 4202496 102457 0 0 0 29315 15 0 0 25 0 1 0 985680780 265601024 62916 33554432000 4194304 4890832 140736210783680 18446744073709551615 4293569 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/2332/statm: 64844 62916 86 171 0 64671 0
[pid=2330/tid=2338] ppid=2072 vsize=473200 CPUtime=0 cores=0,2,4,6
/proc/2330/task/2338/stat : 2338 (python) S 2072 2072 1923 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 985700400 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 4 0 0 0
[pid=2416] ppid=2072 vsize=483456 CPUtime=0.24 cores=0,2,4,6
/proc/2416/stat : 2416 (python) S 2072 2072 1923 0 -1 4202560 1099 0 0 0 16 8 0 0 15 0 1 0 985923555 495058944 46548 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085958 0 0 16781312 514 4099032129201996036 0 0 17 0 0 0 0
/proc/2416/statm: 120864 46548 371 364 0 56770 0
[pid=2418] ppid=2416 vsize=2179560 CPUtime=90.54 cores=0,2,4,6
/proc/2418/stat : 2418 (cryptominisat-2) R 2416 2418 2418 0 -1 4202496 1879222 0 0 0 8807 247 0 0 25 0 1 0 985923556 2231869440 478847 33554432000 4194304 4677096 140736061077856 18446744073709551615 4365459 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2418/statm: 544890 478851 390 118 0 539849 0
[pid=2072/tid=2084] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 6 0 985562264 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
[pid=2072/tid=2134] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2134/stat : 2134 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985572278 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2324] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2324/stat : 2324 (python) S 2070 2072 1923 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 6 0 985670766 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2331] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2331/stat : 2331 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985680780 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2417] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2417/stat : 2417 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 6 0 985923556 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3767.46
Current children cumulated vsize (KiB) 15817060



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3763.4 s]
/proc/loadavg: 2.00 2.01 1.93 3/206 2421
/proc/meminfo: memFree=99044/32951124 swapFree=67062556/67111528
[pid=2072] ppid=2070 vsize=493700 CPUtime=58.67 cores=0,2,4,6
/proc/2072/stat : 2072 (python) S 2070 2072 1923 0 -1 4202496 77353 934 1 0 5844 23 0 0 20 0 6 0 985556381 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2072/statm: 123425 48065 1884 364 0 59331 0
[pid=2083] ppid=2072 vsize=452676 CPUtime=1.49 cores=0,2,4,6
/proc/2083/stat : 2083 (python) S 2072 2072 1923 0 -1 4202560 1220 0 0 0 84 65 0 0 18 0 2 0 985562264 463540224 46581 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2083/statm: 113169 46581 415 364 0 49087 0
[pid=2085] ppid=2083 vsize=162172 CPUtime=1266.32 cores=0,2,4,6
/proc/2085/stat : 2085 (lingeling) T 2083 2085 2085 0 -1 4202496 144274 0 0 0 126614 18 0 0 25 0 1 0 985562264 166064128 39713 33554432000 4194304 4352236 140734006463008 18446744073709551615 4276562 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2085/statm: 40543 39713 129 39 0 39623 0
[pid=2083/tid=2132] ppid=2072 vsize=452676 CPUtime=0 cores=0,2,4,6
/proc/2083/task/2132/stat : 2132 (python) S 2072 2072 1923 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985572275 463540224 46581 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453868340224 0 0 -1 6 0 0 0
[pid=2133] ppid=2072 vsize=452688 CPUtime=3.36 cores=0,2,4,6
/proc/2133/stat : 2133 (python) S 2072 2072 1923 0 -1 4202560 2055 0 0 0 205 131 0 0 15 0 2 0 985572278 463552512 46566 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2133/statm: 113172 46566 400 364 0 49087 0
[pid=2135] ppid=2133 vsize=10322332 CPUtime=1952.99 cores=0,2,4,6
/proc/2135/stat : 2135 (cryptominisat-2) T 2133 2135 2135 0 -1 4202496 8612115 0 0 0 194151 1148 0 0 25 0 1 0 985572278 10570067968 2309150 33554432000 4194304 4677096 140735429040496 18446744073709551615 4334257 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2135/statm: 2580583 2309150 393 118 0 2575542 0
[pid=2133/tid=2303] ppid=2072 vsize=452688 CPUtime=0 cores=0,2,4,6
/proc/2133/task/2303/stat : 2303 (python) S 2072 2072 1923 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 985622111 463552512 46566 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453861256192 0 0 -1 0 0 0 0
[pid=2323] ppid=2072 vsize=462944 CPUtime=0.11 cores=0,2,4,6
/proc/2323/stat : 2323 (python) S 2072 2072 1923 0 -1 4202560 1110 0 0 0 5 6 0 0 19 0 2 0 985670765 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2323/statm: 115736 46569 399 364 0 51648 0
[pid=2325] ppid=2323 vsize=74956 CPUtime=100.09 cores=0,2,4,6
/proc/2325/stat : 2325 (lingeling) T 2323 2325 2325 0 -1 4202496 30773 0 0 0 10006 3 0 0 25 0 1 0 985670766 76754944 17909 33554432000 4194304 4352236 140733637088720 18446744073709551615 4278730 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/2325/statm: 18739 17909 129 39 0 17819 0
[pid=2323/tid=2329] ppid=2072 vsize=462944 CPUtime=0 cores=0,2,4,6
/proc/2323/task/2329/stat : 2329 (python) S 2072 2072 1923 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985680777 474054656 46569 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453873170304 0 0 -1 4 0 0 0
[pid=2330] ppid=2072 vsize=473200 CPUtime=0.35 cores=0,2,4,6
/proc/2330/stat : 2330 (python) S 2072 2072 1923 0 -1 4202560 1165 0 0 0 19 16 0 0 18 0 2 0 985680779 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2330/statm: 118300 46573 399 364 0 54209 0
[pid=2332] ppid=2330 vsize=259376 CPUtime=293.3 cores=0,2,4,6
/proc/2332/stat : 2332 (precosat) T 2330 2332 2332 0 -1 4202496 102457 0 0 0 29315 15 0 0 25 0 1 0 985680780 265601024 62916 33554432000 4194304 4890832 140736210783680 18446744073709551615 4293569 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/2332/statm: 64844 62916 86 171 0 64671 0
[pid=2330/tid=2338] ppid=2072 vsize=473200 CPUtime=0 cores=0,2,4,6
/proc/2330/task/2338/stat : 2338 (python) S 2072 2072 1923 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 985700400 484556800 46573 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 4 0 0 0
[pid=2416] ppid=2072 vsize=483456 CPUtime=0.26 cores=0,2,4,6
/proc/2416/stat : 2416 (python) S 2072 2072 1923 0 -1 4202560 1104 0 0 0 18 8 0 0 15 0 1 0 985923555 495058944 46548 33554432000 4194304 5683644 140734638277328 18446744073709551615 252458085958 0 0 16781312 514 4099032129201996036 0 0 17 0 0 0 0
/proc/2416/statm: 120864 46548 371 364 0 56770 0
[pid=2418] ppid=2416 vsize=2237940 CPUtime=91.64 cores=0,2,4,6
/proc/2418/stat : 2418 (cryptominisat-2) R 2416 2418 2418 0 -1 4202496 1950390 0 0 0 8910 254 0 0 25 0 1 0 985923556 2291650560 493946 33554432000 4194304 4677096 140736061077856 18446744073709551615 4367245 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2418/statm: 559485 493946 390 118 0 554444 0
[pid=2072/tid=2084] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2084/stat : 2084 (python) S 2070 2072 1923 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 6 0 985562264 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
[pid=2072/tid=2134] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2134/stat : 2134 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985572278 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2324] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2324/stat : 2324 (python) S 2070 2072 1923 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 6 0 985670766 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2331] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2331/stat : 2331 (python) S 2070 2072 1923 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 6 0 985680780 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 6 0 0 0
[pid=2072/tid=2417] ppid=2070 vsize=493700 CPUtime=0 cores=0,2,4,6
/proc/2072/task/2417/stat : 2417 (python) S 2070 2072 1923 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 6 0 985923556 505548800 48065 33554432000 4194304 5683644 140734638277328 18446744073709551615 252469889457 0 0 16781312 2 18446604453862911040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3768.58
Current children cumulated vsize (KiB) 15875440

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2072 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=449114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=240963
# CPU time returned by wait4() is 58.6901
# while last known CPU time is 3768.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3763.45
CPU time (s): 3768.58
CPU user time (s): 3751.71
CPU system time (s): 16.87
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 15875440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.4491
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78289
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= 2898
involuntary context switches= 131

runsolver used 6.76097 second user time and 13.6139 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 10:20:59
IDJOB=3498364
IDBENCH=82389
IDSOLVER=1991
FILE ID=node111/3498364-1307953258
RUNJOBID= node111-1307953127-1941
PBS_JOBID= 13559717
Free space on /var/tmp= 2828 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498364-1307953258/watcher-3498364-1307953258 -o /var/tmp/evaluation-result-3498364-1307953258/solver-3498364-1307953258 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498364-1307953258.cnf -seed 797703876 -budget 5000

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=797703876

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5173296 kB
Buffers:        101444 kB
Cached:       26594704 kB
SwapCached:      11344 kB
Active:       11710608 kB
Inactive:     15203244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5173296 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           47216 kB
Writeback:           0 kB
AnonPages:      215448 kB
Mapped:          15832 kB
Slab:           797408 kB
PageTables:       5936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   508536 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 /var/tmp at the end= 2796 MiB
End job on node111 at 2011-06-13 11:23:45