Trace number 3275608

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-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
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-3275608-1303651010/watcher-3275608-1303651010 -o /tmp/evaluation-result-3275608-1303651010/solver-3275608-1303651010 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275608-1303651010.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: 0.93 1.06 1.43 4/176 11205
/proc/meminfo: memFree=14066352/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=1908 CPUtime=0 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 286 0 0 0 0 0 0 0 23 0 1 0 476699741 1953792 240 33554432000 134512640 136057169 4290340064 18446744073709551615 134618221 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 477 240 181 378 0 97 0

[startup+0.0584181 s]
/proc/loadavg: 0.93 1.06 1.43 4/176 11205
/proc/meminfo: memFree=14066352/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=2172 CPUtime=0.05 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 350 0 0 0 5 0 0 0 23 0 1 0 476699741 2224128 304 33554432000 134512640 136057169 4290340064 18446744073709551615 134819752 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 543 304 181 378 0 163 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2172

[startup+0.100411 s]
/proc/loadavg: 0.93 1.06 1.43 4/176 11205
/proc/meminfo: memFree=14066352/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=2304 CPUtime=0.1 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 377 0 0 0 10 0 0 0 23 0 1 0 476699741 2359296 331 33554432000 134512640 136057169 4290340064 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 576 331 181 378 0 196 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2304

[startup+0.300377 s]
/proc/loadavg: 0.93 1.06 1.43 4/176 11205
/proc/meminfo: memFree=14066352/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=2436 CPUtime=0.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 423 0 0 0 30 0 0 0 25 0 1 0 476699741 2494464 377 33554432000 134512640 136057169 4290340064 18446744073709551615 134828299 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 609 377 181 378 0 229 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2436

[startup+0.70031 s]
/proc/loadavg: 0.93 1.06 1.43 4/176 11205
/proc/meminfo: memFree=14066352/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=2700 CPUtime=0.7 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 497 0 0 0 70 0 0 0 25 0 1 0 476699741 2764800 451 33554432000 134512640 136057169 4290340064 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 675 451 181 378 0 295 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2700

[startup+1.50029 s]
/proc/loadavg: 0.93 1.06 1.43 3/178 11234
/proc/meminfo: memFree=14061224/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=3092 CPUtime=1.5 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 572 0 0 0 150 0 0 0 25 0 1 0 476699741 3166208 526 33554432000 134512640 136057169 4290340064 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 773 526 181 378 0 393 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3092

[startup+3.10103 s]
/proc/loadavg: 0.93 1.06 1.43 3/178 11234
/proc/meminfo: memFree=14059240/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=3488 CPUtime=3.1 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 669 0 0 0 310 0 0 0 25 0 1 0 476699741 3571712 623 33554432000 134512640 136057169 4290340064 18446744073709551615 134615832 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 872 623 181 378 0 492 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3488

[startup+6.3005 s]
/proc/loadavg: 1.09 1.09 1.44 3/178 11234
/proc/meminfo: memFree=14056064/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=4020 CPUtime=6.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 812 0 0 0 630 0 0 0 25 0 1 0 476699741 4116480 766 33554432000 134512640 136057169 4290340064 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 1005 766 181 378 0 625 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4020

[startup+12.7004 s]
/proc/loadavg: 1.16 1.11 1.45 3/178 11234
/proc/meminfo: memFree=14053300/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=4824 CPUtime=12.69 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 1001 0 0 0 1269 0 0 0 25 0 1 0 476699741 4939776 955 33554432000 134512640 136057169 4290340064 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 1206 955 181 378 0 826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4824

[startup+25.5003 s]
/proc/loadavg: 1.35 1.15 1.45 3/178 11235
/proc/meminfo: memFree=14050476/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=5484 CPUtime=25.49 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 1172 0 0 0 2549 0 0 0 25 0 1 0 476699741 5615616 1126 33554432000 134512640 136057169 4290340064 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 1371 1126 181 378 0 991 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5484

[startup+51.101 s]
/proc/loadavg: 1.57 1.22 1.47 3/178 11236
/proc/meminfo: memFree=14044848/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=6572 CPUtime=51.09 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 1458 0 0 0 5109 0 0 0 25 0 1 0 476699741 6729728 1412 33554432000 134512640 136057169 4290340064 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 1643 1412 181 378 0 1263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6572

[startup+102.306 s]
/proc/loadavg: 1.81 1.34 1.49 3/178 11237
/proc/meminfo: memFree=14039256/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=7716 CPUtime=102.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 1739 0 0 0 10229 1 0 0 25 0 1 0 476699741 7901184 1693 33554432000 134512640 136057169 4290340064 18446744073709551615 134618476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 1929 1693 181 378 0 1549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7716

[startup+162.3 s]
/proc/loadavg: 1.93 1.45 1.52 3/178 11238
/proc/meminfo: memFree=14035904/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=8932 CPUtime=162.29 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2020 0 0 0 16228 1 0 0 25 0 1 0 476699741 9146368 1974 33554432000 134512640 136057169 4290340064 18446744073709551615 134828980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2233 1974 181 378 0 1853 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 8932

[startup+222.301 s]
/proc/loadavg: 1.97 1.55 1.55 3/178 11240
/proc/meminfo: memFree=14031556/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=9684 CPUtime=222.29 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2203 0 0 0 22228 1 0 0 25 0 1 0 476699741 9916416 2157 33554432000 134512640 136057169 4290340064 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2421 2157 181 378 0 2041 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 9684

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.57 3/178 11242
/proc/meminfo: memFree=14027708/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=10372 CPUtime=282.29 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2389 0 0 0 28228 1 0 0 25 0 1 0 476699741 10620928 2343 33554432000 134512640 136057169 4290340064 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2593 2343 181 378 0 2213 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 10372

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.60 3/178 11244
/proc/meminfo: memFree=14026956/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=10940 CPUtime=342.29 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2500 0 0 0 34228 1 0 0 25 0 1 0 476699741 11202560 2454 33554432000 134512640 136057169 4290340064 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2735 2454 181 378 0 2355 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 10940

[startup+402.301 s]
/proc/loadavg: 1.99 1.75 1.62 3/178 11245
/proc/meminfo: memFree=14024964/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=11336 CPUtime=402.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2607 0 0 0 40229 1 0 0 25 0 1 0 476699741 11608064 2561 33554432000 134512640 136057169 4290340064 18446744073709551615 134618404 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2834 2561 181 378 0 2454 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 11336

[startup+462.301 s]
/proc/loadavg: 2.10 1.82 1.65 3/178 11246
/proc/meminfo: memFree=14021856/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=11544 CPUtime=462.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2696 0 0 0 46229 1 0 0 25 0 1 0 476699741 11821056 2641 33554432000 134512640 136057169 4290340064 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2886 2641 181 378 0 2506 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 11544

[startup+522.301 s]
/proc/loadavg: 2.03 1.85 1.67 3/178 11248
/proc/meminfo: memFree=14021100/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=11764 CPUtime=522.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2748 0 0 0 52229 1 0 0 25 0 1 0 476699741 12046336 2693 33554432000 134512640 136057169 4290340064 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2941 2693 181 378 0 2561 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 11764

[startup+582.301 s]
/proc/loadavg: 2.01 1.88 1.69 3/178 11250
/proc/meminfo: memFree=14018988/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=11932 CPUtime=582.3 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 2776 0 0 0 58229 1 0 0 25 0 1 0 476699741 12218368 2721 33554432000 134512640 136057169 4290340064 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 2983 2721 181 378 0 2603 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 11932

[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=11203] ppid=11200 vsize=15400 CPUtime=4002.35 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3790 0 0 0 400230 5 0 0 25 0 1 0 476699741 15769600 3479 33554432000 134512640 136057169 4290340064 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3850 3479 181 378 0 3470 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 15400

[startup+4062.31 s]
/proc/loadavg: 2.07 2.03 1.94 3/178 11354
/proc/meminfo: memFree=13991848/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15400 CPUtime=4062.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3790 0 0 0 406231 5 0 0 25 0 1 0 476699741 15769600 3479 33554432000 134512640 136057169 4290340064 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3850 3479 181 378 0 3470 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 15400

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 11356
/proc/meminfo: memFree=13990976/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15400 CPUtime=4122.35 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3809 0 0 0 412230 5 0 0 25 0 1 0 476699741 15769600 3498 33554432000 134512640 136057169 4290340064 18446744073709551615 134812049 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3850 3498 181 378 0 3470 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 15400

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 11358
/proc/meminfo: memFree=13989848/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15400 CPUtime=4182.35 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3809 0 0 0 418230 5 0 0 25 0 1 0 476699741 15769600 3498 33554432000 134512640 136057169 4290340064 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3850 3498 181 378 0 3470 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 15400

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 11360
/proc/meminfo: memFree=13989100/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4242.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3825 0 0 0 424231 5 0 0 25 0 1 0 476699741 15945728 3514 33554432000 134512640 136057169 4290340064 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3514 181 378 0 3513 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 15572

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11361
/proc/meminfo: memFree=13989332/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4302.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3833 0 0 0 430230 6 0 0 25 0 1 0 476699741 15945728 3522 33554432000 134512640 136057169 4290340064 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3522 181 378 0 3513 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 15572

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11362
/proc/meminfo: memFree=13989080/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4362.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3850 0 0 0 436230 6 0 0 25 0 1 0 476699741 15945728 3539 33554432000 134512640 136057169 4290340064 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3539 181 378 0 3513 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 15572

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11364
/proc/meminfo: memFree=13988580/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4422.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3850 0 0 0 442230 6 0 0 25 0 1 0 476699741 15945728 3539 33554432000 134512640 136057169 4290340064 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3539 181 378 0 3513 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 15572

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11366
/proc/meminfo: memFree=13988824/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4482.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3850 0 0 0 448230 6 0 0 25 0 1 0 476699741 15945728 3539 33554432000 134512640 136057169 4290340064 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3539 181 378 0 3513 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 15572

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11368
/proc/meminfo: memFree=13988944/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4542.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3850 0 0 0 454230 6 0 0 25 0 1 0 476699741 15945728 3539 33554432000 134512640 136057169 4290340064 18446744073709551615 134615609 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3539 181 378 0 3513 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 15572

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11369
/proc/meminfo: memFree=13987936/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4602.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3850 0 0 0 460231 6 0 0 25 0 1 0 476699741 15945728 3539 33554432000 134512640 136057169 4290340064 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3539 181 378 0 3513 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 15572

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11370
/proc/meminfo: memFree=13987932/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4662.36 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3852 0 0 0 466230 6 0 0 25 0 1 0 476699741 15945728 3541 33554432000 134512640 136057169 4290340064 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3541 181 378 0 3513 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 15572

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11372
/proc/meminfo: memFree=13987804/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4722.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3852 0 0 0 472231 6 0 0 25 0 1 0 476699741 15945728 3541 33554432000 134512640 136057169 4290340064 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3541 181 378 0 3513 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 15572

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11374
/proc/meminfo: memFree=13985692/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15572 CPUtime=4782.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3852 0 0 0 478231 6 0 0 25 0 1 0 476699741 15945728 3541 33554432000 134512640 136057169 4290340064 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3893 3541 181 378 0 3513 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 15572

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11376
/proc/meminfo: memFree=13988168/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15740 CPUtime=4842.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3868 0 0 0 484231 6 0 0 25 0 1 0 476699741 16117760 3557 33554432000 134512640 136057169 4290340064 18446744073709551615 134615606 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3935 3557 181 378 0 3555 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 15740

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11377
/proc/meminfo: memFree=13988040/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15740 CPUtime=4902.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3884 0 0 0 490230 7 0 0 25 0 1 0 476699741 16117760 3573 33554432000 134512640 136057169 4290340064 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3935 3573 181 378 0 3555 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 15740

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11378
/proc/meminfo: memFree=13988160/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15740 CPUtime=4962.37 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3884 0 0 0 496230 7 0 0 25 0 1 0 476699741 16117760 3573 33554432000 134512640 136057169 4290340064 18446744073709551615 134828602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3935 3573 181 378 0 3555 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 15740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11380
/proc/meminfo: memFree=13988280/32950928 swapFree=67111528/67111528
[pid=11203] ppid=11200 vsize=15740 CPUtime=5000.08 cores=0,2,4,6
/proc/11203/stat : 11203 (clasp) R 11200 11203 10150 0 -1 4202496 3884 0 0 0 500001 7 0 0 25 0 1 0 476699741 16117760 3573 33554432000 134512640 136057169 4290340064 18446744073709551615 135437421 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11203/statm: 3935 3573 181 378 0 3555 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 15740

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.01
CPU system time (s): 0.073988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 15740

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

runsolver used 7.15891 second user time and 15.5736 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 15:16:50
IDJOB=3275608
IDBENCH=83230
IDSOLVER=1677
FILE ID=node126/3275608-1303651010
RUNJOBID= node126-1303651010-11186
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-15-15-unsat.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-3275608-1303651010/watcher-3275608-1303651010 -o /tmp/evaluation-result-3275608-1303651010/solver-3275608-1303651010 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275608-1303651010.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=905255562

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:      14066648 kB
Buffers:       1989008 kB
Cached:       16259908 kB
SwapCached:          0 kB
Active:        7633964 kB
Inactive:     10679184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14066648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3948 kB
Writeback:           0 kB
AnonPages:       63988 kB
Mapped:          14500 kB
Slab:           507824 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186352 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:12