Trace number 3348739

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.09 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3348739-1307640744/watcher-3348739-1307640744 -o /tmp/evaluation-result-3348739-1307640744/solver-3348739-1307640744 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348739-1307640744.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.64 4/189 4290
/proc/meminfo: memFree=31676304/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=19956 CPUtime=0 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 775 0 0 0 0 0 0 0 25 0 1 0 856490347 20434944 715 33554432000 4194304 4254575 140734387987904 18446744073709551615 4200658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 4989 715 213 15 0 1632 0

[startup+0.0333949 s]
/proc/loadavg: 4.00 3.97 3.64 4/189 4290
/proc/meminfo: memFree=31676304/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=24804 CPUtime=0.02 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 2103 0 0 0 2 0 0 0 25 0 1 0 856490347 25399296 1979 33554432000 4194304 4254575 140734387987904 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 6201 1981 213 15 0 2844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24804

[startup+0.100384 s]
/proc/loadavg: 4.00 3.97 3.64 4/189 4290
/proc/meminfo: memFree=31676304/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=38144 CPUtime=0.09 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 6175 0 0 0 8 1 0 0 25 0 1 0 856490347 39059456 5795 33554432000 4194304 4254575 140734387987904 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 9536 5798 213 15 0 6179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38144

[startup+0.300348 s]
/proc/loadavg: 4.00 3.97 3.64 4/189 4290
/proc/meminfo: memFree=31676304/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=47540 CPUtime=0.29 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 8502 0 0 0 28 1 0 0 25 0 1 0 856490347 48680960 7864 33554432000 4194304 4254575 140734387987904 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 11885 7864 232 15 0 8528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47540

[startup+0.700282 s]
/proc/loadavg: 4.00 3.97 3.64 4/189 4290
/proc/meminfo: memFree=31676304/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=47540 CPUtime=0.69 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 8584 0 0 0 68 1 0 0 25 0 1 0 856490347 48680960 7946 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 11885 7946 232 15 0 8528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47540

[startup+1.50113 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4291
/proc/meminfo: memFree=31643708/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=52188 CPUtime=1.49 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 9027 0 0 0 148 1 0 0 25 0 1 0 856490347 53440512 8258 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 13047 8258 232 15 0 9690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52188

[startup+3.10084 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4291
/proc/meminfo: memFree=31638888/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=52808 CPUtime=3.1 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 9784 0 0 0 308 2 0 0 25 0 1 0 856490347 54075392 9014 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 13202 9014 232 15 0 9845 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 52808

[startup+6.30027 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4291
/proc/meminfo: memFree=31627616/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=59988 CPUtime=6.29 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 10378 0 0 0 627 2 0 0 25 0 1 0 856490347 61427712 9607 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 14997 9607 232 15 0 11640 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59988

[startup+12.7011 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4291
/proc/meminfo: memFree=31606568/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=71832 CPUtime=12.69 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 12165 0 0 0 1267 2 0 0 25 0 1 0 856490347 73555968 11392 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 17958 11392 232 15 0 14601 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71832

[startup+25.5008 s]
/proc/loadavg: 4.00 3.97 3.65 5/190 4291
/proc/meminfo: memFree=31565352/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=91236 CPUtime=25.5 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 16184 0 0 0 2547 3 0 0 25 0 1 0 856490347 93425664 15407 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 22809 15407 232 15 0 19452 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 91236

[startup+51.1002 s]
/proc/loadavg: 4.00 3.97 3.65 5/190 4292
/proc/meminfo: memFree=31488436/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=122792 CPUtime=51.09 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 23109 0 0 0 5105 4 0 0 25 0 1 0 856490347 125739008 22329 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 30698 22329 232 15 0 27341 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122792

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.67 5/190 4293
/proc/meminfo: memFree=31315144/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=174048 CPUtime=102.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 39053 0 0 0 10223 7 0 0 25 0 1 0 856490347 178225152 38265 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209332 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 43512 38265 232 15 0 40155 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 174048

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.68 5/190 4295
/proc/meminfo: memFree=31142728/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=257148 CPUtime=162.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 54785 0 0 0 16220 10 0 0 25 0 1 0 856490347 263319552 53988 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209475 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 64287 53988 232 15 0 60930 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 257148

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 4335
/proc/meminfo: memFree=30863048/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=390336 CPUtime=222.29 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 64891 0 0 0 22218 11 0 0 25 0 1 0 856490347 399704064 64089 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 97584 64089 232 15 0 94227 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 390336

[startup+282.301 s]
/proc/loadavg: 4.07 3.99 3.73 5/190 4336
/proc/meminfo: memFree=30536308/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=392564 CPUtime=282.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 81818 0 0 0 28216 14 0 0 25 0 1 0 856490347 401985536 80999 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 98141 80999 232 15 0 94784 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 392564

[startup+342.301 s]
/proc/loadavg: 4.07 4.00 3.74 5/190 4338
/proc/meminfo: memFree=30239612/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=608668 CPUtime=342.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 97545 0 0 0 34213 17 0 0 25 0 1 0 856490347 623276032 96716 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 152167 96716 232 15 0 148810 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 608668

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.76 5/190 4339
/proc/meminfo: memFree=29977044/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=609336 CPUtime=402.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 111031 0 0 0 40211 19 0 0 25 0 1 0 856490347 623960064 110191 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 152334 110191 232 15 0 148977 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 609336

[startup+462.3 s]
/proc/loadavg: 4.05 4.01 3.77 5/190 4341
/proc/meminfo: memFree=29738788/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=610192 CPUtime=462.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 128030 0 0 0 46208 22 0 0 25 0 1 0 856490347 624836608 127176 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 152548 127176 232 15 0 149191 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 610192

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.78 5/190 4343
/proc/meminfo: memFree=29459224/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=610624 CPUtime=522.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 142823 0 0 0 52206 25 0 0 25 0 1 0 856490347 625278976 141957 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 152656 141957 232 15 0 149299 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 610624

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 4344
/proc/meminfo: memFree=29194792/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=961624 CPUtime=582.3 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 161140 0 0 0 58204 26 0 0 25 0 1 0 856490347 984702976 160264 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 240406 160264 232 15 0 237049 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 961624

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 4346
/proc/meminfo: memFree=28932228/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=964056 CPUtime=642.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 181066 0 0 0 64201 30 0 0 25 0 1 0 856490347 987193344 180177 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209208 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 241014 180177 232 15 0 237657 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 964056

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 4347
/proc/meminfo: memFree=28678592/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=964992 CPUtime=702.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 197545 0 0 0 70197 34 0 0 25 0 1 0 856490347 988151808 196644 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 241248 196644 232 15 0 237891 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 964992

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 4349
/proc/meminfo: memFree=28474044/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=965964 CPUtime=762.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 207701 0 0 0 76196 35 0 0 25 0 1 0 856490347 989147136 206793 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 241491 206793 232 15 0 238134 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 965964

[startup+822.301 s]
/proc/loadavg: 3.78 3.95 3.81 4/184 4375
/proc/meminfo: memFree=28708752/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=965964 CPUtime=822.32 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 219387 0 0 0 82195 37 0 0 25 0 1 0 856490347 989147136 218477 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 241491 218477 232 15 0 238134 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 965964

[startup+882.301 s]
/proc/loadavg: 3.39 3.81 3.77 4/184 4376
/proc/meminfo: memFree=28536452/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=966984 CPUtime=882.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 233629 0 0 0 88192 39 0 0 25 0 1 0 856490347 990191616 232713 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209332 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 241746 232713 232 15 0 238389 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 966984

[startup+942.3 s]
/proc/loadavg: 3.14 3.66 3.72 4/184 4378
/proc/meminfo: memFree=28389704/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1535288 CPUtime=942.32 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 245043 0 0 0 94191 41 0 0 25 0 1 0 856490347 1572134912 244116 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209247 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 383822 244116 232 15 0 380465 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1535288

[startup+1002.3 s]
/proc/loadavg: 3.05 3.53 3.67 4/184 4379
/proc/meminfo: memFree=28221976/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1536192 CPUtime=1002.31 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 259259 0 0 0 100188 43 0 0 25 0 1 0 856490347 1573060608 258326 33554432000 4194304 4254575 140734387987904 18446744073709551615 4223175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384048 258326 232 15 0 380691 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1536192

[startup+1062.3 s]
/proc/loadavg: 3.02 3.43 3.63 4/184 4381
/proc/meminfo: memFree=27979480/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1537176 CPUtime=1062.32 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 278294 0 0 0 106185 47 0 0 25 0 1 0 856490347 1574068224 277352 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384294 277352 232 15 0 380937 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1537176

[startup+1122.3 s]
/proc/loadavg: 2.72 3.29 3.56 3/178 4408
/proc/meminfo: memFree=29802496/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1537808 CPUtime=1122.32 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 290243 0 0 0 112184 48 0 0 25 0 1 0 856490347 1574715392 289295 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384452 289295 232 15 0 381095 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1537808

[startup+1182.3 s]
/proc/loadavg: 2.26 3.05 3.46 3/178 4409
/proc/meminfo: memFree=29642120/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1538888 CPUtime=1182.33 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 307378 0 0 0 118182 51 0 0 25 0 1 0 856490347 1575821312 306423 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384722 306423 232 15 0 381365 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1538888

[startup+1242.3 s]
/proc/loadavg: 2.09 2.86 3.37 3/178 4411
/proc/meminfo: memFree=29502064/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1539020 CPUtime=1242.33 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 316867 0 0 0 124181 52 0 0 25 0 1 0 856490347 1575956480 315910 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384755 315910 232 15 0 381398 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1539020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.03 2.70 3.28 3/178 4412
/proc/meminfo: memFree=29356692/32951124 swapFree=67056964/67111528
[pid=4290] ppid=4288 vsize=1539704 CPUtime=1300.03 cores=5,7
/proc/4290/stat : 4290 (cir_minisat) R 4288 4290 2906 0 -1 4202496 332925 0 0 0 129949 54 0 0 25 0 1 0 856490347 1576656896 331964 33554432000 4194304 4254575 140734387987904 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4290/statm: 384926 331964 232 15 0 381569 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1539704

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1299.5
CPU system time (s): 0.597909
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1539704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332925
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 740

runsolver used 2.07368 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 19:32:25
IDJOB=3348739
IDBENCH=82372
IDSOLVER=1810
FILE ID=node145/3348739-1307640744
RUNJOBID= node145-1307640540-4191
PBS_JOBID= 13549347
Free space on /tmp= 74024 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348739-1307640744/watcher-3348739-1307640744 -o /tmp/evaluation-result-3348739-1307640744/solver-3348739-1307640744 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348739-1307640744.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1032996052

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31676848 kB
Buffers:         43828 kB
Cached:         382472 kB
SwapCached:       7944 kB
Active:         955400 kB
Inactive:       177140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31676848 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:      704320 kB
Mapped:          13452 kB
Slab:            75108 kB
PageTables:       6672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1046944 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= 74164 MiB
End job on node145 at 2011-06-09 19:54:07