Trace number 3483946

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, 1200 s timeout)UNSAT 323.847 323.725

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.34/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.65	c INFO: solving HOME/instance-3483946-1307749496.cnf
0.34/0.65	c INFO: computing task features
2.41/2.78	c INFO: computed variable-clause graph statistics
2.51/2.87	c INFO: computed clause balance statistics
12.61/12.99	c INFO: computed variable balance statistics
20.91/21.27	c INFO: computed small-clause counts
21.01/21.38	c INFO: computed Horn-clause counts
32.81/33.15	c INFO: computed variable graph statistics
32.81/33.15	c INFO: collected features for HOME/instance-3483946-1307749496.cnf in 32.43 s
32.81/33.16	c INFO: running lingeling-276@0 for 1167 with 1167 remaining (b = 0.43)
323.69/323.67	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: 988)

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-3483946-1307749496/watcher-3483946-1307749496 -o /tmp/evaluation-result-3483946-1307749496/solver-3483946-1307749496 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483946-1307749496.cnf -seed 409621536 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.01 4.02 3.72 5/200 29130
/proc/meminfo: memFree=26446484/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=15184 CPUtime=0 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 886547795 15548416 615 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/29130/statm: 3796 615 321 364 0 283 0

[startup+0.071601 s]
/proc/loadavg: 4.01 4.02 3.72 5/200 29130
/proc/meminfo: memFree=26446484/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=29788 CPUtime=0.03 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 1447 0 0 0 3 0 0 0 25 0 1 0 886547795 30502912 1288 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335890432 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/29130/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.102054 s]
/proc/loadavg: 4.01 4.02 3.72 5/200 29130
/proc/meminfo: memFree=26446484/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=84524 CPUtime=0.05 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 2273 0 0 0 4 1 0 0 25 0 1 0 886547795 86552576 2017 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335918876 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29130/statm: 21131 2017 633 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.300556 s]
/proc/loadavg: 4.01 4.02 3.72 5/200 29130
/proc/meminfo: memFree=26446484/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=135752 CPUtime=0.16 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 5974 937 1 0 12 4 0 0 25 0 1 0 886547795 139010048 4149 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/29130/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700486 s]
/proc/loadavg: 4.01 4.02 3.72 5/200 29130
/proc/meminfo: memFree=26446484/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=293464 CPUtime=0.41 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 13016 937 1 0 32 9 0 0 25 0 1 0 886547795 300507136 10685 33554432000 4194304 5683644 140736279805312 18446744073709551615 4571061 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29130/statm: 73366 10685 1761 364 0 9290 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 293464

[startup+1.50041 s]
/proc/loadavg: 4.01 4.02 3.72 5/201 29135
/proc/meminfo: memFree=26381648/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=350688 CPUtime=1.21 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 26784 937 1 0 110 11 0 0 25 0 1 0 886547795 359104512 24453 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29130/statm: 87672 24453 1761 364 0 23596 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 350688

[startup+3.10113 s]
/proc/loadavg: 4.01 4.02 3.72 5/201 29135
/proc/meminfo: memFree=26295064/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=416864 CPUtime=2.81 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 68159 937 1 0 266 15 0 0 25 0 1 0 886547795 426868736 41601 33554432000 4194304 5683644 140736279805312 18446744073709551615 47684431198072 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29130/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 416864

[startup+6.30053 s]
/proc/loadavg: 4.01 4.02 3.72 5/201 29135
/proc/meminfo: memFree=26300380/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=416864 CPUtime=6.01 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 68159 937 1 0 586 15 0 0 25 0 1 0 886547795 426868736 41601 33554432000 4194304 5683644 140736279805312 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29130/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 416864

[startup+12.7004 s]
/proc/loadavg: 4.09 4.03 3.73 5/201 29135
/proc/meminfo: memFree=26291216/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=416864 CPUtime=12.41 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 68159 937 1 0 1226 15 0 0 25 0 1 0 886547795 426868736 41601 33554432000 4194304 5683644 140736279805312 18446744073709551615 47684430942464 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29130/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 416864

[startup+25.5011 s]
/proc/loadavg: 4.07 4.03 3.73 5/201 29135
/proc/meminfo: memFree=26271732/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=422988 CPUtime=25.21 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 69697 937 1 0 2506 15 0 0 25 0 1 0 886547795 433139712 43139 33554432000 4194304 5683644 140736279805312 18446744073709551615 47684430862476 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29130/statm: 105747 43139 1833 364 0 41671 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 422988

[startup+51.1006 s]
/proc/loadavg: 4.04 4.03 3.74 5/204 29139
/proc/meminfo: memFree=26260300/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.02 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=35816 CPUtime=17.92 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 14499 0 0 0 1790 2 0 0 25 0 1 0 886551112 36675584 8124 33554432000 4194304 4352236 140735547918736 18446744073709551615 4207755 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 8954 8124 129 39 0 8034 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 869260

[startup+102.307 s]
/proc/loadavg: 4.17 4.07 3.76 5/204 29183
/proc/meminfo: memFree=28966860/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.09 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 912 0 0 0 5 4 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=47360 CPUtime=69.13 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 17485 0 0 0 6910 3 0 0 25 0 1 0 886551112 48496640 11010 33554432000 4194304 4352236 140735547918736 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 11840 11010 129 39 0 10920 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 880804

[startup+162.301 s]
/proc/loadavg: 4.06 4.05 3.77 5/197 29228
/proc/meminfo: memFree=30644892/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.16 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 931 0 0 0 9 7 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=47068 CPUtime=129.13 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 17570 0 0 0 12909 4 0 0 25 0 1 0 886551112 48197632 10937 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 11767 10937 129 39 0 10847 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 880512

[startup+222.301 s]
/proc/loadavg: 4.02 4.04 3.78 5/197 29230
/proc/meminfo: memFree=30493432/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.24 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 948 0 0 0 14 10 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51668 CPUtime=189.13 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18296 0 0 0 18909 4 0 0 25 0 1 0 886551112 52908032 11576 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12917 11576 129 39 0 11997 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 885112

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 3.80 5/200 29234
/proc/meminfo: memFree=30411248/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.33 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 18 15 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51664 CPUtime=249.13 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18807 0 0 0 24909 4 0 0 25 0 1 0 886551112 52903936 12086 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12916 12086 129 39 0 11996 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 885108

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

[startup+307.101 s]
/proc/loadavg: 4.00 4.03 3.80 5/200 29235
/proc/meminfo: memFree=30402580/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.37 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 20 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=273.93 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 27389 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 307.18
Current children cumulated vsize (KiB) 885104

[startup+313.507 s]
/proc/loadavg: 4.00 4.03 3.80 5/200 29235
/proc/meminfo: memFree=30402576/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.37 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 20 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=280.33 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 28029 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4270620 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 313.58
Current children cumulated vsize (KiB) 885104

[startup+319.901 s]
/proc/loadavg: 4.00 4.03 3.80 5/200 29235
/proc/meminfo: memFree=30402452/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.38 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 21 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=286.73 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 28669 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4281230 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 319.99
Current children cumulated vsize (KiB) 885104

[startup+321.5 s]
/proc/loadavg: 4.00 4.02 3.80 5/200 29235
/proc/meminfo: memFree=30402568/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.38 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 21 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=288.33 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 28829 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4327792 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 321.59
Current children cumulated vsize (KiB) 885104

[startup+323.101 s]
/proc/loadavg: 4.00 4.02 3.80 5/200 29235
/proc/meminfo: memFree=30402568/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.38 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 21 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=289.93 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 28989 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 323.19
Current children cumulated vsize (KiB) 885104

[startup+323.501 s]
/proc/loadavg: 4.00 4.02 3.80 5/200 29235
/proc/meminfo: memFree=30394384/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421844 CPUtime=32.88 cores=4,6
/proc/29130/stat : 29130 (python) S 29128 29130 28449 0 -1 4202496 69980 937 1 0 3272 16 0 0 25 0 2 0 886547795 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29130/statm: 105461 40324 1867 364 0 41379 0
[pid=29137] ppid=29130 vsize=411600 CPUtime=0.38 cores=4,6
/proc/29137/stat : 29137 (python) S 29130 29130 28449 0 -1 4202560 962 0 0 0 21 17 0 0 18 0 1 0 886551112 421478400 38829 33554432000 4194304 5683644 140736279805312 18446744073709551615 232335912463 0 0 16781312 514 7099537784456577284 0 0 17 6 0 0 0
/proc/29137/statm: 102900 38829 376 364 0 38818 0
[pid=29139] ppid=29137 vsize=51660 CPUtime=290.33 cores=4,6
/proc/29139/stat : 29139 (lingeling) R 29137 29139 29139 0 -1 4202496 18896 0 0 0 29029 4 0 0 25 0 1 0 886551112 52899840 12085 33554432000 4194304 4352236 140735547918736 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29139/statm: 12915 12085 129 39 0 11995 0
[pid=29130/tid=29138] ppid=29128 vsize=421844 CPUtime=0 cores=4,6
/proc/29130/task/29138/stat : 29138 (python) S 29128 29130 28449 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 886551112 431968256 40324 33554432000 4194304 5683644 140736279805312 18446744073709551615 232347716017 0 0 16781312 2 18446604453807958912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 323.59
Current children cumulated vsize (KiB) 885104

[startup+323.701 s]
/proc/loadavg: 4.00 4.02 3.80 5/200 29235
/proc/meminfo: memFree=30394384/32951124 swapFree=67063272/67111528
[pid=29130] ppid=29128 vsize=421820 CPUtime=323.8 cores=4,6
/proc/29130/stat : 29130 (python) R 29128 29130 28449 0 -1 4202496 83072 21093 1 0 3274 16 29068 22 17 0 1 0 886547795 431943680 40322 33554432000 4194304 5683644 140736279805312 18446744073709551615 4417909 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29130/statm: 105455 40322 1865 364 0 41379 0
Current children cumulated CPU time (s) 323.8
Current children cumulated vsize (KiB) 421820

Child status: 0
Real time (s): 323.725
CPU time (s): 323.847
CPU user time (s): 323.435
CPU system time (s): 0.411937
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 885464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.435
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110330
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= 3140
involuntary context switches= 561

runsolver used 0.604908 second user time and 1.16782 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:44:56
IDJOB=3483946
IDBENCH=82431
IDSOLVER=1976
FILE ID=node132/3483946-1307749496
RUNJOBID= node132-1307747008-28468
PBS_JOBID= 13550826
Free space on /tmp= 73660 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.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-3483946-1307749496/watcher-3483946-1307749496 -o /tmp/evaluation-result-3483946-1307749496/solver-3483946-1307749496 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483946-1307749496.cnf -seed 409621536 -budget 1200

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=409621536

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      26446912 kB
Buffers:        229236 kB
Cached:        1347000 kB
SwapCached:       9968 kB
Active:        5673276 kB
Inactive:       607180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26446912 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          199336 kB
Writeback:           0 kB
AnonPages:     4701656 kB
Mapped:          16100 kB
Slab:           144984 kB
PageTables:      19056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5783176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node132 at 2011-06-11 01:50:20