Trace number 3498373

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)UNSAT 58.3751 58.6765

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.4647
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

0.39/0.76	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.76	c INFO: solving HOME/instance-3498373-1307953346.cnf
0.39/0.76	c INFO: computing task features
2.76/3.60	c INFO: computed variable-clause graph statistics
2.76/3.72	c INFO: computed clause balance statistics
16.66/17.02	c INFO: computed variable balance statistics
27.35/27.79	c INFO: computed small-clause counts
27.56/27.92	c INFO: computed Horn-clause counts
33.06/33.42	c INFO: computed variable graph statistics
33.06/33.42	c INFO: collected features for HOME/instance-3498373-1307953346.cnf in 32.56 s
33.06/33.45	c INFO: running lingeling-276@0 for 97 with 4967 remaining (b = 0.21)
58.26/58.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498373-1307953346/watcher-3498373-1307953346 -o /var/tmp/evaluation-result-3498373-1307953346/solver-3498373-1307953346 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498373-1307953346.cnf -seed 1042763137 -budget 5000 

running on 4 cores: 1,3,5,7

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.94 1.00 0.40 2/184 18927
/proc/meminfo: memFree=2754800/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 728 0 0 0 0 0 0 0 21 0 1 0 906935100 15552512 617 33554432000 4194304 5683644 140735337678112 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 3796 617 322 364 0 283 0

[startup+0.0657629 s]
/proc/loadavg: 1.94 1.00 0.40 2/184 18927
/proc/meminfo: memFree=2754800/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=29792 CPUtime=0.04 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 1457 0 0 0 3 1 0 0 17 0 1 0 906935100 30507008 1296 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809163776 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 7448 1296 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100728 s]
/proc/loadavg: 1.94 1.00 0.40 2/184 18927
/proc/meminfo: memFree=2754800/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=85360 CPUtime=0.06 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 2583 0 0 0 4 2 0 0 17 0 1 0 906935100 87408640 2307 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809165456 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85360

[startup+0.300667 s]
/proc/loadavg: 1.94 1.00 0.40 2/184 18927
/proc/meminfo: memFree=2754800/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 5961 933 1 0 13 5 0 0 17 0 1 0 906935100 139010048 4148 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18927/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700597 s]
/proc/loadavg: 1.94 1.00 0.40 2/184 18927
/proc/meminfo: memFree=2754800/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=246580 CPUtime=0.39 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 8225 933 1 0 27 12 0 0 15 0 1 0 906935100 252497920 6119 33554432000 4194304 5683644 140735337678112 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 61645 6119 1621 364 0 4647 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 246580

[startup+1.50045 s]
/proc/loadavg: 1.94 1.00 0.40 3/185 18932
/proc/meminfo: memFree=2699232/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=349312 CPUtime=1.15 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 26506 933 1 0 100 15 0 0 16 0 1 0 906935100 357695488 24174 33554432000 4194304 5683644 140735337678112 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 87328 24174 1761 364 0 23252 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 349312

[startup+3.10115 s]
/proc/loadavg: 1.94 1.00 0.40 3/185 18932
/proc/meminfo: memFree=2618508/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=456084 CPUtime=2.76 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 52836 933 1 0 257 19 0 0 18 0 1 0 906935100 467030016 50504 33554432000 4194304 5683644 140735337678112 18446744073709551615 47862173018437 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 114021 50504 1761 364 0 49945 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 456084

[startup+6.30056 s]
/proc/loadavg: 2.11 1.05 0.41 3/185 18932
/proc/meminfo: memFree=2537032/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=470712 CPUtime=5.95 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 91074 933 1 0 572 23 0 0 25 0 1 0 906935100 482009088 55062 33554432000 4194304 5683644 140735337678112 18446744073709551615 230808825406 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 117678 55062 1826 364 0 53602 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 470712

[startup+12.7064 s]
/proc/loadavg: 2.10 1.07 0.42 4/185 18932
/proc/meminfo: memFree=2533568/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=470712 CPUtime=12.36 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 91074 933 1 0 1213 23 0 0 25 0 1 0 906935100 482009088 55062 33554432000 4194304 5683644 140735337678112 18446744073709551615 230808825853 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 117678 55062 1826 364 0 53602 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 470712

[startup+25.5011 s]
/proc/loadavg: 2.08 1.11 0.45 3/185 18932
/proc/meminfo: memFree=2519696/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=470712 CPUtime=25.15 cores=1,3,5,7
/proc/18927/stat : 18927 (python) R 18925 18927 18768 0 -1 4202496 91075 933 1 0 2492 23 0 0 25 0 1 0 906935100 482009088 55063 33554432000 4194304 5683644 140735337678112 18446744073709551615 4418247 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18927/statm: 117678 55063 1827 364 0 53602 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 470712

[startup+51.1004 s]
/proc/loadavg: 2.05 1.18 0.49 3/188 18936
/proc/meminfo: memFree=2473216/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 987 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=52420 CPUtime=17.63 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 20713 0 0 0 1759 4 0 0 25 0 1 0 906938446 53678080 12276 33554432000 4194304 4352236 140737444814464 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 13105 12276 129 39 0 12185 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 988760

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

[startup+51.7003 s]
/proc/loadavg: 2.05 1.18 0.49 3/188 18936
/proc/meminfo: memFree=2473216/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 987 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=52420 CPUtime=18.23 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 20713 0 0 0 1819 4 0 0 25 0 1 0 906938446 53678080 12276 33554432000 4194304 4352236 140737444814464 18446744073709551615 4276741 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 13105 12276 129 39 0 12185 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 988760

[startup+54.9007 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2474332/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 987 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=52416 CPUtime=21.43 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 20713 0 0 0 2139 4 0 0 25 0 1 0 906938446 53673984 12275 33554432000 4194304 4352236 140737444814464 18446744073709551615 4208066 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 13104 12275 129 39 0 12184 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 988756

[startup+56.5004 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2472592/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 990 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=84724 CPUtime=23.03 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 28905 0 0 0 2298 5 0 0 25 0 1 0 906938446 86757376 20352 33554432000 4194304 4352236 140737444814464 18446744073709551615 4208047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 21181 20352 129 39 0 20261 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.16
Current children cumulated vsize (KiB) 1021064

[startup+57.3003 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2438616/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 990 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=84724 CPUtime=23.83 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 28905 0 0 0 2378 5 0 0 25 0 1 0 906938446 86757376 20352 33554432000 4194304 4352236 140737444814464 18446744073709551615 4208032 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 21181 20352 129 39 0 20261 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 56.96
Current children cumulated vsize (KiB) 1021064

[startup+58.1011 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2436756/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 990 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=84724 CPUtime=24.63 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 28905 0 0 0 2458 5 0 0 25 0 1 0 906938446 86757376 20352 33554432000 4194304 4352236 140737444814464 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 21181 20352 129 39 0 20261 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 57.76
Current children cumulated vsize (KiB) 1021064

[startup+58.501 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2436756/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 990 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=84716 CPUtime=25.03 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 28905 0 0 0 2498 5 0 0 25 0 1 0 906938446 86749184 20350 33554432000 4194304 4352236 140737444814464 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 21179 20350 129 39 0 20259 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.16
Current children cumulated vsize (KiB) 1021056

[startup+58.601 s]
/proc/loadavg: 2.04 1.20 0.50 3/188 18936
/proc/meminfo: memFree=2436756/32951124 swapFree=67053020/67111528
[pid=18927] ppid=18925 vsize=473292 CPUtime=33.11 cores=1,3,5,7
/proc/18927/stat : 18927 (python) S 18925 18927 18768 0 -1 4202496 93527 933 1 0 3287 24 0 0 25 0 2 0 906935100 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18927/statm: 118323 53193 1875 364 0 54241 0
[pid=18933] ppid=18927 vsize=463048 CPUtime=0.02 cores=1,3,5,7
/proc/18933/stat : 18933 (python) S 18927 18927 18768 0 -1 4202560 990 0 0 0 0 2 0 0 18 0 1 0 906938446 474161152 51695 33554432000 4194304 5683644 140735337678112 18446744073709551615 230809185807 0 0 16781312 514 14179442689287618824 0 0 17 3 0 0 0
/proc/18933/statm: 115762 51695 381 364 0 51680 0
[pid=18935] ppid=18933 vsize=84716 CPUtime=25.13 cores=1,3,5,7
/proc/18935/stat : 18935 (lingeling) R 18933 18935 18935 0 -1 4202496 28905 0 0 0 2508 5 0 0 25 0 1 0 906938446 86749184 20350 33554432000 4194304 4352236 140737444814464 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18935/statm: 21179 20350 129 39 0 20259 0
[pid=18927/tid=18934] ppid=18925 vsize=473292 CPUtime=0 cores=1,3,5,7
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18768 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 906938446 484651008 53193 33554432000 4194304 5683644 140735337678112 18446744073709551615 230820989361 0 0 16781312 2 18446604471132993728 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 1021056

Child status: 0
Real time (s): 58.6765
CPU time (s): 58.3751
CPU user time (s): 58.0182
CPU system time (s): 0.356945
CPU usage (%): 99.4863
Max. virtual memory (cumulated for all children) (KiB): 1021064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.0182
system time used= 0.356945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149707
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= 2886
involuntary context switches= 171

runsolver used 0.088986 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-13 10:22:26
IDJOB=3498373
IDBENCH=82410
IDSOLVER=1991
FILE ID=node104/3498373-1307953346
RUNJOBID= node104-1307953128-18787
PBS_JOBID= 13559724
Free space on /var/tmp= 2828 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498373-1307953346/watcher-3498373-1307953346 -o /var/tmp/evaluation-result-3498373-1307953346/solver-3498373-1307953346 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498373-1307953346.cnf -seed 1042763137 -budget 5000

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=1042763137

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2755112 kB
Buffers:        103360 kB
Cached:       28382384 kB
SwapCached:      11468 kB
Active:       14149592 kB
Inactive:     15132932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2755112 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           49352 kB
Writeback:           0 kB
AnonPages:      793844 kB
Mapped:          15224 kB
Slab:           844992 kB
PageTables:       8540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1501872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2800 MiB
End job on node104 at 2011-06-13 10:23:25