Trace number 3483937

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 87.1957 87.4578

General information on the benchmark

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

Solver Data

0.43/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/0.70	c INFO: solving HOME/instance-3483937-1307749412.cnf
0.43/0.70	c INFO: computing task features
2.83/3.13	c INFO: computed variable-clause graph statistics
2.93/3.25	c INFO: computed clause balance statistics
14.52/14.84	c INFO: computed variable balance statistics
23.93/24.29	c INFO: computed small-clause counts
24.03/24.36	c INFO: computed Horn-clause counts
29.23/29.55	c INFO: computed variable graph statistics
29.23/29.55	c INFO: collected features for HOME/instance-3483937-1307749412.cnf in 28.86 s
29.23/29.56	c INFO: running lingeling-276@0 for 1171 with 1171 remaining (b = 0.44)
87.10/87.40	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-3483937-1307749412/watcher-3483937-1307749412 -o /tmp/evaluation-result-3483937-1307749412/solver-3483937-1307749412 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483937-1307749412.cnf -seed 709612831 -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: 5.06 5.05 4.73 5/190 25343
/proc/meminfo: memFree=25884912/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=15184 CPUtime=0 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 735 0 0 0 0 0 0 0 24 0 1 0 886541122 15548416 622 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25343/statm: 3796 622 322 364 0 283 0

[startup+0.089287 s]
/proc/loadavg: 5.06 5.05 4.73 5/190 25343
/proc/meminfo: memFree=25884912/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=84608 CPUtime=0.05 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 2410 0 0 0 4 1 0 0 18 0 1 0 886541122 86638592 2136 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25343/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100284 s]
/proc/loadavg: 5.06 5.05 4.73 5/190 25343
/proc/meminfo: memFree=25884912/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=93964 CPUtime=0.06 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 2697 0 0 0 4 2 0 0 17 0 1 0 886541122 96219136 2407 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089694132 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300251 s]
/proc/loadavg: 5.06 5.05 4.73 5/190 25343
/proc/meminfo: memFree=25884912/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=135752 CPUtime=0.18 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 5974 934 1 0 13 5 0 0 18 0 1 0 886541122 139010048 4148 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25343/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700178 s]
/proc/loadavg: 5.06 5.05 4.73 5/190 25343
/proc/meminfo: memFree=25884912/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=298028 CPUtime=0.43 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 14122 934 1 0 34 9 0 0 17 0 1 0 886541122 305180672 11789 33554432000 4194304 5683644 140736236897472 18446744073709551615 4960839 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 74507 11789 1761 364 0 10431 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 298028

[startup+1.50104 s]
/proc/loadavg: 5.06 5.05 4.73 6/191 25348
/proc/meminfo: memFree=25824540/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=354392 CPUtime=1.23 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 27901 934 1 0 113 10 0 0 18 0 1 0 886541122 362897408 25568 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089384656 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 88598 25568 1761 364 0 24522 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 354392

[startup+3.10071 s]
/proc/loadavg: 5.05 5.05 4.73 6/191 25348
/proc/meminfo: memFree=25745056/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=463848 CPUtime=2.83 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 76322 934 1 0 268 15 0 0 21 0 1 0 886541122 474980352 53335 33554432000 4194304 5683644 140736236897472 18446744073709551615 47741832888240 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 115962 53335 1815 364 0 51886 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 463848

[startup+6.30019 s]
/proc/loadavg: 5.05 5.05 4.73 6/191 25349
/proc/meminfo: memFree=25692428/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=449104 CPUtime=6.02 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 81830 934 1 0 587 15 0 0 25 0 1 0 886541122 459882496 49660 33554432000 4194304 5683644 140736236897472 18446744073709551615 47741833046887 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 112276 49660 1826 364 0 48200 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 449104

[startup+12.7011 s]
/proc/loadavg: 5.04 5.05 4.73 6/191 25349
/proc/meminfo: memFree=25692252/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=449104 CPUtime=12.43 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 81830 934 1 0 1228 15 0 0 25 0 1 0 886541122 459882496 49660 33554432000 4194304 5683644 140736236897472 18446744073709551615 47741835664792 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 112276 49660 1826 364 0 48200 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 449104

[startup+25.5008 s]
/proc/loadavg: 5.04 5.05 4.73 6/191 25349
/proc/meminfo: memFree=25685736/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=456476 CPUtime=25.23 cores=4,6
/proc/25343/stat : 25343 (python) R 25341 25343 24692 0 -1 4202496 83680 934 1 0 2507 16 0 0 25 0 1 0 886541122 467431424 51510 33554432000 4194304 5683644 140736236897472 18446744073709551615 47741832902796 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25343/statm: 114119 51510 1833 364 0 50043 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 456476

[startup+51.1003 s]
/proc/loadavg: 5.02 5.04 4.74 6/194 25353
/proc/meminfo: memFree=25644228/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.02 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=56072 CPUtime=21.49 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 20652 0 0 0 2147 2 0 0 25 0 1 0 886544080 57417728 13188 33554432000 4194304 4352236 140733841882128 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 14018 13188 129 39 0 13098 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 950940

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

[startup+63.901 s]
/proc/loadavg: 5.02 5.04 4.74 6/197 25356
/proc/meminfo: memFree=26094764/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.04 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81652 CPUtime=34.27 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 3424 3 0 0 25 0 1 0 886544080 83611648 19583 33554432000 4194304 4352236 140733841882128 18446744073709551615 4228334 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20413 19583 129 39 0 19493 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 63.61
Current children cumulated vsize (KiB) 976520

[startup+76.7008 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25356
/proc/meminfo: memFree=26094772/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.05 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 899 0 0 0 3 2 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81052 CPUtime=47.05 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 4702 3 0 0 25 0 1 0 886544080 82997248 19433 33554432000 4194304 4352236 140733841882128 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20263 19433 129 39 0 19343 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 76.4
Current children cumulated vsize (KiB) 975920

[startup+83.1006 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094840/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.06 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81036 CPUtime=53.45 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 5342 3 0 0 25 0 1 0 886544080 82980864 19429 33554432000 4194304 4352236 140733841882128 18446744073709551615 4234434 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20259 19429 129 39 0 19339 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.81
Current children cumulated vsize (KiB) 975904

[startup+84.7073 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094840/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.06 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81036 CPUtime=55.05 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 5502 3 0 0 25 0 1 0 886544080 82980864 19429 33554432000 4194304 4352236 140733841882128 18446744073709551615 4233984 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20259 19429 129 39 0 19339 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 84.41
Current children cumulated vsize (KiB) 975904

[startup+86.3011 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094716/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.06 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81036 CPUtime=56.65 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 5662 3 0 0 25 0 1 0 886544080 82980864 19429 33554432000 4194304 4352236 140733841882128 18446744073709551615 4278657 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20259 19429 129 39 0 19339 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 86.01
Current children cumulated vsize (KiB) 975904

[startup+87.1009 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094716/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.06 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81036 CPUtime=57.45 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 5742 3 0 0 25 0 1 0 886544080 82980864 19429 33554432000 4194304 4352236 140733841882128 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20259 19429 129 39 0 19339 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 86.81
Current children cumulated vsize (KiB) 975904

[startup+87.3009 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094716/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.06 cores=4,6
/proc/25350/stat : 25350 (python) S 25343 25343 24692 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248089718287 0 0 16781312 514 13831750724305780996 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=81036 CPUtime=57.65 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202496 27052 0 0 0 5762 3 0 0 25 0 1 0 886544080 82980864 19429 33554432000 4194304 4352236 140733841882128 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25352/statm: 20259 19429 129 39 0 19339 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.01
Current children cumulated vsize (KiB) 975904

[startup+87.4009 s]
/proc/loadavg: 5.01 5.04 4.74 6/197 25357
/proc/meminfo: memFree=26094716/32950928 swapFree=67055156/67111528
[pid=25343] ppid=25341 vsize=452556 CPUtime=29.3 cores=4,6
/proc/25343/stat : 25343 (python) S 25341 25343 24692 0 -1 4202496 83958 934 1 0 2914 16 0 0 25 0 2 0 886541122 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25343/statm: 113139 48001 1867 364 0 49057 0
[pid=25350] ppid=25343 vsize=442312 CPUtime=0.08 cores=4,6
/proc/25350/stat : 25350 (python) R 25343 25343 24692 0 -1 4202560 905 0 0 0 5 3 0 0 15 0 1 0 886544079 452927488 46506 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101528325 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/25350/statm: 110578 46506 376 364 0 46496 0
[pid=25352] ppid=25350 vsize=0 CPUtime=57.72 cores=4,6
/proc/25352/stat : 25352 (lingeling) R 25350 25352 25352 0 -1 4202500 27055 0 0 0 5769 3 0 0 25 0 1 0 886544080 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/25352/statm: 0 0 0 0 0 0 0
[pid=25343/tid=25351] ppid=25341 vsize=452556 CPUtime=0 cores=4,6
/proc/25343/task/25351/stat : 25351 (python) S 25341 25343 24692 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886544080 463417344 48001 33554432000 4194304 5683644 140736236897472 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.1
Current children cumulated vsize (KiB) 894868

Child status: 0
Real time (s): 87.4578
CPU time (s): 87.1957
CPU user time (s): 86.9228
CPU system time (s): 0.272958
CPU usage (%): 99.7004
Max. virtual memory (cumulated for all children) (KiB): 976540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.9228
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135979
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= 2926
involuntary context switches= 201

runsolver used 0.131979 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:43:33
IDJOB=3483937
IDBENCH=82420
IDSOLVER=1976
FILE ID=node123/3483937-1307749412
RUNJOBID= node123-1307747010-24711
PBS_JOBID= 13550834
Free space on /tmp= 73476 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483937-1307749412/watcher-3483937-1307749412 -o /tmp/evaluation-result-3483937-1307749412/solver-3483937-1307749412 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483937-1307749412.cnf -seed 709612831 -budget 1200

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=709612831

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      25885464 kB
Buffers:        242388 kB
Cached:        1582248 kB
SwapCached:      10356 kB
Active:        6168640 kB
Inactive:       684392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25885464 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           46980 kB
Writeback:           0 kB
AnonPages:     5025824 kB
Mapped:          18672 kB
Slab:           133452 kB
PageTables:      16764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5679248 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= 73440 MiB
End job on node123 at 2011-06-11 01:45:01