Trace number 3300209

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

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...823722/instance-3300209-1303823722.cnf
2.29/2.34	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.005s (Solving: 1297.66s 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-3300209-1303823722/watcher-3300209-1303823722 -o /tmp/evaluation-result-3300209-1303823722/solver-3300209-1303823722 -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-3300209-1303823722.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: 0.00 0.00 0.06 4/178 23943
/proc/meminfo: memFree=17684600/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=50252 CPUtime=0 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 1320 0 0 0 0 0 0 0 21 0 1 0 493971983 51458048 1260 33554432000 4194304 4929204 140734569318448 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 12563 1268 319 180 0 9573 0

[startup+0.0379831 s]
/proc/loadavg: 0.00 0.00 0.06 4/178 23943
/proc/meminfo: memFree=17684600/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=67768 CPUtime=0.03 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 13954 0 0 0 2 1 0 0 21 0 1 0 493971983 69394432 12627 33554432000 4194304 4929204 140734569318448 18446744073709551615 4653014 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 16942 12638 321 180 0 13952 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 67768

[startup+0.100971 s]
/proc/loadavg: 0.00 0.00 0.06 4/178 23943
/proc/meminfo: memFree=17684600/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=81524 CPUtime=0.09 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 20785 0 0 0 7 2 0 0 21 0 1 0 493971983 83480576 17240 33554432000 4194304 4929204 140734569318448 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 20381 17242 327 180 0 17391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81524

[startup+0.300937 s]
/proc/loadavg: 0.00 0.00 0.06 4/178 23943
/proc/meminfo: memFree=17684600/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=113432 CPUtime=0.29 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 31761 0 0 0 26 3 0 0 22 0 1 0 493971983 116154368 25328 33554432000 4194304 4929204 140734569318448 18446744073709551615 210647146240 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 28358 25329 327 180 0 25368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113432

[startup+0.700871 s]
/proc/loadavg: 0.00 0.00 0.06 4/178 23943
/proc/meminfo: memFree=17684600/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=171832 CPUtime=0.69 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 50854 0 0 0 63 6 0 0 23 0 1 0 493971983 175955968 39379 33554432000 4194304 4929204 140734569318448 18446744073709551615 210646795852 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 42958 39379 340 180 0 39968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171832

[startup+1.50074 s]
/proc/loadavg: 0.00 0.00 0.06 5/183 23957
/proc/meminfo: memFree=17275236/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=178112 CPUtime=1.49 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 52312 0 0 0 143 6 0 0 25 0 1 0 493971983 182386688 40837 33554432000 4194304 4929204 140734569318448 18446744073709551615 4574716 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 44528 40838 342 180 0 41538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178112

[startup+3.10047 s]
/proc/loadavg: 0.32 0.07 0.08 6/188 23963
/proc/meminfo: memFree=17055716/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=3.09 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54308 0 0 0 302 7 0 0 25 0 1 0 493971983 165699584 37207 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633309 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37207 363 180 0 37464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 161816

[startup+7.0578 s]
/proc/loadavg: 1.26 0.26 0.14 7/188 23963
/proc/meminfo: memFree=17127760/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=7.05 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54319 0 0 0 698 7 0 0 25 0 1 0 493971983 165699584 37218 33554432000 4194304 4929204 140734569318448 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37218 367 180 0 37464 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 161816

[startup+12.7008 s]
/proc/loadavg: 2.04 0.44 0.20 5/188 23963
/proc/meminfo: memFree=17128420/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=12.69 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54324 0 0 0 1260 9 0 0 25 0 1 0 493971983 165699584 37223 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633584 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37223 367 180 0 37464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161816

[startup+25.5007 s]
/proc/loadavg: 2.95 0.69 0.28 6/188 23963
/proc/meminfo: memFree=17128416/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=25.49 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54325 0 0 0 2536 13 0 0 25 0 1 0 493971983 165699584 37224 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632969 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37224 367 180 0 37464 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161816

[startup+51.1064 s]
/proc/loadavg: 3.54 1.02 0.40 5/188 23964
/proc/meminfo: memFree=17130480/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=51.1 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54325 0 0 0 5094 16 0 0 25 0 1 0 493971983 165699584 37224 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37224 367 180 0 37464 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 161816

[startup+102.301 s]
/proc/loadavg: 3.81 1.52 0.61 5/188 23965
/proc/meminfo: memFree=17130932/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=102.29 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54330 0 0 0 10213 16 0 0 25 0 1 0 493971983 165699584 37229 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37229 372 180 0 37464 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 161816

[startup+162.301 s]
/proc/loadavg: 3.93 1.97 0.82 5/188 23967
/proc/meminfo: memFree=17130916/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=162.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54332 0 0 0 16214 16 0 0 25 0 1 0 493971983 165699584 37231 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37231 373 180 0 37464 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 161816

[startup+222.301 s]
/proc/loadavg: 3.97 2.33 1.01 5/188 23968
/proc/meminfo: memFree=17120856/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=222.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54332 0 0 0 22214 16 0 0 25 0 1 0 493971983 165699584 37231 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632698 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37231 373 180 0 37464 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 161816

[startup+282.3 s]
/proc/loadavg: 3.99 2.63 1.20 5/188 23970
/proc/meminfo: memFree=17091444/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=161816 CPUtime=282.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 54332 0 0 0 28214 16 0 0 25 0 1 0 493971983 165699584 37231 33554432000 4194304 4929204 140734569318448 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 40454 37231 373 180 0 37464 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 161816

[startup+342.3 s]
/proc/loadavg: 3.99 2.88 1.37 5/188 23971
/proc/meminfo: memFree=17083492/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=166312 CPUtime=342.29 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 55842 0 0 0 34213 16 0 0 25 0 1 0 493971983 170303488 38741 33554432000 4194304 4929204 140734569318448 18446744073709551615 4337402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 41578 38741 373 180 0 38588 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 166312

[startup+402.3 s]
/proc/loadavg: 3.99 3.08 1.53 5/188 23973
/proc/meminfo: memFree=17037588/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=176392 CPUtime=402.29 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 58330 0 0 0 40212 17 0 0 25 0 1 0 493971983 180625408 41229 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633141 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 44098 41229 373 180 0 41108 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 176392

[startup+462.301 s]
/proc/loadavg: 3.99 3.23 1.67 5/188 23975
/proc/meminfo: memFree=17032364/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=176756 CPUtime=462.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 58387 0 0 0 46213 17 0 0 25 0 1 0 493971983 180998144 41286 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 44189 41286 373 180 0 41199 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176756

[startup+522.301 s]
/proc/loadavg: 4.07 3.40 1.83 5/188 23976
/proc/meminfo: memFree=16974072/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=185916 CPUtime=522.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 60694 0 0 0 52212 18 0 0 25 0 1 0 493971983 190377984 43593 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 46479 43593 373 180 0 43489 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185916

[startup+582.301 s]
/proc/loadavg: 4.02 3.50 1.96 5/188 23978
/proc/meminfo: memFree=16899396/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=199936 CPUtime=582.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 64200 0 0 0 58212 19 0 0 25 0 1 0 493971983 204734464 47099 33554432000 4194304 4929204 140734569318448 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 49984 47099 373 180 0 46994 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199936

[startup+642.301 s]
/proc/loadavg: 4.08 3.61 2.09 5/188 23979
/proc/meminfo: memFree=16892684/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=204304 CPUtime=642.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 65320 0 0 0 64210 20 0 0 25 0 1 0 493971983 209207296 48219 33554432000 4194304 4929204 140734569318448 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 51076 48219 373 180 0 48086 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 204304

[startup+702.307 s]
/proc/loadavg: 4.40 3.77 2.24 6/188 24116
/proc/meminfo: memFree=17031112/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=225836 CPUtime=702.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 70644 0 0 0 70208 23 0 0 25 0 1 0 493971983 231256064 53543 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 56459 53543 373 180 0 53469 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 225836

[startup+762.3 s]
/proc/loadavg: 4.43 3.91 2.38 5/188 24199
/proc/meminfo: memFree=16958132/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=248544 CPUtime=762.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 76311 0 0 0 76201 29 0 0 25 0 1 0 493971983 254509056 59210 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 62136 59210 373 180 0 59146 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 248544

[startup+822.3 s]
/proc/loadavg: 4.16 3.92 2.48 5/188 24200
/proc/meminfo: memFree=16922560/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=273936 CPUtime=822.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 82669 0 0 0 82200 31 0 0 25 0 1 0 493971983 280510464 65568 33554432000 4194304 4929204 140734569318448 18446744073709551615 4337402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 68484 65568 373 180 0 65494 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 273936

[startup+882.3 s]
/proc/loadavg: 4.06 3.93 2.57 5/188 24202
/proc/meminfo: memFree=16922048/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=273936 CPUtime=882.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 82682 0 0 0 88200 31 0 0 25 0 1 0 493971983 280510464 65581 33554432000 4194304 4929204 140734569318448 18446744073709551615 4337402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 68484 65581 373 180 0 65494 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 273936

[startup+942.301 s]
/proc/loadavg: 4.02 3.94 2.66 5/188 24203
/proc/meminfo: memFree=16911988/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=273936 CPUtime=942.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 82682 0 0 0 94200 31 0 0 25 0 1 0 493971983 280510464 65581 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 68484 65581 373 180 0 65494 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 273936

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 2.74 5/188 24205
/proc/meminfo: memFree=16907764/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=278420 CPUtime=1002.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 83730 0 0 0 100199 31 0 0 25 0 1 0 493971983 285102080 66629 33554432000 4194304 4929204 140734569318448 18446744073709551615 4657974 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 69605 66629 373 180 0 66615 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 278420

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 2.82 5/188 24207
/proc/meminfo: memFree=16897568/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=280532 CPUtime=1062.3 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 84263 0 0 0 106199 31 0 0 25 0 1 0 493971983 287264768 67162 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632717 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 70133 67162 373 180 0 67143 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 280532

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 2.89 5/188 24208
/proc/meminfo: memFree=16849948/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=326488 CPUtime=1122.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 95766 0 0 0 112195 36 0 0 25 0 1 0 493971983 334323712 78665 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 81622 78665 373 180 0 78632 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 326488

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 2.95 5/188 24210
/proc/meminfo: memFree=16848820/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=327172 CPUtime=1182.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 95904 0 0 0 118195 36 0 0 25 0 1 0 493971983 335024128 78803 33554432000 4194304 4929204 140734569318448 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 81793 78803 373 180 0 78803 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 327172

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.02 5/188 24211
/proc/meminfo: memFree=16800572/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=354548 CPUtime=1242.31 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 102767 0 0 0 124192 39 0 0 25 0 1 0 493971983 363057152 85666 33554432000 4194304 4929204 140734569318448 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 88637 85666 373 180 0 85647 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 354548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.08 5/188 24213
/proc/meminfo: memFree=16800064/32951132 swapFree=67111524/67111528
[pid=23943] ppid=23941 vsize=354548 CPUtime=1300.02 cores=5,7
/proc/23943/stat : 23943 (clasp) R 23941 23943 23901 0 -1 4202496 102767 0 0 0 129963 39 0 0 25 0 1 0 493971983 363057152 85666 33554432000 4194304 4929204 140734569318448 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/23943/statm: 88637 85666 373 180 0 85647 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 354548

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.63
CPU system time (s): 0.411937
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 354548

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

runsolver used 2.04369 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 15:15:24
IDJOB=3300209
IDBENCH=20349
IDSOLVER=1684
FILE ID=node129/3300209-1303823722
RUNJOBID= node129-1303823722-23922
PBS_JOBID= 13160766
Free space on /tmp= 66748 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.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-3300209-1303823722/watcher-3300209-1303823722 -o /tmp/evaluation-result-3300209-1303823722/solver-3300209-1303823722 -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-3300209-1303823722.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1928059465

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      17685004 kB
Buffers:       1262708 kB
Cached:       13261840 kB
SwapCached:          4 kB
Active:        3061424 kB
Inactive:     11539008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17685004 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           47900 kB
Writeback:          12 kB
AnonPages:       74496 kB
Mapped:          14788 kB
Slab:           602516 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   202864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66704 MiB
End job on node129 at 2011-04-26 15:37:06