Trace number 3275633

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

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-3275633-1303651243/watcher-3275633-1303651243 -o /tmp/evaluation-result-3275633-1303651243/solver-3275633-1303651243 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275633-1303651243.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: 1.99 1.97 1.98 2/177 20831
/proc/meminfo: memFree=13533148/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=2040 CPUtime=0 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 304 0 0 0 0 0 0 0 25 0 1 0 555354984 2088960 255 33554432000 134512640 136057169 4294639168 18446744073709551615 134781984 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 510 255 166 378 0 130 0

[startup+0.101643 s]
/proc/loadavg: 1.99 1.97 1.98 2/177 20831
/proc/meminfo: memFree=13533148/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=2832 CPUtime=0.1 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 537 0 0 0 10 0 0 0 25 0 1 0 555354984 2899968 488 33554432000 134512640 136057169 4294639168 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 708 488 181 378 0 328 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2832

[startup+0.200637 s]
/proc/loadavg: 1.99 1.97 1.98 2/177 20831
/proc/meminfo: memFree=13533148/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=3224 CPUtime=0.19 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 616 0 0 0 19 0 0 0 25 0 1 0 555354984 3301376 567 33554432000 134512640 136057169 4294639168 18446744073709551615 134615963 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 806 567 181 378 0 426 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3224

[startup+0.300603 s]
/proc/loadavg: 1.99 1.97 1.98 2/177 20831
/proc/meminfo: memFree=13533148/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=3484 CPUtime=0.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 682 0 0 0 29 0 0 0 25 0 1 0 555354984 3567616 633 33554432000 134512640 136057169 4294639168 18446744073709551615 134615989 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 871 633 181 378 0 491 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3484

[startup+0.700541 s]
/proc/loadavg: 1.99 1.97 1.98 2/177 20831
/proc/meminfo: memFree=13533148/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=3996 CPUtime=0.69 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 801 0 0 0 69 0 0 0 25 0 1 0 555354984 4091904 752 33554432000 134512640 136057169 4294639168 18446744073709551615 134828280 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 999 752 181 378 0 619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3996

[startup+1.5004 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20832
/proc/meminfo: memFree=13530792/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=4648 CPUtime=1.49 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 967 0 0 0 149 0 0 0 25 0 1 0 555354984 4759552 918 33554432000 134512640 136057169 4294639168 18446744073709551615 134819792 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 1162 918 181 378 0 782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4648

[startup+3.10108 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20832
/proc/meminfo: memFree=13529676/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=5164 CPUtime=3.09 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 1102 0 0 0 309 0 0 0 25 0 1 0 555354984 5287936 1053 33554432000 134512640 136057169 4294639168 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 1291 1053 181 378 0 911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5164

[startup+6.30055 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20832
/proc/meminfo: memFree=13527816/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=5820 CPUtime=6.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 1280 0 0 0 629 0 0 0 25 0 1 0 555354984 5959680 1231 33554432000 134512640 136057169 4294639168 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 1455 1231 181 378 0 1075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5820

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20833
/proc/meminfo: memFree=13521740/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=6956 CPUtime=12.69 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 1565 0 0 0 1269 0 0 0 25 0 1 0 555354984 7122944 1516 33554432000 134512640 136057169 4294639168 18446744073709551615 134634715 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 1739 1516 181 378 0 1359 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6956

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20833
/proc/meminfo: memFree=13518764/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=8776 CPUtime=25.49 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 2004 0 0 0 2549 0 0 0 25 0 1 0 555354984 8986624 1949 33554432000 134512640 136057169 4294639168 18446744073709551615 134756826 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 2194 1949 181 378 0 1814 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8776

[startup+51.1007 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20834
/proc/meminfo: memFree=13513992/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=10216 CPUtime=51.09 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 2381 0 0 0 5109 0 0 0 25 0 1 0 555354984 10461184 2326 33554432000 134512640 136057169 4294639168 18446744073709551615 134820241 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 2554 2326 181 378 0 2174 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10216

[startup+102.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20835
/proc/meminfo: memFree=13506532/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=12788 CPUtime=102.3 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 3052 0 0 0 10230 0 0 0 25 0 1 0 555354984 13094912 2944 33554432000 134512640 136057169 4294639168 18446744073709551615 134828989 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 3197 2944 181 378 0 2817 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 12788

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20837
/proc/meminfo: memFree=13503040/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=14644 CPUtime=162.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 3632 0 0 0 16229 0 0 0 25 0 1 0 555354984 14995456 3422 33554432000 134512640 136057169 4294639168 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 3661 3422 181 378 0 3281 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 14644

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20838
/proc/meminfo: memFree=13499296/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=15920 CPUtime=222.3 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 3976 0 0 0 22230 0 0 0 25 0 1 0 555354984 16302080 3747 33554432000 134512640 136057169 4294639168 18446744073709551615 134634704 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 3980 3747 181 378 0 3600 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 15920

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20840
/proc/meminfo: memFree=13493684/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=17000 CPUtime=282.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 4353 0 0 0 28229 0 0 0 25 0 1 0 555354984 17408000 4023 33554432000 134512640 136057169 4294639168 18446744073709551615 134828280 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 4250 4023 181 378 0 3870 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 17000

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20841
/proc/meminfo: memFree=13493284/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=17376 CPUtime=342.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 4438 0 0 0 34229 0 0 0 25 0 1 0 555354984 17793024 4108 33554432000 134512640 136057169 4294639168 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 4344 4108 181 378 0 3964 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 17376

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20843
/proc/meminfo: memFree=13489284/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=18568 CPUtime=402.29 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 4860 0 0 0 40229 0 0 0 25 0 1 0 555354984 19013632 4405 33554432000 134512640 136057169 4294639168 18446744073709551615 134637499 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 4642 4405 181 378 0 4262 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 18568

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20845
/proc/meminfo: memFree=13485912/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=18652 CPUtime=462.3 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 4930 0 0 0 46230 0 0 0 25 0 1 0 555354984 19099648 4436 33554432000 134512640 136057169 4294639168 18446744073709551615 134615979 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 4663 4436 181 378 0 4283 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 18652

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 20846
/proc/meminfo: memFree=13479444/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=19372 CPUtime=522.31 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 5149 0 0 0 52230 1 0 0 25 0 1 0 555354984 19836928 4618 33554432000 134512640 136057169 4294639168 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 4843 4618 181 378 0 4463 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 19372

[startup+582.301 s]
/proc/loadavg: 2.04 1.99 1.99 3/178 20848
/proc/meminfo: memFree=13474328/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=21976 CPUtime=582.31 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 5929 0 0 0 58230 1 0 0 25 0 1 0 555354984 22503424 5266 33554432000 134512640 136057169 4294639168 18446744073709551615 134828980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 5494 5266 181 378 0 5114 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 21976

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 20951
/proc/meminfo: memFree=13259780/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=36752 CPUtime=4002.38 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 11680 0 0 0 400235 3 0 0 25 0 1 0 555354984 37634048 8915 33554432000 134512640 136057169 4294639168 18446744073709551615 134819752 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9188 8915 181 378 0 8808 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 36752

[startup+4062.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/178 20981
/proc/meminfo: memFree=13676404/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=36752 CPUtime=4062.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 11680 0 0 0 406236 3 0 0 25 0 1 0 555354984 37634048 8915 33554432000 134512640 136057169 4294639168 18446744073709551615 134832432 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9188 8915 181 378 0 8808 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 36752

[startup+4122.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/178 20982
/proc/meminfo: memFree=13672972/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37572 CPUtime=4122.38 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 11881 0 0 0 412235 3 0 0 25 0 1 0 555354984 38473728 9116 33554432000 134512640 136057169 4294639168 18446744073709551615 134634832 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9393 9116 181 378 0 9013 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 37572

[startup+4182.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 20984
/proc/meminfo: memFree=13672408/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37372 CPUtime=4182.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12028 0 0 0 418236 3 0 0 25 0 1 0 555354984 38268928 9042 33554432000 134512640 136057169 4294639168 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9343 9042 181 378 0 8963 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 37372

[startup+4242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21012
/proc/meminfo: memFree=13676580/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37368 CPUtime=4242.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12202 0 0 0 424236 3 0 0 25 0 1 0 555354984 38264832 9065 33554432000 134512640 136057169 4294639168 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9342 9065 181 378 0 8962 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 37368

[startup+4302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21014
/proc/meminfo: memFree=13671396/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37068 CPUtime=4302.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12202 0 0 0 430236 3 0 0 25 0 1 0 555354984 37957632 8990 33554432000 134512640 136057169 4294639168 18446744073709551615 134819879 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9267 8990 181 378 0 8887 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 37068

[startup+4362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21016
/proc/meminfo: memFree=13669004/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37068 CPUtime=4362.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12202 0 0 0 436236 3 0 0 25 0 1 0 555354984 37957632 8990 33554432000 134512640 136057169 4294639168 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9267 8990 181 378 0 8887 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 37068

[startup+4422.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 21017
/proc/meminfo: memFree=13667500/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37068 CPUtime=4422.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12312 0 0 0 442236 3 0 0 25 0 1 0 555354984 37957632 8990 33554432000 134512640 136057169 4294639168 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9267 8990 181 378 0 8887 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 37068

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 21019
/proc/meminfo: memFree=13666236/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37068 CPUtime=4482.39 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12319 0 0 0 448236 3 0 0 25 0 1 0 555354984 37957632 8990 33554432000 134512640 136057169 4294639168 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9267 8990 181 378 0 8887 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 37068

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21020
/proc/meminfo: memFree=13665328/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=37124 CPUtime=4542.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12452 0 0 0 454236 4 0 0 25 0 1 0 555354984 38014976 9004 33554432000 134512640 136057169 4294639168 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9281 9004 181 378 0 8901 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 37124

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21022
/proc/meminfo: memFree=13663452/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=38052 CPUtime=4602.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12678 0 0 0 460236 4 0 0 25 0 1 0 555354984 38965248 9205 33554432000 134512640 136057169 4294639168 18446744073709551615 134828314 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9513 9205 181 378 0 9133 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 38052

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21024
/proc/meminfo: memFree=13661680/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=38176 CPUtime=4662.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12855 0 0 0 466236 4 0 0 25 0 1 0 555354984 39092224 9268 33554432000 134512640 136057169 4294639168 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9544 9268 181 378 0 9164 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 38176

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21028
/proc/meminfo: memFree=13660392/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=38484 CPUtime=4722.41 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 12935 0 0 0 472237 4 0 0 25 0 1 0 555354984 39407616 9345 33554432000 134512640 136057169 4294639168 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9621 9345 181 378 0 9241 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 38484

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21030
/proc/meminfo: memFree=13660072/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=38744 CPUtime=4782.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 13039 0 0 0 478236 4 0 0 25 0 1 0 555354984 39673856 9408 33554432000 134512640 136057169 4294639168 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9686 9408 181 378 0 9306 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 38744

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21031
/proc/meminfo: memFree=13659676/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=39004 CPUtime=4842.41 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 13109 0 0 0 484237 4 0 0 25 0 1 0 555354984 39940096 9478 33554432000 134512640 136057169 4294639168 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9751 9478 181 378 0 9371 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 39004

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21033
/proc/meminfo: memFree=13658908/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=39004 CPUtime=4902.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 13109 0 0 0 490236 4 0 0 25 0 1 0 555354984 39940096 9478 33554432000 134512640 136057169 4294639168 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9751 9478 181 378 0 9371 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 39004

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21035
/proc/meminfo: memFree=13658132/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=39040 CPUtime=4962.4 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 13229 0 0 0 496236 4 0 0 25 0 1 0 555354984 39976960 9487 33554432000 134512640 136057169 4294639168 18446744073709551615 134634960 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9760 9487 181 378 0 9380 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 39040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21036
/proc/meminfo: memFree=13657616/32951124 swapFree=67102140/67111528
[pid=20831] ppid=20829 vsize=39040 CPUtime=5000.01 cores=0,2,4,6
/proc/20831/stat : 20831 (clasp) R 20829 20831 19870 0 -1 4202496 13231 0 0 0 499997 4 0 0 25 0 1 0 555354984 39976960 9489 33554432000 134512640 136057169 4294639168 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/20831/statm: 9760 9489 181 378 0 9380 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 39040

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

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

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.02
CPU user time (s): 4999.98
CPU system time (s): 0.046992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 39564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.98
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13236
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= 9640

runsolver used 7.50286 second user time and 15.2347 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-24 15:20:43
IDJOB=3275633
IDBENCH=83238
IDSOLVER=1677
FILE ID=node119/3275633-1303651243
RUNJOBID= node119-1303650266-20515
PBS_JOBID= 13150729
Free space on /tmp= 71940 MiB

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

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

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=1229104393

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13533312 kB
Buffers:       2215200 kB
Cached:       16377828 kB
SwapCached:       5504 kB
Active:        7656524 kB
Inactive:     11182400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13533312 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:      243124 kB
Mapped:          15632 kB
Slab:           515844 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   399484 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= 71940 MiB
End job on node119 at 2011-04-24 16:44:05