Trace number 3377859

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) 1300.87 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.36/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.50	c INFO: solving HOME/instance-3377859-1305454229.cnf
0.36/0.50	c INFO: computing task features
5.28/5.42	c INFO: computed variable-clause graph statistics
5.47/5.63	c INFO: computed clause balance statistics
27.28/27.50	c INFO: computed variable balance statistics
45.57/45.70	c INFO: computed small-clause counts
45.77/45.95	c INFO: computed Horn-clause counts
60.38/60.54	c INFO: computed variable graph statistics
60.38/60.54	c INFO: collected features for HOME/instance-3377859-1305454229.cnf in 59.89 s
60.38/60.55	c INFO: running lingeling-276@0 for 582 with 2340 remaining (b = 0.47)
647.91/647.85	c INFO: running cryptominisat-2.9.0@0 for 485 with 1754 remaining (b = 0.40)
1136.23/1135.65	c INFO: running lingeling-276@0 for 97 with 1267 remaining (b = 0.25)
1236.68/1235.90	c INFO: running precosat-570@0 for 194 with 1167 remaining (b = 0.08)

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.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377859-1305454229/watcher-3377859-1305454229 -o /tmp/evaluation-result-3377859-1305454229/solver-3377859-1305454229 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377859-1305454229.cnf -seed 1787504498 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 4.03 4.00 4/350 19861
/proc/meminfo: memFree=20411368/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=15780 CPUtime=0 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 937 0 0 0 0 0 0 0 17 0 1 0 657025421 16158720 816 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436042858 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 3978 817 356 364 0 465 0

[startup+0.018219 s]
/proc/loadavg: 4.01 4.03 4.00 4/350 19861
/proc/meminfo: memFree=20411368/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=16244 CPUtime=0 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 1051 0 0 0 0 0 0 0 17 0 1 0 657025421 16633856 923 33554432000 4194304 5683644 140736561612064 18446744073709551615 4865447 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 4061 923 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.10024 s]
/proc/loadavg: 4.01 4.03 4.00 4/350 19861
/proc/meminfo: memFree=20411368/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=102008 CPUtime=0.06 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 3025 0 0 0 5 1 0 0 17 0 1 0 657025421 104456192 2717 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/19861/statm: 25502 2717 841 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102008

[startup+0.300205 s]
/proc/loadavg: 4.01 4.03 4.00 4/350 19861
/proc/meminfo: memFree=20411368/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=166544 CPUtime=0.2 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 6684 933 1 0 16 4 0 0 17 0 1 0 657025421 170541056 4773 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 41636 4773 1322 364 0 3453 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 166544

[startup+0.701126 s]
/proc/loadavg: 4.01 4.03 4.00 4/350 19861
/proc/meminfo: memFree=20411368/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=322872 CPUtime=0.57 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 20272 933 1 0 48 9 0 0 17 0 1 0 657025421 330620928 17945 33554432000 4194304 5683644 140736561612064 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 80718 17945 1761 364 0 16642 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 322872

[startup+1.50098 s]
/proc/loadavg: 4.01 4.03 4.00 5/351 19866
/proc/meminfo: memFree=20321452/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=379112 CPUtime=1.37 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 34072 933 1 0 127 10 0 0 18 0 1 0 657025421 388210688 31745 33554432000 4194304 5683644 140736561612064 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 94778 31745 1761 364 0 30702 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 379112

[startup+3.10069 s]
/proc/loadavg: 4.01 4.03 4.00 5/351 19866
/proc/meminfo: memFree=20181952/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=491188 CPUtime=2.96 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 61558 933 1 0 283 13 0 0 21 0 1 0 657025421 502976512 59231 33554432000 4194304 5683644 140736561612064 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 122797 59231 1761 364 0 58721 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 491188

[startup+6.30106 s]
/proc/loadavg: 4.01 4.03 4.00 5/351 19866
/proc/meminfo: memFree=19708488/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=599192 CPUtime=6.17 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 145791 933 1 0 594 23 0 0 25 0 1 0 657025421 613572608 87183 33554432000 4194304 5683644 140736561612064 18446744073709551615 4603052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 149798 87183 1826 364 0 85722 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 599192

[startup+12.7009 s]
/proc/loadavg: 4.01 4.03 4.00 5/351 19866
/proc/meminfo: memFree=19587104/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=599192 CPUtime=12.57 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 145791 933 1 0 1234 23 0 0 25 0 1 0 657025421 613572608 87183 33554432000 4194304 5683644 140736561612064 18446744073709551615 212435377911 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 149798 87183 1826 364 0 85722 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 599192

[startup+25.5004 s]
/proc/loadavg: 4.01 4.03 4.00 5/351 19866
/proc/meminfo: memFree=19823084/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=599192 CPUtime=25.37 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 145791 933 1 0 2514 23 0 0 25 0 1 0 657025421 613572608 87183 33554432000 4194304 5683644 140736561612064 18446744073709551615 47990980627291 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 149798 87183 1826 364 0 85722 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 599192

[startup+51.1006 s]
/proc/loadavg: 4.23 4.08 4.02 5/336 19931
/proc/meminfo: memFree=19750016/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=612996 CPUtime=50.97 cores=1,3
/proc/19861/stat : 19861 (python) R 19859 19861 18433 0 -1 4202496 149249 933 1 0 5072 25 0 0 25 0 1 0 657025421 627707904 90641 33554432000 4194304 5683644 140736561612064 18446744073709551615 47990980331660 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19861/statm: 153249 90641 1833 364 0 89173 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 612996

[startup+102.312 s]
/proc/loadavg: 4.20 4.09 4.02 5/339 19935
/proc/meminfo: memFree=19407188/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=596660 CPUtime=60.44 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 149535 933 1 0 6018 26 0 0 25 0 2 0 657025421 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 149165 84028 1867 364 0 85083 0
[pid=19932] ppid=19861 vsize=586416 CPUtime=0.1 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 657031476 600489984 82533 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037135 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/19932/statm: 146604 82533 376 364 0 82522 0
[pid=19934] ppid=19932 vsize=97136 CPUtime=41.63 cores=1,3
/proc/19934/stat : 19934 (lingeling) R 19932 19934 19934 0 -1 4202496 33131 0 0 0 4159 4 0 0 25 0 1 0 657031477 99467264 23453 33554432000 4194304 4352236 140734951260384 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19934/statm: 24284 23453 129 39 0 23364 0
[pid=19861/tid=19933] ppid=19859 vsize=596660 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 657031477 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 1280212

[startup+162.301 s]
/proc/loadavg: 4.07 4.07 4.02 5/339 19937
/proc/meminfo: memFree=19291548/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=596660 CPUtime=60.44 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 149535 933 1 0 6018 26 0 0 25 0 2 0 657025421 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 149165 84028 1867 364 0 85083 0
[pid=19932] ppid=19861 vsize=586416 CPUtime=0.24 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 930 0 0 0 13 11 0 0 18 0 1 0 657031476 600489984 82533 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037135 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/19932/statm: 146604 82533 376 364 0 82522 0
[pid=19934] ppid=19932 vsize=187364 CPUtime=101.5 cores=1,3
/proc/19934/stat : 19934 (lingeling) R 19932 19934 19934 0 -1 4202496 64081 0 0 0 10143 7 0 0 25 0 1 0 657031477 191860736 46010 33554432000 4194304 4352236 140734951260384 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19934/statm: 46841 46010 129 39 0 45921 0
[pid=19861/tid=19933] ppid=19859 vsize=596660 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 657031477 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1370440

[startup+222.301 s]
/proc/loadavg: 4.02 4.06 4.01 5/339 19939
/proc/meminfo: memFree=19289992/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=596660 CPUtime=60.44 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 149535 933 1 0 6018 26 0 0 25 0 2 0 657025421 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 149165 84028 1867 364 0 85083 0
[pid=19932] ppid=19861 vsize=586416 CPUtime=0.37 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 949 0 0 0 19 18 0 0 18 0 1 0 657031476 600489984 82533 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037135 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/19932/statm: 146604 82533 376 364 0 82522 0
[pid=19934] ppid=19932 vsize=187272 CPUtime=161.41 cores=1,3
/proc/19934/stat : 19934 (lingeling) R 19932 19934 19934 0 -1 4202496 80466 0 0 0 16132 9 0 0 25 0 1 0 657031477 191766528 45987 33554432000 4194304 4352236 140734951260384 18446744073709551615 4234001 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19934/statm: 46818 45987 129 39 0 45898 0
[pid=19861/tid=19933] ppid=19859 vsize=596660 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 657031477 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1370348

[startup+282.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/339 19940
/proc/meminfo: memFree=19290972/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=596660 CPUtime=60.44 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 149535 933 1 0 6018 26 0 0 25 0 2 0 657025421 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 149165 84028 1867 364 0 85083 0
[pid=19932] ppid=19861 vsize=586416 CPUtime=0.51 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 969 0 0 0 26 25 0 0 18 0 1 0 657031476 600489984 82533 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037135 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/19932/statm: 146604 82533 376 364 0 82522 0
[pid=19934] ppid=19932 vsize=187224 CPUtime=221.32 cores=1,3
/proc/19934/stat : 19934 (lingeling) R 19932 19934 19934 0 -1 4202496 96851 0 0 0 22122 10 0 0 25 0 1 0 657031477 191717376 45975 33554432000 4194304 4352236 140734951260384 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19934/statm: 46806 45975 129 39 0 45886 0
[pid=19861/tid=19933] ppid=19859 vsize=596660 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 657031477 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1370300

[startup+342.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/339 19942
/proc/meminfo: memFree=19285820/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=596660 CPUtime=60.44 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 149535 933 1 0 6018 26 0 0 25 0 2 0 657025421 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 149165 84028 1867 364 0 85083 0
[pid=19932] ppid=19861 vsize=586416 CPUtime=0.65 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 976 0 0 0 33 32 0 0 18 0 1 0 657031476 600489984 82533 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037135 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/19932/statm: 146604 82533 376 364 0 82522 0
[pid=19934] ppid=19932 vsize=200576 CPUtime=281.24 cores=1,3
/proc/19934/stat : 19934 (lingeling) R 19932 19934 19934 0 -1 4202496 114545 0 0 0 28112 12 0 0 25 0 1 0 657031477 205389824 47266 33554432000 4194304 4352236 140734951260384 18446744073709551615 4208072 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19934/statm: 50144 47266 129 39 0 49224 0
[pid=19861/tid=19933] ppid=19859 vsize=596660 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 657031477 610979840 84028 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0

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

/proc/19934/stat : 19934 (lingeling) T 19932 19934 19934 0 -1 4202496 165986 0 0 0 58597 17 0 0 25 0 1 0 657031477 205254656 49280 33554432000 4194304 4352236 140734951260384 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19934/statm: 50111 49280 129 39 0 49191 0
[pid=19932/tid=19958] ppid=19861 vsize=596660 CPUtime=0 cores=1,3
/proc/19932/task/19958/stat : 19958 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657090205 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604462418923584 0 0 -1 3 0 0 0
[pid=19959] ppid=19861 vsize=596672 CPUtime=1.21 cores=1,3
/proc/19959/stat : 19959 (python) S 19861 19861 18433 0 -1 4202560 1009 0 0 0 61 60 0 0 15 0 1 0 657090206 610992128 82531 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037190 0 0 16781312 514 1200350042477527300 0 0 17 1 0 0 0
/proc/19959/statm: 149168 82531 370 364 0 85083 0
[pid=19961] ppid=19959 vsize=2190920 CPUtime=473.74 cores=1,3
/proc/19961/stat : 19961 (cryptominisat-2) R 19959 19961 19961 0 -1 4202496 595847 0 0 0 47286 88 0 0 25 0 1 0 657090207 2243502080 452490 33554432000 4194304 4677096 140737402874400 18446744073709551615 4336504 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19961/statm: 547730 452490 391 118 0 542689 0
[pid=19861/tid=19933] ppid=19859 vsize=606916 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 657031477 621481984 84035 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=19960] ppid=19859 vsize=606916 CPUtime=0 cores=1,3
/proc/19861/task/19960/stat : 19960 (python) S 19859 19861 18433 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 657090207 621481984 84035 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.91
Current children cumulated vsize (KiB) 4191612

[startup+1182.3 s]
/proc/loadavg: 2.27 3.06 3.58 3/343 20029
/proc/meminfo: memFree=15499208/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=617172 CPUtime=60.46 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 151097 933 1 0 6019 27 0 0 19 0 4 0 657025421 631984128 84041 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 154293 84041 1872 364 0 90205 0
[pid=19932] ppid=19861 vsize=596660 CPUtime=1.37 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 1208 0 0 0 69 68 0 0 19 0 2 0 657031476 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19932/statm: 149165 82577 415 364 0 85083 0
[pid=19934] ppid=19932 vsize=200444 CPUtime=586.14 cores=1,3
/proc/19934/stat : 19934 (lingeling) T 19932 19934 19934 0 -1 4202496 165986 0 0 0 58597 17 0 0 25 0 1 0 657031477 205254656 49280 33554432000 4194304 4352236 140734951260384 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19934/statm: 50111 49280 129 39 0 49191 0
[pid=19932/tid=19958] ppid=19861 vsize=596660 CPUtime=0 cores=1,3
/proc/19932/task/19958/stat : 19958 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657090205 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604462418923584 0 0 -1 3 0 0 0
[pid=19959] ppid=19861 vsize=596672 CPUtime=1.26 cores=1,3
/proc/19959/stat : 19959 (python) S 19861 19861 18433 0 -1 4202560 1159 0 0 0 64 62 0 0 17 0 2 0 657090206 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19959/statm: 149168 82561 399 364 0 85083 0
[pid=19961] ppid=19959 vsize=2249928 CPUtime=487.08 cores=1,3
/proc/19961/stat : 19961 (cryptominisat-2) T 19959 19961 19961 0 -1 4202496 599248 0 0 0 48619 89 0 0 25 0 1 0 657090207 2303926272 455891 33554432000 4194304 4677096 140737402874400 18446744073709551615 4336430 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/19961/statm: 562482 455891 391 118 0 557441 0
[pid=19959/tid=20025] ppid=19861 vsize=596672 CPUtime=0 cores=1,3
/proc/19959/task/20025/stat : 20025 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 657138986 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 1 0 0 0
[pid=20026] ppid=19861 vsize=606928 CPUtime=0.11 cores=1,3
/proc/20026/stat : 20026 (python) S 19861 19861 18433 0 -1 4202560 910 0 0 0 6 5 0 0 18 0 1 0 657138986 621494272 82535 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037190 0 0 16781312 514 14000653302518219012 0 0 17 1 0 0 0
/proc/20026/statm: 151732 82535 370 364 0 87644 0
[pid=20028] ppid=20026 vsize=100588 CPUtime=46.59 cores=1,3
/proc/20028/stat : 20028 (lingeling) R 20026 20028 20028 0 -1 4202496 34158 0 0 0 4654 5 0 0 25 0 1 0 657138987 103002112 24317 33554432000 4194304 4352236 140733648262224 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20028/statm: 25147 24317 129 39 0 24227 0
[pid=19861/tid=19933] ppid=19859 vsize=617172 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 4 0 657031477 631984128 84041 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=19960] ppid=19859 vsize=617172 CPUtime=0 cores=1,3
/proc/19861/task/19960/stat : 19960 (python) S 19859 19861 18433 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 4 0 657090207 631984128 84041 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=20027] ppid=19859 vsize=617172 CPUtime=0 cores=1,3
/proc/19861/task/20027/stat : 20027 (python) S 19859 19861 18433 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 4 0 657138987 631984128 84041 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (KiB) 4968392

[startup+1242.3 s]
/proc/loadavg: 1.53 2.71 3.42 2/335 20053
/proc/meminfo: memFree=20413420/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=627428 CPUtime=60.48 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 151852 933 1 0 6020 28 0 0 19 0 5 0 657025421 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 156857 84047 1874 364 0 92766 0
[pid=19932] ppid=19861 vsize=596660 CPUtime=1.37 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 1208 0 0 0 69 68 0 0 19 0 2 0 657031476 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19932/statm: 149165 82577 415 364 0 85083 0
[pid=19934] ppid=19932 vsize=200444 CPUtime=586.14 cores=1,3
/proc/19934/stat : 19934 (lingeling) T 19932 19934 19934 0 -1 4202496 165986 0 0 0 58597 17 0 0 25 0 1 0 657031477 205254656 49280 33554432000 4194304 4352236 140734951260384 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19934/statm: 50111 49280 129 39 0 49191 0
[pid=19932/tid=19958] ppid=19861 vsize=596660 CPUtime=0 cores=1,3
/proc/19932/task/19958/stat : 19958 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657090205 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604462418923584 0 0 -1 3 0 0 0
[pid=19959] ppid=19861 vsize=596672 CPUtime=1.26 cores=1,3
/proc/19959/stat : 19959 (python) S 19861 19861 18433 0 -1 4202560 1159 0 0 0 64 62 0 0 17 0 2 0 657090206 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19959/statm: 149168 82561 399 364 0 85083 0
[pid=19961] ppid=19959 vsize=2249928 CPUtime=487.08 cores=1,3
/proc/19961/stat : 19961 (cryptominisat-2) T 19959 19961 19961 0 -1 4202496 599248 0 0 0 48619 89 0 0 25 0 1 0 657090207 2303926272 455891 33554432000 4194304 4677096 140737402874400 18446744073709551615 4336430 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/19961/statm: 562482 455891 391 118 0 557441 0
[pid=19959/tid=20025] ppid=19861 vsize=596672 CPUtime=0 cores=1,3
/proc/19959/task/20025/stat : 20025 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 657138986 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 1 0 0 0
[pid=20026] ppid=19861 vsize=606928 CPUtime=0.24 cores=1,3
/proc/20026/stat : 20026 (python) S 19861 19861 18433 0 -1 4202560 1089 0 0 0 12 12 0 0 19 0 2 0 657138986 621494272 82565 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20026/statm: 151732 82565 399 364 0 87644 0
[pid=20028] ppid=20026 vsize=189540 CPUtime=100.13 cores=1,3
/proc/20028/stat : 20028 (lingeling) T 20026 20028 20028 0 -1 4202496 72815 0 0 0 10005 8 0 0 25 0 1 0 657138987 194088960 46555 33554432000 4194304 4352236 140733648262224 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20028/statm: 47385 46555 129 39 0 46465 0
[pid=20026/tid=20050] ppid=19861 vsize=606928 CPUtime=0 cores=1,3
/proc/20026/task/20050/stat : 20050 (python) S 19861 19861 18433 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657149010 621494272 82565 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604467297976768 0 0 -1 3 0 0 0
[pid=20051] ppid=19861 vsize=617184 CPUtime=0.01 cores=1,3
/proc/20051/stat : 20051 (python) S 19861 19861 18433 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 657149011 631996416 82539 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037190 0 0 16781312 514 4593482783090770184 0 0 17 1 0 0 0
/proc/20051/statm: 154296 82539 370 364 0 90205 0
[pid=20053] ppid=20051 vsize=170084 CPUtime=6.36 cores=1,3
/proc/20053/stat : 20053 (precosat) R 20051 20053 20053 0 -1 4202496 43686 0 0 0 629 7 0 0 25 0 1 0 657149012 174166016 41709 33554432000 4194304 4890832 140734689425248 18446744073709551615 4273682 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/20053/statm: 42521 41709 86 171 0 42348 0
[pid=19861/tid=19933] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 657031477 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=19960] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/19960/stat : 19960 (python) S 19859 19861 18433 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 657090207 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=20027] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/20027/stat : 20027 (python) S 19859 19861 18433 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 657138987 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=20052] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/20052/stat : 20052 (python) S 19859 19861 18433 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 657149012 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.07
Current children cumulated vsize (KiB) 5854868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.19 2.40 3.27 2/335 20054
/proc/meminfo: memFree=20209888/32951124 swapFree=57331800/67111528
[pid=19861] ppid=19859 vsize=627428 CPUtime=60.48 cores=1,3
/proc/19861/stat : 19861 (python) S 19859 19861 18433 0 -1 4202496 151852 933 1 0 6020 28 0 0 19 0 5 0 657025421 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19861/statm: 156857 84047 1874 364 0 92766 0
[pid=19932] ppid=19861 vsize=596660 CPUtime=1.37 cores=1,3
/proc/19932/stat : 19932 (python) S 19861 19861 18433 0 -1 4202560 1208 0 0 0 69 68 0 0 19 0 2 0 657031476 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19932/statm: 149165 82577 415 364 0 85083 0
[pid=19934] ppid=19932 vsize=200444 CPUtime=586.14 cores=1,3
/proc/19934/stat : 19934 (lingeling) T 19932 19934 19934 0 -1 4202496 165986 0 0 0 58597 17 0 0 25 0 1 0 657031477 205254656 49280 33554432000 4194304 4352236 140734951260384 18446744073709551615 4234513 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/19934/statm: 50111 49280 129 39 0 49191 0
[pid=19932/tid=19958] ppid=19861 vsize=596660 CPUtime=0 cores=1,3
/proc/19932/task/19958/stat : 19958 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657090205 610979840 82577 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604462418923584 0 0 -1 3 0 0 0
[pid=19959] ppid=19861 vsize=596672 CPUtime=1.26 cores=1,3
/proc/19959/stat : 19959 (python) S 19861 19861 18433 0 -1 4202560 1159 0 0 0 64 62 0 0 17 0 2 0 657090206 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/19959/statm: 149168 82561 399 364 0 85083 0
[pid=19961] ppid=19959 vsize=2249928 CPUtime=487.08 cores=1,3
/proc/19961/stat : 19961 (cryptominisat-2) T 19959 19961 19961 0 -1 4202496 599248 0 0 0 48619 89 0 0 25 0 1 0 657090207 2303926272 455891 33554432000 4194304 4677096 140737402874400 18446744073709551615 4336430 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/19961/statm: 562482 455891 391 118 0 557441 0
[pid=19959/tid=20025] ppid=19861 vsize=596672 CPUtime=0 cores=1,3
/proc/19959/task/20025/stat : 20025 (python) S 19861 19861 18433 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 657138986 610992128 82561 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604464860808256 0 0 -1 1 0 0 0
[pid=20026] ppid=19861 vsize=606928 CPUtime=0.24 cores=1,3
/proc/20026/stat : 20026 (python) S 19861 19861 18433 0 -1 4202560 1089 0 0 0 12 12 0 0 19 0 2 0 657138986 621494272 82565 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20026/statm: 151732 82565 399 364 0 87644 0
[pid=20028] ppid=20026 vsize=189540 CPUtime=100.13 cores=1,3
/proc/20028/stat : 20028 (lingeling) T 20026 20028 20028 0 -1 4202496 72815 0 0 0 10005 8 0 0 25 0 1 0 657138987 194088960 46555 33554432000 4194304 4352236 140733648262224 18446744073709551615 4276757 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20028/statm: 47385 46555 129 39 0 46465 0
[pid=20026/tid=20050] ppid=19861 vsize=606928 CPUtime=0 cores=1,3
/proc/20026/task/20050/stat : 20050 (python) S 19861 19861 18433 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657149010 621494272 82565 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 514 18446604467297976768 0 0 -1 3 0 0 0
[pid=20051] ppid=19861 vsize=617184 CPUtime=0.14 cores=1,3
/proc/20051/stat : 20051 (python) S 19861 19861 18433 0 -1 4202560 922 0 0 0 6 8 0 0 18 0 1 0 657149011 631996416 82539 33554432000 4194304 5683644 140736561612064 18446744073709551615 212436037190 0 0 16781312 514 14000653302518219016 0 0 17 1 0 0 0
/proc/20051/statm: 154296 82539 370 364 0 90205 0
[pid=20053] ppid=20051 vsize=373044 CPUtime=64.03 cores=1,3
/proc/20053/stat : 20053 (precosat) R 20051 20053 20053 0 -1 4202496 97122 0 0 0 6388 15 0 0 25 0 1 0 657149012 381997056 92392 33554432000 4194304 4890832 140734689425248 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/20053/statm: 93261 92392 86 171 0 93088 0
[pid=19861/tid=19933] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/19933/stat : 19933 (python) S 19859 19861 18433 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 657031477 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=19960] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/19960/stat : 19960 (python) S 19859 19861 18433 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 657090207 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=20027] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/20027/stat : 20027 (python) S 19859 19861 18433 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 657138987 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
[pid=19861/tid=20052] ppid=19859 vsize=627428 CPUtime=0 cores=1,3
/proc/19861/task/20052/stat : 20052 (python) S 19859 19861 18433 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 657149012 642486272 84047 33554432000 4194304 5683644 140736561612064 18446744073709551615 212447840689 0 0 16781312 2 18446604467297977664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 6057828

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 19861 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=204847
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=299954
# CPU time returned by wait4() is 60.5048
# while last known CPU time is 1300.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 1300.87
CPU user time (s): 1297.8
CPU system time (s): 3.07
CPU usage (%): 100.063
Max. virtual memory (cumulated for all children) (KiB): 6057828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.2048
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152787
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= 998
involuntary context switches= 150

runsolver used 3.9214 second user time and 9.33458 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:10:31
IDJOB=3377859
IDBENCH=82379
IDSOLVER=1858
FILE ID=node102/3377859-1305454229
RUNJOBID= node102-1305452895-19556
PBS_JOBID= 13324852
Free space on /tmp= 73308 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-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-3377859-1305454229/watcher-3377859-1305454229 -o /tmp/evaluation-result-3377859-1305454229/solver-3377859-1305454229 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377859-1305454229.cnf -seed 1787504498 -budget 2400

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1787504498

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:      20411524 kB
Buffers:         18748 kB
Cached:         691664 kB
SwapCached:      89884 kB
Active:        3412104 kB
Inactive:      8930780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20411524 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:          317264 kB
Writeback:           0 kB
AnonPages:    11553588 kB
Mapped:          19736 kB
Slab:            68116 kB
PageTables:      64248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62656916 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= 73600 MiB
End job on node102 at 2011-05-15 12:32:13