Trace number 3300172

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.04 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825219/instance-3300172-1303825219.cnf
0.89/0.93	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.004s (Solving: 1299.07s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

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-3300172-1303825219/watcher-3300172-1303825219 -o /tmp/evaluation-result-3300172-1303825219/solver-3300172-1303825219 -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-3300172-1303825219.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: 3.98 3.97 3.19 4/189 29353
/proc/meminfo: memFree=14461684/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=23656 CPUtime=0 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 1761 0 0 0 0 0 0 0 24 0 1 0 494120645 24223744 1701 33554432000 4194304 4929204 140734908570288 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 5914 1709 319 180 0 2924 0

[startup+0.099334 s]
/proc/loadavg: 3.98 3.97 3.19 4/189 29353
/proc/meminfo: memFree=14461684/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=46776 CPUtime=0.09 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 11598 0 0 0 8 1 0 0 24 0 1 0 494120645 47898624 8820 33554432000 4194304 4929204 140734908570288 18446744073709551615 4590311 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 11694 8820 338 180 0 8704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46776

[startup+0.100329 s]
/proc/loadavg: 3.98 3.97 3.19 4/189 29353
/proc/meminfo: memFree=14461684/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=46908 CPUtime=0.09 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 11612 0 0 0 8 1 0 0 24 0 1 0 494120645 48033792 8834 33554432000 4194304 4929204 140734908570288 18446744073709551615 251813900997 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 11727 8834 338 180 0 8737 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46908

[startup+0.300296 s]
/proc/loadavg: 3.98 3.97 3.19 4/189 29353
/proc/meminfo: memFree=14461684/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=59008 CPUtime=0.29 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 14570 0 0 0 28 1 0 0 25 0 1 0 494120645 60424192 11792 33554432000 4194304 4929204 140734908570288 18446744073709551615 4594197 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 14752 11792 342 180 0 11762 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59008

[startup+0.700232 s]
/proc/loadavg: 3.98 3.97 3.19 4/189 29353
/proc/meminfo: memFree=14461684/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=68116 CPUtime=0.69 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 16839 0 0 0 67 2 0 0 25 0 1 0 494120645 69750784 14061 33554432000 4194304 4929204 140734908570288 18446744073709551615 251813900997 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 17029 14061 342 180 0 14039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68116

[startup+1.5011 s]
/proc/loadavg: 3.98 3.97 3.19 5/187 29375
/proc/meminfo: memFree=14618704/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=64920 CPUtime=1.49 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 17578 0 0 0 147 2 0 0 25 0 1 0 494120645 66478080 13409 33554432000 4194304 4929204 140734908570288 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 16230 13409 367 180 0 13240 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64920

[startup+3.10083 s]
/proc/loadavg: 3.98 3.97 3.19 5/190 29381
/proc/meminfo: memFree=14522208/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=64920 CPUtime=3.09 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 17578 0 0 0 307 2 0 0 25 0 1 0 494120645 66478080 13409 33554432000 4194304 4929204 140734908570288 18446744073709551615 4316327 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 16230 13409 367 180 0 13240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64920

[startup+6.30029 s]
/proc/loadavg: 3.98 3.97 3.19 5/190 29381
/proc/meminfo: memFree=14522088/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=64920 CPUtime=6.29 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 17578 0 0 0 627 2 0 0 25 0 1 0 494120645 66478080 13409 33554432000 4194304 4929204 140734908570288 18446744073709551615 4359744 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 16230 13409 367 180 0 13240 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64920

[startup+12.7002 s]
/proc/loadavg: 3.98 3.97 3.20 5/190 29381
/proc/meminfo: memFree=14521548/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=64920 CPUtime=12.69 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 17578 0 0 0 1267 2 0 0 25 0 1 0 494120645 66478080 13409 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 16230 13409 367 180 0 13240 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64920

[startup+25.5011 s]
/proc/loadavg: 3.99 3.97 3.21 5/190 29381
/proc/meminfo: memFree=14520656/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=64920 CPUtime=25.49 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 17583 0 0 0 2547 2 0 0 25 0 1 0 494120645 66478080 13414 33554432000 4194304 4929204 140734908570288 18446744073709551615 4632569 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 16230 13414 372 180 0 13240 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64920

[startup+51.1008 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 29436
/proc/meminfo: memFree=14567988/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=73552 CPUtime=51.09 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 19754 0 0 0 5106 3 0 0 25 0 1 0 494120645 75317248 15585 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365420 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 18388 15585 373 180 0 15398 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73552

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.27 5/190 29437
/proc/meminfo: memFree=14549648/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=84248 CPUtime=102.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 22410 0 0 0 10226 4 0 0 25 0 1 0 494120645 86269952 18241 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 21062 18241 373 180 0 18072 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84248

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 29439
/proc/meminfo: memFree=14531204/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=88716 CPUtime=162.29 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 23562 0 0 0 16225 4 0 0 25 0 1 0 494120645 90845184 19393 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 22179 19393 373 180 0 19189 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88716

[startup+222.301 s]
/proc/loadavg: 4.07 3.99 3.36 5/190 29441
/proc/meminfo: memFree=14477088/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=99972 CPUtime=222.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 26289 0 0 0 22224 6 0 0 25 0 1 0 494120645 102371328 22120 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 24993 22120 373 180 0 22003 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99972

[startup+282.301 s]
/proc/loadavg: 4.03 3.99 3.39 5/190 29443
/proc/meminfo: memFree=14436636/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=107212 CPUtime=282.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 28141 0 0 0 28224 6 0 0 25 0 1 0 494120645 109785088 23972 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633021 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 26803 23972 373 180 0 23813 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107212

[startup+342.301 s]
/proc/loadavg: 4.05 4.00 3.44 5/190 29444
/proc/meminfo: memFree=14290556/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=245968 CPUtime=342.29 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 62414 0 0 0 34214 15 0 0 25 0 1 0 494120645 251871232 58245 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 61492 58245 373 180 0 58502 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 245968

[startup+402.301 s]
/proc/loadavg: 4.02 4.00 3.47 5/190 29445
/proc/meminfo: memFree=14201368/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=402.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64215 0 0 0 40214 16 0 0 25 0 1 0 494120645 259067904 60046 33554432000 4194304 4929204 140734908570288 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60046 373 180 0 60259 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 252996

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.50 5/190 29447
/proc/meminfo: memFree=14185108/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=462.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64255 0 0 0 46214 16 0 0 25 0 1 0 494120645 259067904 60086 33554432000 4194304 4929204 140734908570288 18446744073709551615 4647221 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60086 373 180 0 60259 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 252996

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.52 5/190 29449
/proc/meminfo: memFree=13987680/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=522.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64261 0 0 0 52214 16 0 0 25 0 1 0 494120645 259067904 60092 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60092 373 180 0 60259 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 252996

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.55 5/190 29451
/proc/meminfo: memFree=13976876/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=582.3 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64264 0 0 0 58214 16 0 0 25 0 1 0 494120645 259067904 60095 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60095 373 180 0 60259 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252996

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.58 5/190 29452
/proc/meminfo: memFree=13965192/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=642.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64264 0 0 0 64215 16 0 0 25 0 1 0 494120645 259067904 60095 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60095 373 180 0 60259 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 252996

[startup+702.3 s]
/proc/loadavg: 3.92 3.98 3.60 4/185 29470
/proc/meminfo: memFree=14069236/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=702.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64264 0 0 0 70215 16 0 0 25 0 1 0 494120645 259067904 60095 33554432000 4194304 4929204 140734908570288 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60095 373 180 0 60259 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 252996

[startup+762.307 s]
/proc/loadavg: 3.34 3.80 3.55 4/184 29472
/proc/meminfo: memFree=14063576/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=252996 CPUtime=762.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 64268 0 0 0 76215 16 0 0 25 0 1 0 494120645 259067904 60099 33554432000 4194304 4929204 140734908570288 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 63249 60099 373 180 0 60259 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 252996

[startup+822.301 s]
/proc/loadavg: 3.12 3.65 3.52 4/184 29474
/proc/meminfo: memFree=14001312/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315616 CPUtime=822.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79548 0 0 0 82208 23 0 0 25 0 1 0 494120645 323190784 75379 33554432000 4194304 4929204 140734908570288 18446744073709551615 4632946 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78904 75379 373 180 0 75914 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 315616

[startup+882.301 s]
/proc/loadavg: 3.08 3.55 3.49 4/184 29476
/proc/meminfo: memFree=14001532/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315616 CPUtime=882.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79550 0 0 0 88208 23 0 0 25 0 1 0 494120645 323190784 75381 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78904 75381 373 180 0 75914 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 315616

[startup+942.301 s]
/proc/loadavg: 3.03 3.44 3.45 4/184 29477
/proc/meminfo: memFree=13993828/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315616 CPUtime=942.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79639 0 0 0 94208 23 0 0 25 0 1 0 494120645 323190784 75470 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78904 75470 373 180 0 75914 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 315616

[startup+1002.3 s]
/proc/loadavg: 3.01 3.36 3.42 4/184 29478
/proc/meminfo: memFree=13993804/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315616 CPUtime=1002.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79639 0 0 0 100208 23 0 0 25 0 1 0 494120645 323190784 75470 33554432000 4194304 4929204 140734908570288 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78904 75470 373 180 0 75914 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 315616

[startup+1062.3 s]
/proc/loadavg: 3.00 3.30 3.40 4/184 29480
/proc/meminfo: memFree=13988448/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315616 CPUtime=1062.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79650 0 0 0 106208 23 0 0 25 0 1 0 494120645 323190784 75481 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78904 75481 373 180 0 75914 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 315616

[startup+1122.3 s]
/proc/loadavg: 2.89 3.22 3.36 3/179 29500
/proc/meminfo: memFree=14918340/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315820 CPUtime=1122.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79736 0 0 0 112208 23 0 0 25 0 1 0 494120645 323399680 75567 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78955 75567 373 180 0 75965 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 315820

[startup+1182.3 s]
/proc/loadavg: 2.35 3.01 3.28 3/178 29502
/proc/meminfo: memFree=14909432/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315820 CPUtime=1182.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79736 0 0 0 118208 23 0 0 25 0 1 0 494120645 323399680 75567 33554432000 4194304 4929204 140734908570288 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78955 75567 373 180 0 75965 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 315820

[startup+1242.3 s]
/proc/loadavg: 2.12 2.81 3.19 3/178 29503
/proc/meminfo: memFree=14908916/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315820 CPUtime=1242.31 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79769 0 0 0 124208 23 0 0 25 0 1 0 494120645 323399680 75600 33554432000 4194304 4929204 140734908570288 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78955 75600 373 180 0 75965 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 315820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 2.67 3.12 3/178 29513
/proc/meminfo: memFree=14907172/32950928 swapFree=67111528/67111528
[pid=29353] ppid=29351 vsize=315820 CPUtime=1300.02 cores=1,3
/proc/29353/stat : 29353 (clasp) R 29351 29353 28979 0 -1 4202496 79770 0 0 0 129979 23 0 0 25 0 1 0 494120645 323399680 75601 33554432000 4194304 4929204 140734908570288 18446744073709551615 4632698 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/29353/statm: 78955 75601 373 180 0 75965 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 315820

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.04
CPU user time (s): 1299.79
CPU system time (s): 0.250961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 315820

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

runsolver used 1.9587 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 15:40:19
IDJOB=3300172
IDBENCH=82467
IDSOLVER=1684
FILE ID=node126/3300172-1303825219
RUNJOBID= node126-1303823722-28999
PBS_JOBID= 13160769
Free space on /tmp= 71448 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.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-3300172-1303825219/watcher-3300172-1303825219 -o /tmp/evaluation-result-3300172-1303825219/solver-3300172-1303825219 -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-3300172-1303825219.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1056759832

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14461840 kB
Buffers:       1834856 kB
Cached:       15259196 kB
SwapCached:          0 kB
Active:        7363004 kB
Inactive:     10540920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14461840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          149944 kB
Writeback:           0 kB
AnonPages:      809940 kB
Mapped:          16268 kB
Slab:           518580 kB
PageTables:       6860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1002188 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= 71632 MiB
End job on node126 at 2011-04-26 16:02:01