Trace number 3379759

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-13-13-unsat.cnf
MD5SUMb828910e9308a3dd9d5f850f224ef842
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark385.978
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses1183
Sum of the clauses size4225
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21014
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5169

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: 961)

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-3379759-1305457084/watcher-3379759-1305457084 -o /tmp/evaluation-result-3379759-1305457084/solver-3379759-1305457084 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379759-1305457084.cnf 

running on 2 cores: 1,3

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: 1.25 1.10 1.46 5/431 20758
/proc/meminfo: memFree=20565032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=12168 CPUtime=0 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 465 0 0 0 0 0 0 0 25 0 1 0 735939185 12460032 404 33554432000 4194304 4394578 140733301093408 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3042 405 266 49 0 183 0

[startup+0.0563029 s]
/proc/loadavg: 1.25 1.10 1.46 5/431 20758
/proc/meminfo: memFree=20565032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=12432 CPUtime=0.05 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 551 0 0 0 5 0 0 0 25 0 1 0 735939185 12730368 490 33554432000 4194304 4394578 140733301093408 18446744073709551615 4292864 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3108 490 266 49 0 249 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12432

[startup+0.100295 s]
/proc/loadavg: 1.25 1.10 1.46 5/431 20758
/proc/meminfo: memFree=20565032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=12564 CPUtime=0.09 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 585 0 0 0 9 0 0 0 25 0 1 0 735939185 12865536 524 33554432000 4194304 4394578 140733301093408 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3141 524 266 49 0 282 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12564

[startup+0.300321 s]
/proc/loadavg: 1.25 1.10 1.46 5/431 20758
/proc/meminfo: memFree=20565032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=13100 CPUtime=0.29 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 694 0 0 0 29 0 0 0 25 0 1 0 735939185 13414400 633 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3275 633 266 49 0 416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13100

[startup+0.700191 s]
/proc/loadavg: 1.25 1.10 1.46 5/431 20758
/proc/meminfo: memFree=20565032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=13364 CPUtime=0.69 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 780 0 0 0 69 0 0 0 25 0 1 0 735939185 13684736 719 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3341 719 266 49 0 482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13364

[startup+1.50005 s]
/proc/loadavg: 1.25 1.10 1.46 5/432 20759
/proc/meminfo: memFree=20561932/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=13764 CPUtime=1.49 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 871 0 0 0 149 0 0 0 25 0 1 0 735939185 14094336 810 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3441 810 267 49 0 582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13764

[startup+3.10077 s]
/proc/loadavg: 1.25 1.10 1.46 5/432 20759
/proc/meminfo: memFree=20560940/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=14032 CPUtime=3.09 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 946 0 0 0 309 0 0 0 25 0 1 0 735939185 14368768 885 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3508 885 267 49 0 649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14032

[startup+6.30021 s]
/proc/loadavg: 1.47 1.15 1.48 5/432 20759
/proc/meminfo: memFree=20555272/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=14160 CPUtime=6.29 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 988 0 0 0 629 0 0 0 25 0 1 0 735939185 14499840 927 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3540 927 267 49 0 681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14160

[startup+12.7001 s]
/proc/loadavg: 1.67 1.19 1.49 5/432 20759
/proc/meminfo: memFree=20552784/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=14552 CPUtime=12.69 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1055 0 0 0 1269 0 0 0 25 0 1 0 735939185 14901248 994 33554432000 4194304 4394578 140733301093408 18446744073709551615 4285721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3638 994 267 49 0 779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14552

[startup+25.5009 s]
/proc/loadavg: 2.18 1.33 1.53 4/427 20776
/proc/meminfo: memFree=20567340/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=15540 CPUtime=25.49 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1260 0 0 0 2549 0 0 0 25 0 1 0 735939185 15912960 1199 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 3885 1199 267 49 0 1026 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15540

[startup+51.1004 s]
/proc/loadavg: 2.46 1.46 1.57 4/426 20777
/proc/meminfo: memFree=20566108/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16408 CPUtime=51.09 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1463 0 0 0 5109 0 0 0 25 0 1 0 735939185 16801792 1402 33554432000 4194304 4394578 140733301093408 18446744073709551615 4309260 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4102 1402 267 49 0 1243 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16408

[startup+102.315 s]
/proc/loadavg: 2.76 1.70 1.64 4/426 20779
/proc/meminfo: memFree=20564820/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16552 CPUtime=102.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1527 0 0 0 10230 0 0 0 25 0 1 0 735939185 16949248 1466 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4138 1466 267 49 0 1279 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 16552

[startup+162.301 s]
/proc/loadavg: 2.57 1.85 1.69 3/420 20797
/proc/meminfo: memFree=20568836/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16684 CPUtime=162.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1556 0 0 0 16229 1 0 0 25 0 1 0 735939185 17084416 1495 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4171 1495 267 49 0 1312 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 16684

[startup+222.3 s]
/proc/loadavg: 2.25 1.89 1.72 3/420 20808
/proc/meminfo: memFree=20568792/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16684 CPUtime=222.29 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1583 0 0 0 22228 1 0 0 25 0 1 0 735939185 17084416 1522 33554432000 4194304 4394578 140733301093408 18446744073709551615 4296323 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4171 1522 267 49 0 1312 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 16684

[startup+282.301 s]
/proc/loadavg: 2.12 1.92 1.74 3/420 20809
/proc/meminfo: memFree=20568764/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16816 CPUtime=282.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1606 0 0 0 28228 2 0 0 25 0 1 0 735939185 17219584 1545 33554432000 4194304 4394578 140733301093408 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4204 1545 267 49 0 1345 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 16816

[startup+342.3 s]
/proc/loadavg: 2.04 1.93 1.75 3/420 20811
/proc/meminfo: memFree=20568468/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16816 CPUtime=342.29 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1627 0 0 0 34227 2 0 0 25 0 1 0 735939185 17219584 1566 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298418 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4204 1566 267 49 0 1345 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 16816

[startup+402.301 s]
/proc/loadavg: 2.01 1.94 1.76 3/420 20813
/proc/meminfo: memFree=20568444/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=16948 CPUtime=402.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1657 0 0 0 40227 3 0 0 25 0 1 0 735939185 17354752 1596 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4237 1596 267 49 0 1378 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 16948

[startup+462.3 s]
/proc/loadavg: 2.00 1.95 1.77 3/420 20814
/proc/meminfo: memFree=20568032/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17084 CPUtime=462.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1676 0 0 0 46227 3 0 0 25 0 1 0 735939185 17494016 1615 33554432000 4194304 4394578 140733301093408 18446744073709551615 4296335 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4271 1615 267 49 0 1412 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 17084

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.78 3/420 20816
/proc/meminfo: memFree=20569096/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17084 CPUtime=522.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1686 0 0 0 52226 4 0 0 25 0 1 0 735939185 17494016 1625 33554432000 4194304 4394578 140733301093408 18446744073709551615 4288108 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4271 1625 267 49 0 1412 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 17084

[startup+582.3 s]
/proc/loadavg: 2.00 1.96 1.79 3/420 20817
/proc/meminfo: memFree=20568560/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17084 CPUtime=582.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1700 0 0 0 58226 4 0 0 25 0 1 0 735939185 17494016 1639 33554432000 4194304 4394578 140733301093408 18446744073709551615 4290837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4271 1639 267 49 0 1412 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 17084

[startup+642.301 s]
/proc/loadavg: 2.00 1.97 1.81 3/420 20819
/proc/meminfo: memFree=20568264/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17220 CPUtime=642.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1716 0 0 0 64226 5 0 0 25 0 1 0 735939185 17633280 1655 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4305 1655 267 49 0 1446 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 17220

[startup+702.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/420 20821
/proc/meminfo: memFree=20568368/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17220 CPUtime=702.3 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1737 0 0 0 70225 5 0 0 25 0 1 0 735939185 17633280 1676 33554432000 4194304 4394578 140733301093408 18446744073709551615 4287227 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4305 1676 267 49 0 1446 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 17220

[startup+762.315 s]
/proc/loadavg: 2.06 1.99 1.83 3/420 20822
/proc/meminfo: memFree=20568332/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17356 CPUtime=762.32 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1756 0 0 0 76226 6 0 0 25 0 1 0 735939185 17772544 1695 33554432000 4194304 4394578 140733301093408 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4339 1695 267 49 0 1480 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 17356

[startup+822.3 s]
/proc/loadavg: 2.07 2.00 1.84 3/420 20824
/proc/meminfo: memFree=20568648/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17356 CPUtime=822.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1770 0 0 0 82225 6 0 0 25 0 1 0 735939185 17772544 1709 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4339 1709 267 49 0 1480 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 17356

[startup+882.301 s]
/proc/loadavg: 2.02 2.00 1.85 3/420 20825
/proc/meminfo: memFree=20568112/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17492 CPUtime=882.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1789 0 0 0 88224 7 0 0 25 0 1 0 735939185 17911808 1728 33554432000 4194304 4394578 140733301093408 18446744073709551615 4315327 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4373 1728 267 49 0 1514 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 17492

[startup+942.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/420 20827
/proc/meminfo: memFree=20568680/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17492 CPUtime=942.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1791 0 0 0 94224 7 0 0 25 0 1 0 735939185 17911808 1730 33554432000 4194304 4394578 140733301093408 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4373 1730 267 49 0 1514 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 17492

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/420 20829
/proc/meminfo: memFree=20568524/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17492 CPUtime=1002.32 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1797 0 0 0 100225 7 0 0 25 0 1 0 735939185 17911808 1736 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4373 1736 267 49 0 1514 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 17492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/420 20830
/proc/meminfo: memFree=20568488/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17492 CPUtime=1062.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1805 0 0 0 106224 7 0 0 25 0 1 0 735939185 17911808 1744 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4373 1744 267 49 0 1514 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 17492

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/420 20832
/proc/meminfo: memFree=20568572/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17492 CPUtime=1122.31 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1810 0 0 0 112224 7 0 0 25 0 1 0 735939185 17911808 1749 33554432000 4194304 4394578 140733301093408 18446744073709551615 4292658 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4373 1749 267 49 0 1514 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 17492

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/420 20833
/proc/meminfo: memFree=20568656/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17628 CPUtime=1182.32 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1816 0 0 0 118224 8 0 0 25 0 1 0 735939185 18051072 1755 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4407 1755 267 49 0 1548 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 17628

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/420 20835
/proc/meminfo: memFree=20567736/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17628 CPUtime=1242.32 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1828 0 0 0 124224 8 0 0 25 0 1 0 735939185 18051072 1767 33554432000 4194304 4394578 140733301093408 18446744073709551615 4296329 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4407 1767 267 49 0 1548 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 17628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 1.98 1.88 2/414 20858
/proc/meminfo: memFree=20578020/32950940 swapFree=67111356/67111528
[pid=20758] ppid=20756 vsize=17628 CPUtime=1300.02 cores=1,3
/proc/20758/stat : 20758 (SApperloT2010) R 20756 20758 18426 0 -1 4202496 1843 0 0 0 129994 8 0 0 25 0 1 0 735939185 18051072 1782 33554432000 4194304 4394578 140733301093408 18446744073709551615 4298265 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20758/statm: 4407 1782 267 49 0 1548 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 17628

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.088986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 17628

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

runsolver used 5.06423 second user time and 11.5352 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 12:58:04
IDJOB=3379759
IDBENCH=83217
IDSOLVER=1862
FILE ID=node117/3379759-1305457084
RUNJOBID= node117-1305457078-20583
PBS_JOBID= 13324847
Free space on /tmp= 73512 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-13-13-unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379759-1305457084/watcher-3379759-1305457084 -o /tmp/evaluation-result-3379759-1305457084/solver-3379759-1305457084 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379759-1305457084.cnf

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

MD5SUM BENCH= b828910e9308a3dd9d5f850f224ef842
RANDOM SEED=977662650

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20565048 kB
Buffers:        321480 kB
Cached:        3306000 kB
SwapCached:          0 kB
Active:       10042088 kB
Inactive:      1987272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20565048 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:     8402048 kB
Mapped:          33576 kB
Slab:           244652 kB
PageTables:      45860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103047176 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= 73512 MiB
End job on node117 at 2011-05-15 13:19:46