Trace number 3276003

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) 5000.03 4999.92

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3276003-1303661355/watcher-3276003-1303661355 -o /tmp/evaluation-result-3276003-1303661355/solver-3276003-1303661355 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276003-1303661355.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.67 1.32 3/177 1330
/proc/meminfo: memFree=17111372/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=2200 CPUtime=0 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 312 0 0 0 0 0 0 0 25 0 1 0 477735200 2252800 267 33554432000 134512640 136057169 4287453824 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 550 268 145 378 0 170 0

[startup+0.020725 s]
/proc/loadavg: 1.99 1.67 1.32 3/177 1330
/proc/meminfo: memFree=17111372/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=4088 CPUtime=0.01 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 877 0 0 0 1 0 0 0 25 0 1 0 477735200 4186112 730 33554432000 134512640 136057169 4287453824 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 1022 731 145 378 0 642 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4088

[startup+0.100774 s]
/proc/loadavg: 1.99 1.67 1.32 3/177 1330
/proc/meminfo: memFree=17111372/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=8304 CPUtime=0.09 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 2050 0 0 0 9 0 0 0 25 0 1 0 477735200 8503296 1801 33554432000 134512640 136057169 4287453824 18446744073709551615 134774364 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 2076 1801 166 378 0 1696 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8304

[startup+0.300727 s]
/proc/loadavg: 1.99 1.67 1.32 3/177 1330
/proc/meminfo: memFree=17111372/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=8304 CPUtime=0.29 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 2050 0 0 0 29 0 0 0 25 0 1 0 477735200 8503296 1801 33554432000 134512640 136057169 4287453824 18446744073709551615 134774488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 2076 1801 166 378 0 1696 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8304

[startup+0.700674 s]
/proc/loadavg: 1.99 1.67 1.32 3/177 1330
/proc/meminfo: memFree=17111372/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=9624 CPUtime=0.69 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 2404 0 0 0 69 0 0 0 25 0 1 0 477735200 9854976 2155 33554432000 134512640 136057169 4287453824 18446744073709551615 134616423 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 2406 2155 172 378 0 2026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9624

[startup+1.5004 s]
/proc/loadavg: 1.99 1.67 1.32 3/178 1331
/proc/meminfo: memFree=17103560/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=8820 CPUtime=1.49 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 2497 0 0 0 149 0 0 0 25 0 1 0 477735200 9031680 1988 33554432000 134512640 136057169 4287453824 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 2205 1988 183 378 0 1825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8820

[startup+3.10012 s]
/proc/loadavg: 1.99 1.68 1.32 3/178 1331
/proc/meminfo: memFree=17101448/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=15060 CPUtime=3.09 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 4017 0 0 0 309 0 0 0 25 0 1 0 477735200 15421440 3508 33554432000 134512640 136057169 4287453824 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 3765 3508 183 378 0 3385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15060

[startup+6.30068 s]
/proc/loadavg: 1.99 1.68 1.32 3/178 1331
/proc/meminfo: memFree=17092256/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=20136 CPUtime=6.29 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 5303 0 0 0 629 0 0 0 25 0 1 0 477735200 20619264 4794 33554432000 134512640 136057169 4287453824 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 5034 4794 183 378 0 4654 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20136

[startup+12.7006 s]
/proc/loadavg: 1.99 1.69 1.33 3/178 1331
/proc/meminfo: memFree=17089732/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=21864 CPUtime=12.69 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 5731 0 0 0 1269 0 0 0 25 0 1 0 477735200 22388736 5222 33554432000 134512640 136057169 4287453824 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 5466 5222 183 378 0 5086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21864

[startup+25.5003 s]
/proc/loadavg: 1.99 1.70 1.34 3/178 1331
/proc/meminfo: memFree=17081420/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=29588 CPUtime=25.49 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 7668 0 0 0 2548 1 0 0 25 0 1 0 477735200 30298112 7159 33554432000 134512640 136057169 4287453824 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 7397 7159 183 378 0 7017 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29588

[startup+51.1008 s]
/proc/loadavg: 1.99 1.72 1.35 3/178 1332
/proc/meminfo: memFree=17073580/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=36712 CPUtime=51.09 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 9400 0 0 0 5108 1 0 0 25 0 1 0 477735200 37593088 8891 33554432000 134512640 136057169 4287453824 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 9178 8891 183 378 0 8798 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36712

[startup+102.307 s]
/proc/loadavg: 1.99 1.77 1.39 3/178 1333
/proc/meminfo: memFree=17065500/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=43712 CPUtime=102.29 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 11163 0 0 0 10228 1 0 0 25 0 1 0 477735200 44761088 10654 33554432000 134512640 136057169 4287453824 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 10928 10654 183 378 0 10548 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 43712

[startup+162.3 s]
/proc/loadavg: 1.99 1.80 1.42 3/178 1335
/proc/meminfo: memFree=17061616/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=45656 CPUtime=162.29 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 11643 0 0 0 16228 1 0 0 25 0 1 0 477735200 46751744 11134 33554432000 134512640 136057169 4287453824 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 11414 11134 183 378 0 11034 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 45656

[startup+222.301 s]
/proc/loadavg: 1.99 1.84 1.46 3/178 1337
/proc/meminfo: memFree=17052784/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=53612 CPUtime=222.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 13535 0 0 0 22228 2 0 0 25 0 1 0 477735200 54898688 13026 33554432000 134512640 136057169 4287453824 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 13403 13026 183 378 0 13023 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 53612

[startup+282.301 s]
/proc/loadavg: 2.05 1.88 1.49 3/178 1338
/proc/meminfo: memFree=17045540/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=59580 CPUtime=282.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 14976 0 0 0 28228 2 0 0 25 0 1 0 477735200 61009920 14467 33554432000 134512640 136057169 4287453824 18446744073709551615 134823489 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 14895 14467 183 378 0 14515 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 59580

[startup+342.3 s]
/proc/loadavg: 2.01 1.90 1.52 3/178 1340
/proc/meminfo: memFree=17041664/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=62096 CPUtime=342.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 15553 0 0 0 34228 2 0 0 25 0 1 0 477735200 63586304 15044 33554432000 134512640 136057169 4287453824 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 15524 15044 183 378 0 15144 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 62096

[startup+402.301 s]
/proc/loadavg: 2.00 1.91 1.55 3/178 1341
/proc/meminfo: memFree=17040268/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=63412 CPUtime=402.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 15886 0 0 0 40228 2 0 0 25 0 1 0 477735200 64933888 15377 33554432000 134512640 136057169 4287453824 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 15853 15377 183 378 0 15473 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 63412

[startup+462.3 s]
/proc/loadavg: 2.00 1.93 1.57 3/178 1343
/proc/meminfo: memFree=17034380/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=68528 CPUtime=462.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 17156 0 0 0 46227 3 0 0 25 0 1 0 477735200 70172672 16647 33554432000 134512640 136057169 4287453824 18446744073709551615 134819604 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 17132 16647 183 378 0 16752 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68528

[startup+522.301 s]
/proc/loadavg: 2.00 1.94 1.60 3/178 1345
/proc/meminfo: memFree=17029376/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=72928 CPUtime=522.31 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 18235 0 0 0 52228 3 0 0 25 0 1 0 477735200 74678272 17726 33554432000 134512640 136057169 4287453824 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 18232 17726 183 378 0 17852 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 72928

[startup+582.3 s]
/proc/loadavg: 2.00 1.95 1.62 3/178 1346
/proc/meminfo: memFree=17027468/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=73400 CPUtime=582.3 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 18342 0 0 0 58227 3 0 0 25 0 1 0 477735200 75161600 17833 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 18350 17833 183 378 0 17970 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 73400

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.13 1.47 2/172 1468
/proc/meminfo: memFree=17005328/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=140740 CPUtime=4062.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 34499 0 0 0 406229 10 0 0 25 0 1 0 477735200 144117760 33717 33554432000 134512640 136057169 4287453824 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 35185 33717 183 378 0 34805 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 140740

[startup+4122.3 s]
/proc/loadavg: 1.00 1.10 1.44 2/172 1470
/proc/meminfo: memFree=17004548/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=141544 CPUtime=4122.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 34710 0 0 0 412229 10 0 0 25 0 1 0 477735200 144941056 33928 33554432000 134512640 136057169 4287453824 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 35386 33928 183 378 0 35006 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 141544

[startup+4182.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/172 1471
/proc/meminfo: memFree=17004256/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=141744 CPUtime=4182.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 34772 0 0 0 418228 11 0 0 25 0 1 0 477735200 145145856 33990 33554432000 134512640 136057169 4287453824 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 35436 33990 183 378 0 35056 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 141744

[startup+4242.3 s]
/proc/loadavg: 1.06 1.08 1.38 2/172 1473
/proc/meminfo: memFree=17003736/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=142456 CPUtime=4242.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 34918 0 0 0 424228 11 0 0 25 0 1 0 477735200 145874944 34136 33554432000 134512640 136057169 4287453824 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 35614 34136 183 378 0 35234 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 142456

[startup+4302.3 s]
/proc/loadavg: 1.02 1.06 1.36 2/172 1474
/proc/meminfo: memFree=17002840/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=143360 CPUtime=4302.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 35144 0 0 0 430228 11 0 0 25 0 1 0 477735200 146800640 34362 33554432000 134512640 136057169 4287453824 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 35840 34362 183 378 0 35460 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 143360

[startup+4362.3 s]
/proc/loadavg: 1.01 1.05 1.33 2/172 1476
/proc/meminfo: memFree=17002180/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=144264 CPUtime=4362.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 35317 0 0 0 436228 11 0 0 25 0 1 0 477735200 147726336 34535 33554432000 134512640 136057169 4287453824 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 36066 34535 183 378 0 35686 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 144264

[startup+4422.3 s]
/proc/loadavg: 1.00 1.04 1.31 2/172 1478
/proc/meminfo: memFree=16999920/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=146352 CPUtime=4422.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 35847 0 0 0 442228 11 0 0 25 0 1 0 477735200 149864448 35065 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 36588 35065 183 378 0 36208 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 146352

[startup+4482.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/172 1479
/proc/meminfo: memFree=16998636/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=147712 CPUtime=4482.39 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 36162 0 0 0 448228 11 0 0 25 0 1 0 477735200 151257088 35380 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 36928 35380 183 378 0 36548 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 147712

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/172 1481
/proc/meminfo: memFree=16996500/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=150028 CPUtime=4542.4 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 36726 0 0 0 454228 12 0 0 25 0 1 0 477735200 153628672 35944 33554432000 134512640 136057169 4287453824 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 37507 35944 183 378 0 37127 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 150028

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/172 1482
/proc/meminfo: memFree=16996472/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=150028 CPUtime=4602.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 36734 0 0 0 460229 12 0 0 25 0 1 0 477735200 153628672 35952 33554432000 134512640 136057169 4287453824 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 37507 35952 183 378 0 37127 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 150028

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/172 1484
/proc/meminfo: memFree=16990496/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=156800 CPUtime=4662.4 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 38452 0 0 0 466228 12 0 0 25 0 1 0 477735200 160563200 37670 33554432000 134512640 136057169 4287453824 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39200 37670 183 378 0 38820 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 156800

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.21 2/172 1486
/proc/meminfo: memFree=16988732/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=157592 CPUtime=4722.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 38649 0 0 0 472229 12 0 0 25 0 1 0 477735200 161374208 37867 33554432000 134512640 136057169 4287453824 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39398 37867 183 378 0 39018 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 157592

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 1487
/proc/meminfo: memFree=16988440/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=158068 CPUtime=4782.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 38743 0 0 0 478228 13 0 0 25 0 1 0 477735200 161861632 37961 33554432000 134512640 136057169 4287453824 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39517 37961 183 378 0 39137 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 158068

[startup+4842.3 s]
/proc/loadavg: 1.03 1.01 1.18 2/172 1489
/proc/meminfo: memFree=16988052/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=158496 CPUtime=4842.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 38853 0 0 0 484228 13 0 0 25 0 1 0 477735200 162299904 38071 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39624 38071 183 378 0 39244 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 158496

[startup+4902.3 s]
/proc/loadavg: 1.01 1.01 1.17 2/172 1490
/proc/meminfo: memFree=16987536/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=159052 CPUtime=4902.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 38976 0 0 0 490228 13 0 0 25 0 1 0 477735200 162869248 38194 33554432000 134512640 136057169 4287453824 18446744073709551615 134618132 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39763 38194 183 378 0 39383 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 159052

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 1492
/proc/meminfo: memFree=16987132/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=159620 CPUtime=4962.41 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 39103 0 0 0 496228 13 0 0 25 0 1 0 477735200 163450880 38321 33554432000 134512640 136057169 4287453824 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 39905 38321 183 378 0 39525 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 159620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 1493
/proc/meminfo: memFree=16986132/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=160508 CPUtime=5000.01 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 39315 0 0 0 499988 13 0 0 25 0 1 0 477735200 164360192 38533 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 40127 38533 183 378 0 39747 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 160508

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 1493
/proc/meminfo: memFree=16986132/32950928 swapFree=67111528/67111528
[pid=1330] ppid=1328 vsize=160508 CPUtime=5000.01 cores=0,2,4,6
/proc/1330/stat : 1330 (clasp) R 1328 1330 32422 0 -1 4202496 39315 0 0 0 499988 13 0 0 25 0 1 0 477735200 164360192 38533 33554432000 134512640 136057169 4287453824 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1330/statm: 40127 38533 183 378 0 39747 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 160508

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.89
CPU system time (s): 0.141978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 160508

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

runsolver used 7.33089 second user time and 15.6306 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-24 18:09:15
IDJOB=3276003
IDBENCH=84560
IDSOLVER=1677
FILE ID=node125/3276003-1303661355
RUNJOBID= node125-1303661006-1216
PBS_JOBID= 13150723
Free space on /tmp= 73260 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.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-3276003-1303661355/watcher-3276003-1303661355 -o /tmp/evaluation-result-3276003-1303661355/solver-3276003-1303661355 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276003-1303661355.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1282387443

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      17111528 kB
Buffers:       2190360 kB
Cached:       13030448 kB
SwapCached:          0 kB
Active:        7611848 kB
Inactive:      7699556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17111528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:       89920 kB
Mapped:          15772 kB
Slab:           464904 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232156 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= 73260 MiB
End job on node125 at 2011-04-24 19:32:37