Trace number 3300195

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
clasp 2.0-R4092-indust? (TO) 1300 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...824715/instance-3300195-1303824715.cnf
2.19/2.25	c Solving...
1299.98/1300.00	
1299.98/1300.00	*** INTERRUPTED! ***
1299.98/1300.00	s UNKNOWN
1299.98/1300.00	
1299.98/1300.00	c INTERRUPTED   : 1
1299.98/1300.00	c Models        : 0+    
1299.98/1300.00	c Time          : 1300.003s (Solving: 1297.75s 1st Model: 0.00s Unsat: 0.00s)
1299.98/1300.00	c CPU Time      : 1299.980s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3300195-1303824715/watcher-3300195-1303824715 -o /tmp/evaluation-result-3300195-1303824715/solver-3300195-1303824715 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300195-1303824715.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: 4.08 3.55 2.00 5/189 20885
/proc/meminfo: memFree=11289720/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=74476 CPUtime=0 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 614 0 0 0 0 0 0 0 23 0 1 0 494072461 76263424 554 33554432000 4194304 4929204 140733869859952 18446744073709551615 4660069 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 18619 555 317 180 0 15629 0

[startup+0.0778379 s]
/proc/loadavg: 4.08 3.55 2.00 5/189 20885
/proc/meminfo: memFree=11289720/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=108920 CPUtime=0.06 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 27935 0 0 0 4 2 0 0 23 0 1 0 494072461 111534080 24050 33554432000 4194304 4929204 140733869859952 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 27230 24050 329 180 0 24240 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 108920

[startup+0.100819 s]
/proc/loadavg: 4.08 3.55 2.00 5/189 20885
/proc/meminfo: memFree=11289720/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=108920 CPUtime=0.09 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 27957 0 0 0 7 2 0 0 23 0 1 0 494072461 111534080 24072 33554432000 4194304 4929204 140733869859952 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 27230 24072 330 180 0 24240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108920

[startup+0.300785 s]
/proc/loadavg: 4.08 3.55 2.00 5/189 20885
/proc/meminfo: memFree=11289720/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=112220 CPUtime=0.29 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 28821 0 0 0 26 3 0 0 25 0 1 0 494072461 114913280 24936 33554432000 4194304 4929204 140733869859952 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 28055 24936 330 180 0 25065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112220

[startup+0.700709 s]
/proc/loadavg: 4.08 3.55 2.00 5/189 20885
/proc/meminfo: memFree=11289720/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=128220 CPUtime=0.69 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 32816 0 0 0 63 6 0 0 25 0 1 0 494072461 131297280 28931 33554432000 4194304 4929204 140733869859952 18446744073709551615 230808826565 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 32055 28931 330 180 0 29065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128220

[startup+1.50056 s]
/proc/loadavg: 4.08 3.55 2.00 5/190 20886
/proc/meminfo: memFree=11164360/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=160160 CPUtime=1.49 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 40791 0 0 0 139 10 0 0 25 0 1 0 494072461 164003840 36906 33554432000 4194304 4929204 140733869859952 18446744073709551615 4542032 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 40040 36906 330 180 0 37050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160160

[startup+3.10027 s]
/proc/loadavg: 4.08 3.55 2.00 5/190 20886
/proc/meminfo: memFree=11101740/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=3.08 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56494 0 0 0 295 13 0 0 25 0 1 0 494072461 186990592 42924 33554432000 4194304 4929204 140733869859952 18446744073709551615 4337383 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42924 358 180 0 42662 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 182608

[startup+6.30069 s]
/proc/loadavg: 4.07 3.56 2.01 5/190 20886
/proc/meminfo: memFree=11117076/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=6.28 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56498 0 0 0 615 13 0 0 25 0 1 0 494072461 186990592 42928 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632677 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42928 362 180 0 42662 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 182608

[startup+12.7005 s]
/proc/loadavg: 4.07 3.56 2.02 5/190 20886
/proc/meminfo: memFree=11114360/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=12.68 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56498 0 0 0 1255 13 0 0 25 0 1 0 494072461 186990592 42928 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42928 362 180 0 42662 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 182608

[startup+25.5002 s]
/proc/loadavg: 4.05 3.59 2.05 5/190 20887
/proc/meminfo: memFree=11114980/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=25.48 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56498 0 0 0 2535 13 0 0 25 0 1 0 494072461 186990592 42928 33554432000 4194304 4929204 140733869859952 18446744073709551615 4625913 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42928 362 180 0 42662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 182608

[startup+51.1005 s]
/proc/loadavg: 4.03 3.62 2.10 5/190 20887
/proc/meminfo: memFree=11114764/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=51.08 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56530 0 0 0 5095 13 0 0 25 0 1 0 494072461 186990592 42960 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42960 362 180 0 42662 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 182608

[startup+102.307 s]
/proc/loadavg: 4.05 3.69 2.21 5/190 20889
/proc/meminfo: memFree=11098520/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=102.29 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56548 0 0 0 10216 13 0 0 25 0 1 0 494072461 186990592 42978 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42978 367 180 0 42662 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 182608

[startup+162.3 s]
/proc/loadavg: 4.02 3.74 2.31 5/190 20890
/proc/meminfo: memFree=11095976/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=182608 CPUtime=162.28 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 56549 0 0 0 16215 13 0 0 25 0 1 0 494072461 186990592 42979 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 45652 42979 368 180 0 42662 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 182608

[startup+222.3 s]
/proc/loadavg: 4.00 3.79 2.42 5/187 20895
/proc/meminfo: memFree=11307332/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=194572 CPUtime=222.28 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 59545 0 0 0 22213 15 0 0 25 0 1 0 494072461 199241728 45975 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 48643 45975 368 180 0 45653 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 194572

[startup+282.3 s]
/proc/loadavg: 4.00 3.82 2.51 5/190 20920
/proc/meminfo: memFree=11465164/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=194572 CPUtime=282.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 59551 0 0 0 28212 15 0 0 25 0 1 0 494072461 199241728 45981 33554432000 4194304 4929204 140733869859952 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 48643 45981 368 180 0 45653 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 194572

[startup+342.3 s]
/proc/loadavg: 4.00 3.85 2.60 5/190 20922
/proc/meminfo: memFree=11460940/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=194572 CPUtime=342.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 59551 0 0 0 34212 15 0 0 25 0 1 0 494072461 199241728 45981 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 48643 45981 368 180 0 45653 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 194572

[startup+402.3 s]
/proc/loadavg: 4.00 3.88 2.69 5/190 20924
/proc/meminfo: memFree=11460856/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=194572 CPUtime=402.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 59551 0 0 0 40212 15 0 0 25 0 1 0 494072461 199241728 45981 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632878 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 48643 45981 368 180 0 45653 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 194572

[startup+462.3 s]
/proc/loadavg: 4.00 3.90 2.77 5/190 20925
/proc/meminfo: memFree=11430604/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=209624 CPUtime=462.26 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 63328 0 0 0 46210 16 0 0 25 0 1 0 494072461 214654976 49758 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 52406 49758 368 180 0 49416 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 209624

[startup+522.3 s]
/proc/loadavg: 4.00 3.91 2.84 5/190 20927
/proc/meminfo: memFree=11408412/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=213288 CPUtime=522.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 64212 0 0 0 52210 17 0 0 25 0 1 0 494072461 218406912 50642 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 53322 50642 368 180 0 50332 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 213288

[startup+582.3 s]
/proc/loadavg: 4.04 3.94 2.92 5/190 20928
/proc/meminfo: memFree=11360096/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=213288 CPUtime=582.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 64212 0 0 0 58210 17 0 0 25 0 1 0 494072461 218406912 50642 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 53322 50642 368 180 0 50332 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 213288

[startup+642.301 s]
/proc/loadavg: 4.01 3.95 2.98 5/190 20930
/proc/meminfo: memFree=11332348/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=213664 CPUtime=642.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 64268 0 0 0 64210 17 0 0 25 0 1 0 494072461 218791936 50698 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 53416 50698 368 180 0 50426 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 213664

[startup+702.301 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 20960
/proc/meminfo: memFree=11290060/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=218216 CPUtime=702.26 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 65414 0 0 0 70209 17 0 0 25 0 1 0 494072461 223453184 51844 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632698 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 54554 51844 368 180 0 51564 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 218216

[startup+762.307 s]
/proc/loadavg: 4.07 3.97 3.11 5/190 20989
/proc/meminfo: memFree=11518804/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=218216 CPUtime=762.26 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 65427 0 0 0 76209 17 0 0 25 0 1 0 494072461 223453184 51857 33554432000 4194304 4929204 140733869859952 18446744073709551615 4365465 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 54554 51857 368 180 0 51564 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 218216

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.16 5/190 20991
/proc/meminfo: memFree=11486768/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=218216 CPUtime=822.25 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 65441 0 0 0 82208 17 0 0 25 0 1 0 494072461 223453184 51871 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 54554 51871 368 180 0 51564 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 218216

[startup+882.301 s]
/proc/loadavg: 4.01 3.97 3.21 5/190 20992
/proc/meminfo: memFree=11456108/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=218216 CPUtime=882.25 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 65441 0 0 0 88208 17 0 0 25 0 1 0 494072461 223453184 51871 33554432000 4194304 4929204 140733869859952 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 54554 51871 368 180 0 51564 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 218216

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.25 5/190 20994
/proc/meminfo: memFree=11425468/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=230292 CPUtime=942.25 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 68454 0 0 0 94206 19 0 0 25 0 1 0 494072461 235819008 54884 33554432000 4194304 4929204 140733869859952 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 57573 54884 368 180 0 54583 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 230292

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.30 5/190 20996
/proc/meminfo: memFree=11385284/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1002.26 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76090 0 0 0 100203 23 0 0 25 0 1 0 494072461 267296768 62520 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62520 368 180 0 62268 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 261032

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.34 5/190 20997
/proc/meminfo: memFree=11342992/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1062.26 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76090 0 0 0 106203 23 0 0 25 0 1 0 494072461 267296768 62520 33554432000 4194304 4929204 140733869859952 18446744073709551615 4327848 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62520 368 180 0 62268 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 261032

[startup+1122.3 s]
/proc/loadavg: 3.53 3.87 3.34 4/184 21016
/proc/meminfo: memFree=11428076/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1122.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76099 0 0 0 112204 23 0 0 25 0 1 0 494072461 267296768 62529 33554432000 4194304 4929204 140733869859952 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62529 368 180 0 62268 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 261032

[startup+1182.3 s]
/proc/loadavg: 3.19 3.71 3.32 4/184 21017
/proc/meminfo: memFree=11426204/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1182.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76099 0 0 0 118204 23 0 0 25 0 1 0 494072461 267296768 62529 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62529 368 180 0 62268 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 261032

[startup+1242.3 s]
/proc/loadavg: 3.07 3.57 3.30 4/184 21019
/proc/meminfo: memFree=11390728/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1242.27 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76115 0 0 0 124204 23 0 0 25 0 1 0 494072461 267296768 62545 33554432000 4194304 4929204 140733869859952 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62545 368 180 0 62268 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 261032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.47 3.27 4/184 21021
/proc/meminfo: memFree=11389476/32951124 swapFree=67111528/67111528
[pid=20885] ppid=20883 vsize=261032 CPUtime=1299.98 cores=1,3
/proc/20885/stat : 20885 (clasp) R 20883 20885 20592 0 -1 4202496 76115 0 0 0 129975 23 0 0 25 0 1 0 494072461 267296768 62545 33554432000 4194304 4929204 140733869859952 18446744073709551615 4633558 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/20885/statm: 65258 62545 368 180 0 62268 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 261032

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): 1300.02
CPU time (s): 1300
CPU user time (s): 1299.75
CPU system time (s): 0.242963
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 261032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.75
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76128
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= 6
involuntary context switches= 3324

runsolver used 2.07368 second user time and 5.03024 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 15:32:00
IDJOB=3300195
IDBENCH=82371
IDSOLVER=1684
FILE ID=node104/3300195-1303824715
RUNJOBID= node104-1303824079-20612
PBS_JOBID= 13160792
Free space on /tmp= 71344 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300195-1303824715/watcher-3300195-1303824715 -o /tmp/evaluation-result-3300195-1303824715/solver-3300195-1303824715 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300195-1303824715.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=300221478

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11290000 kB
Buffers:       2304344 kB
Cached:       18203876 kB
SwapCached:          0 kB
Active:       12024344 kB
Inactive:      9041868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11290000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          401552 kB
Writeback:           0 kB
AnonPages:      557496 kB
Mapped:          16308 kB
Slab:           530564 kB
PageTables:       6256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   743476 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= 71580 MiB
End job on node104 at 2011-04-26 15:53:42