Trace number 3300173

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.06 1300.01

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
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 ...825321/instance-3300173-1303825321.cnf
0.79/0.83	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: 1299.17s 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-3300173-1303825321/watcher-3300173-1303825321 -o /tmp/evaluation-result-3300173-1303825321/solver-3300173-1303825321 -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-3300173-1303825321.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.00 3.96 3.25 4/189 32229
/proc/meminfo: memFree=25783584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=24892 CPUtime=0 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 2262 0 0 0 0 0 0 0 21 0 1 0 494131746 25489408 2202 33554432000 4194304 4929204 140733664857376 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 6223 2209 319 180 0 3233 0

[startup+0.0324179 s]
/proc/loadavg: 4.00 3.96 3.25 4/189 32229
/proc/meminfo: memFree=25783584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=34404 CPUtime=0.02 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 6788 0 0 0 2 0 0 0 21 0 1 0 494131746 35229696 5784 33554432000 4194304 4929204 140733664857376 18446744073709551615 4574143 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 8601 5786 327 180 0 5611 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34404

[startup+0.100405 s]
/proc/loadavg: 4.00 3.96 3.25 4/189 32229
/proc/meminfo: memFree=25783584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=49184 CPUtime=0.09 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 11550 0 0 0 8 1 0 0 21 0 1 0 494131746 50364416 9031 33554432000 4194304 4929204 140733664857376 18446744073709551615 4599406 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 12296 9048 337 180 0 9306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49184

[startup+0.300426 s]
/proc/loadavg: 4.00 3.96 3.25 4/189 32229
/proc/meminfo: memFree=25783584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=63192 CPUtime=0.29 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 15793 0 0 0 27 2 0 0 22 0 1 0 494131746 64708608 12844 33554432000 4194304 4929204 140733664857376 18446744073709551615 208079893189 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 15798 12844 342 180 0 12808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63192

[startup+0.700325 s]
/proc/loadavg: 4.00 3.96 3.25 4/189 32229
/proc/meminfo: memFree=25783584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=70056 CPUtime=0.69 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 17487 0 0 0 67 2 0 0 24 0 1 0 494131746 71737344 14538 33554432000 4194304 4929204 140733664857376 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 17514 14538 342 180 0 14524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70056

[startup+1.50014 s]
/proc/loadavg: 4.00 3.96 3.25 5/190 32230
/proc/meminfo: memFree=25730016/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=1.49 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18037 0 0 0 147 2 0 0 25 0 1 0 494131746 67383296 13542 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13542 367 180 0 13461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65804

[startup+3.10083 s]
/proc/loadavg: 4.00 3.96 3.25 5/190 32230
/proc/meminfo: memFree=25729644/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=3.09 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18037 0 0 0 307 2 0 0 25 0 1 0 494131746 67383296 13542 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13542 367 180 0 13461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65804

[startup+6.30022 s]
/proc/loadavg: 4.00 3.96 3.26 5/190 32230
/proc/meminfo: memFree=25729584/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=6.29 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18037 0 0 0 627 2 0 0 25 0 1 0 494131746 67383296 13542 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13542 367 180 0 13461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65804

[startup+12.7011 s]
/proc/loadavg: 4.00 3.96 3.26 5/190 32230
/proc/meminfo: memFree=25729436/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=12.69 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18042 0 0 0 1267 2 0 0 25 0 1 0 494131746 67383296 13547 33554432000 4194304 4929204 140733664857376 18446744073709551615 4619452 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13547 372 180 0 13461 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65804

[startup+25.5006 s]
/proc/loadavg: 4.07 3.98 3.28 5/190 32231
/proc/meminfo: memFree=25729692/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=25.49 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18043 0 0 0 2547 2 0 0 25 0 1 0 494131746 67383296 13548 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13548 373 180 0 13461 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65804

[startup+51.1007 s]
/proc/loadavg: 4.05 3.98 3.30 5/190 32231
/proc/meminfo: memFree=25698912/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=65804 CPUtime=51.09 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18057 0 0 0 5107 2 0 0 25 0 1 0 494131746 67383296 13562 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 16451 13562 373 180 0 13461 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65804

[startup+102.307 s]
/proc/loadavg: 4.06 3.99 3.34 5/190 32233
/proc/meminfo: memFree=25551184/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=68808 CPUtime=102.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 18799 0 0 0 10227 3 0 0 25 0 1 0 494131746 70459392 14304 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 17202 14304 373 180 0 14212 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68808

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.38 5/190 32234
/proc/meminfo: memFree=25401716/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=73936 CPUtime=162.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 20086 0 0 0 16226 4 0 0 25 0 1 0 494131746 75710464 15591 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 18484 15591 373 180 0 15494 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73936

[startup+222.301 s]
/proc/loadavg: 4.07 4.01 3.42 5/190 32236
/proc/meminfo: memFree=25375388/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=82256 CPUtime=222.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 22128 0 0 0 22225 5 0 0 25 0 1 0 494131746 84230144 17633 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 20564 17633 373 180 0 17574 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 82256

[startup+282.301 s]
/proc/loadavg: 4.02 4.00 3.45 5/190 32237
/proc/meminfo: memFree=25373248/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=82256 CPUtime=282.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 22167 0 0 0 28225 5 0 0 25 0 1 0 494131746 84230144 17672 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 20564 17672 373 180 0 17574 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82256

[startup+342.3 s]
/proc/loadavg: 4.06 4.01 3.49 5/190 32239
/proc/meminfo: memFree=25191040/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=90888 CPUtime=342.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 24241 0 0 0 34224 6 0 0 25 0 1 0 494131746 93069312 19746 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633137 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 22722 19746 373 180 0 19732 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 90888

[startup+402.301 s]
/proc/loadavg: 4.02 4.01 3.52 5/190 32241
/proc/meminfo: memFree=25164456/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=90888 CPUtime=402.3 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 24265 0 0 0 40224 6 0 0 25 0 1 0 494131746 93069312 19770 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 22722 19770 373 180 0 19732 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90888

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.55 5/190 32242
/proc/meminfo: memFree=25158948/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=96480 CPUtime=462.31 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 25679 0 0 0 46224 7 0 0 25 0 1 0 494131746 98795520 21184 33554432000 4194304 4929204 140733664857376 18446744073709551615 4365453 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 24120 21184 373 180 0 21130 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 96480

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 32244
/proc/meminfo: memFree=25129400/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=98140 CPUtime=522.32 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 26117 0 0 0 52224 8 0 0 25 0 1 0 494131746 100495360 21622 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633062 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 24535 21622 373 180 0 21545 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 98140

[startup+582.3 s]
/proc/loadavg: 4.03 4.01 3.60 5/190 32245
/proc/meminfo: memFree=25122044/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=106052 CPUtime=582.31 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 27984 0 0 0 58222 9 0 0 25 0 1 0 494131746 108597248 23489 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632940 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 26513 23489 373 180 0 23523 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 106052

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.62 5/190 32247
/proc/meminfo: memFree=25069536/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=125472 CPUtime=642.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 32855 0 0 0 64220 13 0 0 25 0 1 0 494131746 128483328 28360 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 31368 28360 373 180 0 28378 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 125472

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/190 32249
/proc/meminfo: memFree=24992612/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=125604 CPUtime=702.32 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 32910 0 0 0 70219 13 0 0 25 0 1 0 494131746 128618496 28415 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632929 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 31401 28415 373 180 0 28411 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 125604

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 32250
/proc/meminfo: memFree=24982404/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=126304 CPUtime=762.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 33085 0 0 0 76220 13 0 0 25 0 1 0 494131746 129335296 28590 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633618 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 31576 28590 373 180 0 28586 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 126304

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 32252
/proc/meminfo: memFree=24888484/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=126304 CPUtime=822.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 33085 0 0 0 82220 13 0 0 25 0 1 0 494131746 129335296 28590 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 31576 28590 373 180 0 28586 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 126304

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/190 32253
/proc/meminfo: memFree=24751668/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=126304 CPUtime=882.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 33106 0 0 0 88220 13 0 0 25 0 1 0 494131746 129335296 28611 33554432000 4194304 4929204 140733664857376 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 31576 28611 373 180 0 28586 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 126304

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 32255
/proc/meminfo: memFree=24741076/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=128616 CPUtime=942.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 33721 0 0 0 94220 13 0 0 25 0 1 0 494131746 131702784 29226 33554432000 4194304 4929204 140733664857376 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 32154 29226 373 180 0 29164 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 128616

[startup+1002.3 s]
/proc/loadavg: 3.43 3.84 3.68 4/184 32274
/proc/meminfo: memFree=24996524/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=129180 CPUtime=1002.33 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 33850 0 0 0 100220 13 0 0 25 0 1 0 494131746 132280320 29355 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 32295 29355 373 180 0 29305 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 129180

[startup+1062.3 s]
/proc/loadavg: 1.95 3.35 3.52 2/172 32311
/proc/meminfo: memFree=26617344/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=143664 CPUtime=1062.34 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 37314 0 0 0 106219 15 0 0 25 0 1 0 494131746 147111936 32819 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 35916 32819 373 180 0 32926 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 143664

[startup+1122.3 s]
/proc/loadavg: 1.35 2.92 3.36 2/172 32313
/proc/meminfo: memFree=26617308/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=144084 CPUtime=1122.34 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 37387 0 0 0 112219 15 0 0 25 0 1 0 494131746 147542016 32892 33554432000 4194304 4929204 140733664857376 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 36021 32892 373 180 0 33031 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 144084

[startup+1182.3 s]
/proc/loadavg: 1.13 2.57 3.21 2/172 32323
/proc/meminfo: memFree=26614548/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=147044 CPUtime=1182.34 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 38153 0 0 0 118219 15 0 0 25 0 1 0 494131746 150573056 33658 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633822 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 36761 33658 373 180 0 33771 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 147044

[startup+1242.3 s]
/proc/loadavg: 1.04 2.28 3.07 2/172 32325
/proc/meminfo: memFree=26614520/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=147044 CPUtime=1242.34 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 38157 0 0 0 124219 15 0 0 25 0 1 0 494131746 150573056 33662 33554432000 4194304 4929204 140733664857376 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 36761 33662 373 180 0 33771 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 147044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 2.04 2.93 2/172 32327
/proc/meminfo: memFree=26607408/32950928 swapFree=67111364/67111528
[pid=32229] ppid=32227 vsize=154292 CPUtime=1300.05 cores=5,7
/proc/32229/stat : 32229 (clasp) R 32227 32229 31960 0 -1 4202496 39979 0 0 0 129989 16 0 0 25 0 1 0 494131746 157995008 35484 33554432000 4194304 4929204 140733664857376 18446744073709551615 208079929986 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/32229/statm: 38573 35484 373 180 0 35583 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 154292

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.01
CPU time (s): 1300.06
CPU user time (s): 1299.89
CPU system time (s): 0.169974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 154292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39991
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3322

runsolver used 1.86772 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-26 15:42:01
IDJOB=3300173
IDBENCH=82482
IDSOLVER=1684
FILE ID=node127/3300173-1303825321
RUNJOBID= node127-1303823722-31981
PBS_JOBID= 13160768
Free space on /tmp= 71828 MiB

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

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1839731802

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      25783864 kB
Buffers:       1315164 kB
Cached:        4424424 kB
SwapCached:          0 kB
Active:        2343924 kB
Inactive:      4346644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25783864 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5956 kB
Writeback:           0 kB
AnonPages:      951288 kB
Mapped:          16272 kB
Slab:           409404 kB
PageTables:       6832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1139864 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= 71904 MiB
End job on node127 at 2011-04-26 16:03:43