Trace number 3275138

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.04 4999.92

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275138-1303640255/watcher-3275138-1303640255 -o /tmp/evaluation-result-3275138-1303640255/solver-3275138-1303640255 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275138-1303640255.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 1,3,5,7

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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 29044
/proc/meminfo: memFree=11623952/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=2624 CPUtime=0 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 406 0 0 0 0 0 0 0 22 0 1 0 554256160 2686976 360 33554432000 134512640 136057169 4290453696 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 656 360 145 378 0 276 0

[startup+0.0239729 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 29044
/proc/meminfo: memFree=11623952/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=4308 CPUtime=0.02 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 953 0 0 0 2 0 0 0 22 0 1 0 554256160 4411392 805 33554432000 134512640 136057169 4290453696 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 1077 807 145 378 0 697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4308

[startup+0.100958 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 29044
/proc/meminfo: memFree=11623952/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=14252 CPUtime=0.09 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 4114 0 0 0 9 0 0 0 22 0 1 0 554256160 14594048 3180 33554432000 134512640 136057169 4290453696 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 3563 3183 163 378 0 3183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14252

[startup+0.300925 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 29044
/proc/meminfo: memFree=11623952/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=15044 CPUtime=0.29 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 4371 0 0 0 29 0 0 0 23 0 1 0 554256160 15405056 3437 33554432000 134512640 136057169 4290453696 18446744073709551615 134774640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 3761 3437 166 378 0 3381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15044

[startup+0.700859 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 29044
/proc/meminfo: memFree=11623952/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=15044 CPUtime=0.69 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 4371 0 0 0 69 0 0 0 25 0 1 0 554256160 15405056 3437 33554432000 134512640 136057169 4290453696 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 3761 3437 166 378 0 3381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15044

[startup+1.50071 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 29045
/proc/meminfo: memFree=11610844/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=17816 CPUtime=1.49 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 5043 0 0 0 149 0 0 0 25 0 1 0 554256160 18243584 4109 33554432000 134512640 136057169 4290453696 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 4454 4109 168 378 0 4074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17816

[startup+3.10042 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 29045
/proc/meminfo: memFree=11607520/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=17256 CPUtime=3.09 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 5514 0 0 0 309 0 0 0 25 0 1 0 554256160 17670144 4058 33554432000 134512640 136057169 4290453696 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 4314 4058 182 378 0 3934 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17256

[startup+6.30085 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 29046
/proc/meminfo: memFree=11598468/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=30268 CPUtime=6.28 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 8775 0 0 0 628 0 0 0 25 0 1 0 554256160 30994432 7319 33554432000 134512640 136057169 4290453696 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 7567 7319 182 378 0 7187 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30268

[startup+12.7007 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 29046
/proc/meminfo: memFree=11574716/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=52512 CPUtime=12.69 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 14329 0 0 0 1267 2 0 0 25 0 1 0 554256160 53772288 12873 33554432000 134512640 136057169 4290453696 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 13128 12873 182 378 0 12748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52512

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 29046
/proc/meminfo: memFree=11567152/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=58632 CPUtime=25.49 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 15821 0 0 0 2547 2 0 0 25 0 1 0 554256160 60039168 14365 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 14658 14365 182 378 0 14278 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58632

[startup+51.1009 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 29047
/proc/meminfo: memFree=11553936/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=70464 CPUtime=51.09 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 18792 0 0 0 5107 2 0 0 25 0 1 0 554256160 72155136 17336 33554432000 134512640 136057169 4290453696 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 17616 17336 182 378 0 17236 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70464

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 29076
/proc/meminfo: memFree=11748292/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=90812 CPUtime=102.29 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 23938 0 0 0 10226 3 0 0 25 0 1 0 554256160 92991488 22346 33554432000 134512640 136057169 4290453696 18446744073709551615 134618312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 22703 22346 182 378 0 22323 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90812

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29078
/proc/meminfo: memFree=11721108/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=101864 CPUtime=162.29 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 26652 0 0 0 16226 3 0 0 25 0 1 0 554256160 104308736 25060 33554432000 134512640 136057169 4290453696 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 25466 25060 182 378 0 25086 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101864

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29079
/proc/meminfo: memFree=11710652/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=103492 CPUtime=222.29 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 27051 0 0 0 22226 3 0 0 25 0 1 0 554256160 105975808 25459 33554432000 134512640 136057169 4290453696 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 25873 25459 182 378 0 25493 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 103492

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29081
/proc/meminfo: memFree=11702572/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=109188 CPUtime=282.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 28431 0 0 0 28226 4 0 0 25 0 1 0 554256160 111808512 26839 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 27297 26839 182 378 0 26917 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109188

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29082
/proc/meminfo: memFree=11688276/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=112656 CPUtime=342.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 29250 0 0 0 34226 4 0 0 25 0 1 0 554256160 115359744 27658 33554432000 134512640 136057169 4290453696 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 28164 27658 182 378 0 27784 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112656

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29084
/proc/meminfo: memFree=11674356/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=125976 CPUtime=402.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 32582 0 0 0 40225 5 0 0 25 0 1 0 554256160 128999424 30990 33554432000 134512640 136057169 4290453696 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 31494 30990 182 378 0 31114 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125976

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29086
/proc/meminfo: memFree=11659948/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=136616 CPUtime=462.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 35229 0 0 0 46225 5 0 0 25 0 1 0 554256160 139894784 33637 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 34154 33637 182 378 0 33774 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 136616

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29087
/proc/meminfo: memFree=11652724/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=137672 CPUtime=522.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 35450 0 0 0 52225 5 0 0 25 0 1 0 554256160 140976128 33858 33554432000 134512640 136057169 4290453696 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 34418 33858 182 378 0 34038 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 137672

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29089
/proc/meminfo: memFree=11649208/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=138832 CPUtime=582.3 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 35721 0 0 0 58225 5 0 0 25 0 1 0 554256160 142163968 34129 33554432000 134512640 136057169 4290453696 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 34708 34129 182 378 0 34328 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138832

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 29194
/proc/meminfo: memFree=11429060/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=267312 CPUtime=4062.39 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 66935 0 0 0 406227 12 0 0 25 0 1 0 554256160 273727488 65019 33554432000 134512640 136057169 4290453696 18446744073709551615 134615584 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 66828 65019 182 378 0 66448 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 267312

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 29195
/proc/meminfo: memFree=11427776/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=268324 CPUtime=4122.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 67163 0 0 0 412227 13 0 0 25 0 1 0 554256160 274763776 65247 33554432000 134512640 136057169 4290453696 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 67081 65247 182 378 0 66701 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 268324

[startup+4182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 29197
/proc/meminfo: memFree=11427496/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=268324 CPUtime=4182.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 67164 0 0 0 418227 13 0 0 25 0 1 0 554256160 274763776 65248 33554432000 134512640 136057169 4290453696 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 67081 65248 182 378 0 66701 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 268324

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29198
/proc/meminfo: memFree=11427456/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=268324 CPUtime=4242.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 67165 0 0 0 424227 13 0 0 25 0 1 0 554256160 274763776 65249 33554432000 134512640 136057169 4290453696 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 67081 65249 182 378 0 66701 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 268324

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 29200
/proc/meminfo: memFree=11427032/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=268536 CPUtime=4302.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 67213 0 0 0 430227 13 0 0 25 0 1 0 554256160 274980864 65297 33554432000 134512640 136057169 4290453696 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 67134 65297 182 378 0 66754 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 268536

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29202
/proc/meminfo: memFree=11427008/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=268536 CPUtime=4362.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 67213 0 0 0 436227 13 0 0 25 0 1 0 554256160 274980864 65297 33554432000 134512640 136057169 4290453696 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 67134 65297 182 378 0 66754 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 268536

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29203
/proc/meminfo: memFree=11422140/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=273436 CPUtime=4422.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 68445 0 0 0 442227 13 0 0 25 0 1 0 554256160 279998464 66529 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 68359 66529 182 378 0 67979 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 273436

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29205
/proc/meminfo: memFree=11420624/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=274236 CPUtime=4482.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 68630 0 0 0 448227 13 0 0 25 0 1 0 554256160 280817664 66714 33554432000 134512640 136057169 4290453696 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 68559 66714 182 378 0 68179 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 274236

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29206
/proc/meminfo: memFree=11415120/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=275576 CPUtime=4542.4 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 68923 0 0 0 454227 13 0 0 25 0 1 0 554256160 282189824 67007 33554432000 134512640 136057169 4290453696 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 68894 67007 182 378 0 68514 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 275576

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29208
/proc/meminfo: memFree=11403936/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=276592 CPUtime=4602.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69150 0 0 0 460228 13 0 0 25 0 1 0 554256160 283230208 67234 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 69148 67234 182 378 0 68768 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 276592

[startup+4662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 29210
/proc/meminfo: memFree=11402164/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=277556 CPUtime=4662.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69381 0 0 0 466228 13 0 0 25 0 1 0 554256160 284217344 67465 33554432000 134512640 136057169 4290453696 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 69389 67465 182 378 0 69009 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 277556

[startup+4722.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 29211
/proc/meminfo: memFree=11400020/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=278604 CPUtime=4722.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69616 0 0 0 472228 13 0 0 25 0 1 0 554256160 285290496 67700 33554432000 134512640 136057169 4290453696 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 69651 67700 182 378 0 69271 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 278604

[startup+4782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 29213
/proc/meminfo: memFree=11398732/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=279668 CPUtime=4782.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69850 0 0 0 478228 13 0 0 25 0 1 0 554256160 286380032 67934 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 69917 67934 182 378 0 69537 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 279668

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 29214
/proc/meminfo: memFree=11398076/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=279668 CPUtime=4842.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69850 0 0 0 484228 13 0 0 25 0 1 0 554256160 286380032 67934 33554432000 134512640 136057169 4290453696 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 69917 67934 182 378 0 69537 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 279668

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29219
/proc/meminfo: memFree=11397200/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=280240 CPUtime=4902.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 69985 0 0 0 490228 13 0 0 25 0 1 0 554256160 286965760 68069 33554432000 134512640 136057169 4290453696 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 70060 68069 182 378 0 69680 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 280240

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29221
/proc/meminfo: memFree=11396044/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=280880 CPUtime=4962.41 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 70124 0 0 0 496228 13 0 0 25 0 1 0 554256160 287621120 68208 33554432000 134512640 136057169 4290453696 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 70220 68208 182 378 0 69840 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 280880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29222
/proc/meminfo: memFree=11395408/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=281092 CPUtime=5000.02 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 70182 0 0 0 499989 13 0 0 25 0 1 0 554256160 287838208 68266 33554432000 134512640 136057169 4290453696 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 70273 68266 182 378 0 69893 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 281092

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: 2.00 2.00 2.00 3/178 29222
/proc/meminfo: memFree=11395408/32950928 swapFree=67111528/67111528
[pid=29044] ppid=29042 vsize=281092 CPUtime=5000.02 cores=1,3,5,7
/proc/29044/stat : 29044 (clasp) R 29042 29044 28797 0 -1 4202496 70182 0 0 0 499989 13 0 0 25 0 1 0 554256160 287838208 68266 33554432000 134512640 136057169 4290453696 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29044/statm: 70273 68266 182 378 0 69893 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 281092

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4999.9
CPU system time (s): 0.148977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 281092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.89
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70185
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= 4
involuntary context switches= 6561

runsolver used 8.61269 second user time and 17.8163 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 12:17:35
IDJOB=3275138
IDBENCH=71492
IDSOLVER=1677
FILE ID=node112/3275138-1303640255
RUNJOBID= node112-1303635251-28816
PBS_JOBID= 13150736
Free space on /tmp= 72664 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.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-3275138-1303640255/watcher-3275138-1303640255 -o /tmp/evaluation-result-3275138-1303640255/solver-3275138-1303640255 -C 5000 -W 5000 -M 15500  HOME/clasp --file=HOME/instance-3275138-1303640255.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=710962045

node112.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	: 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.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.67
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.82
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	: 5261.27
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.82
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11624232 kB
Buffers:       1967956 kB
Cached:       18488780 kB
SwapCached:          0 kB
Active:        9603372 kB
Inactive:     11179624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11624232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5288 kB
Writeback:          36 kB
AnonPages:      325800 kB
Mapped:          15888 kB
Slab:           480428 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   476352 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= 72660 MiB
End job on node112 at 2011-04-24 13:40:57