Trace number 3423237

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4092-crafted? (TO) 5000.06 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.134978
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...694849/instance-3423237-1306694849.cnf
2.20/2.26	c Solving...
5000.04/4999.92	
5000.04/4999.92	*** INTERRUPTED! ***
5000.04/4999.92	s UNKNOWN
5000.04/4999.92	
5000.04/4999.92	c INTERRUPTED   : 1
5000.04/4999.92	c Models        : 0+    
5000.04/4999.92	c Time          : 4999.918s (Solving: 4997.65s 1st Model: 0.00s Unsat: 0.00s)
5000.04/4999.92	c CPU Time      : 5000.040s

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: 961)

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 2/535 19143
/proc/meminfo: memFree=14152124/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=15000 CPUtime=0.01 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 1265 0 0 0 1 0 0 0 25 0 1 0 761901184 15360000 1020 33554432000 4194304 4929204 140734121257376 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 3750 1021 327 180 0 760 0

[startup+0.0578109 s]
/proc/loadavg: 2.00 2.01 2.00 2/535 19143
/proc/meminfo: memFree=14152124/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=23548 CPUtime=0.05 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 4305 0 0 0 5 0 0 0 25 0 1 0 761901184 24113152 3081 33554432000 4194304 4929204 140734121257376 18446744073709551615 212039655168 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 5887 3083 327 180 0 2897 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23548

[startup+0.100812 s]
/proc/loadavg: 2.00 2.01 2.00 2/535 19143
/proc/meminfo: memFree=14152124/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=33212 CPUtime=0.09 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 7141 0 0 0 9 0 0 0 25 0 1 0 761901184 34009088 5289 33554432000 4194304 4929204 140734121257376 18446744073709551615 4593011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 8303 5289 336 180 0 5313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33212

[startup+0.300764 s]
/proc/loadavg: 2.00 2.01 2.00 2/535 19143
/proc/meminfo: memFree=14152124/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=35760 CPUtime=0.29 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 7756 0 0 0 29 0 0 0 25 0 1 0 761901184 36618240 5904 33554432000 4194304 4929204 140734121257376 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 8940 5904 337 180 0 5950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35760

[startup+0.700697 s]
/proc/loadavg: 2.00 2.01 2.00 2/535 19143
/proc/meminfo: memFree=14152124/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=35760 CPUtime=0.69 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 7756 0 0 0 69 0 0 0 25 0 1 0 761901184 36618240 5904 33554432000 4194304 4929204 140734121257376 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 8940 5904 337 180 0 5950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35760

[startup+1.50053 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19144
/proc/meminfo: memFree=14129060/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=36024 CPUtime=1.49 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 7831 0 0 0 149 0 0 0 25 0 1 0 761901184 36888576 5979 33554432000 4194304 4929204 140734121257376 18446744073709551615 4574901 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 9006 5979 339 180 0 6016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36024

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19144
/proc/meminfo: memFree=14125712/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=34356 CPUtime=3.08 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 8389 0 0 0 308 0 0 0 25 0 1 0 761901184 35180544 5841 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 8589 5841 367 180 0 5599 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34356

[startup+6.3007 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19144
/proc/meminfo: memFree=14128448/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=34356 CPUtime=6.29 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 8496 0 0 0 629 0 0 0 25 0 1 0 761901184 35180544 5948 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 8589 5948 367 180 0 5599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34356

[startup+12.7006 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19144
/proc/meminfo: memFree=14122692/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=40992 CPUtime=12.69 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 10132 0 0 0 1268 1 0 0 25 0 1 0 761901184 41975808 7584 33554432000 4194304 4929204 140734121257376 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 10248 7584 367 180 0 7258 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40992

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19144
/proc/meminfo: memFree=14110532/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=51532 CPUtime=25.49 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 12753 0 0 0 2548 1 0 0 25 0 1 0 761901184 52768768 10205 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 12883 10205 367 180 0 9893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51532

[startup+51.1007 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19145
/proc/meminfo: memFree=14103592/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=58808 CPUtime=51.09 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 14567 0 0 0 5108 1 0 0 25 0 1 0 761901184 60219392 12019 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 14702 12019 367 180 0 11712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58808

[startup+102.321 s]
/proc/loadavg: 2.09 2.03 2.01 3/536 19146
/proc/meminfo: memFree=14096868/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=64136 CPUtime=102.31 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 15906 0 0 0 10230 1 0 0 25 0 1 0 761901184 65675264 13358 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 16034 13358 367 180 0 13044 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 64136

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 19148
/proc/meminfo: memFree=14077728/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=83000 CPUtime=162.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 20552 0 0 0 16228 2 0 0 25 0 1 0 761901184 84992000 18004 33554432000 4194304 4929204 140734121257376 18446744073709551615 4327698 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 20750 18004 367 180 0 17760 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 83000

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 19150
/proc/meminfo: memFree=14077308/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=83792 CPUtime=222.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 20762 0 0 0 22228 2 0 0 25 0 1 0 761901184 85803008 18214 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316226 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 20948 18214 369 180 0 17958 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83792

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 19151
/proc/meminfo: memFree=14070340/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=90632 CPUtime=282.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 22470 0 0 0 28228 2 0 0 25 0 1 0 761901184 92807168 19922 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 22658 19922 369 180 0 19668 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90632

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 19153
/proc/meminfo: memFree=14060272/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=100632 CPUtime=342.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 24944 0 0 0 34228 2 0 0 25 0 1 0 761901184 103047168 22396 33554432000 4194304 4929204 140734121257376 18446744073709551615 4338952 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 25158 22396 369 180 0 22168 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100632

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 19154
/proc/meminfo: memFree=14059376/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=102360 CPUtime=402.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 25383 0 0 0 40228 2 0 0 25 0 1 0 761901184 104816640 22835 33554432000 4194304 4929204 140734121257376 18446744073709551615 4627867 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 25590 22835 369 180 0 22600 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102360

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 19156
/proc/meminfo: memFree=14058232/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=103260 CPUtime=462.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 25627 0 0 0 46228 2 0 0 25 0 1 0 761901184 105738240 23079 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 25815 23079 369 180 0 22825 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103260

[startup+522.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/536 19157
/proc/meminfo: memFree=14057580/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=103260 CPUtime=522.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 25628 0 0 0 52228 2 0 0 25 0 1 0 761901184 105738240 23080 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103260

[startup+582.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/536 19159
/proc/meminfo: memFree=14057016/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=103260 CPUtime=582.3 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 25628 0 0 0 58228 2 0 0 25 0 1 0 761901184 105738240 23080 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 103260

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 1.01 1.06 1.34 2/530 19281
/proc/meminfo: memFree=13989544/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=197724 CPUtime=4062.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49059 0 0 0 406235 7 0 0 25 0 1 0 761901184 202469376 46511 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49431 46511 369 180 0 46441 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 197724

[startup+4122.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/530 19282
/proc/meminfo: memFree=13989632/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=197724 CPUtime=4122.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49061 0 0 0 412233 7 0 0 25 0 1 0 761901184 202469376 46513 33554432000 4194304 4929204 140734121257376 18446744073709551615 4327675 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49431 46513 369 180 0 46441 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 197724

[startup+4182.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/530 19284
/proc/meminfo: memFree=13987504/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=199968 CPUtime=4182.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49633 0 0 0 418233 7 0 0 25 0 1 0 761901184 204767232 47085 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49992 47085 369 180 0 47002 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 199968

[startup+4242.3 s]
/proc/loadavg: 1.00 1.03 1.27 2/530 19286
/proc/meminfo: memFree=13987336/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=199968 CPUtime=4242.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49633 0 0 0 424233 7 0 0 25 0 1 0 761901184 204767232 47085 33554432000 4194304 4929204 140734121257376 18446744073709551615 4333984 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49992 47085 369 180 0 47002 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 199968

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/530 19287
/proc/meminfo: memFree=13987312/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=199968 CPUtime=4302.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49635 0 0 0 430233 7 0 0 25 0 1 0 761901184 204767232 47087 33554432000 4194304 4929204 140734121257376 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49992 47087 369 180 0 47002 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 199968

[startup+4362.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/530 19289
/proc/meminfo: memFree=13988128/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=199968 CPUtime=4362.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 49646 0 0 0 436233 7 0 0 25 0 1 0 761901184 204767232 47098 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 49992 47098 369 180 0 47002 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 199968

[startup+4422.3 s]
/proc/loadavg: 1.16 1.04 1.23 2/530 19299
/proc/meminfo: memFree=13983756/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=202752 CPUtime=4422.4 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 50298 0 0 0 442233 7 0 0 25 0 1 0 761901184 207618048 47750 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 50688 47750 369 180 0 47698 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 202752

[startup+4482.3 s]
/proc/loadavg: 1.13 1.05 1.22 2/530 19301
/proc/meminfo: memFree=13976872/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=210108 CPUtime=4482.41 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 52138 0 0 0 448233 8 0 0 25 0 1 0 761901184 215150592 49590 33554432000 4194304 4929204 140734121257376 18446744073709551615 4338978 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 52527 49590 369 180 0 49537 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 210108

[startup+4542.3 s]
/proc/loadavg: 1.05 1.03 1.20 2/530 19303
/proc/meminfo: memFree=13976972/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=210108 CPUtime=4542.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 52139 0 0 0 454234 8 0 0 25 0 1 0 761901184 215150592 49591 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 52527 49591 369 180 0 49537 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 210108

[startup+4602.3 s]
/proc/loadavg: 1.02 1.03 1.18 2/530 19304
/proc/meminfo: memFree=13975828/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=210108 CPUtime=4602.43 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 52139 0 0 0 460235 8 0 0 25 0 1 0 761901184 215150592 49591 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 52527 49591 369 180 0 49537 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 210108

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/530 19306
/proc/meminfo: memFree=13969952/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216096 CPUtime=4662.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53600 0 0 0 466234 8 0 0 25 0 1 0 761901184 221282304 51052 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54024 51052 369 180 0 51034 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 216096

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.16 2/530 19308
/proc/meminfo: memFree=13969924/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216096 CPUtime=4722.44 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53611 0 0 0 472236 8 0 0 25 0 1 0 761901184 221282304 51063 33554432000 4194304 4929204 140734121257376 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54024 51063 369 180 0 51034 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 216096

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/530 19309
/proc/meminfo: memFree=13969776/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216296 CPUtime=4782.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53657 0 0 0 478234 8 0 0 25 0 1 0 761901184 221487104 51109 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54074 51109 369 180 0 51084 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 216296

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/530 19311
/proc/meminfo: memFree=13969728/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216296 CPUtime=4842.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53665 0 0 0 484234 8 0 0 25 0 1 0 761901184 221487104 51117 33554432000 4194304 4929204 140734121257376 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54074 51117 369 180 0 51084 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 216296

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/530 19312
/proc/meminfo: memFree=13969832/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216296 CPUtime=4902.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53667 0 0 0 490234 8 0 0 25 0 1 0 761901184 221487104 51119 33554432000 4194304 4929204 140734121257376 18446744073709551615 4632712 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54074 51119 369 180 0 51084 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 216296

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/530 19314
/proc/meminfo: memFree=13970412/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=216580 CPUtime=4962.42 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 53722 0 0 0 496234 8 0 0 25 0 1 0 761901184 221777920 51174 33554432000 4194304 4929204 140734121257376 18446744073709551615 4633792 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 54145 51174 369 180 0 51155 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 216580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.11 1.03 1.12 2/530 19315
/proc/meminfo: memFree=13963448/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=223684 CPUtime=5000.04 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 55487 0 0 0 499996 8 0 0 25 0 1 0 761901184 229052416 52939 33554432000 4194304 4929204 140734121257376 18446744073709551615 4357438 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 55921 52939 369 180 0 52931 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 223684

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.11 1.03 1.12 2/530 19315
/proc/meminfo: memFree=13963448/32951124 swapFree=51873512/67111528
[pid=19143] ppid=19141 vsize=223684 CPUtime=5000.04 cores=0,2,4,6
/proc/19143/stat : 19143 (clasp) R 19141 19143 18866 0 -1 4202496 55487 0 0 0 499996 8 0 0 25 0 1 0 761901184 229052416 52939 33554432000 4194304 4929204 140734121257376 18446744073709551615 4357438 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/19143/statm: 55921 52939 369 180 0 52931 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 223684

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.97
CPU system time (s): 0.094985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 223684

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

runsolver used 27.8398 second user time and 58.5911 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-29 20:47:29
IDJOB=3423237
IDBENCH=88216
IDSOLVER=1917
FILE ID=node146/3423237-1306694849
RUNJOBID= node146-1306690661-18884
PBS_JOBID= 13471856
Free space on /tmp= 73368 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3423237-1306694849/watcher-3423237-1306694849 -o /tmp/evaluation-result-3423237-1306694849/solver-3423237-1306694849 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423237-1306694849.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=321568833

node146.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.830
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.830
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.830
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.830
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14152412 kB
Buffers:        354584 kB
Cached:        6070472 kB
SwapCached:      56236 kB
Active:       13116192 kB
Inactive:      5363560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14152412 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            5052 kB
Writeback:           0 kB
AnonPages:    12005684 kB
Mapped:          30608 kB
Slab:           149932 kB
PageTables:      97560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160715368 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= 73368 MiB
End job on node146 at 2011-05-29 22:10:51