Trace number 3498365

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)? (TO) 5000.08 4992.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.38/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.71	c INFO: solving HOME/instance-3498365-1307953259.cnf
0.38/0.71	c INFO: computing task features
1.68/2.06	c INFO: computed variable-clause graph statistics
1.78/2.12	c INFO: computed clause balance statistics
8.38/8.75	c INFO: computed variable balance statistics
12.98/13.32	c INFO: computed small-clause counts
12.98/13.38	c INFO: computed Horn-clause counts
23.88/24.23	c INFO: computed variable graph statistics
23.88/24.23	c INFO: collected features for HOME/instance-3498365-1307953259.cnf in 23.47 s
23.88/24.26	c INFO: running SApperloT@0 for 97 with 4976 remaining (b = 0.13)
124.07/124.39	c INFO: running lingeling-276@0 for 97 with 4876 remaining (b = 0.15)
224.38/224.54	c INFO: running cryptominisat-2.9.0@0 for 485 with 4776 remaining (b = 0.22)
716.69/715.82	c INFO: running lingeling-276@100 for 485 with 4286 remaining (b = 0.23)
1204.87/1203.40	c INFO: running lingeling-276@0 for 97 with 3799 remaining (b = 0.11)
1305.08/1303.55	c INFO: running lingeling-276@100 for 194 with 3699 remaining (b = 0.09)
1496.54/1494.79	c INFO: running lingeling-276@0 for 97 with 3507 remaining (b = 0.07)
1596.84/1594.94	c INFO: running cryptominisat-2.9.0@489 for 97 with 3407 remaining (b = 0.05)
1691.99/1689.97	c INFO: running lingeling-276@291 for 97 with 3312 remaining (b = 0.03)
1789.34/1787.11	c INFO: running lingeling-276@388 for 97 with 3215 remaining (b = 0.04)
1890.57/1888.24	c INFO: running cryptominisat-2.9.0@584 for 97 with 3114 remaining (b = 0.04)
1985.21/1982.77	c INFO: running cryptominisat-2.9.0@679 for 97 with 3020 remaining (b = 0.04)
2084.37/2081.72	c INFO: running lingeling-276@100 for 97 with 2921 remaining (b = 0.03)
2181.58/2178.85	c INFO: running cryptominisat-2.9.0@0 for 97 with 2824 remaining (b = 0.05)
2280.90/2277.53	c INFO: running cryptominisat-2.9.0@778 for 582 with 2726 remaining (b = 0.19)
2867.54/2863.24	c INFO: running cryptominisat-2.9.0@1363 for 97 with 2141 remaining (b = 0.05)
2961.68/2957.29	c INFO: running cryptominisat-2.9.0@1457 for 485 with 2047 remaining (b = 0.18)
3450.32/3445.13	c INFO: running cryptominisat-2.9.0@97 for 1559 with 1559 remaining (b = 0.36)

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 /tmp/evaluation-result-3498365-1307953259/watcher-3498365-1307953259 -o /tmp/evaluation-result-3498365-1307953259/solver-3498365-1307953259 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498365-1307953259.cnf -seed 1042763137 -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.73 0.67 0.24 2/177 11282
/proc/meminfo: memFree=31842616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 728 0 0 0 0 0 0 0 21 0 1 0 906928309 15548416 617 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/11282/statm: 3796 617 322 364 0 283 0

[startup+0.101632 s]
/proc/loadavg: 1.73 0.67 0.24 2/177 11282
/proc/meminfo: memFree=31842616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 2630 0 0 0 4 2 0 0 18 0 1 0 906928309 87674880 2348 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11282/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.200889 s]
/proc/loadavg: 1.73 0.67 0.24 2/177 11282
/proc/meminfo: memFree=31842616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=121280 CPUtime=0.09 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 3936 0 0 0 7 2 0 0 17 0 1 0 906928309 124190720 3565 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11282/statm: 30320 3565 959 364 0 2652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 121280

[startup+0.300416 s]
/proc/loadavg: 1.73 0.67 0.24 2/177 11282
/proc/meminfo: memFree=31842616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 5972 932 1 0 13 4 0 0 17 0 1 0 906928309 139005952 4148 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11282/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.70035 s]
/proc/loadavg: 1.73 0.67 0.24 2/177 11282
/proc/meminfo: memFree=31842616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=266248 CPUtime=0.38 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 8823 932 1 0 28 10 0 0 16 0 1 0 906928309 272637952 6586 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11282/statm: 66562 6586 1690 364 0 5257 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 266248

[startup+1.50023 s]
/proc/loadavg: 1.73 0.67 0.24 3/178 11287
/proc/meminfo: memFree=31786584/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=341868 CPUtime=1.18 cores=0,2,4,6
/proc/11282/stat : 11282 (python) R 11280 11282 11136 0 -1 4202496 24819 932 1 0 106 12 0 0 17 0 1 0 906928309 350072832 22488 33554432000 4194304 5683644 140737216882800 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11282/statm: 85467 22488 1761 364 0 21391 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 341868

[startup+3.10093 s]
/proc/loadavg: 1.73 0.67 0.24 3/178 11287
/proc/meminfo: memFree=31723608/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=375628 CPUtime=2.78 cores=0,2,4,6
/proc/11282/stat : 11282 (python) R 11280 11282 11136 0 -1 4202496 44466 932 1 0 263 15 0 0 19 0 1 0 906928309 384643072 31292 33554432000 4194304 5683644 140737216882800 18446744073709551615 4531802 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11282/statm: 93907 31292 1826 364 0 29831 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 375628

[startup+6.30029 s]
/proc/loadavg: 1.75 0.69 0.25 3/178 11287
/proc/meminfo: memFree=31724084/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=375628 CPUtime=5.98 cores=0,2,4,6
/proc/11282/stat : 11282 (python) R 11280 11282 11136 0 -1 4202496 44466 932 1 0 583 15 0 0 25 0 1 0 906928309 384643072 31292 33554432000 4194304 5683644 140737216882800 18446744073709551615 4962698 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11282/statm: 93907 31292 1826 364 0 29831 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 375628

[startup+12.7011 s]
/proc/loadavg: 1.77 0.71 0.26 3/178 11287
/proc/meminfo: memFree=31724084/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=375628 CPUtime=12.38 cores=0,2,4,6
/proc/11282/stat : 11282 (python) R 11280 11282 11136 0 -1 4202496 44467 932 1 0 1223 15 0 0 25 0 1 0 906928309 384643072 31293 33554432000 4194304 5683644 140737216882800 18446744073709551615 47929622228528 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11282/statm: 93907 31293 1827 364 0 29831 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 375628

[startup+25.5007 s]
/proc/loadavg: 1.82 0.77 0.29 3/181 11290
/proc/meminfo: memFree=31716788/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=378472 CPUtime=23.94 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 44842 932 1 0 2378 16 0 0 25 0 2 0 906928309 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11282/statm: 94618 29489 1875 364 0 30536 0
[pid=11288] ppid=11282 vsize=368228 CPUtime=0 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 906930735 377065472 27968 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037135 0 0 16781312 514 4312205443595239423 0 0 17 2 0 0 0
/proc/11288/statm: 92057 27968 358 364 0 27975 0
[pid=11290] ppid=11288 vsize=16764 CPUtime=1.23 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) R 11288 11290 11290 0 -1 4202496 3769 0 0 0 122 1 0 0 25 0 1 0 906930736 17166336 3472 33554432000 134512640 135674940 4291603504 18446744073709551615 134552024 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11290/statm: 4191 3472 99 284 0 3905 0
[pid=11282/tid=11289] ppid=11280 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 906930736 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 763464

[startup+51.1009 s]
/proc/loadavg: 1.88 0.87 0.33 3/181 11291
/proc/meminfo: memFree=31697276/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=378472 CPUtime=23.94 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 44842 932 1 0 2378 16 0 0 25 0 2 0 906928309 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11282/statm: 94618 29489 1875 364 0 30536 0
[pid=11288] ppid=11282 vsize=368228 CPUtime=0.02 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 971 0 0 0 1 1 0 0 18 0 1 0 906930735 377065472 27991 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037135 0 0 16781312 514 8723542846960795908 0 0 17 2 0 0 0
/proc/11288/statm: 92057 27991 381 364 0 27975 0
[pid=11290] ppid=11288 vsize=35804 CPUtime=26.82 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) R 11288 11290 11290 0 -1 4202496 8586 0 0 0 2681 1 0 0 25 0 1 0 906930736 36663296 8224 33554432000 134512640 135674940 4291603504 18446744073709551615 134552053 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/11290/statm: 8951 8224 99 284 0 8665 0
[pid=11282/tid=11289] ppid=11280 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 906930736 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 782504

[startup+102.301 s]
/proc/loadavg: 1.95 1.04 0.42 3/184 11295
/proc/meminfo: memFree=30996720/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=378472 CPUtime=23.94 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 44842 932 1 0 2378 16 0 0 25 0 2 0 906928309 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11282/statm: 94618 29489 1875 364 0 30536 0
[pid=11288] ppid=11282 vsize=368228 CPUtime=0.09 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 988 0 0 0 5 4 0 0 18 0 1 0 906930735 377065472 27991 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037135 0 0 16781312 514 8723542846960795908 0 0 17 2 0 0 0
/proc/11288/statm: 92057 27991 381 364 0 27975 0
[pid=11290] ppid=11288 vsize=83184 CPUtime=78.03 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) R 11288 11290 11290 0 -1 4202496 20418 0 0 0 7800 3 0 0 25 0 1 0 906930736 85180416 20056 33554432000 134512640 135674940 4291603504 18446744073709551615 134552028 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11290/statm: 20796 20056 99 284 0 20510 0
[pid=11282/tid=11289] ppid=11280 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 906930736 387555328 29489 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 829884

[startup+162.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/188 11301
/proc/meminfo: memFree=30856948/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=388728 CPUtime=23.96 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 45559 932 1 0 2380 16 0 0 20 0 3 0 906928309 398057472 29496 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11282/statm: 97182 29496 1878 364 0 33097 0
[pid=11288] ppid=11282 vsize=378472 CPUtime=0.11 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 1155 0 0 0 7 4 0 0 19 0 2 0 906930735 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11288/statm: 94618 28029 414 364 0 30536 0
[pid=11290] ppid=11288 vsize=117936 CPUtime=100.09 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) T 11288 11290 11290 0 -1 4202496 29239 0 0 0 10005 4 0 0 25 0 1 0 906930736 120766464 28748 33554432000 134512640 135674940 4291603504 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11290/statm: 29484 28748 99 284 0 29198 0
[pid=11288/tid=11297] ppid=11282 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11288/task/11297/stat : 11297 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906940746 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453916706816 0 0 -1 4 0 0 0
[pid=11298] ppid=11282 vsize=378484 CPUtime=0.04 cores=0,2,4,6
/proc/11298/stat : 11298 (python) S 11282 11282 11136 0 -1 4202560 904 0 0 0 2 2 0 0 18 0 1 0 906940749 387567616 27984 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037190 0 0 16781312 514 8723542846960795908 0 0 17 0 0 0 0
/proc/11298/statm: 94621 27984 370 364 0 30536 0
[pid=11300] ppid=11298 vsize=52944 CPUtime=37.89 cores=0,2,4,6
/proc/11300/stat : 11300 (lingeling) R 11298 11300 11300 0 -1 4202496 16621 0 0 0 3788 1 0 0 25 0 1 0 906940749 54214656 12405 33554432000 4194304 4352236 140736061177872 18446744073709551615 4276530 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11300/statm: 13236 12405 129 39 0 12316 0
[pid=11282/tid=11289] ppid=11280 vsize=388728 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 3 0 906930736 398057472 29496 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=11282/tid=11299] ppid=11280 vsize=388728 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11299/stat : 11299 (python) S 11280 11282 11136 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 906940749 398057472 29496 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 1316564

[startup+222.307 s]
/proc/loadavg: 1.99 1.36 0.60 3/188 11303
/proc/meminfo: memFree=28970996/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=388728 CPUtime=23.96 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 45559 932 1 0 2380 16 0 0 20 0 3 0 906928309 398057472 29496 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11282/statm: 97182 29496 1878 364 0 33097 0
[pid=11288] ppid=11282 vsize=378472 CPUtime=0.11 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 1155 0 0 0 7 4 0 0 19 0 2 0 906930735 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11288/statm: 94618 28029 414 364 0 30536 0
[pid=11290] ppid=11288 vsize=117936 CPUtime=100.09 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) T 11288 11290 11290 0 -1 4202496 29239 0 0 0 10005 4 0 0 25 0 1 0 906930736 120766464 28748 33554432000 134512640 135674940 4291603504 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11290/statm: 29484 28748 99 284 0 29198 0
[pid=11288/tid=11297] ppid=11282 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11288/task/11297/stat : 11297 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906940746 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453916706816 0 0 -1 4 0 0 0
[pid=11298] ppid=11282 vsize=378484 CPUtime=0.12 cores=0,2,4,6
/proc/11298/stat : 11298 (python) S 11282 11282 11136 0 -1 4202560 927 0 0 0 7 5 0 0 18 0 1 0 906940749 387567616 27984 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037190 0 0 16781312 514 8723542846960795908 0 0 17 0 0 0 0
/proc/11298/statm: 94621 27984 370 364 0 30536 0
[pid=11300] ppid=11298 vsize=73388 CPUtime=97.9 cores=0,2,4,6
/proc/11300/stat : 11300 (lingeling) R 11298 11300 11300 0 -1 4202496 24815 0 0 0 9788 2 0 0 25 0 1 0 906940749 75149312 17516 33554432000 4194304 4352236 140736061177872 18446744073709551615 4234133 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11300/statm: 18347 17516 129 39 0 17427 0
[pid=11282/tid=11289] ppid=11280 vsize=388728 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 3 0 906930736 398057472 29496 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0

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

/proc/11282/task/11306/stat : 11306 (python) S 11280 11282 11136 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 7 0 906950764 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11282/tid=11436] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11436/stat : 11436 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907048650 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11282/tid=11452] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11452/stat : 11452 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907077789 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11282/tid=11478] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11478/stat : 11478 (python) S 11280 11282 11136 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 7 0 907146195 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4910.1
Current children cumulated vsize (KiB) 11684468

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/230 11583
/proc/meminfo: memFree=22825616/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=429752 CPUtime=24.27 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 49557 932 1 0 2409 18 0 0 18 0 7 0 906928309 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11282/statm: 107438 29520 1886 364 0 43341 0
[pid=11288] ppid=11282 vsize=378472 CPUtime=0.11 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 1155 0 0 0 7 4 0 0 19 0 2 0 906930735 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11288/statm: 94618 28029 414 364 0 30536 0
[pid=11290] ppid=11288 vsize=117936 CPUtime=100.09 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) T 11288 11290 11290 0 -1 4202496 29239 0 0 0 10005 4 0 0 25 0 1 0 906930736 120766464 28748 33554432000 134512640 135674940 4291603504 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11290/statm: 29484 28748 99 284 0 29198 0
[pid=11288/tid=11297] ppid=11282 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11288/task/11297/stat : 11297 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906940746 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453916706816 0 0 -1 4 0 0 0
[pid=11298] ppid=11282 vsize=378484 CPUtime=0.78 cores=0,2,4,6
/proc/11298/stat : 11298 (python) S 11282 11282 11136 0 -1 4202560 1147 0 0 0 45 33 0 0 18 0 2 0 906940749 387567616 28014 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11298/statm: 94621 28014 399 364 0 30536 0
[pid=11300] ppid=11298 vsize=120436 CPUtime=587.6 cores=0,2,4,6
/proc/11300/stat : 11300 (lingeling) T 11298 11300 11300 0 -1 4202496 154462 0 0 0 58741 19 0 0 25 0 1 0 906940749 123326464 29278 33554432000 4194304 4352236 140736061177872 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11300/statm: 30109 29278 129 39 0 29189 0
[pid=11298/tid=11304] ppid=11282 vsize=378484 CPUtime=0 cores=0,2,4,6
/proc/11298/task/11304/stat : 11304 (python) S 11282 11282 11136 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 906950761 387567616 28014 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453946201408 0 0 -1 0 0 0 0
[pid=11305] ppid=11282 vsize=388740 CPUtime=3.22 cores=0,2,4,6
/proc/11305/stat : 11305 (python) S 11282 11282 11136 0 -1 4202560 2186 0 0 0 196 126 0 0 15 0 2 0 906950764 398069760 28019 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11305/statm: 97185 28019 400 364 0 33097 0
[pid=11307] ppid=11305 vsize=4205640 CPUtime=1947.31 cores=0,2,4,6
/proc/11307/stat : 11307 (cryptominisat-2) T 11305 11307 11307 0 -1 4202496 1609111 0 0 0 194488 243 0 0 25 0 1 0 906950764 4306575360 992787 33554432000 4194304 4677096 140737432925952 18446744073709551615 4558070 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/11307/statm: 1051410 992787 393 118 0 1046369 0
[pid=11305/tid=11368] ppid=11282 vsize=388740 CPUtime=0 cores=0,2,4,6
/proc/11305/task/11368/stat : 11368 (python) S 11282 11282 11136 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906999889 398069760 28019 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453935135616 0 0 -1 4 0 0 0
[pid=11435] ppid=11282 vsize=398996 CPUtime=0.66 cores=0,2,4,6
/proc/11435/stat : 11435 (python) S 11282 11282 11136 0 -1 4202560 1145 0 0 0 37 29 0 0 18 0 2 0 907048650 408571904 28022 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11435/statm: 99749 28022 399 364 0 35658 0
[pid=11437] ppid=11435 vsize=93576 CPUtime=489.58 cores=0,2,4,6
/proc/11437/stat : 11437 (lingeling) T 11435 11437 11437 0 -1 4202496 121294 0 0 0 48945 13 0 0 25 0 1 0 907048651 95821824 22564 33554432000 4194304 4352236 140737408887232 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11437/statm: 23394 22564 129 39 0 22474 0
[pid=11435/tid=11444] ppid=11282 vsize=398996 CPUtime=0 cores=0,2,4,6
/proc/11435/task/11444/stat : 11444 (python) S 11282 11282 11136 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907058663 408571904 28022 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453934621760 0 0 -1 2 0 0 0
[pid=11451] ppid=11282 vsize=409252 CPUtime=0.25 cores=0,2,4,6
/proc/11451/stat : 11451 (python) S 11282 11282 11136 0 -1 4202560 1156 0 0 0 15 10 0 0 18 0 2 0 907077789 419074048 28026 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11451/statm: 102313 28026 399 364 0 38219 0
[pid=11453] ppid=11451 vsize=63840 CPUtime=197.21 cores=0,2,4,6
/proc/11453/stat : 11453 (lingeling) T 11451 11453 11453 0 -1 4202496 43115 0 0 0 19716 5 0 0 25 0 1 0 907077790 65372160 15162 33554432000 4194304 4352236 140734080331360 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/11453/statm: 15960 15162 129 39 0 15040 0
[pid=11451/tid=11456] ppid=11282 vsize=409252 CPUtime=0 cores=0,2,4,6
/proc/11451/task/11456/stat : 11456 (python) S 11282 11282 11136 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907087801 419074048 28026 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453903145792 0 0 -1 4 0 0 0
[pid=11477] ppid=11282 vsize=419508 CPUtime=3.27 cores=0,2,4,6
/proc/11477/stat : 11477 (python) S 11282 11282 11136 0 -1 4202560 2240 0 0 0 197 130 0 0 15 0 2 0 907146195 429576192 28031 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11477/statm: 104877 28031 400 364 0 40780 0
[pid=11479] ppid=11477 vsize=4281604 CPUtime=1615.86 cores=0,2,4,6
/proc/11479/stat : 11479 (cryptominisat-2) R 11477 11479 11479 0 -1 4202496 1555861 0 0 0 161370 216 0 0 25 0 1 0 907146196 4384362496 996565 33554432000 4194304 4677096 140734881132848 18446744073709551615 4319269 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11479/statm: 1070401 996565 393 118 0 1065360 0
[pid=11477/tid=11483] ppid=11282 vsize=419508 CPUtime=0 cores=0,2,4,6
/proc/11477/task/11483/stat : 11483 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907156061 429576192 28031 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604451595750464 0 0 -1 0 0 0 0
[pid=11282/tid=11289] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 7 0 906930736 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=11282/tid=11299] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11299/stat : 11299 (python) S 11280 11282 11136 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 7 0 906940749 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11282/tid=11306] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11306/stat : 11306 (python) S 11280 11282 11136 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 7 0 906950764 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11282/tid=11436] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11436/stat : 11436 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907048650 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11282/tid=11452] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11452/stat : 11452 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907077789 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11282/tid=11478] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11478/stat : 11478 (python) S 11280 11282 11136 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 7 0 907146195 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4970.21
Current children cumulated vsize (KiB) 11686236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4992.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/230 11584
/proc/meminfo: memFree=22821868/32951124 swapFree=67050540/67111528
[pid=11282] ppid=11280 vsize=429752 CPUtime=24.27 cores=0,2,4,6
/proc/11282/stat : 11282 (python) S 11280 11282 11136 0 -1 4202496 49557 932 1 0 2409 18 0 0 18 0 7 0 906928309 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11282/statm: 107438 29520 1886 364 0 43341 0
[pid=11288] ppid=11282 vsize=378472 CPUtime=0.11 cores=0,2,4,6
/proc/11288/stat : 11288 (python) S 11282 11282 11136 0 -1 4202560 1155 0 0 0 7 4 0 0 19 0 2 0 906930735 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11288/statm: 94618 28029 414 364 0 30536 0
[pid=11290] ppid=11288 vsize=117936 CPUtime=100.09 cores=0,2,4,6
/proc/11290/stat : 11290 (SApperloT-base) T 11288 11290 11290 0 -1 4202496 29239 0 0 0 10005 4 0 0 25 0 1 0 906930736 120766464 28748 33554432000 134512640 135674940 4291603504 18446744073709551615 134552024 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11290/statm: 29484 28748 99 284 0 29198 0
[pid=11288/tid=11297] ppid=11282 vsize=378472 CPUtime=0 cores=0,2,4,6
/proc/11288/task/11297/stat : 11297 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906940746 387555328 28029 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453916706816 0 0 -1 4 0 0 0
[pid=11298] ppid=11282 vsize=378484 CPUtime=0.78 cores=0,2,4,6
/proc/11298/stat : 11298 (python) S 11282 11282 11136 0 -1 4202560 1147 0 0 0 45 33 0 0 18 0 2 0 906940749 387567616 28014 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11298/statm: 94621 28014 399 364 0 30536 0
[pid=11300] ppid=11298 vsize=120436 CPUtime=587.6 cores=0,2,4,6
/proc/11300/stat : 11300 (lingeling) T 11298 11300 11300 0 -1 4202496 154462 0 0 0 58741 19 0 0 25 0 1 0 906940749 123326464 29278 33554432000 4194304 4352236 140736061177872 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11300/statm: 30109 29278 129 39 0 29189 0
[pid=11298/tid=11304] ppid=11282 vsize=378484 CPUtime=0 cores=0,2,4,6
/proc/11298/task/11304/stat : 11304 (python) S 11282 11282 11136 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 906950761 387567616 28014 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453946201408 0 0 -1 0 0 0 0
[pid=11305] ppid=11282 vsize=388740 CPUtime=3.22 cores=0,2,4,6
/proc/11305/stat : 11305 (python) S 11282 11282 11136 0 -1 4202560 2186 0 0 0 196 126 0 0 15 0 2 0 906950764 398069760 28019 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11305/statm: 97185 28019 400 364 0 33097 0
[pid=11307] ppid=11305 vsize=4205640 CPUtime=1947.31 cores=0,2,4,6
/proc/11307/stat : 11307 (cryptominisat-2) T 11305 11307 11307 0 -1 4202496 1609111 0 0 0 194488 243 0 0 25 0 1 0 906950764 4306575360 992787 33554432000 4194304 4677096 140737432925952 18446744073709551615 4558070 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/11307/statm: 1051410 992787 393 118 0 1046369 0
[pid=11305/tid=11368] ppid=11282 vsize=388740 CPUtime=0 cores=0,2,4,6
/proc/11305/task/11368/stat : 11368 (python) S 11282 11282 11136 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906999889 398069760 28019 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453935135616 0 0 -1 4 0 0 0
[pid=11435] ppid=11282 vsize=398996 CPUtime=0.66 cores=0,2,4,6
/proc/11435/stat : 11435 (python) S 11282 11282 11136 0 -1 4202560 1145 0 0 0 37 29 0 0 18 0 2 0 907048650 408571904 28022 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11435/statm: 99749 28022 399 364 0 35658 0
[pid=11437] ppid=11435 vsize=93576 CPUtime=489.58 cores=0,2,4,6
/proc/11437/stat : 11437 (lingeling) T 11435 11437 11437 0 -1 4202496 121294 0 0 0 48945 13 0 0 25 0 1 0 907048651 95821824 22564 33554432000 4194304 4352236 140737408887232 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11437/statm: 23394 22564 129 39 0 22474 0
[pid=11435/tid=11444] ppid=11282 vsize=398996 CPUtime=0 cores=0,2,4,6
/proc/11435/task/11444/stat : 11444 (python) S 11282 11282 11136 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907058663 408571904 28022 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453934621760 0 0 -1 2 0 0 0
[pid=11451] ppid=11282 vsize=409252 CPUtime=0.25 cores=0,2,4,6
/proc/11451/stat : 11451 (python) S 11282 11282 11136 0 -1 4202560 1156 0 0 0 15 10 0 0 18 0 2 0 907077789 419074048 28026 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11451/statm: 102313 28026 399 364 0 38219 0
[pid=11453] ppid=11451 vsize=63840 CPUtime=197.21 cores=0,2,4,6
/proc/11453/stat : 11453 (lingeling) T 11451 11453 11453 0 -1 4202496 43115 0 0 0 19716 5 0 0 25 0 1 0 907077790 65372160 15162 33554432000 4194304 4352236 140734080331360 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/11453/statm: 15960 15162 129 39 0 15040 0
[pid=11451/tid=11456] ppid=11282 vsize=409252 CPUtime=0 cores=0,2,4,6
/proc/11451/task/11456/stat : 11456 (python) S 11282 11282 11136 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907087801 419074048 28026 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604453903145792 0 0 -1 4 0 0 0
[pid=11477] ppid=11282 vsize=419508 CPUtime=3.32 cores=0,2,4,6
/proc/11477/stat : 11477 (python) S 11282 11282 11136 0 -1 4202560 2240 0 0 0 200 132 0 0 15 0 2 0 907146195 429576192 28031 33554432000 4194304 5683644 140737216882800 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11477/statm: 104877 28031 400 364 0 40780 0
[pid=11479] ppid=11477 vsize=4282552 CPUtime=1645.68 cores=0,2,4,6
/proc/11479/stat : 11479 (cryptominisat-2) R 11477 11479 11479 0 -1 4202496 1563018 0 0 0 164350 218 0 0 25 0 1 0 907146196 4385333248 994012 33554432000 4194304 4677096 140734881132848 18446744073709551615 212435713692 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11479/statm: 1070638 994012 393 118 0 1065597 0
[pid=11477/tid=11483] ppid=11282 vsize=419508 CPUtime=0 cores=0,2,4,6
/proc/11477/task/11483/stat : 11483 (python) S 11282 11282 11136 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907156061 429576192 28031 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 514 18446604451595750464 0 0 -1 0 0 0 0
[pid=11282/tid=11289] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11289/stat : 11289 (python) S 11280 11282 11136 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 7 0 906930736 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 2 0 0 0
[pid=11282/tid=11299] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11299/stat : 11299 (python) S 11280 11282 11136 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 7 0 906940749 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11282/tid=11306] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11306/stat : 11306 (python) S 11280 11282 11136 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 7 0 906950764 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 4 0 0 0
[pid=11282/tid=11436] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11436/stat : 11436 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907048650 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 0 0 0 0
[pid=11282/tid=11452] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11452/stat : 11452 (python) S 11280 11282 11136 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 7 0 907077789 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
[pid=11282/tid=11478] ppid=11280 vsize=429752 CPUtime=0 cores=0,2,4,6
/proc/11282/task/11478/stat : 11478 (python) S 11280 11282 11136 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 7 0 907146195 440066048 29520 33554432000 4194304 5683644 140737216882800 18446744073709551615 212447840689 0 0 16781312 2 18446604453938596544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 11687184

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 11282 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=95336
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=190970
# CPU time returned by wait4() is 24.2863
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4992.15
CPU time (s): 5000.08
CPU user time (s): 4991.54
CPU system time (s): 8.54
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 11703940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0953
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50491
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= 2893
involuntary context switches= 91

runsolver used 10.6004 second user time and 19.78 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-13 10:20:59
IDJOB=3498365
IDBENCH=82390
IDSOLVER=1991
FILE ID=node102/3498365-1307953259
RUNJOBID= node102-1307953128-11154
PBS_JOBID= 13559726
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-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 /tmp/evaluation-result-3498365-1307953259/watcher-3498365-1307953259 -o /tmp/evaluation-result-3498365-1307953259/solver-3498365-1307953259 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498365-1307953259.cnf -seed 1042763137 -budget 5000

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1042763137

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31843416 kB
Buffers:        172928 kB
Cached:         358272 kB
SwapCached:      25152 kB
Active:         681064 kB
Inactive:       225452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31843416 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           64164 kB
Writeback:           0 kB
AnonPages:      372744 kB
Mapped:          14516 kB
Slab:           134180 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   558696 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= 74060 MiB
End job on node102 at 2011-06-13 11:44:14