Trace number 3498378

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 92.8779 92.9927

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 benchmark61.3987
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.31/0.58	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.58	c INFO: solving HOME/instance-3498378-1307953403.cnf
0.31/0.58	c INFO: computing task features
2.90/3.13	c INFO: computed variable-clause graph statistics
3.00/3.25	c INFO: computed clause balance statistics
14.40/14.62	c INFO: computed variable balance statistics
23.90/24.11	c INFO: computed small-clause counts
23.90/24.18	c INFO: computed Horn-clause counts
29.10/29.37	c INFO: computed variable graph statistics
29.10/29.37	c INFO: collected features for HOME/instance-3498378-1307953403.cnf in 28.69 s
29.20/29.40	c INFO: running lingeling-276@0 for 97 with 4971 remaining (b = 0.20)
92.76/92.94	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-3498378-1307953403/watcher-3498378-1307953403 -o /var/tmp/evaluation-result-3498378-1307953403/solver-3498378-1307953403 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498378-1307953403.cnf -seed 1246401360 -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: 2.02 1.18 0.49 2/177 28192
/proc/meminfo: memFree=1243940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 725 0 0 0 0 0 0 0 21 0 1 0 906941298 15548416 615 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/28192/statm: 3796 615 321 364 0 283 0

[startup+0.105902 s]
/proc/loadavg: 2.02 1.18 0.49 2/177 28192
/proc/meminfo: memFree=1243940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=94180 CPUtime=0.07 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 2754 0 0 0 5 2 0 0 17 0 1 0 906941298 96440320 2464 33554432000 4194304 5683644 140733242424544 18446744073709551615 270612771525 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 23545 2476 764 364 0 1677 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94180

[startup+0.200878 s]
/proc/loadavg: 2.02 1.18 0.49 2/177 28192
/proc/meminfo: memFree=1243940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=124236 CPUtime=0.12 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 4276 0 1 0 9 3 0 0 17 0 1 0 906941298 127217664 3881 33554432000 4194304 5683644 140733242424544 18446744073709551615 270612930965 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 31059 3881 997 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.300895 s]
/proc/loadavg: 2.02 1.18 0.49 2/177 28192
/proc/meminfo: memFree=1243940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 5972 931 1 0 13 5 0 0 17 0 1 0 906941298 139010048 4151 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613106693 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/28192/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70079 s]
/proc/loadavg: 2.02 1.18 0.49 2/177 28192
/proc/meminfo: memFree=1243940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=300964 CPUtime=0.5 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 14848 931 1 0 38 12 0 0 16 0 1 0 906941298 308187136 12521 33554432000 4194304 5683644 140733242424544 18446744073709551615 270612771525 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 75241 12521 1761 364 0 11165 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 300964

[startup+1.50063 s]
/proc/loadavg: 2.02 1.19 0.49 3/178 28197
/proc/meminfo: memFree=1228456/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=355320 CPUtime=1.3 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 28291 931 1 0 116 14 0 0 17 0 1 0 906941298 363847680 25964 33554432000 4194304 5683644 140733242424544 18446744073709551615 270612771525 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 88830 25964 1761 364 0 24754 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 355320

[startup+3.10034 s]
/proc/loadavg: 2.02 1.19 0.49 3/178 28197
/proc/meminfo: memFree=1109044/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=463848 CPUtime=2.9 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 76317 931 1 0 270 20 0 0 19 0 1 0 906941298 474980352 53336 33554432000 4194304 5683644 140733242424544 18446744073709551615 47624179511216 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 115962 53336 1815 364 0 51886 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 463848

[startup+6.30077 s]
/proc/loadavg: 2.02 1.20 0.50 3/178 28198
/proc/meminfo: memFree=985552/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=449104 CPUtime=6.1 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 81825 931 1 0 589 21 0 0 25 0 1 0 906941298 459882496 49661 33554432000 4194304 5683644 140733242424544 18446744073709551615 4539670 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 112276 49661 1826 364 0 48200 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 449104

[startup+12.7006 s]
/proc/loadavg: 2.02 1.22 0.51 3/178 28198
/proc/meminfo: memFree=1322060/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=449104 CPUtime=12.5 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 81825 931 1 0 1229 21 0 0 25 0 1 0 906941298 459882496 49661 33554432000 4194304 5683644 140733242424544 18446744073709551615 47624179605632 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 112276 49661 1826 364 0 48200 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 449104

[startup+25.5004 s]
/proc/loadavg: 2.02 1.24 0.52 3/178 28198
/proc/meminfo: memFree=1406468/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=456476 CPUtime=25.3 cores=1,3,5,7
/proc/28192/stat : 28192 (python) R 28190 28192 28035 0 -1 4202496 83675 931 1 0 2509 21 0 0 25 0 1 0 906941298 467431424 51511 33554432000 4194304 5683644 140733242424544 18446744073709551615 47624212204109 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28192/statm: 114119 51511 1833 364 0 50043 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 456476

[startup+51.1008 s]
/proc/loadavg: 2.01 1.31 0.57 3/181 28202
/proc/meminfo: memFree=1367980/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.02 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 957 0 0 0 1 1 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=53576 CPUtime=21.68 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 19988 0 0 0 2165 3 0 0 25 0 1 0 906944239 54861824 12565 33554432000 4194304 4352236 140735862300096 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 13394 12565 129 39 0 12474 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 948444

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

[startup+51.2008 s]
/proc/loadavg: 2.01 1.31 0.57 3/181 28202
/proc/meminfo: memFree=1367980/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.02 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 957 0 0 0 1 1 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=53576 CPUtime=21.78 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 19988 0 0 0 2175 3 0 0 25 0 1 0 906944239 54861824 12565 33554432000 4194304 4352236 140735862300096 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 13394 12565 129 39 0 12474 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 948444

[startup+76.8003 s]
/proc/loadavg: 2.00 1.37 0.61 3/181 28202
/proc/meminfo: memFree=1342324/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.05 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 966 0 0 0 3 2 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78436 CPUtime=47.37 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 4734 3 0 0 25 0 1 0 906944239 80318464 18780 33554432000 4194304 4352236 140735862300096 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19609 18780 129 39 0 18689 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 973304

[startup+83.2011 s]
/proc/loadavg: 2.00 1.38 0.61 3/181 28203
/proc/meminfo: memFree=1341940/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.06 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 968 0 0 0 4 2 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78420 CPUtime=53.78 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 5375 3 0 0 25 0 1 0 906944239 80302080 18776 33554432000 4194304 4352236 140735862300096 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19605 18776 129 39 0 18685 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 83.05
Current children cumulated vsize (KiB) 973288

[startup+89.601 s]
/proc/loadavg: 2.00 1.39 0.62 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=60.18 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6015 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 973272

[startup+91.2007 s]
/proc/loadavg: 2.00 1.39 0.62 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=61.78 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6175 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4270269 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 91.06
Current children cumulated vsize (KiB) 973272

[startup+92.0006 s]
/proc/loadavg: 2.00 1.40 0.63 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=62.58 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6255 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 91.86
Current children cumulated vsize (KiB) 973272

[startup+92.4005 s]
/proc/loadavg: 2.00 1.40 0.63 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=62.98 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6295 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.26
Current children cumulated vsize (KiB) 973272

[startup+92.8004 s]
/proc/loadavg: 2.00 1.40 0.63 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=63.38 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6335 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 973272

[startup+92.9004 s]
/proc/loadavg: 2.00 1.40 0.63 3/181 28203
/proc/meminfo: memFree=1342256/32951124 swapFree=67052292/67111528
[pid=28192] ppid=28190 vsize=452556 CPUtime=29.21 cores=1,3,5,7
/proc/28192/stat : 28192 (python) S 28190 28192 28035 0 -1 4202496 84047 931 1 0 2899 22 0 0 25 0 2 0 906941298 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28192/statm: 113139 48010 1875 364 0 49057 0
[pid=28199] ppid=28192 vsize=442312 CPUtime=0.07 cores=1,3,5,7
/proc/28199/stat : 28199 (python) S 28192 28192 28035 0 -1 4202560 969 0 0 0 4 3 0 0 18 0 1 0 906944238 452927488 46512 33554432000 4194304 5683644 140733242424544 18446744073709551615 270613130767 0 0 16781312 514 6576434132425867528 0 0 17 3 0 0 0
/proc/28199/statm: 110578 46512 381 364 0 46496 0
[pid=28201] ppid=28199 vsize=78404 CPUtime=63.48 cores=1,3,5,7
/proc/28201/stat : 28201 (lingeling) R 28199 28201 28201 0 -1 4202496 26328 0 0 0 6345 3 0 0 25 0 1 0 906944239 80285696 18772 33554432000 4194304 4352236 140735862300096 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/28201/statm: 19601 18772 129 39 0 18681 0
[pid=28192/tid=28200] ppid=28190 vsize=452556 CPUtime=0 cores=1,3,5,7
/proc/28192/task/28200/stat : 28200 (python) S 28190 28192 28035 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 906944238 463417344 48010 33554432000 4194304 5683644 140733242424544 18446744073709551615 270624934321 0 0 16781312 2 18446604462946193728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 973272

Child status: 0
Real time (s): 92.9927
CPU time (s): 92.8779
CPU user time (s): 92.5569
CPU system time (s): 0.320951
CPU usage (%): 99.8766
Max. virtual memory (cumulated for all children) (KiB): 973804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.5569
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135259
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= 1938
involuntary context switches= 439

runsolver used 0.135979 second user time and 0.329949 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-13 10:23:23
IDJOB=3498378
IDBENCH=82420
IDSOLVER=1991
FILE ID=node108/3498378-1307953403
RUNJOBID= node108-1307953127-28054
PBS_JOBID= 13559720
Free space on /var/tmp= 2632 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 /var/tmp/evaluation-result-3498378-1307953403/watcher-3498378-1307953403 -o /var/tmp/evaluation-result-3498378-1307953403/solver-3498378-1307953403 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498378-1307953403.cnf -seed 1246401360 -budget 5000

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=1246401360

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:       1220560 kB
Buffers:        111580 kB
Cached:       28530368 kB
SwapCached:      23260 kB
Active:       15424620 kB
Inactive:     15375708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1220560 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:          288164 kB
Writeback:           0 kB
AnonPages:     2155824 kB
Mapped:          14540 kB
Slab:           860256 kB
PageTables:       9592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2405600 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= 2600 MiB
End job on node108 at 2011-06-13 10:24:57