Trace number 3300248

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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 ...825220/instance-3300248-1303825220.cnf
1.39/1.43	c Solving...
1300.01/1300.00	
1300.01/1300.00	*** INTERRUPTED! ***
1300.01/1300.00	s UNKNOWN
1300.01/1300.00	
1300.01/1300.00	c INTERRUPTED   : 1
1300.01/1300.00	c Models        : 0+    
1300.01/1300.00	c Time          : 1300.002s (Solving: 1298.57s 1st Model: 0.00s Unsat: 0.00s)
1300.01/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-3300248-1303825220/watcher-3300248-1303825220 -o /tmp/evaluation-result-3300248-1303825220/solver-3300248-1303825220 -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-3300248-1303825220.cnf 

running on 2 cores: 4,6

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 5/189 29380
/proc/meminfo: memFree=14610992/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=33080 CPUtime=0 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 677 0 0 0 0 0 0 0 21 0 1 0 494120781 33873920 617 33554432000 4194304 4929204 140735628029936 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 8270 626 319 180 0 5280 0

[startup+0.055979 s]
/proc/loadavg: 3.98 3.97 3.19 5/189 29380
/proc/meminfo: memFree=14610992/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=49248 CPUtime=0.04 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 11195 0 0 0 3 1 0 0 21 0 1 0 494120781 50429952 9384 33554432000 4194304 4929204 140735628029936 18446744073709551615 251813900997 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 12312 9386 327 180 0 9322 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 49248

[startup+0.100981 s]
/proc/loadavg: 3.98 3.97 3.19 5/189 29380
/proc/meminfo: memFree=14610992/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=56800 CPUtime=0.08 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 13729 0 0 0 7 1 0 0 21 0 1 0 494120781 58163200 11241 33554432000 4194304 4929204 140735628029936 18446744073709551615 251813900997 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 14200 11242 327 180 0 11210 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56800

[startup+0.3009 s]
/proc/loadavg: 3.98 3.97 3.19 5/189 29380
/proc/meminfo: memFree=14610992/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=93372 CPUtime=0.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 25389 0 0 0 26 3 0 0 22 0 1 0 494120781 95612928 19744 33554432000 4194304 4929204 140735628029936 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 23343 19744 341 180 0 20353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93372

[startup+0.700827 s]
/proc/loadavg: 3.98 3.97 3.19 5/189 29380
/proc/meminfo: memFree=14610992/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=103140 CPUtime=0.69 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 27848 0 0 0 65 4 0 0 23 0 1 0 494120781 105615360 22203 33554432000 4194304 4929204 140735628029936 18446744073709551615 4590059 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25785 22203 342 180 0 22795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103140

[startup+1.50064 s]
/proc/loadavg: 3.98 3.97 3.19 5/190 29381
/proc/meminfo: memFree=14518240/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=1.49 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30233 0 0 0 145 4 0 0 25 0 1 0 494120781 103231488 22036 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632963 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22036 363 180 0 22213 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100812

[startup+3.10037 s]
/proc/loadavg: 3.98 3.97 3.19 5/190 29381
/proc/meminfo: memFree=14522828/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=3.09 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30237 0 0 0 305 4 0 0 25 0 1 0 494120781 103231488 22040 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22040 367 180 0 22213 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100812

[startup+6.30089 s]
/proc/loadavg: 3.98 3.97 3.20 5/190 29381
/proc/meminfo: memFree=14522152/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=6.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30237 0 0 0 625 4 0 0 25 0 1 0 494120781 103231488 22040 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632670 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22040 367 180 0 22213 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100812

[startup+12.7008 s]
/proc/loadavg: 3.98 3.97 3.20 5/190 29381
/proc/meminfo: memFree=14521804/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=12.69 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30237 0 0 0 1265 4 0 0 25 0 1 0 494120781 103231488 22040 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632996 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22040 367 180 0 22213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100812

[startup+25.5007 s]
/proc/loadavg: 3.99 3.97 3.21 5/190 29381
/proc/meminfo: memFree=14519664/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=25.49 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30242 0 0 0 2545 4 0 0 25 0 1 0 494120781 103231488 22045 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632576 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22045 372 180 0 22213 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100812

[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 3.23 5/190 29436
/proc/meminfo: memFree=14567988/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=100812 CPUtime=51.09 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 30243 0 0 0 5105 4 0 0 25 0 1 0 494120781 103231488 22046 33554432000 4194304 4929204 140735628029936 18446744073709551615 4316249 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25203 22046 373 180 0 22213 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100812

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.27 5/190 29437
/proc/meminfo: memFree=14548532/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=103344 CPUtime=102.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 31094 0 0 0 10225 4 0 0 25 0 1 0 494120781 105824256 22897 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633841 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 25836 22897 373 180 0 22846 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103344

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 29439
/proc/meminfo: memFree=14531080/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=105424 CPUtime=162.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 31589 0 0 0 16225 4 0 0 25 0 1 0 494120781 107954176 23392 33554432000 4194304 4929204 140735628029936 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 26356 23392 373 180 0 23366 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105424

[startup+222.301 s]
/proc/loadavg: 4.07 3.99 3.36 5/190 29441
/proc/meminfo: memFree=14476716/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=110940 CPUtime=222.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 32921 0 0 0 22224 5 0 0 25 0 1 0 494120781 113602560 24724 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 27735 24724 373 180 0 24745 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110940

[startup+282.3 s]
/proc/loadavg: 4.02 3.99 3.39 5/190 29443
/proc/meminfo: memFree=14436636/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=126344 CPUtime=282.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 36776 0 0 0 28222 7 0 0 25 0 1 0 494120781 129376256 28579 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632969 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 31586 28579 373 180 0 28596 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126344

[startup+342.3 s]
/proc/loadavg: 4.05 4.00 3.44 5/190 29444
/proc/meminfo: memFree=14280016/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=127192 CPUtime=342.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 36929 0 0 0 34222 7 0 0 25 0 1 0 494120781 130244608 28732 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 31798 28732 373 180 0 28808 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 127192

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.47 5/190 29445
/proc/meminfo: memFree=14201368/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=127192 CPUtime=402.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 36950 0 0 0 40222 8 0 0 25 0 1 0 494120781 130244608 28753 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 31798 28753 373 180 0 28808 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127192

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.50 5/190 29447
/proc/meminfo: memFree=14184860/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=138300 CPUtime=462.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 39727 0 0 0 46220 9 0 0 25 0 1 0 494120781 141619200 31530 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632980 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 34575 31530 373 180 0 31585 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 138300

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.53 5/190 29449
/proc/meminfo: memFree=13982224/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=138300 CPUtime=522.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 39753 0 0 0 52220 9 0 0 25 0 1 0 494120781 141619200 31556 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 34575 31556 373 180 0 31585 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 138300

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.55 5/190 29451
/proc/meminfo: memFree=13977000/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=143544 CPUtime=582.29 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 40951 0 0 0 58220 9 0 0 25 0 1 0 494120781 146989056 32754 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 35886 32754 373 180 0 32896 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 143544

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.58 5/190 29452
/proc/meminfo: memFree=13964820/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=153592 CPUtime=642.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 43513 0 0 0 64220 10 0 0 25 0 1 0 494120781 157278208 35316 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 38398 35316 373 180 0 35408 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 153592

[startup+702.301 s]
/proc/loadavg: 3.92 3.98 3.60 4/184 29470
/proc/meminfo: memFree=14069616/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=154520 CPUtime=702.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 43728 0 0 0 70219 11 0 0 25 0 1 0 494120781 158228480 35531 33554432000 4194304 4929204 140735628029936 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 38630 35531 373 180 0 35640 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 154520

[startup+762.307 s]
/proc/loadavg: 3.34 3.80 3.55 4/184 29472
/proc/meminfo: memFree=14063576/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=160432 CPUtime=762.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 45197 0 0 0 76219 11 0 0 25 0 1 0 494120781 164282368 37000 33554432000 4194304 4929204 140735628029936 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 40108 37000 373 180 0 37118 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 160432

[startup+822.301 s]
/proc/loadavg: 3.12 3.65 3.52 4/184 29474
/proc/meminfo: memFree=14001312/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=161504 CPUtime=822.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 45485 0 0 0 82219 11 0 0 25 0 1 0 494120781 165380096 37288 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 40376 37288 373 180 0 37386 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 161504

[startup+882.3 s]
/proc/loadavg: 3.08 3.55 3.49 4/184 29476
/proc/meminfo: memFree=14001532/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=161504 CPUtime=882.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 45490 0 0 0 88219 11 0 0 25 0 1 0 494120781 165380096 37293 33554432000 4194304 4929204 140735628029936 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 40376 37293 373 180 0 37386 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 161504

[startup+942.3 s]
/proc/loadavg: 3.03 3.44 3.45 4/184 29477
/proc/meminfo: memFree=13993828/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=168684 CPUtime=942.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 47279 0 0 0 94218 12 0 0 25 0 1 0 494120781 172732416 39082 33554432000 4194304 4929204 140735628029936 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 42171 39082 373 180 0 39181 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 168684

[startup+1002.3 s]
/proc/loadavg: 3.01 3.36 3.42 4/184 29478
/proc/meminfo: memFree=13993804/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=168684 CPUtime=1002.31 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 47287 0 0 0 100219 12 0 0 25 0 1 0 494120781 172732416 39090 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 42171 39090 373 180 0 39181 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 168684

[startup+1062.3 s]
/proc/loadavg: 3.00 3.29 3.39 4/184 29480
/proc/meminfo: memFree=13988448/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=174388 CPUtime=1062.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 48537 0 0 0 106218 12 0 0 25 0 1 0 494120781 178573312 40340 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 43597 40340 373 180 0 40607 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 174388

[startup+1122.3 s]
/proc/loadavg: 2.89 3.22 3.36 3/179 29500
/proc/meminfo: memFree=14917968/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=189288 CPUtime=1122.3 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 52234 0 0 0 112217 13 0 0 25 0 1 0 494120781 193830912 44037 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 47322 44037 373 180 0 44332 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 189288

[startup+1182.3 s]
/proc/loadavg: 2.32 2.99 3.27 3/178 29502
/proc/meminfo: memFree=14909432/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=198496 CPUtime=1182.31 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 54549 0 0 0 118217 14 0 0 25 0 1 0 494120781 203259904 46352 33554432000 4194304 4929204 140735628029936 18446744073709551615 4658024 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 49624 46352 373 180 0 46634 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 198496

[startup+1242.3 s]
/proc/loadavg: 2.12 2.81 3.19 3/179 29504
/proc/meminfo: memFree=14908776/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=198496 CPUtime=1242.31 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 54585 0 0 0 124217 14 0 0 25 0 1 0 494120781 203259904 46388 33554432000 4194304 4929204 140735628029936 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 49624 46388 373 180 0 46634 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 198496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 2.67 3.12 2/176 29514
/proc/meminfo: memFree=15208136/32950928 swapFree=67111528/67111528
[pid=29380] ppid=29378 vsize=199956 CPUtime=1300.01 cores=4,6
/proc/29380/stat : 29380 (clasp) R 29378 29380 28979 0 -1 4202496 54946 0 0 0 129987 14 0 0 25 0 1 0 494120781 204754944 46749 33554432000 4194304 4929204 140735628029936 18446744073709551615 4365408 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/29380/statm: 49989 46749 373 180 0 46999 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 199956

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.03
CPU user time (s): 1299.88
CPU system time (s): 0.151976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 199956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1605

runsolver used 2.11468 second user time and 4.86326 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 15:40:21
IDJOB=3300248
IDBENCH=82468
IDSOLVER=1684
FILE ID=node126/3300248-1303825220
RUNJOBID= node126-1303823722-28998
PBS_JOBID= 13160769
Free space on /tmp= 71460 MiB

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

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
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:      14611024 kB
Buffers:       1834872 kB
Cached:       15246824 kB
SwapCached:          0 kB
Active:        7213472 kB
Inactive:     10540920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14611024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          146828 kB
Writeback:           0 kB
AnonPages:      672516 kB
Mapped:          16220 kB
Slab:           518920 kB
PageTables:       6348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   861768 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= 71636 MiB
End job on node126 at 2011-04-26 16:02:03