Trace number 3275603

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.06 4999.91

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-27-sat.cnf
MD5SUM9c54c57be5bec760a361df7b3a13ea07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of clauses2653
Sum of the clauses size10206
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22457
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

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-3275603-1303650867/watcher-3275603-1303650867 -o /tmp/evaluation-result-3275603-1303650867/solver-3275603-1303650867 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275603-1303650867.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.08 3.05 4.46 2/177 3707
/proc/meminfo: memFree=13292792/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=1908 CPUtime=0 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 302 0 0 0 0 0 0 0 25 0 1 0 476687170 1953792 254 33554432000 134512640 136057169 4286634672 18446744073709551615 134645088 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 477 254 177 378 0 97 0

[startup+0.060979 s]
/proc/loadavg: 2.08 3.05 4.46 2/177 3707
/proc/meminfo: memFree=13292792/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=2568 CPUtime=0.06 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 439 0 0 0 6 0 0 0 25 0 1 0 476687170 2629632 391 33554432000 134512640 136057169 4286634672 18446744073709551615 134819802 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 642 391 181 378 0 262 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2568

[startup+0.100972 s]
/proc/loadavg: 2.08 3.05 4.46 2/177 3707
/proc/meminfo: memFree=13292792/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=2700 CPUtime=0.09 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 496 0 0 0 9 0 0 0 25 0 1 0 476687170 2764800 448 33554432000 134512640 136057169 4286634672 18446744073709551615 134819875 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 675 448 181 378 0 295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2700

[startup+0.300936 s]
/proc/loadavg: 2.08 3.05 4.46 2/177 3707
/proc/meminfo: memFree=13292792/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=3096 CPUtime=0.29 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 596 0 0 0 29 0 0 0 25 0 1 0 476687170 3170304 548 33554432000 134512640 136057169 4286634672 18446744073709551615 134828269 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 774 548 181 378 0 394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3096

[startup+0.700865 s]
/proc/loadavg: 2.08 3.05 4.46 2/177 3707
/proc/meminfo: memFree=13292792/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=3624 CPUtime=0.69 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 707 0 0 0 69 0 0 0 25 0 1 0 476687170 3710976 659 33554432000 134512640 136057169 4286634672 18446744073709551615 134819862 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 906 659 181 378 0 526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3624

[startup+1.50075 s]
/proc/loadavg: 2.08 3.05 4.46 3/178 3708
/proc/meminfo: memFree=13290924/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=4020 CPUtime=1.49 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 827 0 0 0 149 0 0 0 25 0 1 0 476687170 4116480 779 33554432000 134512640 136057169 4286634672 18446744073709551615 134820267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 1005 779 181 378 0 625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4020

[startup+3.10046 s]
/proc/loadavg: 2.08 3.05 4.46 3/178 3708
/proc/meminfo: memFree=13289932/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=4676 CPUtime=3.09 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 982 0 0 0 309 0 0 0 25 0 1 0 476687170 4788224 934 33554432000 134512640 136057169 4286634672 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 1169 934 181 378 0 789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4676

[startup+6.30087 s]
/proc/loadavg: 2.07 3.03 4.44 3/178 3708
/proc/meminfo: memFree=13288904/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=5348 CPUtime=6.29 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 1144 0 0 0 629 0 0 0 25 0 1 0 476687170 5476352 1096 33554432000 134512640 136057169 4286634672 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 1337 1096 181 378 0 957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5348

[startup+12.7007 s]
/proc/loadavg: 2.06 3.01 4.43 3/178 3708
/proc/meminfo: memFree=13287544/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=5996 CPUtime=12.69 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 1324 0 0 0 1269 0 0 0 25 0 1 0 476687170 6139904 1276 33554432000 134512640 136057169 4286634672 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 1499 1276 181 378 0 1119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5996

[startup+25.5004 s]
/proc/loadavg: 2.05 2.96 4.39 3/178 3708
/proc/meminfo: memFree=13285928/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=7432 CPUtime=25.49 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 1671 0 0 0 2549 0 0 0 25 0 1 0 476687170 7610368 1623 33554432000 134512640 136057169 4286634672 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 1858 1623 181 378 0 1478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7432

[startup+51.1007 s]
/proc/loadavg: 2.03 2.88 4.33 3/178 3709
/proc/meminfo: memFree=13283132/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=9888 CPUtime=51.09 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 2303 0 0 0 5109 0 0 0 25 0 1 0 476687170 10125312 2240 33554432000 134512640 136057169 4286634672 18446744073709551615 134823680 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 2472 2240 181 378 0 2092 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9888

[startup+102.306 s]
/proc/loadavg: 2.01 2.74 4.20 3/178 3711
/proc/meminfo: memFree=13280148/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=11912 CPUtime=102.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 2847 0 0 0 10230 0 0 0 25 0 1 0 476687170 12197888 2744 33554432000 134512640 136057169 4286634672 18446744073709551615 134756816 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 2978 2744 181 378 0 2598 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 11912

[startup+162.3 s]
/proc/loadavg: 2.00 2.61 4.06 3/178 3712
/proc/meminfo: memFree=13278016/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=12952 CPUtime=162.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 3119 0 0 0 16230 0 0 0 25 0 1 0 476687170 13262848 3001 33554432000 134512640 136057169 4286634672 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 3238 3001 181 378 0 2858 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 12952

[startup+222.3 s]
/proc/loadavg: 2.00 2.49 3.93 3/178 3714
/proc/meminfo: memFree=13275888/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=14332 CPUtime=222.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 3738 0 0 0 22230 0 0 0 25 0 1 0 476687170 14675968 3350 33554432000 134512640 136057169 4286634672 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 3583 3350 181 378 0 3203 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 14332

[startup+282.3 s]
/proc/loadavg: 2.00 2.40 3.81 3/178 3715
/proc/meminfo: memFree=13274872/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=14960 CPUtime=282.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 3956 0 0 0 28230 0 0 0 25 0 1 0 476687170 15319040 3502 33554432000 134512640 136057169 4286634672 18446744073709551615 134828406 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 3740 3502 181 378 0 3360 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 14960

[startup+342.301 s]
/proc/loadavg: 2.00 2.32 3.69 3/178 3717
/proc/meminfo: memFree=13273356/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=15464 CPUtime=342.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 4148 0 0 0 34230 0 0 0 25 0 1 0 476687170 15835136 3640 33554432000 134512640 136057169 4286634672 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 3866 3640 181 378 0 3486 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 15464

[startup+402.301 s]
/proc/loadavg: 2.00 2.26 3.58 3/178 3719
/proc/meminfo: memFree=13273332/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=15640 CPUtime=402.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 4262 0 0 0 40230 0 0 0 25 0 1 0 476687170 16015360 3684 33554432000 134512640 136057169 4286634672 18446744073709551615 134828280 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 3910 3684 181 378 0 3530 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 15640

[startup+462.301 s]
/proc/loadavg: 2.03 2.23 3.49 3/178 3720
/proc/meminfo: memFree=13270708/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=17748 CPUtime=462.3 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 4937 0 0 0 46230 0 0 0 25 0 1 0 476687170 18173952 4190 33554432000 134512640 136057169 4286634672 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 4437 4190 181 378 0 4057 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 17748

[startup+522.301 s]
/proc/loadavg: 2.01 2.18 3.39 3/178 3722
/proc/meminfo: memFree=13269696/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=18192 CPUtime=522.31 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 5120 0 0 0 52230 1 0 0 25 0 1 0 476687170 18628608 4320 33554432000 134512640 136057169 4286634672 18446744073709551615 134613079 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 4548 4320 181 378 0 4168 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 18192

[startup+582.301 s]
/proc/loadavg: 2.00 2.15 3.30 3/178 3723
/proc/meminfo: memFree=13269296/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=18256 CPUtime=582.31 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 5322 0 0 0 58230 1 0 0 25 0 1 0 476687170 18694144 4337 33554432000 134512640 136057169 4286634672 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 4564 4337 181 378 0 4184 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 18256

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3828
/proc/meminfo: memFree=13253408/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29536 CPUtime=4062.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 15986 0 0 0 406235 7 0 0 25 0 1 0 476687170 30244864 7131 33554432000 134512640 136057169 4286634672 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7384 7131 181 378 0 7004 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 29536

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3830
/proc/meminfo: memFree=13253008/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29804 CPUtime=4122.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16072 0 0 0 412234 8 0 0 25 0 1 0 476687170 30519296 7198 33554432000 134512640 136057169 4286634672 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7451 7198 181 378 0 7071 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 29804

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3831
/proc/meminfo: memFree=13252864/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29868 CPUtime=4182.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16155 0 0 0 418234 8 0 0 25 0 1 0 476687170 30584832 7214 33554432000 134512640 136057169 4286634672 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7467 7214 181 378 0 7087 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 29868

[startup+4242.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 3833
/proc/meminfo: memFree=13252716/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29952 CPUtime=4242.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16258 0 0 0 424234 8 0 0 25 0 1 0 476687170 30670848 7235 33554432000 134512640 136057169 4286634672 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7488 7235 181 378 0 7108 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 29952

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 3835
/proc/meminfo: memFree=13252828/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29868 CPUtime=4302.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16422 0 0 0 430234 8 0 0 25 0 1 0 476687170 30584832 7214 33554432000 134512640 136057169 4286634672 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7467 7214 181 378 0 7087 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 29868

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3836
/proc/meminfo: memFree=13252684/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=29900 CPUtime=4362.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16523 0 0 0 436234 8 0 0 25 0 1 0 476687170 30617600 7222 33554432000 134512640 136057169 4286634672 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7475 7222 181 378 0 7095 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 29900

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3838
/proc/meminfo: memFree=13252672/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30000 CPUtime=4422.42 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16707 0 0 0 442234 8 0 0 25 0 1 0 476687170 30720000 7237 33554432000 134512640 136057169 4286634672 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7500 7237 181 378 0 7120 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 30000

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3839
/proc/meminfo: memFree=13252656/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30012 CPUtime=4482.43 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16774 0 0 0 448235 8 0 0 25 0 1 0 476687170 30732288 7247 33554432000 134512640 136057169 4286634672 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7503 7247 181 378 0 7123 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 30012

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3841
/proc/meminfo: memFree=13252624/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30012 CPUtime=4542.43 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16800 0 0 0 454235 8 0 0 25 0 1 0 476687170 30732288 7247 33554432000 134512640 136057169 4286634672 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7503 7247 181 378 0 7123 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 30012

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3843
/proc/meminfo: memFree=13252596/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30012 CPUtime=4602.43 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16800 0 0 0 460235 8 0 0 25 0 1 0 476687170 30732288 7247 33554432000 134512640 136057169 4286634672 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7503 7247 181 378 0 7123 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 30012

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3844
/proc/meminfo: memFree=13252328/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30404 CPUtime=4662.43 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 16953 0 0 0 466235 8 0 0 25 0 1 0 476687170 31133696 7327 33554432000 134512640 136057169 4286634672 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7601 7327 181 378 0 7221 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 30404

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3846
/proc/meminfo: memFree=13252176/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30456 CPUtime=4722.44 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17028 0 0 0 472235 9 0 0 25 0 1 0 476687170 31186944 7355 33554432000 134512640 136057169 4286634672 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7614 7355 181 378 0 7234 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 30456

[startup+4782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 3847
/proc/meminfo: memFree=13252032/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30404 CPUtime=4782.44 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17362 0 0 0 478235 9 0 0 25 0 1 0 476687170 31133696 7342 33554432000 134512640 136057169 4286634672 18446744073709551615 134756835 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7601 7342 181 378 0 7221 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 30404

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 3849
/proc/meminfo: memFree=13252012/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30608 CPUtime=4842.44 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17407 0 0 0 484235 9 0 0 25 0 1 0 476687170 31342592 7387 33554432000 134512640 136057169 4286634672 18446744073709551615 134828292 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7652 7387 181 378 0 7272 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 30608

[startup+4902.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 3879
/proc/meminfo: memFree=13265660/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30628 CPUtime=4902.44 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17567 0 0 0 490235 9 0 0 25 0 1 0 476687170 31363072 7398 33554432000 134512640 136057169 4286634672 18446744073709551615 134615646 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7657 7398 181 378 0 7277 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 30628

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3880
/proc/meminfo: memFree=13262900/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30784 CPUtime=4962.44 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17636 0 0 0 496235 9 0 0 25 0 1 0 476687170 31522816 7419 33554432000 134512640 136057169 4286634672 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7696 7419 181 378 0 7316 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 30784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3881
/proc/meminfo: memFree=13261896/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30628 CPUtime=5000.04 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17669 0 0 0 499995 9 0 0 25 0 1 0 476687170 31363072 7398 33554432000 134512640 136057169 4286634672 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7657 7398 181 378 0 7277 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 30628

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 2.00 3/178 3881
/proc/meminfo: memFree=13261896/32951124 swapFree=67111528/67111528
[pid=3707] ppid=3705 vsize=30628 CPUtime=5000.04 cores=0,2,4,6
/proc/3707/stat : 3707 (clasp) R 3705 3707 2670 0 -1 4202496 17669 0 0 0 499995 9 0 0 25 0 1 0 476687170 31363072 7398 33554432000 134512640 136057169 4286634672 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3707/statm: 7657 7398 181 378 0 7277 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 30628

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4999.96
CPU system time (s): 0.099984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 30928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17673
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= 4
involuntary context switches= 9722

runsolver used 7.49386 second user time and 15.2417 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-24 15:14:27
IDJOB=3275603
IDBENCH=83229
IDSOLVER=1677
FILE ID=node104/3275603-1303650867
RUNJOBID= node104-1303650751-3657
PBS_JOBID= 13150744
Free space on /tmp= 71428 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-27-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-3275603-1303650867/watcher-3275603-1303650867 -o /tmp/evaluation-result-3275603-1303650867/solver-3275603-1303650867 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275603-1303650867.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 9c54c57be5bec760a361df7b3a13ea07
RANDOM SEED=3846750

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13293064 kB
Buffers:       2276144 kB
Cached:       16734432 kB
SwapCached:          0 kB
Active:       10669008 kB
Inactive:      8415356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13293064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:       73152 kB
Mapped:          15744 kB
Slab:           511836 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216616 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= 71424 MiB
End job on node104 at 2011-04-24 16:37:49