Trace number 3273259

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.02

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

running on 2 cores: 0,2

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.04 0.03 0.49 1/178 24079
/proc/meminfo: memFree=14480164/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=2648 CPUtime=0 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 414 0 0 0 0 0 0 0 22 0 1 0 471692847 2711552 368 33554432000 134512640 136057169 4291953984 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 662 368 145 378 0 282 0

[startup+0.0374091 s]
/proc/loadavg: 0.04 0.03 0.49 1/178 24079
/proc/meminfo: memFree=14480164/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=5700 CPUtime=0.03 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 1385 0 0 0 3 0 0 0 22 0 1 0 471692847 5836800 1146 33554432000 134512640 136057169 4291953984 18446744073709551615 135440857 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 1425 1147 145 378 0 1045 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5700

[startup+0.100388 s]
/proc/loadavg: 0.04 0.03 0.49 1/178 24079
/proc/meminfo: memFree=14480164/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=12808 CPUtime=0.09 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 3510 0 0 0 9 0 0 0 22 0 1 0 471692847 13115392 2912 33554432000 134512640 136057169 4291953984 18446744073709551615 134771577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 3202 2912 163 378 0 2822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12808

[startup+0.300381 s]
/proc/loadavg: 0.04 0.03 0.49 1/178 24079
/proc/meminfo: memFree=14480164/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=16648 CPUtime=0.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 4829 0 0 0 29 0 0 0 23 0 1 0 471692847 17047552 3892 33554432000 134512640 136057169 4291953984 18446744073709551615 134774328 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 4162 3892 166 378 0 3782 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16648

[startup+0.700325 s]
/proc/loadavg: 0.04 0.03 0.49 1/178 24079
/proc/meminfo: memFree=14480164/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=16648 CPUtime=0.69 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 4829 0 0 0 69 0 0 0 25 0 1 0 471692847 17047552 3892 33554432000 134512640 136057169 4291953984 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 4162 3892 166 378 0 3782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16648

[startup+1.50114 s]
/proc/loadavg: 0.04 0.03 0.49 2/179 24080
/proc/meminfo: memFree=14465028/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=17836 CPUtime=1.49 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 5151 0 0 0 149 0 0 0 25 0 1 0 471692847 18264064 4214 33554432000 134512640 136057169 4291953984 18446744073709551615 134765728 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 4459 4214 168 378 0 4079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17836

[startup+3.10084 s]
/proc/loadavg: 0.04 0.03 0.49 3/184 24090
/proc/meminfo: memFree=14441928/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=18676 CPUtime=3.09 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 5953 0 0 0 309 0 0 0 25 0 1 0 471692847 19124224 4418 33554432000 134512640 136057169 4291953984 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 4669 4418 182 378 0 4289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18676

[startup+6.30022 s]
/proc/loadavg: 0.19 0.06 0.50 3/184 24090
/proc/meminfo: memFree=14434000/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=26352 CPUtime=6.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 7883 0 0 0 629 0 0 0 25 0 1 0 471692847 26984448 6348 33554432000 134512640 136057169 4291953984 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 6588 6348 182 378 0 6208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26352

[startup+12.701 s]
/proc/loadavg: 0.42 0.11 0.51 5/194 24110
/proc/meminfo: memFree=14340056/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=49776 CPUtime=12.69 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 13724 0 0 0 1268 1 0 0 25 0 1 0 471692847 50970624 12189 33554432000 134512640 136057169 4291953984 18446744073709551615 134618182 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 12444 12189 182 378 0 12064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49776

[startup+25.5007 s]
/proc/loadavg: 1.21 0.30 0.57 5/194 24110
/proc/meminfo: memFree=14271136/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=66680 CPUtime=25.49 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 17915 0 0 0 2547 2 0 0 25 0 1 0 471692847 68280320 16380 33554432000 134512640 136057169 4291953984 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 16670 16380 182 378 0 16290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66680

[startup+51.101 s]
/proc/loadavg: 2.16 0.60 0.66 5/194 24111
/proc/meminfo: memFree=14240908/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=79040 CPUtime=51.09 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 21023 0 0 0 5106 3 0 0 25 0 1 0 471692847 80936960 19488 33554432000 134512640 136057169 4291953984 18446744073709551615 134823836 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 19760 19488 182 378 0 19380 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79040

[startup+102.307 s]
/proc/loadavg: 3.27 1.14 0.83 5/194 24112
/proc/meminfo: memFree=14178428/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=89416 CPUtime=102.3 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 23716 0 0 0 10226 4 0 0 25 0 1 0 471692847 91561984 22045 33554432000 134512640 136057169 4291953984 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 22354 22045 182 378 0 21974 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89416

[startup+162.3 s]
/proc/loadavg: 3.73 1.65 1.03 5/194 24114
/proc/meminfo: memFree=14145800/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=103880 CPUtime=162.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 27283 0 0 0 16224 5 0 0 25 0 1 0 471692847 106373120 25612 33554432000 134512640 136057169 4291953984 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 25970 25612 182 378 0 25590 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103880

[startup+222.3 s]
/proc/loadavg: 3.90 2.08 1.21 5/194 24115
/proc/meminfo: memFree=14093812/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=118744 CPUtime=222.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 30959 0 0 0 22223 6 0 0 25 0 1 0 471692847 121593856 29288 33554432000 134512640 136057169 4291953984 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 29686 29288 182 378 0 29306 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118744

[startup+282.301 s]
/proc/loadavg: 4.13 2.48 1.40 5/194 24117
/proc/meminfo: memFree=14076804/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=127684 CPUtime=282.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 33178 0 0 0 28222 7 0 0 25 0 1 0 471692847 130748416 31507 33554432000 134512640 136057169 4291953984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 31921 31507 182 378 0 31541 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 127684

[startup+342.301 s]
/proc/loadavg: 4.04 2.76 1.56 5/194 24119
/proc/meminfo: memFree=14057560/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=137168 CPUtime=342.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 35529 0 0 0 34221 8 0 0 25 0 1 0 471692847 140460032 33858 33554432000 134512640 136057169 4291953984 18446744073709551615 134618167 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 34292 33858 182 378 0 33912 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 137168

[startup+402.301 s]
/proc/loadavg: 4.09 3.01 1.72 5/194 24120
/proc/meminfo: memFree=14048124/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=138384 CPUtime=402.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 35866 0 0 0 40220 8 0 0 25 0 1 0 471692847 141705216 34195 33554432000 134512640 136057169 4291953984 18446744073709551615 134618167 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 34596 34195 182 378 0 34216 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 138384

[startup+462.301 s]
/proc/loadavg: 4.03 3.19 1.86 5/194 24122
/proc/meminfo: memFree=14017120/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=143780 CPUtime=462.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 37164 0 0 0 46220 9 0 0 25 0 1 0 471692847 147230720 35493 33554432000 134512640 136057169 4291953984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 35945 35493 182 378 0 35565 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 143780

[startup+522.301 s]
/proc/loadavg: 4.01 3.33 1.99 5/194 24123
/proc/meminfo: memFree=13997272/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=154204 CPUtime=522.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 39879 0 0 0 52219 10 0 0 25 0 1 0 471692847 157904896 38005 33554432000 134512640 136057169 4291953984 18446744073709551615 134618193 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 38551 38005 182 378 0 38171 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 154204

[startup+582.301 s]
/proc/loadavg: 4.00 3.45 2.12 5/194 24125
/proc/meminfo: memFree=13986224/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=161924 CPUtime=582.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 41790 0 0 0 58218 10 0 0 25 0 1 0 471692847 165810176 39916 33554432000 134512640 136057169 4291953984 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 40481 39916 182 378 0 40101 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 161924

[startup+642.3 s]
/proc/loadavg: 4.00 3.55 2.23 5/194 24127
/proc/meminfo: memFree=13976516/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=169420 CPUtime=642.3 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 43583 0 0 0 64218 12 0 0 25 0 1 0 471692847 173486080 41709 33554432000 134512640 136057169 4291953984 18446744073709551615 134813076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42355 41709 182 378 0 41975 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 169420

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.34 5/194 24128
/proc/meminfo: memFree=13959868/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=170136 CPUtime=702.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 43745 0 0 0 70216 12 0 0 25 0 1 0 471692847 174219264 41871 33554432000 134512640 136057169 4291953984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42534 41871 182 378 0 42154 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 170136

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.44 5/194 24130
/proc/meminfo: memFree=13949808/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=170136 CPUtime=762.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 43749 0 0 0 76216 13 0 0 25 0 1 0 471692847 174219264 41875 33554432000 134512640 136057169 4291953984 18446744073709551615 134820252 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42534 41875 182 378 0 42154 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 170136

[startup+822.301 s]
/proc/loadavg: 4.15 3.78 2.55 5/194 24131
/proc/meminfo: memFree=13944440/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=170136 CPUtime=822.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 43751 0 0 0 82216 13 0 0 25 0 1 0 471692847 174219264 41877 33554432000 134512640 136057169 4291953984 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42534 41877 182 378 0 42154 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 170136

[startup+882.301 s]
/proc/loadavg: 4.05 3.82 2.63 5/194 24133
/proc/meminfo: memFree=13942316/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=170952 CPUtime=882.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 43957 0 0 0 88216 13 0 0 25 0 1 0 471692847 175054848 42083 33554432000 134512640 136057169 4291953984 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42738 42083 182 378 0 42358 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 170952

[startup+942.301 s]
/proc/loadavg: 4.10 3.86 2.72 5/194 24135
/proc/meminfo: memFree=13932860/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=171632 CPUtime=942.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 44118 0 0 0 94215 13 0 0 25 0 1 0 471692847 175751168 42244 33554432000 134512640 136057169 4291953984 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 42908 42244 182 378 0 42528 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 171632

[startup+1002.3 s]
/proc/loadavg: 4.03 3.89 2.80 5/194 24136
/proc/meminfo: memFree=13927876/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=173208 CPUtime=1002.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 44455 0 0 0 100215 13 0 0 25 0 1 0 471692847 177364992 42581 33554432000 134512640 136057169 4291953984 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 43302 42581 182 378 0 42922 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 173208

[startup+1062.3 s]
/proc/loadavg: 4.09 3.92 2.88 5/194 24138
/proc/meminfo: memFree=13921768/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=176576 CPUtime=1062.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 45270 0 0 0 106214 14 0 0 25 0 1 0 471692847 180813824 43396 33554432000 134512640 136057169 4291953984 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 44144 43396 182 378 0 43764 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 176576

[startup+1122.3 s]
/proc/loadavg: 4.03 3.93 2.94 5/194 24139
/proc/meminfo: memFree=13911308/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=177488 CPUtime=1122.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 45471 0 0 0 112214 14 0 0 25 0 1 0 471692847 181747712 43597 33554432000 134512640 136057169 4291953984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 44372 43597 182 378 0 43992 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 177488

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.01 5/194 24141
/proc/meminfo: memFree=13906960/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=178164 CPUtime=1182.28 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 45624 0 0 0 118214 14 0 0 25 0 1 0 471692847 182439936 43750 33554432000 134512640 136057169 4291953984 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 44541 43750 182 378 0 44161 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 178164

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.07 5/194 24143
/proc/meminfo: memFree=13880764/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=178660 CPUtime=1242.29 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 45733 0 0 0 124214 15 0 0 25 0 1 0 471692847 182947840 43859 33554432000 134512640 136057169 4291953984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 44665 43859 182 378 0 44285 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 178660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.12 5/194 24144
/proc/meminfo: memFree=13876780/32951124 swapFree=67111528/67111528
[pid=24079] ppid=24077 vsize=180120 CPUtime=1299.99 cores=0,2
/proc/24079/stat : 24079 (clasp) R 24077 24079 24048 0 -1 4202496 46047 0 0 0 129983 16 0 0 25 0 1 0 471692847 184442880 44173 33554432000 134512640 136057169 4291953984 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24079/statm: 45030 44173 182 378 0 44650 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 180120

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.01
CPU user time (s): 1299.84
CPU system time (s): 0.170974
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 180120

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

runsolver used 2.22566 second user time and 4.87826 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-24 01:22:30
IDJOB=3273259
IDBENCH=71345
IDSOLVER=1674
FILE ID=node135/3273259-1303600950
RUNJOBID= node135-1303600949-24067
PBS_JOBID= 13150607
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.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-3273259-1303600950/watcher-3273259-1303600950 -o /tmp/evaluation-result-3273259-1303600950/solver-3273259-1303600950 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273259-1303600950.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=2001213922

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14480188 kB
Buffers:       2058928 kB
Cached:       15752408 kB
SwapCached:          0 kB
Active:        7342276 kB
Inactive:     10534856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14480188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:       65720 kB
Mapped:          14760 kB
Slab:           530616 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71344 MiB
End job on node135 at 2011-04-24 01:44:12