Trace number 3498386

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 275.599 276.93

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 benchmark29.8475
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.39/1.83	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/1.83	c INFO: solving HOME/instance-3498386-1307953504.cnf
0.39/1.83	c INFO: computing task features
16.36/17.81	c INFO: computed variable-clause graph statistics
16.95/18.44	c INFO: computed clause balance statistics
77.76/79.29	c INFO: computed variable balance statistics
129.86/131.32	c INFO: computed small-clause counts
131.36/132.80	c INFO: computed Horn-clause counts
195.37/196.86	c INFO: computed variable graph statistics
195.37/196.87	c INFO: collected features for HOME/instance-3498386-1307953504.cnf in 194.27 s
195.46/196.90	c INFO: running lingeling-276@0 for 97 with 4805 remaining (b = 0.72)
275.33/276.75	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 /tmp/evaluation-result-3498386-1307953504/watcher-3498386-1307953504 -o /tmp/evaluation-result-3498386-1307953504/solver-3498386-1307953504 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498386-1307953504.cnf -seed 1700814506 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 725 0 0 0 0 0 0 0 17 0 1 0 906947397 15548416 615 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/21455/statm: 3796 615 321 364 0 283 0

[startup+0.0497391 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 1289 0 0 0 2 0 0 0 17 0 1 0 906947397 19337216 1141 33554432000 4194304 5683644 140737276081728 18446744073709551615 4865408 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21455/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100736 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 906947397 87674880 2348 33554432000 4194304 5683644 140737276081728 18446744073709551615 5314728 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21455/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.3007 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 5970 935 1 0 13 5 0 0 17 0 1 0 906947397 139005952 4148 33554432000 4194304 5683644 140737276081728 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21455/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700622 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=275660 CPUtime=0.39 cores=1,3,5,7
/proc/21455/stat : 21455 (python) D 21453 21455 21302 0 -1 4202496 9037 935 1 0 28 11 0 0 15 0 1 0 906947397 282275840 6785 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500697655 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/21455/statm: 68915 6785 1729 364 0 5455 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 275660

[startup+1.84037 s]
/proc/loadavg: 1.99 1.43 0.65 2/177 21455
/proc/meminfo: memFree=30497680/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=371284 CPUtime=0.39 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 10816 935 1 0 28 11 0 0 16 0 1 0 906947397 380194816 8489 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500691712 0 0 16781312 2 0 0 0 17 1 0 0 114
/proc/21455/statm: 92821 8512 1758 364 0 28745 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 371284

[startup+3.10113 s]
/proc/loadavg: 1.99 1.44 0.66 3/178 21460
/proc/meminfo: memFree=30309572/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=447908 CPUtime=1.66 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 51198 935 1 0 147 19 0 0 17 0 1 0 906947397 458657792 48871 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 111977 48871 1761 364 0 47901 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 447908
heavy processes:

[startup+6.3005 s]
/proc/loadavg: 1.99 1.45 0.67 3/178 21460
/proc/meminfo: memFree=30157188/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=680816 CPUtime=4.86 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 106661 935 1 0 461 25 0 0 23 0 1 0 906947397 697155584 104334 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 170204 104335 1761 364 0 106128 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 680816
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 1.99 1.46 0.67 3/178 21460
/proc/meminfo: memFree=29749840/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=1118236 CPUtime=11.26 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 208784 935 1 0 1089 37 0 0 25 0 1 0 906947397 1145073664 206457 33554432000 4194304 5683644 140737276081728 18446744073709551615 47552586443461 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 279559 206459 1761 364 0 215483 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 1118236

[startup+25.5006 s]
/proc/loadavg: 1.99 1.48 0.69 3/178 21460
/proc/meminfo: memFree=29691372/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=1063628 CPUtime=24.06 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 539311 935 1 0 2332 74 0 0 25 0 1 0 906947397 1089155072 203308 33554432000 4194304 5683644 140737276081728 18446744073709551615 47552586307288 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 265907 203308 1826 364 0 201831 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 1063628

[startup+51.1005 s]
/proc/loadavg: 1.99 1.52 0.73 3/178 21461
/proc/meminfo: memFree=29691928/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=1063628 CPUtime=49.66 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 539311 935 1 0 4892 74 0 0 25 0 1 0 906947397 1089155072 203308 33554432000 4194304 5683644 140737276081728 18446744073709551615 4602391 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 265907 203308 1826 364 0 201831 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 1063628

[startup+102.3 s]
/proc/loadavg: 1.99 1.59 0.79 3/178 21462
/proc/meminfo: memFree=29691740/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=1063628 CPUtime=100.86 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 539312 935 1 0 10012 74 0 0 25 0 1 0 906947397 1089155072 203309 33554432000 4194304 5683644 140737276081728 18446744073709551615 4458802 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 265907 203309 1827 364 0 201831 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 1063628

[startup+162.3 s]
/proc/loadavg: 1.99 1.66 0.86 3/178 21464
/proc/meminfo: memFree=29691660/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=1063628 CPUtime=160.86 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 674271 935 1 0 15998 88 0 0 25 0 1 0 906947397 1089155072 203315 33554432000 4194304 5683644 140737276081728 18446744073709551615 47552586262656 0 0 16781312 2 0 0 0 17 3 0 0 114
/proc/21455/statm: 265907 203315 1833 364 0 201831 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 1063628

[startup+222.3 s]
/proc/loadavg: 1.99 1.72 0.93 3/181 21469
/proc/meminfo: memFree=29877812/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.03 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 972 0 0 0 1 2 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 4541413485812089096 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=168072 CPUtime=25.36 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 65377 0 0 0 2525 11 0 0 25 0 1 0 906967089 172105728 41187 33554432000 4194304 4352236 140734929972944 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 42018 41187 127 39 0 41098 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 220.87
Current children cumulated vsize (KiB) 1599540

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

[startup+231.301 s]
/proc/loadavg: 1.99 1.73 0.94 3/181 21469
/proc/meminfo: memFree=29872836/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.04 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 977 0 0 0 2 2 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=173280 CPUtime=34.36 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 66679 0 0 0 3425 11 0 0 25 0 1 0 906967089 177438720 42489 33554432000 4194304 4352236 140734929972944 18446744073709551615 4208366 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 43320 42489 127 39 0 42400 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.88
Current children cumulated vsize (KiB) 1604748

[startup+256.9 s]
/proc/loadavg: 1.99 1.75 0.97 3/181 21470
/proc/meminfo: memFree=29868472/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.07 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 988 0 0 0 3 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183504 CPUtime=59.96 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 5985 11 0 0 25 0 1 0 906967089 187908096 45047 33554432000 4194304 4352236 140734929972944 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45876 45047 129 39 0 44956 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 255.51
Current children cumulated vsize (KiB) 1614972

[startup+269.701 s]
/proc/loadavg: 1.99 1.76 0.98 3/181 21470
/proc/meminfo: memFree=29861748/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.08 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 994 0 0 0 4 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183472 CPUtime=72.76 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 7265 11 0 0 25 0 1 0 906967089 187875328 45039 33554432000 4194304 4352236 140734929972944 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45868 45039 129 39 0 44948 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 268.32
Current children cumulated vsize (KiB) 1614940

[startup+272.901 s]
/proc/loadavg: 1.99 1.76 0.99 3/181 21470
/proc/meminfo: memFree=29861876/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.08 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 994 0 0 0 4 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183472 CPUtime=75.96 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 7585 11 0 0 25 0 1 0 906967089 187875328 45039 33554432000 4194304 4352236 140734929972944 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45868 45039 129 39 0 44948 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 271.52
Current children cumulated vsize (KiB) 1614940

[startup+274.501 s]
/proc/loadavg: 1.99 1.76 0.99 3/181 21470
/proc/meminfo: memFree=29861876/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.09 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 996 0 0 0 5 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183472 CPUtime=77.56 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 7745 11 0 0 25 0 1 0 906967089 187875328 45039 33554432000 4194304 4352236 140734929972944 18446744073709551615 4278721 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45868 45039 129 39 0 44948 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.13
Current children cumulated vsize (KiB) 1614940

[startup+276.101 s]
/proc/loadavg: 1.99 1.77 0.99 3/181 21470
/proc/meminfo: memFree=29861752/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.09 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 996 0 0 0 5 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183472 CPUtime=79.16 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 7905 11 0 0 25 0 1 0 906967089 187875328 45039 33554432000 4194304 4352236 140734929972944 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45868 45039 129 39 0 44948 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 274.73
Current children cumulated vsize (KiB) 1614940

[startup+276.501 s]
/proc/loadavg: 1.99 1.77 0.99 3/181 21470
/proc/meminfo: memFree=29861752/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720856 CPUtime=195.48 cores=1,3,5,7
/proc/21455/stat : 21455 (python) S 21453 21455 21302 0 -1 4202496 674641 935 1 0 19458 90 0 0 20 0 2 0 906947397 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 114
/proc/21455/statm: 180214 115101 1875 364 0 116132 0
[pid=21466] ppid=21455 vsize=710612 CPUtime=0.09 cores=1,3,5,7
/proc/21466/stat : 21466 (python) S 21455 21455 21302 0 -1 4202560 996 0 0 0 5 4 0 0 18 0 1 0 906967088 727666688 113603 33554432000 4194304 5683644 140737276081728 18446744073709551615 254500711951 0 0 16781312 514 12680359739884798216 0 0 17 3 0 0 0
/proc/21466/statm: 177653 113603 381 364 0 113571 0
[pid=21468] ppid=21466 vsize=183472 CPUtime=79.56 cores=1,3,5,7
/proc/21468/stat : 21468 (lingeling) R 21466 21468 21468 0 -1 4202496 69267 0 0 0 7945 11 0 0 25 0 1 0 906967089 187875328 45039 33554432000 4194304 4352236 140734929972944 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21468/statm: 45868 45039 129 39 0 44948 0
[pid=21455/tid=21467] ppid=21453 vsize=720856 CPUtime=0 cores=1,3,5,7
/proc/21455/task/21467/stat : 21467 (python) S 21453 21455 21302 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 2 0 906967089 738156544 115101 33554432000 4194304 5683644 140737276081728 18446744073709551615 254512515505 0 0 16781312 2 18446604471143855104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 275.13
Current children cumulated vsize (KiB) 1614940

[startup+276.9 s]
/proc/loadavg: 1.99 1.77 0.99 3/181 21470
/proc/meminfo: memFree=29861752/32950928 swapFree=67053884/67111528
[pid=21455] ppid=21453 vsize=720832 CPUtime=275.54 cores=1,3,5,7
/proc/21455/stat : 21455 (python) R 21453 21455 21302 0 -1 4202496 779433 71426 1 0 19465 96 7976 17 17 0 1 0 906947397 738131968 115100 33554432000 4194304 5683644 140737276081728 18446744073709551615 4619677 0 0 16781312 0 0 0 0 17 3 0 0 114
/proc/21455/statm: 180208 115100 1874 364 0 116132 0
Current children cumulated CPU time (s) 275.54
Current children cumulated vsize (KiB) 720832

Child status: 0
Real time (s): 276.93
CPU time (s): 275.599
CPU user time (s): 274.435
CPU system time (s): 1.16382
CPU usage (%): 99.5195
Max. virtual memory (cumulated for all children) (KiB): 1659640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.435
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 852558
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= 2971
involuntary context switches= 457

runsolver used 0.427934 second user time and 0.908861 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 10:25:07
IDJOB=3498386
IDBENCH=82430
IDSOLVER=1991
FILE ID=node149/3498386-1307953504
RUNJOBID= node149-1307953113-21321
PBS_JOBID= 13559679
Free space on /tmp= 73772 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-3498386-1307953504/watcher-3498386-1307953504 -o /tmp/evaluation-result-3498386-1307953504/solver-3498386-1307953504 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498386-1307953504.cnf -seed 1700814506 -budget 5000

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1700814506

node149.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      30498232 kB
Buffers:        173360 kB
Cached:         626724 kB
SwapCached:      22728 kB
Active:        1989460 kB
Inactive:       257440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30498232 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:          262864 kB
Writeback:           0 kB
AnonPages:     1444616 kB
Mapped:          15004 kB
Slab:           137120 kB
PageTables:       7992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1626264 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= 73740 MiB
End job on node149 at 2011-06-13 10:29:44