Trace number 3275203

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/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
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-3275203-1303643151/watcher-3275203-1303643151 -o /tmp/evaluation-result-3275203-1303643151/solver-3275203-1303643151 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275203-1303643151.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): 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: 2.08 2.03 1.95 2/177 27010
/proc/meminfo: memFree=14963488/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=2624 CPUtime=0 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 1 0 475913118 2686976 363 33554432000 134512640 136057169 4289951792 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 656 363 145 378 0 276 0

[startup+0.05357 s]
/proc/loadavg: 2.08 2.03 1.95 2/177 27010
/proc/meminfo: memFree=14963488/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=8064 CPUtime=0.04 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 2235 0 0 0 4 0 0 0 25 0 1 0 475913118 8257536 1657 33554432000 134512640 136057169 4289951792 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 2016 1658 145 378 0 1636 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8064

[startup+0.100549 s]
/proc/loadavg: 2.08 2.03 1.95 2/177 27010
/proc/meminfo: memFree=14963488/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=14380 CPUtime=0.09 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 4164 0 0 0 9 0 0 0 25 0 1 0 475913118 14725120 3230 33554432000 134512640 136057169 4289951792 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 3595 3231 163 378 0 3215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14380

[startup+0.300524 s]
/proc/loadavg: 2.08 2.03 1.95 2/177 27010
/proc/meminfo: memFree=14963488/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=15172 CPUtime=0.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 4387 0 0 0 29 0 0 0 25 0 1 0 475913118 15536128 3453 33554432000 134512640 136057169 4289951792 18446744073709551615 134774491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 3793 3453 166 378 0 3413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15172

[startup+0.700443 s]
/proc/loadavg: 2.08 2.03 1.95 2/177 27010
/proc/meminfo: memFree=14963488/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=15172 CPUtime=0.69 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 4387 0 0 0 69 0 0 0 25 0 1 0 475913118 15536128 3453 33554432000 134512640 136057169 4289951792 18446744073709551615 134774349 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 3793 3453 166 378 0 3413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15172

[startup+1.5003 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 27011
/proc/meminfo: memFree=14950092/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=17680 CPUtime=1.49 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 5021 0 0 0 149 0 0 0 25 0 1 0 475913118 18104320 4087 33554432000 134512640 136057169 4289951792 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 4420 4087 168 378 0 4040 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17680

[startup+3.10102 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 27011
/proc/meminfo: memFree=14946996/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=17164 CPUtime=3.09 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 5496 0 0 0 309 0 0 0 25 0 1 0 475913118 17575936 4040 33554432000 134512640 136057169 4289951792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 4291 4040 182 378 0 3911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17164

[startup+6.30047 s]
/proc/loadavg: 2.08 2.03 1.95 3/178 27011
/proc/meminfo: memFree=14937700/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=30160 CPUtime=6.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 8744 0 0 0 628 1 0 0 25 0 1 0 475913118 30883840 7288 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 7540 7288 182 378 0 7160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30160

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 27011
/proc/meminfo: memFree=14910856/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=55648 CPUtime=12.69 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 15129 0 0 0 1267 2 0 0 25 0 1 0 475913118 56983552 13673 33554432000 134512640 136057169 4289951792 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 13912 13673 182 378 0 13532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55648

[startup+25.5011 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 27011
/proc/meminfo: memFree=14897588/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=67716 CPUtime=25.49 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 18091 0 0 0 2547 2 0 0 25 0 1 0 475913118 69341184 16635 33554432000 134512640 136057169 4289951792 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 16929 16635 182 378 0 16549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67716

[startup+51.1006 s]
/proc/loadavg: 2.04 2.02 1.95 3/178 27012
/proc/meminfo: memFree=14877012/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=87204 CPUtime=51.09 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 22981 0 0 0 5106 3 0 0 25 0 1 0 475913118 89296896 21525 33554432000 134512640 136057169 4289951792 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 21801 21525 182 378 0 21421 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87204

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 1.95 3/178 27014
/proc/meminfo: memFree=14875728/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=87680 CPUtime=102.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 23175 0 0 0 10226 3 0 0 25 0 1 0 475913118 89784320 21583 33554432000 134512640 136057169 4289951792 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 21920 21583 182 378 0 21540 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 87680

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 27015
/proc/meminfo: memFree=14854132/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=109152 CPUtime=162.3 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 28478 0 0 0 16225 5 0 0 25 0 1 0 475913118 111771648 26886 33554432000 134512640 136057169 4289951792 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 27288 26886 182 378 0 26908 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27017
/proc/meminfo: memFree=14835640/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=124204 CPUtime=222.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 32220 0 0 0 22224 5 0 0 25 0 1 0 475913118 127184896 30628 33554432000 134512640 136057169 4289951792 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 31051 30628 182 378 0 30671 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 124204

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27018
/proc/meminfo: memFree=14832884/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=126376 CPUtime=282.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 32772 0 0 0 28224 5 0 0 25 0 1 0 475913118 129409024 31180 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 31594 31180 182 378 0 31214 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 126376

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27020
/proc/meminfo: memFree=14829012/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=129252 CPUtime=342.29 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 33423 0 0 0 34224 5 0 0 25 0 1 0 475913118 132354048 31831 33554432000 134512640 136057169 4289951792 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 32313 31831 182 378 0 31933 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 129252

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27021
/proc/meminfo: memFree=14827860/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=129968 CPUtime=402.3 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 33614 0 0 0 40224 6 0 0 25 0 1 0 475913118 133087232 32022 33554432000 134512640 136057169 4289951792 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 32492 32022 182 378 0 32112 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129968

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 27023
/proc/meminfo: memFree=14826600/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=130916 CPUtime=462.3 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 33831 0 0 0 46224 6 0 0 25 0 1 0 475913118 134057984 32239 33554432000 134512640 136057169 4289951792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 32729 32239 182 378 0 32349 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130916

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 27025
/proc/meminfo: memFree=14824724/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=132448 CPUtime=522.3 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 34187 0 0 0 52224 6 0 0 25 0 1 0 475913118 135626752 32595 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 33112 32595 182 378 0 32732 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 132448

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 27026
/proc/meminfo: memFree=14823076/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=134096 CPUtime=582.31 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 34521 0 0 0 58225 6 0 0 25 0 1 0 475913118 137314304 32929 33554432000 134512640 136057169 4289951792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 33524 32929 182 378 0 33144 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 134096

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27131
/proc/meminfo: memFree=14636188/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=263348 CPUtime=4062.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 65819 0 0 0 406226 13 0 0 25 0 1 0 475913118 269668352 63903 33554432000 134512640 136057169 4289951792 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 65837 63903 182 378 0 65457 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 263348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27133
/proc/meminfo: memFree=14629224/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=266776 CPUtime=4122.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 66639 0 0 0 412225 14 0 0 25 0 1 0 475913118 273178624 64723 33554432000 134512640 136057169 4289951792 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 66694 64723 182 378 0 66314 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 266776

[startup+4182.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/178 27216
/proc/meminfo: memFree=14773448/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=267772 CPUtime=4182.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 66876 0 0 0 418225 14 0 0 25 0 1 0 475913118 274198528 64960 33554432000 134512640 136057169 4289951792 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 66943 64960 182 378 0 66563 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 267772

[startup+4242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27218
/proc/meminfo: memFree=14762256/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=268252 CPUtime=4242.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 66990 0 0 0 424225 14 0 0 25 0 1 0 475913118 274690048 65074 33554432000 134512640 136057169 4289951792 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 67063 65074 182 378 0 66683 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 268252

[startup+4302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27219
/proc/meminfo: memFree=14754424/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=268252 CPUtime=4302.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 66995 0 0 0 430225 14 0 0 25 0 1 0 475913118 274690048 65079 33554432000 134512640 136057169 4289951792 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 67063 65079 182 378 0 66683 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 268252

[startup+4362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27221
/proc/meminfo: memFree=14751900/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=268468 CPUtime=4362.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 67042 0 0 0 436225 14 0 0 25 0 1 0 475913118 274911232 65126 33554432000 134512640 136057169 4289951792 18446744073709551615 134618205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 67117 65126 182 378 0 66737 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 268468

[startup+4422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27223
/proc/meminfo: memFree=14745316/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=269268 CPUtime=4422.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 67218 0 0 0 442225 14 0 0 25 0 1 0 475913118 275730432 65302 33554432000 134512640 136057169 4289951792 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 67317 65302 182 378 0 66937 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 269268

[startup+4482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27224
/proc/meminfo: memFree=14742300/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=270952 CPUtime=4482.39 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 67643 0 0 0 448225 14 0 0 25 0 1 0 475913118 277454848 65727 33554432000 134512640 136057169 4289951792 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 67738 65727 182 378 0 67358 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 270952

[startup+4542.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/178 27226
/proc/meminfo: memFree=14733352/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=272408 CPUtime=4542.4 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 68025 0 0 0 454226 14 0 0 25 0 1 0 475913118 278945792 66109 33554432000 134512640 136057169 4289951792 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 68102 66109 182 378 0 67722 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 272408

[startup+4602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 27228
/proc/meminfo: memFree=14728496/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=272676 CPUtime=4602.4 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 68064 0 0 0 460226 14 0 0 25 0 1 0 475913118 279220224 66148 33554432000 134512640 136057169 4289951792 18446744073709551615 134618398 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 68169 66148 182 378 0 67789 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 272676

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27229
/proc/meminfo: memFree=14717184/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=282688 CPUtime=4662.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 70614 0 0 0 466226 15 0 0 25 0 1 0 475913118 289472512 68698 33554432000 134512640 136057169 4289951792 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 70672 68698 182 378 0 70292 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 282688

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27231
/proc/meminfo: memFree=14714788/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=284144 CPUtime=4722.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 70935 0 0 0 472226 15 0 0 25 0 1 0 475913118 290963456 69019 33554432000 134512640 136057169 4289951792 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 71036 69019 182 378 0 70656 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 284144

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27232
/proc/meminfo: memFree=14710420/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=285140 CPUtime=4782.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71159 0 0 0 478226 15 0 0 25 0 1 0 475913118 291983360 69243 33554432000 134512640 136057169 4289951792 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 71285 69243 182 378 0 70905 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 285140

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27234
/proc/meminfo: memFree=14707176/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=285852 CPUtime=4842.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71312 0 0 0 484226 15 0 0 25 0 1 0 475913118 292712448 69396 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 71463 69396 182 378 0 71083 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 285852

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27235
/proc/meminfo: memFree=14705040/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=287240 CPUtime=4902.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71620 0 0 0 490226 15 0 0 25 0 1 0 475913118 294133760 69704 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 71810 69704 182 378 0 71430 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 287240

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27237
/proc/meminfo: memFree=14702396/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=288444 CPUtime=4962.41 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71870 0 0 0 496226 15 0 0 25 0 1 0 475913118 295366656 69954 33554432000 134512640 136057169 4289951792 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 72111 69954 182 378 0 71731 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 288444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27238
/proc/meminfo: memFree=14702260/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=288444 CPUtime=5000.02 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71870 0 0 0 499987 15 0 0 25 0 1 0 475913118 295366656 69954 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 72111 69954 182 378 0 71731 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 288444

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 27238
/proc/meminfo: memFree=14702260/32951124 swapFree=67111524/67111528
[pid=27010] ppid=27008 vsize=288444 CPUtime=5000.02 cores=1,3,5,7
/proc/27010/stat : 27010 (clasp) R 27008 27010 26615 0 -1 4202496 71870 0 0 0 499987 15 0 0 25 0 1 0 475913118 295366656 69954 33554432000 134512640 136057169 4289951792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27010/statm: 72111 69954 182 378 0 71731 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 288444

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

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

runsolver used 6.77597 second user time and 16.6925 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 13:05:52
IDJOB=3275203
IDBENCH=71612
IDSOLVER=1677
FILE ID=node136/3275203-1303643151
RUNJOBID= node136-1303635246-26634
PBS_JOBID= 13150712
Free space on /tmp= 72252 MiB

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

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=924679884

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      14963760 kB
Buffers:       1702428 kB
Cached:       15555532 kB
SwapCached:          4 kB
Active:        9215176 kB
Inactive:      8208576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14963760 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5492 kB
Writeback:          36 kB
AnonPages:      166124 kB
Mapped:          15828 kB
Slab:           500652 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   312884 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= 72252 MiB
End job on node136 at 2011-04-24 14:29:13