Trace number 3275548

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 5000.05 4999.92

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-24-57-sat.cnf
MD5SUM179851d97340610ea74d8d7b3cffb10b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables1368
Number of clauses16308
Sum of the clauses size64296
Maximum clause length57
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215732
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5576

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: 935)

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-3275548-1303650578/watcher-3275548-1303650578 -o /tmp/evaluation-result-3275548-1303650578/solver-3275548-1303650578 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275548-1303650578.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.05 1.93 1.94 2/177 25687
/proc/meminfo: memFree=12242884/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=2448 CPUtime=0 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 373 0 0 0 0 0 0 0 25 0 1 0 457473612 2506752 327 33554432000 134512640 136057169 4290075344 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 612 327 145 378 0 232 0

[startup+0.085145 s]
/proc/loadavg: 2.05 1.93 1.94 2/177 25687
/proc/meminfo: memFree=12242884/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=3016 CPUtime=0.08 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 591 0 0 0 8 0 0 0 25 0 1 0 457473612 3088384 535 33554432000 134512640 136057169 4290075344 18446744073709551615 134828377 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 754 535 182 378 0 374 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3016

[startup+0.101134 s]
/proc/loadavg: 2.05 1.93 1.94 2/177 25687
/proc/meminfo: memFree=12242884/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=3280 CPUtime=0.1 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 645 0 0 0 10 0 0 0 25 0 1 0 457473612 3358720 589 33554432000 134512640 136057169 4290075344 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 820 589 182 378 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3280

[startup+0.301102 s]
/proc/loadavg: 2.05 1.93 1.94 2/177 25687
/proc/meminfo: memFree=12242884/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=7272 CPUtime=0.29 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 1640 0 0 0 29 0 0 0 25 0 1 0 457473612 7446528 1584 33554432000 134512640 136057169 4290075344 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 1818 1584 182 378 0 1438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7272

[startup+0.701029 s]
/proc/loadavg: 2.05 1.93 1.94 2/177 25687
/proc/meminfo: memFree=12242884/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=11640 CPUtime=0.69 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 2726 0 0 0 69 0 0 0 25 0 1 0 457473612 11919360 2670 33554432000 134512640 136057169 4290075344 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 2910 2670 182 378 0 2530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11640

[startup+1.50088 s]
/proc/loadavg: 2.05 1.93 1.94 3/178 25688
/proc/meminfo: memFree=12230724/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=15236 CPUtime=1.49 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 3645 0 0 0 149 0 0 0 25 0 1 0 457473612 15601664 3589 33554432000 134512640 136057169 4290075344 18446744073709551615 134634641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 3809 3589 182 378 0 3429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15236

[startup+3.10057 s]
/proc/loadavg: 2.05 1.93 1.94 3/178 25688
/proc/meminfo: memFree=12225104/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=21932 CPUtime=3.09 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 5299 0 0 0 308 1 0 0 25 0 1 0 457473612 22458368 5243 33554432000 134512640 136057169 4290075344 18446744073709551615 134634864 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 5483 5243 182 378 0 5103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21932

[startup+6.30102 s]
/proc/loadavg: 2.05 1.93 1.94 3/178 25688
/proc/meminfo: memFree=12220388/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=25160 CPUtime=6.29 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 6103 0 0 0 628 1 0 0 25 0 1 0 457473612 25763840 6047 33554432000 134512640 136057169 4290075344 18446744073709551615 134616000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 6290 6047 182 378 0 5910 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25160

[startup+12.7009 s]
/proc/loadavg: 2.04 1.93 1.94 3/178 25688
/proc/meminfo: memFree=12212840/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=31972 CPUtime=12.69 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 7809 0 0 0 1268 1 0 0 25 0 1 0 457473612 32739328 7753 33554432000 134512640 136057169 4290075344 18446744073709551615 134635337 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 7993 7753 182 378 0 7613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31972

[startup+25.5006 s]
/proc/loadavg: 2.03 1.94 1.94 3/178 25688
/proc/meminfo: memFree=12202048/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=42232 CPUtime=25.49 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 10386 0 0 0 2548 1 0 0 25 0 1 0 457473612 43245568 10330 33554432000 134512640 136057169 4290075344 18446744073709551615 134616032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 10558 10330 182 378 0 10178 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42232

[startup+51.101 s]
/proc/loadavg: 2.02 1.94 1.94 3/178 25689
/proc/meminfo: memFree=12192104/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=51424 CPUtime=51.09 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 12668 0 0 0 5108 1 0 0 25 0 1 0 457473612 52658176 12612 33554432000 134512640 136057169 4290075344 18446744073709551615 134633747 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 12856 12612 182 378 0 12476 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51424

[startup+102.307 s]
/proc/loadavg: 2.01 1.95 1.94 3/178 25690
/proc/meminfo: memFree=12179692/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=63176 CPUtime=102.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 15686 0 0 0 10228 2 0 0 25 0 1 0 457473612 64692224 15558 33554432000 134512640 136057169 4290075344 18446744073709551615 134823401 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 15794 15558 182 378 0 15414 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63176

[startup+162.301 s]
/proc/loadavg: 2.00 1.95 1.94 3/178 25692
/proc/meminfo: memFree=12167024/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=75184 CPUtime=162.29 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 18749 0 0 0 16227 2 0 0 25 0 1 0 457473612 76988416 18546 33554432000 134512640 136057169 4290075344 18446744073709551615 134615992 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 18796 18546 182 378 0 18416 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75184

[startup+222.3 s]
/proc/loadavg: 2.00 1.96 1.94 3/178 25693
/proc/meminfo: memFree=12155588/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=85884 CPUtime=222.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 21425 0 0 0 22227 3 0 0 25 0 1 0 457473612 87945216 21222 33554432000 134512640 136057169 4290075344 18446744073709551615 134615989 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 21471 21222 182 378 0 21091 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 85884

[startup+282.3 s]
/proc/loadavg: 2.00 1.96 1.94 3/178 25695
/proc/meminfo: memFree=12153708/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=87436 CPUtime=282.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 21888 0 0 0 28227 3 0 0 25 0 1 0 457473612 89534464 21606 33554432000 134512640 136057169 4290075344 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 21859 21606 182 378 0 21479 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87436

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.94 3/178 25697
/proc/meminfo: memFree=12153060/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=87436 CPUtime=342.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 21888 0 0 0 34227 3 0 0 25 0 1 0 457473612 89534464 21606 33554432000 134512640 136057169 4290075344 18446744073709551615 134615976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 21859 21606 182 378 0 21479 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 87436

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.94 3/178 25698
/proc/meminfo: memFree=12144232/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=96204 CPUtime=402.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 24057 0 0 0 40227 3 0 0 25 0 1 0 457473612 98512896 23765 33554432000 134512640 136057169 4290075344 18446744073709551615 134615961 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 24051 23765 182 378 0 23671 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96204

[startup+462.301 s]
/proc/loadavg: 2.00 1.97 1.94 3/178 25700
/proc/meminfo: memFree=12143956/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=96000 CPUtime=462.3 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 24057 0 0 0 46227 3 0 0 25 0 1 0 457473612 98304000 23733 33554432000 134512640 136057169 4290075344 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 24000 23733 182 378 0 23620 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 96000

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/178 25701
/proc/meminfo: memFree=12140092/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=100152 CPUtime=522.31 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 25070 0 0 0 52227 4 0 0 25 0 1 0 457473612 102555648 24746 33554432000 134512640 136057169 4290075344 18446744073709551615 134829010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 25038 24746 182 378 0 24658 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 100152

[startup+582.301 s]
/proc/loadavg: 2.04 1.99 1.95 3/178 25703
/proc/meminfo: memFree=12134484/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=105504 CPUtime=582.31 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 26417 0 0 0 58227 4 0 0 25 0 1 0 457473612 108036096 26093 33554432000 134512640 136057169 4290075344 18446744073709551615 134756826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 26376 26093 182 378 0 25996 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 105504

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 25835
/proc/meminfo: memFree=11160352/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189844 CPUtime=4062.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53459 0 0 0 406231 10 0 0 25 0 1 0 457473612 194400256 47158 33554432000 134512640 136057169 4290075344 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47461 47158 182 378 0 47081 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 189844

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 25836
/proc/meminfo: memFree=11160324/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189744 CPUtime=4122.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53459 0 0 0 412231 10 0 0 25 0 1 0 457473612 194297856 47133 33554432000 134512640 136057169 4290075344 18446744073709551615 134828337 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47436 47133 182 378 0 47056 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 189744

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 25838
/proc/meminfo: memFree=11160416/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189724 CPUtime=4182.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53459 0 0 0 418231 10 0 0 25 0 1 0 457473612 194277376 47128 33554432000 134512640 136057169 4290075344 18446744073709551615 134615966 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47431 47128 182 378 0 47051 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 189724

[startup+4242.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 25840
/proc/meminfo: memFree=11160512/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189724 CPUtime=4242.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53459 0 0 0 424231 10 0 0 25 0 1 0 457473612 194277376 47128 33554432000 134512640 136057169 4290075344 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47431 47128 182 378 0 47051 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 189724

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 25841
/proc/meminfo: memFree=11127872/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189724 CPUtime=4302.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53459 0 0 0 430231 10 0 0 25 0 1 0 457473612 194277376 47128 33554432000 134512640 136057169 4290075344 18446744073709551615 134828340 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47431 47128 182 378 0 47051 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 189724

[startup+4362.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 25843
/proc/meminfo: memFree=11127720/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189724 CPUtime=4362.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53463 0 0 0 436231 10 0 0 25 0 1 0 457473612 194277376 47132 33554432000 134512640 136057169 4290075344 18446744073709551615 134756822 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47431 47132 182 378 0 47051 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 189724

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 25844
/proc/meminfo: memFree=11126944/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=191084 CPUtime=4422.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 442231 10 0 0 25 0 1 0 457473612 195670016 47470 33554432000 134512640 136057169 4290075344 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47771 47470 182 378 0 47391 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 191084

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 25846
/proc/meminfo: memFree=11126420/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=190688 CPUtime=4482.41 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 448231 10 0 0 25 0 1 0 457473612 195264512 47373 33554432000 134512640 136057169 4290075344 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47672 47373 182 378 0 47292 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 190688

[startup+4542.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 25851
/proc/meminfo: memFree=11090928/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=190684 CPUtime=4542.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 454232 10 0 0 25 0 1 0 457473612 195260416 47372 33554432000 134512640 136057169 4290075344 18446744073709551615 134615969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47671 47372 182 378 0 47291 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 190684

[startup+4602.3 s]
/proc/loadavg: 2.05 2.02 1.98 3/178 25852
/proc/meminfo: memFree=11091152/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=190192 CPUtime=4602.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 460232 10 0 0 25 0 1 0 457473612 194756608 47249 33554432000 134512640 136057169 4290075344 18446744073709551615 134809426 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47548 47249 182 378 0 47168 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 190192

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/178 25854
/proc/meminfo: memFree=11091496/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189864 CPUtime=4662.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 466232 10 0 0 25 0 1 0 457473612 194420736 47167 33554432000 134512640 136057169 4290075344 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47466 47167 182 378 0 47086 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 189864

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 25855
/proc/meminfo: memFree=11090976/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189864 CPUtime=4722.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 472232 10 0 0 25 0 1 0 457473612 194420736 47167 33554432000 134512640 136057169 4290075344 18446744073709551615 134616000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47466 47167 182 378 0 47086 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 189864

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 25857
/proc/meminfo: memFree=11015688/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=189864 CPUtime=4782.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 53801 0 0 0 478232 10 0 0 25 0 1 0 457473612 194420736 47167 33554432000 134512640 136057169 4290075344 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 47466 47167 182 378 0 47086 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 189864

[startup+4842.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/178 25859
/proc/meminfo: memFree=11007100/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=199152 CPUtime=4842.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 56111 0 0 0 484232 10 0 0 25 0 1 0 457473612 203931648 49477 33554432000 134512640 136057169 4290075344 18446744073709551615 134616012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 49788 49477 182 378 0 49408 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 199152

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 25860
/proc/meminfo: memFree=11005708/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=199692 CPUtime=4902.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 56252 0 0 0 490232 10 0 0 25 0 1 0 457473612 204484608 49602 33554432000 134512640 136057169 4290075344 18446744073709551615 134615963 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 49923 49602 182 378 0 49543 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 199692

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 25862
/proc/meminfo: memFree=11003824/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=200892 CPUtime=4962.42 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 56759 0 0 0 496232 10 0 0 25 0 1 0 457473612 205713408 49924 33554432000 134512640 136057169 4290075344 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 50223 49924 182 378 0 49843 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 200892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 25863
/proc/meminfo: memFree=11004168/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=200576 CPUtime=5000.03 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 56759 0 0 0 499993 10 0 0 25 0 1 0 457473612 205389824 49845 33554432000 134512640 136057169 4290075344 18446744073709551615 134820128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 50144 49845 182 378 0 49764 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 200576

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 25863
/proc/meminfo: memFree=11004168/32951124 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=200576 CPUtime=5000.03 cores=0,2,4,6
/proc/25687/stat : 25687 (clasp) R 25685 25687 24906 0 -1 4202496 56759 0 0 0 499993 10 0 0 25 0 1 0 457473612 205389824 49845 33554432000 134512640 136057169 4290075344 18446744073709551615 134820128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25687/statm: 50144 49845 182 378 0 49764 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 200576

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4999.94
CPU system time (s): 0.117982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 201744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.93
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56762
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= 5
involuntary context switches= 7378

runsolver used 7.61084 second user time and 15.3717 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-24 15:09:38
IDJOB=3275548
IDBENCH=83208
IDSOLVER=1677
FILE ID=node145/3275548-1303650578
RUNJOBID= node145-1303650301-25578
PBS_JOBID= 13150703
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-24-57-sat.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275548-1303650578/watcher-3275548-1303650578 -o /tmp/evaluation-result-3275548-1303650578/solver-3275548-1303650578 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275548-1303650578.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 179851d97340610ea74d8d7b3cffb10b
RANDOM SEED=908926749

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:      12243040 kB
Buffers:       2169480 kB
Cached:       17891688 kB
SwapCached:          0 kB
Active:       10033800 kB
Inactive:     10105028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12243040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2436 kB
Writeback:           0 kB
AnonPages:       77368 kB
Mapped:          15776 kB
Slab:           505336 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221012 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= 71676 MiB
End job on node145 at 2011-04-24 16:32:59