Trace number 3300292

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-crafted? (TO) 1300.07 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829678/instance-3300292-1303829678.cnf
16.79/16.88	c Solving...
1300.05/1300.00	
1300.05/1300.00	*** INTERRUPTED! ***
1300.05/1300.00	s UNKNOWN
1300.05/1300.00	
1300.05/1300.00	c INTERRUPTED   : 1
1300.05/1300.00	c Models        : 0+    
1300.05/1300.00	c Time          : 1300.005s (Solving: 1283.12s 1st Model: 0.00s Unsat: 0.00s)
1300.05/1300.00	c CPU Time      : 1300.050s

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-3300292-1303829678/watcher-3300292-1303829678 -o /tmp/evaluation-result-3300292-1303829678/solver-3300292-1303829678 -C 2400 -W 1300 -M 7680 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300292-1303829678.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.46 3.16 3.77 5/189 24134
/proc/meminfo: memFree=14359552/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=13656 CPUtime=0 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 786 0 0 0 0 0 0 0 21 0 1 0 475383470 13983744 697 33554432000 4194304 4929204 140734043072560 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 3414 697 327 180 0 424 0

[startup+0.0717541 s]
/proc/loadavg: 2.46 3.16 3.77 5/189 24134
/proc/meminfo: memFree=14359552/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=24788 CPUtime=0.06 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 4715 0 0 0 6 0 0 0 21 0 1 0 475383470 25382912 3476 33554432000 4194304 4929204 140734043072560 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 6197 3478 327 180 0 3207 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24788

[startup+0.100739 s]
/proc/loadavg: 2.46 3.16 3.77 5/189 24134
/proc/meminfo: memFree=14359552/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=29832 CPUtime=0.08 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 6522 0 0 0 8 0 0 0 21 0 1 0 475383470 30547968 4675 33554432000 4194304 4929204 140734043072560 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 7458 4677 327 180 0 4468 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29832

[startup+0.3007 s]
/proc/loadavg: 2.46 3.16 3.77 5/189 24134
/proc/meminfo: memFree=14359552/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=65480 CPUtime=0.29 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 19027 0 0 0 27 2 0 0 22 0 1 0 475383470 67051520 12814 33554432000 4194304 4929204 140734043072560 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 16370 12814 336 180 0 13380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65480

[startup+0.700597 s]
/proc/loadavg: 2.46 3.16 3.77 5/189 24134
/proc/meminfo: memFree=14359552/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=88860 CPUtime=0.69 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 24508 0 0 0 66 3 0 0 23 0 1 0 475383470 90992640 18295 33554432000 4194304 4929204 140734043072560 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88860

[startup+1.50045 s]
/proc/loadavg: 2.46 3.16 3.77 5/190 24135
/proc/meminfo: memFree=14283540/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=88860 CPUtime=1.49 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 24508 0 0 0 146 3 0 0 25 0 1 0 475383470 90992640 18295 33554432000 4194304 4929204 140734043072560 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88860

[startup+3.10114 s]
/proc/loadavg: 2.59 3.17 3.77 5/190 24135
/proc/meminfo: memFree=14282680/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=88860 CPUtime=3.09 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 24508 0 0 0 306 3 0 0 25 0 1 0 475383470 90992640 18295 33554432000 4194304 4929204 140734043072560 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88860

[startup+6.30051 s]
/proc/loadavg: 2.59 3.17 3.77 5/190 24136
/proc/meminfo: memFree=14278216/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=88860 CPUtime=6.29 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 24508 0 0 0 626 3 0 0 25 0 1 0 475383470 90992640 18295 33554432000 4194304 4929204 140734043072560 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 22215 18295 337 180 0 19225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88860

[startup+12.7002 s]
/proc/loadavg: 2.80 3.20 3.77 5/190 24136
/proc/meminfo: memFree=14272032/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=92304 CPUtime=12.69 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 25379 0 0 0 1266 3 0 0 25 0 1 0 475383470 94519296 19166 33554432000 4194304 4929204 140734043072560 18446744073709551615 4574848 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 23076 19166 339 180 0 20086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92304

[startup+25.5007 s]
/proc/loadavg: 2.99 3.23 3.77 5/190 24136
/proc/meminfo: memFree=14272788/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=83984 CPUtime=25.49 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 26438 0 0 0 2546 3 0 0 25 0 1 0 475383470 85999616 17951 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83984

[startup+51.1006 s]
/proc/loadavg: 3.33 3.29 3.78 5/190 24191
/proc/meminfo: memFree=14221692/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=83984 CPUtime=51.09 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 26438 0 0 0 5106 3 0 0 25 0 1 0 475383470 85999616 17951 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83984

[startup+102.306 s]
/proc/loadavg: 3.79 3.42 3.79 5/190 24192
/proc/meminfo: memFree=14196144/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=83984 CPUtime=102.3 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 26438 0 0 0 10227 3 0 0 25 0 1 0 475383470 85999616 17951 33554432000 4194304 4929204 140734043072560 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 20996 17951 367 180 0 18006 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83984

[startup+162.301 s]
/proc/loadavg: 3.58 3.44 3.78 4/184 24211
/proc/meminfo: memFree=14175120/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=86740 CPUtime=162.29 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 27501 0 0 0 16226 3 0 0 25 0 1 0 475383470 88821760 19014 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 21685 19014 367 180 0 18695 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 86740

[startup+222.301 s]
/proc/loadavg: 3.21 3.36 3.72 4/184 24212
/proc/meminfo: memFree=14165072/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=92504 CPUtime=222.3 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 28914 0 0 0 22226 4 0 0 25 0 1 0 475383470 94724096 20427 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 23126 20427 367 180 0 20136 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92504

[startup+282.301 s]
/proc/loadavg: 3.18 3.32 3.69 4/184 24214
/proc/meminfo: memFree=14138908/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=101416 CPUtime=282.31 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 31133 0 0 0 28226 5 0 0 25 0 1 0 475383470 103849984 22646 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316147 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 25354 22646 367 180 0 22364 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 101416

[startup+342.301 s]
/proc/loadavg: 3.06 3.26 3.64 4/184 24215
/proc/meminfo: memFree=14125764/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=106784 CPUtime=342.31 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 32470 0 0 0 34226 5 0 0 25 0 1 0 475383470 109346816 23983 33554432000 4194304 4929204 140734043072560 18446744073709551615 4632717 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 26696 23983 369 180 0 23706 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 106784

[startup+402.301 s]
/proc/loadavg: 3.07 3.23 3.60 4/184 24226
/proc/meminfo: memFree=14119716/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=106784 CPUtime=402.31 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 32472 0 0 0 40226 5 0 0 25 0 1 0 475383470 109346816 23985 33554432000 4194304 4929204 140734043072560 18446744073709551615 4327646 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 26696 23985 369 180 0 23706 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 106784

[startup+462.301 s]
/proc/loadavg: 3.02 3.18 3.56 4/184 24228
/proc/meminfo: memFree=14111400/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=106784 CPUtime=462.31 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 32473 0 0 0 46226 5 0 0 25 0 1 0 475383470 109346816 23986 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633141 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 26696 23986 369 180 0 23706 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 106784

[startup+522.301 s]
/proc/loadavg: 3.01 3.15 3.52 4/184 24229
/proc/meminfo: memFree=14103340/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=114996 CPUtime=522.32 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 34524 0 0 0 52226 6 0 0 25 0 1 0 475383470 117755904 26037 33554432000 4194304 4929204 140734043072560 18446744073709551615 4328292 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 28749 26037 369 180 0 25759 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 114996

[startup+582.301 s]
/proc/loadavg: 3.00 3.12 3.49 4/184 24231
/proc/meminfo: memFree=14081640/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122876 CPUtime=582.32 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 36439 0 0 0 58226 6 0 0 25 0 1 0 475383470 125825024 27952 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 30719 27952 369 180 0 27729 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 122876

[startup+642.3 s]
/proc/loadavg: 3.00 3.09 3.45 4/184 24232
/proc/meminfo: memFree=14080024/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122876 CPUtime=642.32 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 36441 0 0 0 64226 6 0 0 25 0 1 0 475383470 125825024 27954 33554432000 4194304 4929204 140734043072560 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 30719 27954 369 180 0 27729 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122876

[startup+702.3 s]
/proc/loadavg: 3.00 3.07 3.42 4/184 24234
/proc/meminfo: memFree=14071712/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122876 CPUtime=702.32 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 36443 0 0 0 70226 6 0 0 25 0 1 0 475383470 125825024 27956 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 30719 27956 369 180 0 27729 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 122876

[startup+762.306 s]
/proc/loadavg: 3.15 3.09 3.41 4/184 24236
/proc/meminfo: memFree=14069108/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122876 CPUtime=762.33 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 36443 0 0 0 76227 6 0 0 25 0 1 0 475383470 125825024 27956 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 30719 27956 369 180 0 27729 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 122876

[startup+822.3 s]
/proc/loadavg: 3.05 3.07 3.38 4/184 24237
/proc/meminfo: memFree=14062288/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=122876 CPUtime=822.33 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 36443 0 0 0 82227 6 0 0 25 0 1 0 475383470 125825024 27956 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 30719 27956 369 180 0 27729 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 122876

[startup+882.301 s]
/proc/loadavg: 3.10 3.07 3.36 4/184 24239
/proc/meminfo: memFree=14052492/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=131796 CPUtime=882.33 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 38648 0 0 0 88226 7 0 0 25 0 1 0 475383470 134959104 30161 33554432000 4194304 4929204 140734043072560 18446744073709551615 4638417 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 32949 30161 369 180 0 29959 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 131796

[startup+942.301 s]
/proc/loadavg: 3.03 3.06 3.33 4/184 24240
/proc/meminfo: memFree=14051128/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=131796 CPUtime=942.34 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 38648 0 0 0 94227 7 0 0 25 0 1 0 475383470 134959104 30161 33554432000 4194304 4929204 140734043072560 18446744073709551615 4357388 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 32949 30161 369 180 0 29959 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 131796

[startup+1002.3 s]
/proc/loadavg: 3.01 3.04 3.31 4/184 24242
/proc/meminfo: memFree=14045920/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=135756 CPUtime=1002.33 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 39650 0 0 0 100226 7 0 0 25 0 1 0 475383470 139014144 31163 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 33939 31163 369 180 0 30949 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 135756

[startup+1062.3 s]
/proc/loadavg: 3.00 3.03 3.29 4/184 24244
/proc/meminfo: memFree=14044432/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=135756 CPUtime=1062.34 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 39653 0 0 0 106227 7 0 0 25 0 1 0 475383470 139014144 31166 33554432000 4194304 4929204 140734043072560 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 33939 31166 369 180 0 30949 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 135756

[startup+1122.3 s]
/proc/loadavg: 3.00 3.02 3.26 4/184 24245
/proc/meminfo: memFree=14044432/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=135756 CPUtime=1122.34 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 39657 0 0 0 112226 8 0 0 25 0 1 0 475383470 139014144 31170 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 33939 31170 369 180 0 30949 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 135756

[startup+1182.3 s]
/proc/loadavg: 3.00 3.02 3.25 4/184 24247
/proc/meminfo: memFree=14031536/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=142356 CPUtime=1182.34 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 41306 0 0 0 118226 8 0 0 25 0 1 0 475383470 145772544 32819 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 35589 32819 369 180 0 32599 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 142356

[startup+1242.3 s]
/proc/loadavg: 3.00 3.01 3.23 4/184 24248
/proc/meminfo: memFree=14012936/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=158660 CPUtime=1242.34 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 45287 0 0 0 124226 8 0 0 25 0 1 0 475383470 162467840 36800 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 39665 36800 369 180 0 36675 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 158660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.04 3.22 4/184 24250
/proc/meminfo: memFree=14012436/32951124 swapFree=67111528/67111528
[pid=24134] ppid=24132 vsize=158660 CPUtime=1300.05 cores=0,2
/proc/24134/stat : 24134 (clasp) R 24132 24134 23639 0 -1 4202496 45300 0 0 0 129997 8 0 0 25 0 1 0 475383470 162467840 36813 33554432000 4194304 4929204 140734043072560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/24134/statm: 39665 36813 369 180 0 36675 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 158660

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.07
CPU user time (s): 1299.97
CPU system time (s): 0.095985
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 158660

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

runsolver used 2.28265 second user time and 4.82027 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-26 16:54:39
IDJOB=3300292
IDBENCH=88203
IDSOLVER=1685
FILE ID=node143/3300292-1303829678
RUNJOBID= node143-1303829678-24092
PBS_JOBID= 13160801
Free space on /tmp= 72944 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300292-1303829678/watcher-3300292-1303829678 -o /tmp/evaluation-result-3300292-1303829678/solver-3300292-1303829678 -C 2400 -W 1300 -M 7680  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300292-1303829678.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=872802177

node143.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.846
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.846
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14359956 kB
Buffers:       2287964 kB
Cached:       15666488 kB
SwapCached:          0 kB
Active:        6796152 kB
Inactive:     11234684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14359956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19840 kB
Writeback:           0 kB
AnonPages:       75444 kB
Mapped:          16468 kB
Slab:           496676 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258104 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= 72932 MiB
End job on node143 at 2011-04-26 17:16:21