Trace number 3275618

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.09 5000.01

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-17-33-sat.cnf
MD5SUMff3a31481d1bf95f014a91f5192a55fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of clauses4777
Sum of the clauses size18513
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24488
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5289

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

running on 4 cores: 1,3,5,7

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: 0.93 1.06 1.43 2/177 11233
/proc/meminfo: memFree=14065072/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=2180 CPUtime=0 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 476699782 2232320 283 33554432000 134512640 136057169 4289754624 18446744073709551615 134774465 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 545 283 165 378 0 165 0

[startup+0.0617719 s]
/proc/loadavg: 0.93 1.06 1.43 2/177 11233
/proc/meminfo: memFree=14065072/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=3100 CPUtime=0.06 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 582 0 0 0 6 0 0 0 25 0 1 0 476699782 3174400 534 33554432000 134512640 136057169 4289754624 18446744073709551615 134637407 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 775 534 182 378 0 395 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3100

[startup+0.100766 s]
/proc/loadavg: 0.93 1.06 1.43 2/177 11233
/proc/meminfo: memFree=14065072/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=3100 CPUtime=0.1 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 605 0 0 0 10 0 0 0 25 0 1 0 476699782 3174400 557 33554432000 134512640 136057169 4289754624 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 808 558 182 378 0 428 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3100

[startup+0.300743 s]
/proc/loadavg: 0.93 1.06 1.43 2/177 11233
/proc/meminfo: memFree=14065072/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=4148 CPUtime=0.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 849 0 0 0 30 0 0 0 25 0 1 0 476699782 4247552 801 33554432000 134512640 136057169 4289754624 18446744073709551615 134820229 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 1037 801 182 378 0 657 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4148

[startup+0.700727 s]
/proc/loadavg: 0.93 1.06 1.43 2/177 11233
/proc/meminfo: memFree=14065072/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=5060 CPUtime=0.7 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 1063 0 0 0 70 0 0 0 25 0 1 0 476699782 5181440 1015 33554432000 134512640 136057169 4289754624 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 1265 1015 182 378 0 885 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 5060

[startup+1.50061 s]
/proc/loadavg: 0.93 1.06 1.43 3/178 11234
/proc/meminfo: memFree=14060356/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=5852 CPUtime=1.5 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 1270 0 0 0 150 0 0 0 25 0 1 0 476699782 5992448 1222 33554432000 134512640 136057169 4289754624 18446744073709551615 134616012 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 1463 1222 182 378 0 1083 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 5852

[startup+3.10032 s]
/proc/loadavg: 0.93 1.06 1.43 3/178 11234
/proc/meminfo: memFree=14058744/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=6624 CPUtime=3.1 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 1455 0 0 0 310 0 0 0 25 0 1 0 476699782 6782976 1407 33554432000 134512640 136057169 4289754624 18446744073709551615 134616032 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 1656 1407 182 378 0 1276 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 6624

[startup+6.30072 s]
/proc/loadavg: 1.09 1.09 1.44 3/178 11234
/proc/meminfo: memFree=14055940/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=8576 CPUtime=6.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 1949 0 0 0 630 0 0 0 25 0 1 0 476699782 8781824 1901 33554432000 134512640 136057169 4289754624 18446744073709551615 134615979 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 2144 1901 182 378 0 1764 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8576

[startup+12.7006 s]
/proc/loadavg: 1.16 1.11 1.45 3/178 11234
/proc/meminfo: memFree=14053300/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=9720 CPUtime=12.69 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 2252 0 0 0 1269 0 0 0 25 0 1 0 476699782 9953280 2204 33554432000 134512640 136057169 4289754624 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 2430 2204 182 378 0 2050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9720

[startup+25.5005 s]
/proc/loadavg: 1.35 1.15 1.45 3/178 11235
/proc/meminfo: memFree=14050352/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=11992 CPUtime=25.49 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 2831 0 0 0 2549 0 0 0 25 0 1 0 476699782 12279808 2778 33554432000 134512640 136057169 4289754624 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 2998 2778 182 378 0 2618 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11992

[startup+51.1003 s]
/proc/loadavg: 1.57 1.22 1.47 3/178 11236
/proc/meminfo: memFree=14044848/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=16360 CPUtime=51.09 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 3904 0 0 0 5109 0 0 0 25 0 1 0 476699782 16752640 3851 33554432000 134512640 136057169 4289754624 18446744073709551615 134828420 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 4090 3851 182 378 0 3710 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16360

[startup+102.307 s]
/proc/loadavg: 1.81 1.34 1.49 3/178 11237
/proc/meminfo: memFree=14039256/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=19840 CPUtime=102.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 4910 0 0 0 10230 0 0 0 25 0 1 0 476699782 20316160 4733 33554432000 134512640 136057169 4289754624 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 4960 4733 182 378 0 4580 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 19840

[startup+162.301 s]
/proc/loadavg: 1.93 1.45 1.52 3/178 11238
/proc/meminfo: memFree=14035904/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=22072 CPUtime=162.29 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 5632 0 0 0 16229 0 0 0 25 0 1 0 476699782 22601728 5279 33554432000 134512640 136057169 4289754624 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 5518 5279 182 378 0 5138 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 22072

[startup+222.3 s]
/proc/loadavg: 1.97 1.55 1.55 3/178 11240
/proc/meminfo: memFree=14031556/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=25548 CPUtime=222.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 6736 0 0 0 22229 1 0 0 25 0 1 0 476699782 26161152 6157 33554432000 134512640 136057169 4289754624 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 6387 6157 182 378 0 6007 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 25548

[startup+282.3 s]
/proc/loadavg: 1.99 1.63 1.57 3/178 11242
/proc/meminfo: memFree=14027708/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=28456 CPUtime=282.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 7612 0 0 0 28229 1 0 0 25 0 1 0 476699782 29138944 6884 33554432000 134512640 136057169 4289754624 18446744073709551615 134634325 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 7114 6884 182 378 0 6734 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 28456

[startup+342.3 s]
/proc/loadavg: 1.99 1.69 1.60 3/178 11244
/proc/meminfo: memFree=14026956/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=29604 CPUtime=342.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 7878 0 0 0 34229 1 0 0 25 0 1 0 476699782 30314496 7144 33554432000 134512640 136057169 4289754624 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 7401 7144 182 378 0 7021 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 29604

[startup+402.3 s]
/proc/loadavg: 1.99 1.75 1.62 3/178 11245
/proc/meminfo: memFree=14024964/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=30940 CPUtime=402.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 8468 0 0 0 40229 1 0 0 25 0 1 0 476699782 31682560 7506 33554432000 134512640 136057169 4289754624 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 7735 7506 182 378 0 7355 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 30940

[startup+462.301 s]
/proc/loadavg: 2.10 1.82 1.65 3/178 11246
/proc/meminfo: memFree=14021856/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=34356 CPUtime=462.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 9571 0 0 0 46229 1 0 0 25 0 1 0 476699782 35180544 8351 33554432000 134512640 136057169 4289754624 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 8589 8351 182 378 0 8209 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 34356

[startup+522.301 s]
/proc/loadavg: 2.03 1.85 1.67 3/178 11248
/proc/meminfo: memFree=14021100/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=34356 CPUtime=522.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 9571 0 0 0 52229 1 0 0 25 0 1 0 476699782 35180544 8351 33554432000 134512640 136057169 4289754624 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 8589 8351 182 378 0 8209 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 34356

[startup+582.301 s]
/proc/loadavg: 2.01 1.88 1.69 3/178 11250
/proc/meminfo: memFree=14018988/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=36388 CPUtime=582.3 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 10117 0 0 0 58229 1 0 0 25 0 1 0 476699782 37261312 8864 33554432000 134512640 136057169 4289754624 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 9097 8864 182 378 0 8717 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 36388

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11353
/proc/meminfo: memFree=13992348/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=59808 CPUtime=4002.35 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 19289 0 0 0 400232 3 0 0 25 0 1 0 476699782 61243392 14683 33554432000 134512640 136057169 4289754624 18446744073709551615 134820219 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 14952 14683 182 378 0 14572 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 59808

[startup+4062.31 s]
/proc/loadavg: 2.07 2.03 1.94 3/178 11354
/proc/meminfo: memFree=13991848/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=59896 CPUtime=4062.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 19344 0 0 0 406233 3 0 0 25 0 1 0 476699782 61333504 14737 33554432000 134512640 136057169 4289754624 18446744073709551615 134635283 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 14974 14737 182 378 0 14594 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 59896

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 11356
/proc/meminfo: memFree=13990976/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=59952 CPUtime=4122.35 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 19611 0 0 0 412232 3 0 0 25 0 1 0 476699782 61390848 14749 33554432000 134512640 136057169 4289754624 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 14988 14749 182 378 0 14608 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 59952

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 11358
/proc/meminfo: memFree=13989848/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=61696 CPUtime=4182.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20056 0 0 0 418233 3 0 0 25 0 1 0 476699782 63176704 15183 33554432000 134512640 136057169 4289754624 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15424 15183 182 378 0 15044 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 61696

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 11360
/proc/meminfo: memFree=13989100/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62024 CPUtime=4242.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20275 0 0 0 424233 3 0 0 25 0 1 0 476699782 63512576 15265 33554432000 134512640 136057169 4289754624 18446744073709551615 134615989 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15506 15265 182 378 0 15126 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 62024

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11361
/proc/meminfo: memFree=13989332/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62024 CPUtime=4302.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20276 0 0 0 430233 3 0 0 25 0 1 0 476699782 63512576 15266 33554432000 134512640 136057169 4289754624 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15506 15266 182 378 0 15126 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 62024

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11362
/proc/meminfo: memFree=13989080/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62024 CPUtime=4362.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20279 0 0 0 436233 3 0 0 25 0 1 0 476699782 63512576 15266 33554432000 134512640 136057169 4289754624 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15506 15266 182 378 0 15126 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 62024

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11364
/proc/meminfo: memFree=13988580/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62816 CPUtime=4422.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20584 0 0 0 442233 3 0 0 25 0 1 0 476699782 64323584 15464 33554432000 134512640 136057169 4289754624 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15704 15464 182 378 0 15324 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 62816

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11366
/proc/meminfo: memFree=13988824/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62432 CPUtime=4482.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20584 0 0 0 448233 3 0 0 25 0 1 0 476699782 63930368 15368 33554432000 134512640 136057169 4289754624 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15608 15368 182 378 0 15228 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 62432

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11368
/proc/meminfo: memFree=13988944/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62688 CPUtime=4542.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20653 0 0 0 454233 3 0 0 25 0 1 0 476699782 64192512 15424 33554432000 134512640 136057169 4289754624 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15672 15424 182 378 0 15292 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 62688

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11369
/proc/meminfo: memFree=13987936/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=4602.37 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 20965 0 0 0 460234 3 0 0 25 0 1 0 476699782 64360448 15468 33554432000 134512640 136057169 4289754624 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15468 182 378 0 15333 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 62852

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11370
/proc/meminfo: memFree=13987932/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=63124 CPUtime=4662.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 21149 0 0 0 466233 3 0 0 25 0 1 0 476699782 64638976 15536 33554432000 134512640 136057169 4289754624 18446744073709551615 134616012 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15781 15536 182 378 0 15401 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 63124

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11372
/proc/meminfo: memFree=13987804/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=4722.37 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 21149 0 0 0 472234 3 0 0 25 0 1 0 476699782 64360448 15468 33554432000 134512640 136057169 4289754624 18446744073709551615 134637395 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15468 182 378 0 15333 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 62852

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11374
/proc/meminfo: memFree=13985816/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=65636 CPUtime=4782.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 21887 0 0 0 478233 3 0 0 25 0 1 0 476699782 67211264 16164 33554432000 134512640 136057169 4289754624 18446744073709551615 134613057 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 16409 16164 182 378 0 16029 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 65636

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11376
/proc/meminfo: memFree=13988168/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=4842.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 21891 0 0 0 484233 3 0 0 25 0 1 0 476699782 64360448 15472 33554432000 134512640 136057169 4289754624 18446744073709551615 134820204 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15472 182 378 0 15333 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 62852

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11377
/proc/meminfo: memFree=13988040/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=4902.36 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 21896 0 0 0 490233 3 0 0 25 0 1 0 476699782 64360448 15472 33554432000 134512640 136057169 4289754624 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15472 182 378 0 15333 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 62852

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11378
/proc/meminfo: memFree=13988160/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=4962.37 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 22122 0 0 0 496233 4 0 0 25 0 1 0 476699782 64360448 15472 33554432000 134512640 136057169 4289754624 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15472 182 378 0 15333 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 62852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.94 2/176 11381
/proc/meminfo: memFree=14001804/32950928 swapFree=67111528/67111528
[pid=11233] ppid=11231 vsize=62852 CPUtime=5000.08 cores=1,3,5,7
/proc/11233/stat : 11233 (clasp) R 11231 11233 10150 0 -1 4202496 22122 0 0 0 500004 4 0 0 25 0 1 0 476699782 64360448 15472 33554432000 134512640 136057169 4289754624 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/11233/statm: 15713 15472 182 378 0 15333 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 62852

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): 5000.01
CPU time (s): 5000.09
CPU user time (s): 5000.04
CPU system time (s): 0.044993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 65808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.04
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22125
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= 3
involuntary context switches= 7350

runsolver used 7.03193 second user time and 15.9016 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 15:16:51
IDJOB=3275618
IDBENCH=83234
IDSOLVER=1677
FILE ID=node126/3275618-1303651011
RUNJOBID= node126-1303651010-11187
PBS_JOBID= 13150722
Free space on /tmp= 71536 MiB

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

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

MD5SUM BENCH= ff3a31481d1bf95f014a91f5192a55fa
RANDOM SEED=1054050550

node126.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.783
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.56
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.783
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.75
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.783
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.783
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.74
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.783
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.80
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.783
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.75
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14065344 kB
Buffers:       1989020 kB
Cached:       16259896 kB
SwapCached:          0 kB
Active:        7635608 kB
Inactive:     10679192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14065344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3948 kB
Writeback:           0 kB
AnonPages:       65540 kB
Mapped:          15664 kB
Slab:           507824 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   208928 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= 71532 MiB
End job on node126 at 2011-04-24 16:40:13