Trace number 3273220

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.01 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3273220-1303600607/watcher-3273220-1303600607 -o /tmp/evaluation-result-3273220-1303600607/solver-3273220-1303600607 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273220-1303600607.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.15 0.03 0.66 3/179 23252
/proc/meminfo: memFree=28257156/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=2624 CPUtime=0 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 409 0 0 0 0 0 0 0 21 0 1 0 452476643 2686976 363 33554432000 134512640 136057169 4291932224 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 656 363 145 378 0 276 0

[startup+0.0101241 s]
/proc/loadavg: 0.15 0.03 0.66 3/179 23252
/proc/meminfo: memFree=28257156/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=3052 CPUtime=0 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 452476643 3125248 473 33554432000 134512640 136057169 4291932224 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 763 473 145 378 0 383 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3052

[startup+0.10015 s]
/proc/loadavg: 0.15 0.03 0.66 3/179 23252
/proc/meminfo: memFree=28257156/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=14512 CPUtime=0.09 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 4171 0 0 0 9 0 0 0 21 0 1 0 452476643 14860288 3237 33554432000 134512640 136057169 4291932224 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 3628 3238 163 378 0 3248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14512

[startup+0.301383 s]
/proc/loadavg: 0.15 0.03 0.66 3/179 23252
/proc/meminfo: memFree=28257156/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=15040 CPUtime=0.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 4365 0 0 0 29 0 0 0 22 0 1 0 452476643 15400960 3431 33554432000 134512640 136057169 4291932224 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 3760 3431 166 378 0 3380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15040

[startup+0.701051 s]
/proc/loadavg: 0.15 0.03 0.66 3/179 23252
/proc/meminfo: memFree=28257156/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=15040 CPUtime=0.69 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 4365 0 0 0 69 0 0 0 24 0 1 0 452476643 15400960 3431 33554432000 134512640 136057169 4291932224 18446744073709551615 134774437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 3760 3431 166 378 0 3380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15040

[startup+1.50089 s]
/proc/loadavg: 0.15 0.03 0.66 3/180 23253
/proc/meminfo: memFree=28243136/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=17680 CPUtime=1.49 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 5006 0 0 0 149 0 0 0 25 0 1 0 452476643 18104320 4072 33554432000 134512640 136057169 4291932224 18446744073709551615 134765859 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 4420 4072 168 378 0 4040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17680

[startup+3.10059 s]
/proc/loadavg: 0.15 0.03 0.66 4/185 23263
/proc/meminfo: memFree=28232224/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=16448 CPUtime=3.09 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 5343 0 0 0 309 0 0 0 25 0 1 0 452476643 16842752 3887 33554432000 134512640 136057169 4291932224 18446744073709551615 134618283 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 4112 3887 182 378 0 3732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16448

[startup+6.301 s]
/proc/loadavg: 0.38 0.08 0.68 4/185 23263
/proc/meminfo: memFree=28218708/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=27788 CPUtime=6.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 8148 0 0 0 628 1 0 0 25 0 1 0 452476643 28454912 6692 33554432000 134512640 136057169 4291932224 18446744073709551615 134823401 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 6947 6692 182 378 0 6567 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27788

[startup+12.7008 s]
/proc/loadavg: 0.67 0.15 0.69 5/190 23273
/proc/meminfo: memFree=28170376/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=50064 CPUtime=12.69 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 13718 0 0 0 1267 2 0 0 25 0 1 0 452476643 51265536 12262 33554432000 134512640 136057169 4291932224 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 12516 12262 182 378 0 12136 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50064

[startup+25.5005 s]
/proc/loadavg: 1.48 0.35 0.75 5/190 23274
/proc/meminfo: memFree=28129448/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=57652 CPUtime=25.49 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 15575 0 0 0 2547 2 0 0 25 0 1 0 452476643 59035648 14119 33554432000 134512640 136057169 4291932224 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 14413 14119 182 378 0 14033 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57652

[startup+51.1007 s]
/proc/loadavg: 2.34 0.64 0.84 5/190 23274
/proc/meminfo: memFree=28103992/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=69464 CPUtime=51.09 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 18524 0 0 0 5106 3 0 0 25 0 1 0 452476643 71131136 17068 33554432000 134512640 136057169 4291932224 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 17366 17068 182 378 0 16986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69464

[startup+102.306 s]
/proc/loadavg: 3.28 1.16 1.00 5/190 23276
/proc/meminfo: memFree=28066776/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=89808 CPUtime=102.3 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 23675 0 0 0 10226 4 0 0 25 0 1 0 452476643 91963392 22083 33554432000 134512640 136057169 4291932224 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 22452 22083 182 378 0 22072 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89808

[startup+162.3 s]
/proc/loadavg: 3.73 1.67 1.18 5/190 23277
/proc/meminfo: memFree=28036348/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=99736 CPUtime=162.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 26126 0 0 0 16225 4 0 0 25 0 1 0 452476643 102129664 24534 33554432000 134512640 136057169 4291932224 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 24934 24534 182 378 0 24554 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99736

[startup+222.3 s]
/proc/loadavg: 3.94 2.11 1.36 5/190 23279
/proc/meminfo: memFree=28016088/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=102236 CPUtime=222.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 26711 0 0 0 22225 4 0 0 25 0 1 0 452476643 104689664 25119 33554432000 134512640 136057169 4291932224 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 25559 25119 182 378 0 25179 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 102236

[startup+282.301 s]
/proc/loadavg: 3.98 2.45 1.53 5/190 23280
/proc/meminfo: memFree=27996476/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=113492 CPUtime=282.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 29496 0 0 0 28223 6 0 0 25 0 1 0 452476643 116215808 27904 33554432000 134512640 136057169 4291932224 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 28373 27904 182 378 0 27993 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 113492

[startup+342.301 s]
/proc/loadavg: 3.99 2.73 1.68 5/190 23282
/proc/meminfo: memFree=27985636/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=114164 CPUtime=342.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 29616 0 0 0 34223 6 0 0 25 0 1 0 452476643 116903936 28024 33554432000 134512640 136057169 4291932224 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 28541 28024 182 378 0 28161 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 114164

[startup+402.301 s]
/proc/loadavg: 3.99 2.96 1.82 5/190 23284
/proc/meminfo: memFree=27982884/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=114484 CPUtime=402.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 29699 0 0 0 40223 6 0 0 25 0 1 0 452476643 117231616 28107 33554432000 134512640 136057169 4291932224 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 28621 28107 182 378 0 28241 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 114484

[startup+462.301 s]
/proc/loadavg: 3.99 3.15 1.95 5/190 23285
/proc/meminfo: memFree=27970068/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=120176 CPUtime=462.3 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 31095 0 0 0 46223 7 0 0 25 0 1 0 452476643 123060224 29503 33554432000 134512640 136057169 4291932224 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 30044 29503 182 378 0 29664 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120176

[startup+522.301 s]
/proc/loadavg: 3.99 3.30 2.08 5/190 23290
/proc/meminfo: memFree=27959856/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=123352 CPUtime=522.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 31806 0 0 0 52222 7 0 0 25 0 1 0 452476643 126312448 30214 33554432000 134512640 136057169 4291932224 18446744073709551615 134823396 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 30838 30214 182 378 0 30458 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 123352

[startup+582.301 s]
/proc/loadavg: 4.07 3.44 2.20 5/190 23291
/proc/meminfo: memFree=27953776/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=124144 CPUtime=582.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 31981 0 0 0 58222 7 0 0 25 0 1 0 452476643 127123456 30389 33554432000 134512640 136057169 4291932224 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 31036 30389 182 378 0 30656 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 124144

[startup+642.301 s]
/proc/loadavg: 4.02 3.54 2.31 5/190 23293
/proc/meminfo: memFree=27947788/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=125328 CPUtime=642.3 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 32254 0 0 0 64223 7 0 0 25 0 1 0 452476643 128335872 30662 33554432000 134512640 136057169 4291932224 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 31332 30662 182 378 0 30952 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 125328

[startup+702.301 s]
/proc/loadavg: 4.05 3.64 2.42 5/190 23295
/proc/meminfo: memFree=27933476/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=137056 CPUtime=702.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 35295 0 0 0 70221 8 0 0 25 0 1 0 452476643 140345344 33500 33554432000 134512640 136057169 4291932224 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 34264 33500 182 378 0 33884 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 137056

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.52 5/190 23296
/proc/meminfo: memFree=27924396/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=142264 CPUtime=762.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 36481 0 0 0 76221 8 0 0 25 0 1 0 452476643 145678336 34686 33554432000 134512640 136057169 4291932224 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 35566 34686 182 378 0 35186 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 142264

[startup+822.301 s]
/proc/loadavg: 4.03 3.76 2.61 5/190 23298
/proc/meminfo: memFree=27914544/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=149992 CPUtime=822.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 38363 0 0 0 82220 9 0 0 25 0 1 0 452476643 153591808 36568 33554432000 134512640 136057169 4291932224 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 37498 36568 182 378 0 37118 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 149992

[startup+882.3 s]
/proc/loadavg: 4.01 3.80 2.69 5/190 23299
/proc/meminfo: memFree=27910676/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=152564 CPUtime=882.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 38986 0 0 0 88220 9 0 0 25 0 1 0 452476643 156225536 37191 33554432000 134512640 136057169 4291932224 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 38141 37191 182 378 0 37761 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 152564

[startup+942.3 s]
/proc/loadavg: 4.04 3.85 2.78 5/190 23301
/proc/meminfo: memFree=27905804/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=153432 CPUtime=942.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 39182 0 0 0 94220 9 0 0 25 0 1 0 452476643 157114368 37387 33554432000 134512640 136057169 4291932224 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 38358 37387 182 378 0 37978 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 153432

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.85 5/190 23303
/proc/meminfo: memFree=27900316/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=153576 CPUtime=1002.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 39230 0 0 0 100220 9 0 0 25 0 1 0 452476643 157261824 37435 33554432000 134512640 136057169 4291932224 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 38394 37435 182 378 0 38014 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 153576

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.92 5/190 23304
/proc/meminfo: memFree=27885884/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=154592 CPUtime=1062.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 39485 0 0 0 106220 9 0 0 25 0 1 0 452476643 158302208 37690 33554432000 134512640 136057169 4291932224 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 38648 37690 182 378 0 38268 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 154592

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.99 5/190 23306
/proc/meminfo: memFree=27882120/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=155124 CPUtime=1122.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 39613 0 0 0 112220 9 0 0 25 0 1 0 452476643 158846976 37818 33554432000 134512640 136057169 4291932224 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 38781 37818 182 378 0 38401 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 155124

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 3.05 5/190 23307
/proc/meminfo: memFree=27860508/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=174172 CPUtime=1182.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 44320 0 0 0 118218 11 0 0 25 0 1 0 452476643 178352128 42525 33554432000 134512640 136057169 4291932224 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 43543 42525 182 378 0 43163 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 174172

[startup+1242.3 s]
/proc/loadavg: 4.06 3.95 3.11 5/190 23309
/proc/meminfo: memFree=27848920/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=179848 CPUtime=1242.29 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 45692 0 0 0 124217 12 0 0 25 0 1 0 452476643 184164352 43897 33554432000 134512640 136057169 4291932224 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 44962 43897 182 378 0 44582 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 179848



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 3.94 3.16 4/185 23329
/proc/meminfo: memFree=27882636/32951124 swapFree=67111524/67111528
[pid=23252] ppid=23250 vsize=180384 CPUtime=1299.99 cores=1,3
/proc/23252/stat : 23252 (clasp) R 23250 23252 23185 0 -1 4202496 45810 0 0 0 129987 12 0 0 25 0 1 0 452476643 184713216 44015 33554432000 134512640 136057169 4291932224 18446744073709551615 134823879 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23252/statm: 45096 44015 182 378 0 44716 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 180384

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.01
CPU user time (s): 1299.88
CPU system time (s): 0.131979
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 180384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45813
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= 3
involuntary context switches= 1764

runsolver used 2.10968 second user time and 4.98924 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 01:16:47
IDJOB=3273220
IDBENCH=71270
IDSOLVER=1674
FILE ID=node147/3273220-1303600607
RUNJOBID= node147-1303600599-23205
PBS_JOBID= 13150589
Free space on /tmp= 72280 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g10.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273220-1303600607/watcher-3273220-1303600607 -o /tmp/evaluation-result-3273220-1303600607/solver-3273220-1303600607 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273220-1303600607.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=1370143158

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      28257436 kB
Buffers:        876544 kB
Cached:        3308992 kB
SwapCached:          4 kB
Active:         135976 kB
Inactive:      4118920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28257436 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8952 kB
Writeback:           0 kB
AnonPages:       69284 kB
Mapped:          15832 kB
Slab:           374420 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213972 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= 72276 MiB
End job on node147 at 2011-04-24 01:38:29