Trace number 3274395

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) 1300.05 1300.01

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274395-1303602453/watcher-3274395-1303602453 -o /tmp/evaluation-result-3274395-1303602453/solver-3274395-1303602453 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274395-1303602453.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.94 3.95 3.22 4/193 12609
/proc/meminfo: memFree=19299288/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=2448 CPUtime=0 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 372 0 0 0 0 0 0 0 25 0 1 0 471843429 2506752 327 33554432000 134512640 136057169 4290885728 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 612 327 145 378 0 232 0

[startup+0.105659 s]
/proc/loadavg: 3.94 3.95 3.22 4/193 12609
/proc/meminfo: memFree=19299288/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=3280 CPUtime=0.1 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 626 0 0 0 10 0 0 0 25 0 1 0 471843429 3358720 571 33554432000 134512640 136057169 4290885728 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 820 571 182 378 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3280

[startup+0.200648 s]
/proc/loadavg: 3.94 3.95 3.22 4/193 12609
/proc/meminfo: memFree=19299288/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=5092 CPUtime=0.19 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 1100 0 0 0 19 0 0 0 25 0 1 0 471843429 5214208 1045 33554432000 134512640 136057169 4290885728 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 1273 1045 182 378 0 893 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5092

[startup+0.300636 s]
/proc/loadavg: 3.94 3.95 3.22 4/193 12609
/proc/meminfo: memFree=19299288/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=7016 CPUtime=0.29 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 1569 0 0 0 29 0 0 0 25 0 1 0 471843429 7184384 1514 33554432000 134512640 136057169 4290885728 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 1754 1514 182 378 0 1374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7016

[startup+0.700554 s]
/proc/loadavg: 3.94 3.95 3.22 4/193 12609
/proc/meminfo: memFree=19299288/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=11640 CPUtime=0.69 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 2725 0 0 0 69 0 0 0 25 0 1 0 471843429 11919360 2670 33554432000 134512640 136057169 4290885728 18446744073709551615 134616022 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 2910 2670 182 378 0 2530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11640

[startup+1.50041 s]
/proc/loadavg: 3.94 3.95 3.22 5/194 12610
/proc/meminfo: memFree=19286508/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=15236 CPUtime=1.49 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 3644 0 0 0 149 0 0 0 25 0 1 0 471843429 15601664 3589 33554432000 134512640 136057169 4290885728 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 3809 3589 182 378 0 3429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15236

[startup+3.10114 s]
/proc/loadavg: 3.94 3.95 3.22 5/194 12610
/proc/meminfo: memFree=19281052/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=21932 CPUtime=3.09 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 5298 0 0 0 309 0 0 0 25 0 1 0 471843429 22458368 5243 33554432000 134512640 136057169 4290885728 18446744073709551615 134616017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 5483 5243 182 378 0 5103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21932

[startup+6.30056 s]
/proc/loadavg: 3.94 3.95 3.22 5/194 12611
/proc/meminfo: memFree=19275108/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=25160 CPUtime=6.29 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 6102 0 0 0 629 0 0 0 25 0 1 0 471843429 25763840 6047 33554432000 134512640 136057169 4290885728 18446744073709551615 134823322 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 6290 6047 182 378 0 5910 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25160

[startup+12.7004 s]
/proc/loadavg: 3.95 3.95 3.23 5/194 12611
/proc/meminfo: memFree=19266376/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=31328 CPUtime=12.7 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 7648 0 0 0 1269 1 0 0 25 0 1 0 471843429 32079872 7593 33554432000 134512640 136057169 4290885728 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 7832 7593 182 378 0 7452 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 31328

[startup+25.5011 s]
/proc/loadavg: 3.96 3.96 3.24 5/194 12611
/proc/meminfo: memFree=19254080/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=41720 CPUtime=25.49 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 10236 0 0 0 2548 1 0 0 25 0 1 0 471843429 42721280 10181 33554432000 134512640 136057169 4290885728 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 10430 10181 182 378 0 10050 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41720

[startup+51.1006 s]
/proc/loadavg: 3.97 3.96 3.26 5/194 12612
/proc/meminfo: memFree=19238552/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=51424 CPUtime=51.1 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 12667 0 0 0 5108 2 0 0 25 0 1 0 471843429 52658176 12612 33554432000 134512640 136057169 4290885728 18446744073709551615 134615952 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 12856 12612 182 378 0 12476 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 51424

[startup+102.3 s]
/proc/loadavg: 3.99 3.96 3.30 5/194 12613
/proc/meminfo: memFree=19218940/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=62508 CPUtime=102.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 15492 0 0 0 10228 2 0 0 25 0 1 0 471843429 64008192 15391 33554432000 134512640 136057169 4290885728 18446744073709551615 134823322 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 15627 15391 182 378 0 15247 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62508

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.34 5/194 12615
/proc/meminfo: memFree=19203296/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=71976 CPUtime=162.29 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 17952 0 0 0 16227 2 0 0 25 0 1 0 471843429 73703424 17750 33554432000 134512640 136057169 4290885728 18446744073709551615 134615979 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 17994 17750 182 378 0 17614 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71976

[startup+222.307 s]
/proc/loadavg: 3.99 3.97 3.38 5/194 12616
/proc/meminfo: memFree=19180080/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=82776 CPUtime=222.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 20628 0 0 0 22227 3 0 0 25 0 1 0 471843429 84762624 20426 33554432000 134512640 136057169 4290885728 18446744073709551615 134819797 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 20694 20426 182 378 0 20314 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 82776

[startup+282.3 s]
/proc/loadavg: 4.05 3.99 3.42 5/194 12618
/proc/meminfo: memFree=19168404/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=87436 CPUtime=282.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 21887 0 0 0 28227 3 0 0 25 0 1 0 471843429 89534464 21606 33554432000 134512640 136057169 4290885728 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 21859 21606 182 378 0 21479 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87436

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.45 5/194 12620
/proc/meminfo: memFree=19164036/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=87436 CPUtime=342.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 21887 0 0 0 34227 3 0 0 25 0 1 0 471843429 89534464 21606 33554432000 134512640 136057169 4290885728 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 21859 21606 182 378 0 21479 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 87436

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.48 5/194 12621
/proc/meminfo: memFree=19152588/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=94060 CPUtime=402.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 23538 0 0 0 40227 3 0 0 25 0 1 0 471843429 96317440 23247 33554432000 134512640 136057169 4290885728 18446744073709551615 134637407 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 23515 23247 182 378 0 23135 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94060

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.51 5/194 12623
/proc/meminfo: memFree=19122556/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=96000 CPUtime=462.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 24056 0 0 0 46227 3 0 0 25 0 1 0 471843429 98304000 23733 33554432000 134512640 136057169 4290885728 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 24000 23733 182 378 0 23620 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 96000

[startup+522.301 s]
/proc/loadavg: 4.04 4.00 3.55 5/194 12624
/proc/meminfo: memFree=19115332/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=96000 CPUtime=522.3 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 24056 0 0 0 52227 3 0 0 25 0 1 0 471843429 98304000 23733 33554432000 134512640 136057169 4290885728 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 24000 23733 182 378 0 23620 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 96000

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 12626
/proc/meminfo: memFree=19083064/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=100504 CPUtime=582.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 25165 0 0 0 58226 5 0 0 25 0 1 0 471843429 102916096 24842 33554432000 134512640 136057169 4290885728 18446744073709551615 134828393 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 25126 24842 182 378 0 24746 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 100504

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 12628
/proc/meminfo: memFree=19074604/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=105456 CPUtime=642.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 26416 0 0 0 64226 5 0 0 25 0 1 0 471843429 107986944 26093 33554432000 134512640 136057169 4290885728 18446744073709551615 134634874 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 26364 26093 182 378 0 25984 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 105456

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 12629
/proc/meminfo: memFree=19071980/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=106864 CPUtime=702.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 26878 0 0 0 70226 5 0 0 25 0 1 0 471843429 109428736 26429 33554432000 134512640 136057169 4290885728 18446744073709551615 134634325 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 26716 26429 182 378 0 26336 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 106864

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 12631
/proc/meminfo: memFree=19069592/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=106564 CPUtime=762.32 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 26879 0 0 0 76227 5 0 0 25 0 1 0 471843429 109121536 26374 33554432000 134512640 136057169 4290885728 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 26641 26374 182 378 0 26261 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 106564

[startup+822.3 s]
/proc/loadavg: 4.11 4.03 3.67 5/194 12641
/proc/meminfo: memFree=19035752/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=122068 CPUtime=822.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 30739 0 0 0 82225 6 0 0 25 0 1 0 471843429 124997632 30234 33554432000 134512640 136057169 4290885728 18446744073709551615 134615989 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 30517 30234 182 378 0 30137 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 122068

[startup+882.307 s]
/proc/loadavg: 4.09 4.04 3.69 5/194 12643
/proc/meminfo: memFree=19022564/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=129504 CPUtime=882.32 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 32572 0 0 0 88226 6 0 0 25 0 1 0 471843429 132612096 32067 33554432000 134512640 136057169 4290885728 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32376 32067 182 378 0 31996 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 129504

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 3.71 5/194 12645
/proc/meminfo: memFree=19016712/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=131720 CPUtime=942.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33140 0 0 0 94225 6 0 0 25 0 1 0 471843429 134881280 32635 33554432000 134512640 136057169 4290885728 18446744073709551615 134634590 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32930 32635 182 378 0 32550 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 131720

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.73 5/194 12646
/proc/meminfo: memFree=19013340/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=130796 CPUtime=1002.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33140 0 0 0 100225 6 0 0 25 0 1 0 471843429 133935104 32421 33554432000 134512640 136057169 4290885728 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32699 32421 182 378 0 32319 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 130796

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.74 5/194 12651
/proc/meminfo: memFree=19009004/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=129504 CPUtime=1062.31 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33547 0 0 0 106225 6 0 0 25 0 1 0 471843429 132612096 32089 33554432000 134512640 136057169 4290885728 18446744073709551615 134820208 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32376 32089 182 378 0 31996 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 129504

[startup+1122.3 s]
/proc/loadavg: 3.50 3.91 3.72 2/178 12706
/proc/meminfo: memFree=19337204/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=130204 CPUtime=1122.32 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33840 0 0 0 112226 6 0 0 25 0 1 0 471843429 133328896 32274 33554432000 134512640 136057169 4290885728 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32551 32274 182 378 0 32171 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 130204

[startup+1182.3 s]
/proc/loadavg: 1.92 3.38 3.54 2/176 12708
/proc/meminfo: memFree=19338952/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=129724 CPUtime=1182.32 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33840 0 0 0 118225 7 0 0 25 0 1 0 471843429 132837376 32154 33554432000 134512640 136057169 4290885728 18446744073709551615 134615969 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32431 32154 182 378 0 32051 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 129724

[startup+1242.3 s]
/proc/loadavg: 1.33 2.94 3.38 2/176 12710
/proc/meminfo: memFree=19339772/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=128388 CPUtime=1242.32 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33840 0 0 0 124225 7 0 0 25 0 1 0 471843429 131469312 31820 33554432000 134512640 136057169 4290885728 18446744073709551615 134634641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32097 31820 182 378 0 31717 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 128388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.18 2.63 3.25 2/176 12711
/proc/meminfo: memFree=19340096/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=128388 CPUtime=1300.03 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33843 0 0 0 129996 7 0 0 25 0 1 0 471843429 131469312 31823 33554432000 134512640 136057169 4290885728 18446744073709551615 134612952 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32097 31823 182 378 0 31717 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 128388

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

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

[startup+1300 s]
/proc/loadavg: 1.18 2.63 3.25 2/176 12711
/proc/meminfo: memFree=19340096/32951124 swapFree=67111528/67111528
[pid=12609] ppid=12607 vsize=128388 CPUtime=1300.03 cores=0,2
/proc/12609/stat : 12609 (clasp) R 12607 12609 12235 0 -1 4202496 33843 0 0 0 129996 7 0 0 25 0 1 0 471843429 131469312 31823 33554432000 134512640 136057169 4290885728 18446744073709551615 134612952 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12609/statm: 32097 31823 182 378 0 31717 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 128388

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.081987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 131768

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

runsolver used 2.22166 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-24 01:47:33
IDJOB=3274395
IDBENCH=83208
IDSOLVER=1674
FILE ID=node132/3274395-1303602453
RUNJOBID= node132-1303600949-12253
PBS_JOBID= 13150610
Free space on /tmp= 72048 MiB

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

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

MD5SUM BENCH= 179851d97340610ea74d8d7b3cffb10b
RANDOM SEED=1325720666

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19299436 kB
Buffers:       1605696 kB
Cached:       11274776 kB
SwapCached:          0 kB
Active:        2633212 kB
Inactive:     10471760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19299436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2072 kB
Writeback:           0 kB
AnonPages:      224008 kB
Mapped:          17256 kB
Slab:           482884 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   411368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72056 MiB
End job on node132 at 2011-04-24 02:09:15