Trace number 3377990

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 273.93 274.051

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.37/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.61	c INFO: solving HOME/instance-3377990-1305454685.cnf
0.37/0.61	c INFO: computing task features
16.27/16.54	c INFO: computed variable-clause graph statistics
16.86/17.17	c INFO: computed clause balance statistics
78.47/78.76	c INFO: computed variable balance statistics
130.77/131.00	c INFO: computed small-clause counts
132.27/132.50	c INFO: computed Horn-clause counts
196.27/196.56	c INFO: computed variable graph statistics
196.27/196.58	c INFO: collected features for HOME/instance-3377990-1305454685.cnf in 195.10 s
196.27/196.59	c INFO: running lingeling-276@0 for 485 with 2204 remaining (b = 0.91)
273.65/273.87	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-3377990-1305454685/watcher-3377990-1305454685 -o /tmp/evaluation-result-3377990-1305454685/solver-3377990-1305454685 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377990-1305454685.cnf -seed 1248744066 -budget 2400 

running on 2 cores: 5,7

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: 2.98 3.16 3.48 4/376 14639
/proc/meminfo: memFree=23986488/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=15772 CPUtime=0 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 902 0 0 0 0 0 0 0 22 0 1 0 637884437 16150528 783 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/14639/statm: 3943 783 346 364 0 430 0

[startup+0.0946991 s]
/proc/loadavg: 2.98 3.16 3.48 4/376 14639
/proc/meminfo: memFree=23986488/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=85616 CPUtime=0.05 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 2628 0 0 0 4 1 0 0 18 0 1 0 637884437 87670784 2347 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/14639/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.100731 s]
/proc/loadavg: 2.98 3.16 3.48 4/376 14639
/proc/meminfo: memFree=23986488/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=93956 CPUtime=0.06 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 2695 0 0 0 4 2 0 0 17 0 1 0 637884437 96210944 2406 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/14639/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300656 s]
/proc/loadavg: 2.98 3.16 3.48 4/376 14639
/proc/meminfo: memFree=23986488/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=135744 CPUtime=0.18 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 5968 932 1 0 13 5 0 0 18 0 1 0 637884437 139001856 4147 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/14639/statm: 33936 4147 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.707629 s]
/proc/loadavg: 2.98 3.16 3.48 4/376 14639
/proc/meminfo: memFree=23986488/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=374676 CPUtime=0.47 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 33300 932 1 0 33 14 0 0 17 0 1 0 637884437 383668224 30972 33554432000 4194304 5683644 140736893673664 18446744073709551615 4602370 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 93669 30972 1761 364 0 29593 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 374676

[startup+1.50046 s]
/proc/loadavg: 2.98 3.16 3.48 4/377 14644
/proc/meminfo: memFree=23849832/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=427264 CPUtime=1.27 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 46088 932 1 0 110 17 0 0 18 0 1 0 637884437 437518336 43760 33554432000 4194304 5683644 140736893673664 18446744073709551615 47909747324128 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 106816 43760 1761 364 0 42740 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 427264

[startup+3.10016 s]
/proc/loadavg: 2.98 3.16 3.48 4/377 14645
/proc/meminfo: memFree=23781012/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=538484 CPUtime=2.87 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 73119 932 1 0 266 21 0 0 20 0 1 0 637884437 551407616 70791 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726065861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 134621 70791 1761 364 0 70545 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 538484

[startup+6.30055 s]
/proc/loadavg: 2.98 3.16 3.47 4/377 14645
/proc/meminfo: memFree=23546404/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=772920 CPUtime=6.06 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 129965 932 1 0 579 27 0 0 25 0 1 0 637884437 791470080 127637 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726065861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 193230 127637 1761 364 0 129154 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 772920

[startup+12.7003 s]
/proc/loadavg: 2.98 3.15 3.47 4/377 14645
/proc/meminfo: memFree=23130468/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=1171220 CPUtime=12.46 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 226225 932 1 0 1205 41 0 0 25 0 1 0 637884437 1199329280 223897 33554432000 4194304 5683644 140736893673664 18446744073709551615 47909576550725 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 292805 223897 1761 364 0 228729 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1171220

[startup+25.5009 s]
/proc/loadavg: 2.98 3.15 3.46 4/377 14645
/proc/meminfo: memFree=23180320/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=1063628 CPUtime=25.27 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 539312 932 1 0 2448 79 0 0 25 0 1 0 637884437 1089155072 203308 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726072251 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 265907 203308 1826 364 0 201831 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 1063628

[startup+51.1011 s]
/proc/loadavg: 2.99 3.13 3.45 4/377 14646
/proc/meminfo: memFree=23161360/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=1063628 CPUtime=50.87 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 539312 932 1 0 5008 79 0 0 25 0 1 0 637884437 1089155072 203308 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726061063 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 265907 203308 1826 364 0 201831 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 1063628

[startup+102.314 s]
/proc/loadavg: 3.05 3.13 3.43 4/383 14653
/proc/meminfo: memFree=23315188/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=1063628 CPUtime=102.08 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 539313 932 1 0 10129 79 0 0 25 0 1 0 637884437 1089155072 203309 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726091543 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 265907 203309 1827 364 0 201831 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 1063628

[startup+162.301 s]
/proc/loadavg: 2.38 2.92 3.34 3/374 14673
/proc/meminfo: memFree=23737068/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=1063628 CPUtime=162.07 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 674272 932 1 0 16111 96 0 0 25 0 1 0 637884437 1089155072 203315 33554432000 4194304 5683644 140736893673664 18446744073709551615 47909576472716 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14639/statm: 265907 203315 1833 364 0 201831 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 1063628

[startup+222.301 s]
/proc/loadavg: 2.14 2.75 3.25 3/381 14681
/proc/meminfo: memFree=23410512/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.06 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 895 0 0 0 2 4 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=167756 CPUtime=25.6 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 65227 0 0 0 2550 10 0 0 25 0 1 0 637904097 171782144 41106 33554432000 4194304 4352236 140735350710624 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 41939 41106 127 39 0 41019 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1599224

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

[startup+230.3 s]
/proc/loadavg: 2.12 2.72 3.24 3/381 14682
/proc/meminfo: memFree=23426876/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.08 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 897 0 0 0 3 5 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=172964 CPUtime=33.59 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 66529 0 0 0 3349 10 0 0 25 0 1 0 637904097 177115136 42408 33554432000 4194304 4352236 140735350710624 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 43241 42408 127 39 0 42321 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 230.04
Current children cumulated vsize (KiB) 1604432

[startup+255.9 s]
/proc/loadavg: 2.14 2.68 3.21 3/371 14686
/proc/meminfo: memFree=24302120/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.16 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 910 0 0 0 7 9 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=183240 CPUtime=59.17 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 69124 0 0 0 5906 11 0 0 25 0 1 0 637904097 187637760 44979 33554432000 4194304 4352236 140735350710624 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 45810 44979 129 39 0 44890 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 255.7
Current children cumulated vsize (KiB) 1614708

[startup+262.301 s]
/proc/loadavg: 2.05 2.65 3.20 2/368 14700
/proc/meminfo: memFree=24380568/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.18 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 913 0 0 0 8 10 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=183240 CPUtime=65.57 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 69124 0 0 0 6546 11 0 0 25 0 1 0 637904097 187637760 44979 33554432000 4194304 4352236 140735350710624 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 45810 44979 129 39 0 44890 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 262.12
Current children cumulated vsize (KiB) 1614708

[startup+268.701 s]
/proc/loadavg: 1.97 2.62 3.18 2/368 14701
/proc/meminfo: memFree=24380988/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.19 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 917 0 0 0 8 11 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=183240 CPUtime=71.97 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 69124 0 0 0 7186 11 0 0 25 0 1 0 637904097 187637760 44979 33554432000 4194304 4352236 140735350710624 18446744073709551615 4294519 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 45810 44979 129 39 0 44890 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 268.53
Current children cumulated vsize (KiB) 1614708

[startup+271.9 s]
/proc/loadavg: 1.89 2.60 3.17 2/368 14701
/proc/meminfo: memFree=24375532/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.19 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 917 0 0 0 8 11 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=189016 CPUtime=75.16 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 70579 0 0 0 7505 11 0 0 25 0 1 0 637904097 193552384 46423 33554432000 4194304 4352236 140735350710624 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 47254 46423 129 39 0 46334 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 271.72
Current children cumulated vsize (KiB) 1620484

[startup+272.701 s]
/proc/loadavg: 1.89 2.60 3.17 2/368 14701
/proc/meminfo: memFree=24375656/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.19 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 917 0 0 0 8 11 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=189016 CPUtime=75.98 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 70579 0 0 0 7587 11 0 0 25 0 1 0 637904097 193552384 46423 33554432000 4194304 4352236 140735350710624 18446744073709551615 4328291 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14681/statm: 47254 46423 129 39 0 46334 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 272.54
Current children cumulated vsize (KiB) 1620484

[startup+273.501 s]
/proc/loadavg: 1.89 2.60 3.17 2/368 14701
/proc/meminfo: memFree=24375656/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720856 CPUtime=196.37 cores=5,7
/proc/14639/stat : 14639 (python) S 14637 14639 12848 0 -1 4202496 674554 932 1 0 19538 99 0 0 19 0 2 0 637884437 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14639/statm: 180214 115093 1867 364 0 116132 0
[pid=14679] ppid=14639 vsize=710612 CPUtime=0.21 cores=5,7
/proc/14679/stat : 14679 (python) S 14639 14639 12848 0 -1 4202560 920 0 0 0 9 12 0 0 18 0 1 0 637904096 727666688 113598 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726425103 0 0 16781312 514 14870885969577345285 0 0 17 5 0 0 0
/proc/14679/statm: 177653 113598 376 364 0 113571 0
[pid=14681] ppid=14679 vsize=189016 CPUtime=76.76 cores=5,7
/proc/14681/stat : 14681 (lingeling) R 14679 14681 14681 0 -1 4202496 70579 0 0 0 7665 11 0 0 25 0 1 0 637904097 193552384 46423 33554432000 4194304 4352236 140735350710624 18446744073709551615 4328986 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/14681/statm: 47254 46423 129 39 0 46334 0
[pid=14639/tid=14680] ppid=14637 vsize=720856 CPUtime=0 cores=5,7
/proc/14639/task/14680/stat : 14680 (python) S 14637 14639 12848 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 637904097 738156544 115093 33554432000 4194304 5683644 140736893673664 18446744073709551615 264738228657 0 0 16781312 2 18446604465101256832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 273.34
Current children cumulated vsize (KiB) 1620484

[startup+273.914 s]
/proc/loadavg: 1.89 2.60 3.17 2/368 14701
/proc/meminfo: memFree=24375656/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720832 CPUtime=273.77 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 695602 72736 1 0 19540 101 7711 25 17 0 1 0 637884437 738131968 115091 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726060471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14639/statm: 180208 115091 1865 364 0 116132 0
Current children cumulated CPU time (s) 273.77
Current children cumulated vsize (KiB) 720832

[startup+274.001 s]
/proc/loadavg: 1.89 2.60 3.17 2/368 14701
/proc/meminfo: memFree=24375656/32951124 swapFree=63083164/67111528
[pid=14639] ppid=14637 vsize=720832 CPUtime=273.86 cores=5,7
/proc/14639/stat : 14639 (python) R 14637 14639 12848 0 -1 4202496 764894 72736 1 0 19545 105 7711 25 17 0 1 0 637884437 738131968 115091 33554432000 4194304 5683644 140736893673664 18446744073709551615 264726060471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14639/statm: 180208 115091 1865 364 0 116132 0
Current children cumulated CPU time (s) 273.86
Current children cumulated vsize (KiB) 720832

Child status: 0
Real time (s): 274.051
CPU time (s): 273.93
CPU user time (s): 272.593
CPU system time (s): 1.3378
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 1661396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.593
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 853861
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= 2710
involuntary context switches= 638

runsolver used 0.954854 second user time and 2.18967 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 12:18:08
IDJOB=3377990
IDBENCH=82430
IDSOLVER=1858
FILE ID=node141/3377990-1305454685
RUNJOBID= node141-1305453365-14351
PBS_JOBID= 13324841
Free space on /tmp= 73120 MiB

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

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1248744066

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      23986768 kB
Buffers:        260232 kB
Cached:        5404916 kB
SwapCached:      15708 kB
Active:        3515380 kB
Inactive:      5191348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23986768 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:          280160 kB
Writeback:           0 kB
AnonPages:     3033188 kB
Mapped:          19004 kB
Slab:           149620 kB
PageTables:      41724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87351192 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= 73236 MiB
End job on node141 at 2011-05-15 12:22:42