Trace number 3377988

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 90.0333 90.3122

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.43/0.78	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/0.78	c INFO: solving HOME/instance-3377988-1305454564.cnf
0.43/0.78	c INFO: computing task features
2.81/3.49	c INFO: computed variable-clause graph statistics
4.01/4.38	c INFO: computed clause balance statistics
15.61/15.93	c INFO: computed variable balance statistics
25.41/25.73	c INFO: computed small-clause counts
25.51/25.81	c INFO: computed Horn-clause counts
31.11/31.44	c INFO: computed variable graph statistics
31.11/31.44	c INFO: collected features for HOME/instance-3377988-1305454564.cnf in 30.58 s
31.11/31.46	c INFO: running lingeling-276@0 for 582 with 2369 remaining (b = 0.36)
89.89/90.25	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.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-3377988-1305454564/watcher-3377988-1305454564 -o /tmp/evaluation-result-3377988-1305454564/solver-3377988-1305454564 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377988-1305454564.cnf -seed 1335919508 -budget 2400 

running on 2 cores: 0,2

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: 3.72 3.99 3.97 4/300 16640
/proc/meminfo: memFree=15997392/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=15380 CPUtime=0 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 1 0 657059220 15749120 704 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/16640/statm: 3845 704 334 364 0 332 0

[startup+0.0991939 s]
/proc/loadavg: 3.72 3.99 3.97 4/300 16640
/proc/meminfo: memFree=15997392/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=54536 CPUtime=0.06 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 2052 0 0 0 4 2 0 0 17 0 1 0 657059220 55844864 1811 33554432000 4194304 5683644 140734646501184 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 13633 1810 492 364 0 1283 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54536

[startup+0.101189 s]
/proc/loadavg: 3.72 3.99 3.97 4/300 16640
/proc/meminfo: memFree=15997392/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=54532 CPUtime=0.07 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 2078 0 0 0 4 3 0 0 17 0 1 0 657059220 55840768 1834 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54532

[startup+0.301164 s]
/proc/loadavg: 3.72 3.99 3.97 4/300 16640
/proc/meminfo: memFree=15997392/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=135580 CPUtime=0.21 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 5919 935 1 0 14 7 0 0 19 0 1 0 657059220 138833920 4131 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370955264 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 33895 4131 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135580

[startup+0.701093 s]
/proc/loadavg: 3.72 3.99 3.97 4/300 16640
/proc/meminfo: memFree=15997392/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=246572 CPUtime=0.43 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 8234 935 1 0 28 15 0 0 15 0 1 0 657059220 252489728 6121 33554432000 4194304 5683644 140734646501184 18446744073709551615 4274360 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 61643 6121 1621 364 0 4645 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 246572

[startup+1.50093 s]
/proc/loadavg: 3.72 3.99 3.97 5/306 16654
/proc/meminfo: memFree=15818340/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=339616 CPUtime=1.21 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 24197 935 1 0 102 19 0 0 16 0 1 0 657059220 347766784 21865 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370618053 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 84904 21867 1761 364 0 20828 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 339616

[startup+3.10062 s]
/proc/loadavg: 3.72 3.99 3.97 5/309 16664
/proc/meminfo: memFree=15509748/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=435660 CPUtime=2.81 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 48062 935 1 0 259 22 0 0 18 0 1 0 657059220 446115840 45730 33554432000 4194304 5683644 140734646501184 18446744073709551615 4539162 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 108915 45730 1761 364 0 44839 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 435660

[startup+6.30106 s]
/proc/loadavg: 3.98 4.04 3.98 5/307 16664
/proc/meminfo: memFree=14986324/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=449100 CPUtime=6.01 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 81829 935 1 0 575 26 0 0 25 0 1 0 657059220 459878400 49660 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370624394 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 112275 49660 1826 364 0 48199 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 449100

[startup+12.7009 s]
/proc/loadavg: 3.98 4.03 3.98 5/312 16674
/proc/meminfo: memFree=14407236/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=449100 CPUtime=12.41 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 81829 935 1 0 1215 26 0 0 25 0 1 0 657059220 459878400 49660 33554432000 4194304 5683644 140734646501184 18446744073709551615 4457125 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 112275 49660 1826 364 0 48199 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 449100

[startup+25.5007 s]
/proc/loadavg: 3.99 4.03 3.98 5/312 16675
/proc/meminfo: memFree=13489220/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=449100 CPUtime=25.22 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 81830 935 1 0 2496 26 0 0 25 0 1 0 657059220 459878400 49661 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370616751 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16640/statm: 112275 49661 1827 364 0 48199 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 449100

[startup+51.1011 s]
/proc/loadavg: 3.99 4.03 3.98 5/318 16683
/proc/meminfo: memFree=12884508/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.04 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 891 0 0 0 2 2 0 0 18 0 1 0 657062366 452923392 46506 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46506 376 364 0 46495 0
[pid=16678] ppid=16676 vsize=51476 CPUtime=19.58 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 19455 0 0 0 1955 3 0 0 25 0 1 0 657062366 52711424 12039 33554432000 4194304 4352236 140735770563632 18446744073709551615 4235282 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 12869 12039 129 39 0 11949 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 946336

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

[startup+51.4011 s]
/proc/loadavg: 3.99 4.03 3.98 5/318 16683
/proc/meminfo: memFree=12884508/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.04 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 891 0 0 0 2 2 0 0 18 0 1 0 657062366 452923392 46506 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46506 376 364 0 46495 0
[pid=16678] ppid=16676 vsize=51476 CPUtime=19.87 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 19455 0 0 0 1984 3 0 0 25 0 1 0 657062366 52711424 12039 33554432000 4194304 4352236 140735770563632 18446744073709551615 4281284 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 12869 12039 129 39 0 11949 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 946336

[startup+77.0005 s]
/proc/loadavg: 3.99 4.03 3.98 5/315 16717
/proc/meminfo: memFree=12709444/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.09 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 916 0 0 0 5 4 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80076 CPUtime=45.42 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 4538 4 0 0 25 0 1 0 657062366 81997824 19189 33554432000 4194304 4352236 140735770563632 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 20019 19189 129 39 0 19099 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 974936

[startup+83.4004 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16717
/proc/meminfo: memFree=12232536/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.1 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 919 0 0 0 6 4 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=51.81 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5177 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4328991 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.08
Current children cumulated vsize (KiB) 974920

[startup+86.6008 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16717
/proc/meminfo: memFree=12070600/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.12 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=54.99 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5495 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.28
Current children cumulated vsize (KiB) 974920

[startup+88.2005 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16717
/proc/meminfo: memFree=11993844/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.12 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=56.6 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5656 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4234392 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.89
Current children cumulated vsize (KiB) 974920

[startup+89.0004 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16717
/proc/meminfo: memFree=11993844/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.12 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=57.39 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5735 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.68
Current children cumulated vsize (KiB) 974920

[startup+89.8012 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16718
/proc/meminfo: memFree=12120696/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.14 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 924 0 0 0 8 6 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=58.18 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5814 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 974920

[startup+90.2011 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16718
/proc/meminfo: memFree=12120696/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452552 CPUtime=31.17 cores=0,2
/proc/16640/stat : 16640 (python) S 16638 16640 15311 0 -1 4202496 83967 935 1 0 3090 27 0 0 19 0 2 0 657059220 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16640/statm: 113138 48009 1875 364 0 49056 0
[pid=16676] ppid=16640 vsize=442308 CPUtime=0.14 cores=0,2
/proc/16676/stat : 16676 (python) S 16640 16640 15311 0 -1 4202560 924 0 0 0 8 6 0 0 18 0 1 0 657062366 452923392 46515 33554432000 4194304 5683644 140734646501184 18446744073709551615 218370977295 0 0 16781312 514 747140141306315011 0 0 17 0 0 0 0
/proc/16676/statm: 110577 46515 385 364 0 46495 0
[pid=16678] ppid=16676 vsize=80060 CPUtime=58.58 cores=0,2
/proc/16678/stat : 16678 (lingeling) R 16676 16678 16678 0 -1 4202496 26751 0 0 0 5854 4 0 0 25 0 1 0 657062366 81981440 19185 33554432000 4194304 4352236 140735770563632 18446744073709551615 4276696 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/16678/statm: 20015 19185 129 39 0 19095 0
[pid=16640/tid=16677] ppid=16638 vsize=452552 CPUtime=0 cores=0,2
/proc/16640/task/16677/stat : 16677 (python) S 16638 16640 15311 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 657062366 463413248 48009 33554432000 4194304 5683644 140734646501184 18446744073709551615 218382780849 0 0 16781312 2 18446604453965047808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.89
Current children cumulated vsize (KiB) 974920

[startup+90.3012 s]
/proc/loadavg: 3.99 4.02 3.98 5/315 16718
/proc/meminfo: memFree=12120696/32951124 swapFree=52307768/67111528
[pid=16640] ppid=16638 vsize=452528 CPUtime=90 cores=0,2
/proc/16640/stat : 16640 (python) R 16638 16640 15311 0 -1 4202496 106535 28906 1 0 3093 28 5868 11 18 0 1 0 657059220 463388672 48008 33554432000 4194304 5683644 140734646501184 18446744073709551615 4510411 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16640/statm: 113132 48008 1874 364 0 49056 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (KiB) 452528

Child status: 0
Real time (s): 90.3122
CPU time (s): 90.0333
CPU user time (s): 89.6194
CPU system time (s): 0.413937
CPU usage (%): 99.6912
Max. virtual memory (cumulated for all children) (KiB): 975512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.6194
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135703
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= 9784
involuntary context switches= 311

runsolver used 0.287956 second user time and 0.565913 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 12:16:04
IDJOB=3377988
IDBENCH=82420
IDSOLVER=1858
FILE ID=node101/3377988-1305454564
RUNJOBID= node101-1305453261-16381
PBS_JOBID= 13324878
Free space on /tmp= 73700 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.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-3377988-1305454564/watcher-3377988-1305454564 -o /tmp/evaluation-result-3377988-1305454564/solver-3377988-1305454564 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377988-1305454564.cnf -seed 1335919508 -budget 2400

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=1335919508

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15997920 kB
Buffers:        335360 kB
Cached:        6210112 kB
SwapCached:      14848 kB
Active:       11472060 kB
Inactive:      5190760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15997920 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          135068 kB
Writeback:           8 kB
AnonPages:    10114384 kB
Mapped:          15108 kB
Slab:           162248 kB
PageTables:      64024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42467836 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= 73256 MiB
End job on node101 at 2011-05-15 12:17:35