Trace number 3273256

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3273256-1303600705/watcher-3273256-1303600705 -o /tmp/evaluation-result-3273256-1303600705/solver-3273256-1303600705 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273256-1303600705.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: 3.05 1.00 0.80 5/189 10085
/proc/meminfo: memFree=14457088/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=2304 CPUtime=0 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 349 0 0 0 0 0 0 0 25 0 1 0 471667616 2359296 303 33554432000 134512640 136057169 4291695888 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 576 303 145 378 0 196 0

[startup+0.0461191 s]
/proc/loadavg: 3.05 1.00 0.80 5/189 10085
/proc/meminfo: memFree=14457088/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=5988 CPUtime=0.04 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 1382 0 0 0 4 0 0 0 25 0 1 0 471667616 6131712 1226 33554432000 134512640 136057169 4291695888 18446744073709551615 134774364 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 1497 1226 166 378 0 1117 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5988

[startup+0.101104 s]
/proc/loadavg: 3.05 1.00 0.80 5/189 10085
/proc/meminfo: memFree=14457088/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=5988 CPUtime=0.09 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 1382 0 0 0 9 0 0 0 25 0 1 0 471667616 6131712 1226 33554432000 134512640 136057169 4291695888 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 1497 1226 166 378 0 1117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5988

[startup+0.301083 s]
/proc/loadavg: 3.05 1.00 0.80 5/189 10085
/proc/meminfo: memFree=14457088/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=6516 CPUtime=0.29 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 1520 0 0 0 29 0 0 0 25 0 1 0 471667616 6672384 1364 33554432000 134512640 136057169 4291695888 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 1629 1364 168 378 0 1249 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6516

[startup+0.700996 s]
/proc/loadavg: 3.05 1.00 0.80 5/189 10085
/proc/meminfo: memFree=14457088/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=6316 CPUtime=0.69 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 1684 0 0 0 69 0 0 0 25 0 1 0 471667616 6467584 1362 33554432000 134512640 136057169 4291695888 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 1579 1362 183 378 0 1199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6316

[startup+1.50084 s]
/proc/loadavg: 3.05 1.00 0.80 5/190 10086
/proc/meminfo: memFree=14451256/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=8824 CPUtime=1.49 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 2308 0 0 0 149 0 0 0 25 0 1 0 471667616 9035776 1986 33554432000 134512640 136057169 4291695888 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 2206 1986 183 378 0 1826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8824

[startup+3.10053 s]
/proc/loadavg: 3.05 1.00 0.80 5/190 10086
/proc/meminfo: memFree=14446420/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=12536 CPUtime=3.09 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 3222 0 0 0 309 0 0 0 25 0 1 0 471667616 12836864 2900 33554432000 134512640 136057169 4291695888 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 3134 2900 183 378 0 2754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12536

[startup+6.30092 s]
/proc/loadavg: 3.12 1.05 0.82 5/190 10086
/proc/meminfo: memFree=14443780/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=13332 CPUtime=6.29 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 3419 0 0 0 629 0 0 0 25 0 1 0 471667616 13651968 3097 33554432000 134512640 136057169 4291695888 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 3333 3097 183 378 0 2953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13332

[startup+12.7007 s]
/proc/loadavg: 3.19 1.10 0.83 5/190 10087
/proc/meminfo: memFree=14440320/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=15884 CPUtime=12.69 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 4068 0 0 0 1269 0 0 0 25 0 1 0 471667616 16265216 3746 33554432000 134512640 136057169 4291695888 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 3971 3746 183 378 0 3591 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15884

[startup+25.5002 s]
/proc/loadavg: 3.37 1.24 0.88 5/190 10087
/proc/meminfo: memFree=14431576/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=20896 CPUtime=25.49 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 5272 0 0 0 2548 1 0 0 25 0 1 0 471667616 21397504 4950 33554432000 134512640 136057169 4291695888 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 5224 4950 183 378 0 4844 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20896

[startup+51.1003 s]
/proc/loadavg: 3.59 1.46 0.96 5/190 10088
/proc/meminfo: memFree=14422360/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=24836 CPUtime=51.09 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 6244 0 0 0 5108 1 0 0 25 0 1 0 471667616 25432064 5922 33554432000 134512640 136057169 4291695888 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 6209 5922 183 378 0 5829 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24836

[startup+102.307 s]
/proc/loadavg: 3.82 1.85 1.12 5/190 10089
/proc/meminfo: memFree=14398800/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=33788 CPUtime=102.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 8449 0 0 0 10229 1 0 0 25 0 1 0 471667616 34598912 8127 33554432000 134512640 136057169 4291695888 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 8447 8127 183 378 0 8067 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 33788

[startup+162.301 s]
/proc/loadavg: 3.93 2.24 1.30 5/190 10091
/proc/meminfo: memFree=14383904/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=33788 CPUtime=162.29 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 8456 0 0 0 16228 1 0 0 25 0 1 0 471667616 34598912 8134 33554432000 134512640 136057169 4291695888 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 8447 8134 183 378 0 8067 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33788

[startup+222.3 s]
/proc/loadavg: 3.97 2.56 1.47 5/190 10092
/proc/meminfo: memFree=14366396/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=36376 CPUtime=222.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 9098 0 0 0 22229 1 0 0 25 0 1 0 471667616 37249024 8776 33554432000 134512640 136057169 4291695888 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 9094 8776 183 378 0 8714 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 36376

[startup+282.301 s]
/proc/loadavg: 3.99 2.82 1.62 5/190 10094
/proc/meminfo: memFree=14358308/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=41104 CPUtime=282.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 10268 0 0 0 28229 1 0 0 25 0 1 0 471667616 42090496 9946 33554432000 134512640 136057169 4291695888 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 10276 9946 183 378 0 9896 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 41104

[startup+342.3 s]
/proc/loadavg: 3.99 3.03 1.77 5/190 10095
/proc/meminfo: memFree=14347004/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=42496 CPUtime=342.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 10578 0 0 0 34228 2 0 0 25 0 1 0 471667616 43515904 10256 33554432000 134512640 136057169 4291695888 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 10624 10256 183 378 0 10244 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42496

[startup+402.301 s]
/proc/loadavg: 3.99 3.20 1.90 5/190 10097
/proc/meminfo: memFree=14336692/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=45180 CPUtime=402.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 11190 0 0 0 40228 2 0 0 25 0 1 0 471667616 46264320 10868 33554432000 134512640 136057169 4291695888 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 11295 10868 183 378 0 10915 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 45180

[startup+462.3 s]
/proc/loadavg: 3.99 3.34 2.03 5/190 10099
/proc/meminfo: memFree=14330712/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=47236 CPUtime=462.3 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 11685 0 0 0 46228 2 0 0 25 0 1 0 471667616 48369664 11363 33554432000 134512640 136057169 4291695888 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 11809 11363 183 378 0 11429 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 47236

[startup+522.301 s]
/proc/loadavg: 3.99 3.46 2.15 5/190 10100
/proc/meminfo: memFree=14327964/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=49100 CPUtime=522.31 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 12137 0 0 0 52229 2 0 0 25 0 1 0 471667616 50278400 11815 33554432000 134512640 136057169 4291695888 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 12275 11815 183 378 0 11895 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 49100

[startup+582.3 s]
/proc/loadavg: 3.99 3.56 2.27 5/190 10102
/proc/meminfo: memFree=14318768/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=52808 CPUtime=582.32 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 13019 0 0 0 58229 3 0 0 25 0 1 0 471667616 54075392 12697 33554432000 134512640 136057169 4291695888 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 13202 12697 183 378 0 12822 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 52808

[startup+642.301 s]
/proc/loadavg: 4.03 3.65 2.38 5/190 10103
/proc/meminfo: memFree=14306476/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=54172 CPUtime=642.32 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 13326 0 0 0 64229 3 0 0 25 0 1 0 471667616 55472128 13004 33554432000 134512640 136057169 4291695888 18446744073709551615 134823836 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 13543 13004 183 378 0 13163 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 54172

[startup+702.3 s]
/proc/loadavg: 4.09 3.73 2.48 5/190 10105
/proc/meminfo: memFree=14297908/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=56272 CPUtime=702.32 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 13819 0 0 0 70229 3 0 0 25 0 1 0 471667616 57622528 13497 33554432000 134512640 136057169 4291695888 18446744073709551615 134615643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 14068 13497 183 378 0 13688 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 56272

[startup+762.307 s]
/proc/loadavg: 4.11 3.79 2.58 5/190 10107
/proc/meminfo: memFree=14290944/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=58984 CPUtime=762.33 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 14459 0 0 0 76230 3 0 0 25 0 1 0 471667616 60399616 14137 33554432000 134512640 136057169 4291695888 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 14746 14137 183 378 0 14366 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 58984

[startup+822.3 s]
/proc/loadavg: 4.04 3.83 2.66 5/190 10108
/proc/meminfo: memFree=14286336/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=61300 CPUtime=822.32 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 15039 0 0 0 82229 3 0 0 25 0 1 0 471667616 62771200 14717 33554432000 134512640 136057169 4291695888 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 15325 14717 183 378 0 14945 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 61300

[startup+882.301 s]
/proc/loadavg: 4.01 3.85 2.75 5/190 10110
/proc/meminfo: memFree=14284332/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=62520 CPUtime=882.32 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 15268 0 0 0 88229 3 0 0 25 0 1 0 471667616 64020480 14946 33554432000 134512640 136057169 4291695888 18446744073709551615 134811808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 15630 14946 183 378 0 15250 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 62520

[startup+942.3 s]
/proc/loadavg: 4.00 3.88 2.82 5/190 10111
/proc/meminfo: memFree=14278984/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=64844 CPUtime=942.33 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 15850 0 0 0 94229 4 0 0 25 0 1 0 471667616 66400256 15528 33554432000 134512640 136057169 4291695888 18446744073709551615 134618205 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 16211 15528 183 378 0 15831 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 64844

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 2.89 5/190 10113
/proc/meminfo: memFree=14273256/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=68356 CPUtime=1002.33 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 16729 0 0 0 100229 4 0 0 25 0 1 0 471667616 69996544 16407 33554432000 134512640 136057169 4291695888 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 17089 16407 183 378 0 16709 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 68356

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 2.96 5/190 10115
/proc/meminfo: memFree=14268268/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=70744 CPUtime=1062.33 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 17286 0 0 0 106228 5 0 0 25 0 1 0 471667616 72441856 16964 33554432000 134512640 136057169 4291695888 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 17686 16964 183 378 0 17306 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 70744

[startup+1122.3 s]
/proc/loadavg: 4.05 3.94 3.02 5/190 10116
/proc/meminfo: memFree=14262044/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=71064 CPUtime=1122.34 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 17353 0 0 0 112229 5 0 0 25 0 1 0 471667616 72769536 17031 33554432000 134512640 136057169 4291695888 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 17766 17031 183 378 0 17386 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 71064

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.08 5/190 10118
/proc/meminfo: memFree=14258180/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=72996 CPUtime=1182.34 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 17826 0 0 0 118229 5 0 0 25 0 1 0 471667616 74747904 17504 33554432000 134512640 136057169 4291695888 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 18249 17504 183 378 0 17869 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 72996

[startup+1242.3 s]
/proc/loadavg: 4.05 3.97 3.14 5/190 10175
/proc/meminfo: memFree=14366976/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=73424 CPUtime=1242.34 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 17926 0 0 0 124229 5 0 0 25 0 1 0 471667616 75186176 17604 33554432000 134512640 136057169 4291695888 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 18356 17604 183 378 0 17976 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 73424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 3.99 3.20 5/190 10205
/proc/meminfo: memFree=14451904/32950928 swapFree=67087032/67111528
[pid=10085] ppid=10083 vsize=73424 CPUtime=1300.05 cores=0,2
/proc/10085/stat : 10085 (clasp) R 10083 10085 9969 0 -1 4202496 17929 0 0 0 130000 5 0 0 25 0 1 0 471667616 75186176 17607 33554432000 134512640 136057169 4291695888 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10085/statm: 18356 17607 183 378 0 17976 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 73424

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1300
CPU system time (s): 0.057991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 73424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17931
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= 2565

runsolver used 2.35964 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-24 01:18:26
IDJOB=3273256
IDBENCH=71337
IDSOLVER=1674
FILE ID=node148/3273256-1303600705
RUNJOBID= node148-1303600614-9987
PBS_JOBID= 13150595
Free space on /tmp= 70588 MiB

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

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1343687666

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14457368 kB
Buffers:       2046336 kB
Cached:       15770664 kB
SwapCached:       5264 kB
Active:        8974744 kB
Inactive:      8959916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14457368 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            6000 kB
Writeback:           0 kB
AnonPages:      114016 kB
Mapped:          16236 kB
Slab:           494680 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   320356 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= 70588 MiB
End job on node148 at 2011-04-24 01:40:08