Trace number 3275158

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
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-3275158-1303640269/watcher-3275158-1303640269 -o /tmp/evaluation-result-3275158-1303640269/solver-3275158-1303640269 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275158-1303640269.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.00 2.00 1.92 3/177 21362
/proc/meminfo: memFree=15470624/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=2460 CPUtime=0 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 383 0 0 0 0 0 0 0 25 0 1 0 475624866 2519040 338 33554432000 134512640 136057169 4290109536 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 615 338 145 378 0 235 0

[startup+0.059117 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 21362
/proc/meminfo: memFree=15470624/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=8592 CPUtime=0.05 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 2367 0 0 0 5 0 0 0 25 0 1 0 475624866 8798208 1790 33554432000 134512640 136057169 4290109536 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 2148 1790 145 378 0 1768 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8592

[startup+0.101099 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 21362
/proc/meminfo: memFree=15470624/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=14384 CPUtime=0.09 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 4144 0 0 0 9 0 0 0 25 0 1 0 475624866 14729216 3211 33554432000 134512640 136057169 4290109536 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 3596 3211 163 378 0 3216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14384

[startup+0.301064 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 21362
/proc/meminfo: memFree=15470624/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=15176 CPUtime=0.29 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 4381 0 0 0 29 0 0 0 25 0 1 0 475624866 15540224 3448 33554432000 134512640 136057169 4290109536 18446744073709551615 134774349 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 3794 3448 166 378 0 3414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15176

[startup+0.700992 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 21362
/proc/meminfo: memFree=15470624/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=15176 CPUtime=0.69 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 4381 0 0 0 69 0 0 0 25 0 1 0 475624866 15540224 3448 33554432000 134512640 136057169 4290109536 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 3794 3448 166 378 0 3414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15176

[startup+1.50084 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21363
/proc/meminfo: memFree=15457472/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=17816 CPUtime=1.49 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 5044 0 0 0 149 0 0 0 25 0 1 0 475624866 18243584 4111 33554432000 134512640 136057169 4290109536 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 4454 4111 168 378 0 4074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17816

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21363
/proc/meminfo: memFree=15454124/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=17236 CPUtime=3.09 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 5528 0 0 0 309 0 0 0 25 0 1 0 475624866 17649664 4073 33554432000 134512640 136057169 4290109536 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 4309 4073 182 378 0 3929 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17236

[startup+6.30098 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21363
/proc/meminfo: memFree=15446364/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=29588 CPUtime=6.29 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 8587 0 0 0 628 1 0 0 25 0 1 0 475624866 30298112 7132 33554432000 134512640 136057169 4290109536 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 7397 7132 182 378 0 7017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29588

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 21363
/proc/meminfo: memFree=15416728/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=55840 CPUtime=12.69 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 15117 0 0 0 1268 1 0 0 25 0 1 0 475624866 57180160 13662 33554432000 134512640 136057169 4290109536 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 13960 13662 182 378 0 13580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55840

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21364
/proc/meminfo: memFree=15403708/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=63260 CPUtime=25.49 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 16975 0 0 0 2547 2 0 0 25 0 1 0 475624866 64778240 15520 33554432000 134512640 136057169 4290109536 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 15815 15520 182 378 0 15435 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63260

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21364
/proc/meminfo: memFree=15384896/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=74772 CPUtime=51.09 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 19856 0 0 0 5107 2 0 0 25 0 1 0 475624866 76566528 18401 33554432000 134512640 136057169 4290109536 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 18693 18401 182 378 0 18313 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74772

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21366
/proc/meminfo: memFree=15365412/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=81868 CPUtime=102.3 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 21705 0 0 0 10227 3 0 0 25 0 1 0 475624866 83832832 20114 33554432000 134512640 136057169 4290109536 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 20467 20114 182 378 0 20087 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 81868

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21367
/proc/meminfo: memFree=15340836/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=100076 CPUtime=162.3 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 26190 0 0 0 16226 4 0 0 25 0 1 0 475624866 102477824 24599 33554432000 134512640 136057169 4290109536 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 25019 24599 182 378 0 24639 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100076

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 21369
/proc/meminfo: memFree=15317488/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=115816 CPUtime=222.3 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 30080 0 0 0 22226 4 0 0 25 0 1 0 475624866 118595584 28489 33554432000 134512640 136057169 4290109536 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 28954 28489 182 378 0 28574 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115816

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 21370
/proc/meminfo: memFree=15303932/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=126252 CPUtime=282.3 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 32677 0 0 0 28225 5 0 0 25 0 1 0 475624866 129282048 31086 33554432000 134512640 136057169 4290109536 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 31563 31086 182 378 0 31183 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126252

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 21372
/proc/meminfo: memFree=15294452/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=126924 CPUtime=342.3 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 32807 0 0 0 34225 5 0 0 25 0 1 0 475624866 129970176 31216 33554432000 134512640 136057169 4290109536 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 31731 31216 182 378 0 31351 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126924

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21374
/proc/meminfo: memFree=15285492/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=131236 CPUtime=402.31 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 33910 0 0 0 40225 6 0 0 25 0 1 0 475624866 134385664 32319 33554432000 134512640 136057169 4290109536 18446744073709551615 134820157 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 32809 32319 182 378 0 32429 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 131236

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21375
/proc/meminfo: memFree=15276904/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=136432 CPUtime=462.31 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 35116 0 0 0 46225 6 0 0 25 0 1 0 475624866 139706368 33525 33554432000 134512640 136057169 4290109536 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 34108 33525 182 378 0 33728 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 136432

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 21377
/proc/meminfo: memFree=15267796/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=139356 CPUtime=522.31 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 35865 0 0 0 52225 6 0 0 25 0 1 0 475624866 142700544 34274 33554432000 134512640 136057169 4290109536 18446744073709551615 134823260 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 34839 34274 182 378 0 34459 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 139356

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 21378
/proc/meminfo: memFree=15266016/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=140428 CPUtime=582.31 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 36102 0 0 0 58225 6 0 0 25 0 1 0 475624866 143798272 34511 33554432000 134512640 136057169 4290109536 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 35107 34511 182 378 0 34727 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 140428

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 21483
/proc/meminfo: memFree=15048548/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=260436 CPUtime=4062.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 64922 0 0 0 406229 12 0 0 25 0 1 0 475624866 266686464 63007 33554432000 134512640 136057169 4290109536 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65109 63007 182 378 0 64729 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 260436

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 21485
/proc/meminfo: memFree=15047252/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=260436 CPUtime=4122.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 64938 0 0 0 412229 12 0 0 25 0 1 0 475624866 266686464 63023 33554432000 134512640 136057169 4290109536 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65109 63023 182 378 0 64729 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 260436

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 21487
/proc/meminfo: memFree=15046840/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=260756 CPUtime=4182.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65007 0 0 0 418229 12 0 0 25 0 1 0 475624866 267014144 63092 33554432000 134512640 136057169 4290109536 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65189 63092 182 378 0 64809 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 260756

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 21488
/proc/meminfo: memFree=15045908/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=261556 CPUtime=4242.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65184 0 0 0 424229 12 0 0 25 0 1 0 475624866 267833344 63269 33554432000 134512640 136057169 4290109536 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65389 63269 182 378 0 65009 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 261556

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 21490
/proc/meminfo: memFree=15045136/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=261556 CPUtime=4302.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65200 0 0 0 430229 12 0 0 25 0 1 0 475624866 267833344 63285 33554432000 134512640 136057169 4290109536 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65389 63285 182 378 0 65009 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 261556

[startup+4362.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/178 21491
/proc/meminfo: memFree=15044608/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=261556 CPUtime=4362.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65200 0 0 0 436229 12 0 0 25 0 1 0 475624866 267833344 63285 33554432000 134512640 136057169 4290109536 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65389 63285 182 378 0 65009 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 261556

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 21493
/proc/meminfo: memFree=15043436/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=262732 CPUtime=4422.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65443 0 0 0 442229 12 0 0 25 0 1 0 475624866 269037568 63528 33554432000 134512640 136057169 4290109536 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65683 63528 182 378 0 65303 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 262732

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21494
/proc/meminfo: memFree=15042900/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=263372 CPUtime=4482.41 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65568 0 0 0 448229 12 0 0 25 0 1 0 475624866 269692928 63653 33554432000 134512640 136057169 4290109536 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65843 63653 182 378 0 65463 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 263372

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21496
/proc/meminfo: memFree=15042596/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=263372 CPUtime=4542.42 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65569 0 0 0 454230 12 0 0 25 0 1 0 475624866 269692928 63654 33554432000 134512640 136057169 4290109536 18446744073709551615 134618498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65843 63654 182 378 0 65463 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 263372

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21498
/proc/meminfo: memFree=15042196/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=263372 CPUtime=4602.42 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65571 0 0 0 460230 12 0 0 25 0 1 0 475624866 269692928 63656 33554432000 134512640 136057169 4290109536 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65843 63656 182 378 0 65463 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 263372

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21499
/proc/meminfo: memFree=15041924/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=263372 CPUtime=4662.42 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65573 0 0 0 466230 12 0 0 25 0 1 0 475624866 269692928 63658 33554432000 134512640 136057169 4290109536 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65843 63658 182 378 0 65463 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 263372

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21501
/proc/meminfo: memFree=15040500/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=263584 CPUtime=4722.43 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 65631 0 0 0 472231 12 0 0 25 0 1 0 475624866 269910016 63716 33554432000 134512640 136057169 4290109536 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 65896 63716 182 378 0 65516 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 263584

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21502
/proc/meminfo: memFree=15034628/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=268460 CPUtime=4782.43 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 66866 0 0 0 478230 13 0 0 25 0 1 0 475624866 274903040 64951 33554432000 134512640 136057169 4290109536 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 67115 64951 182 378 0 66735 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 268460

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 21504
/proc/meminfo: memFree=15013732/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=289064 CPUtime=4842.43 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 71962 0 0 0 484229 14 0 0 25 0 1 0 475624866 296001536 70047 33554432000 134512640 136057169 4290109536 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 72266 70047 182 378 0 71886 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 289064

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 21506
/proc/meminfo: memFree=15012212/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=290236 CPUtime=4902.43 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 72230 0 0 0 490229 14 0 0 25 0 1 0 475624866 297201664 70315 33554432000 134512640 136057169 4290109536 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 72559 70315 182 378 0 72179 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 290236

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 21507
/proc/meminfo: memFree=15007848/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=294716 CPUtime=4962.43 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 73286 0 0 0 496229 14 0 0 25 0 1 0 475624866 301789184 71371 33554432000 134512640 136057169 4290109536 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 73679 71371 182 378 0 73299 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 294716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.95 1.99 1.97 3/178 21536
/proc/meminfo: memFree=15222524/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=295308 CPUtime=5000.04 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 73398 0 0 0 499990 14 0 0 25 0 1 0 475624866 302395392 71483 33554432000 134512640 136057169 4290109536 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 73827 71483 182 378 0 73447 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 295308

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.95 1.99 1.97 3/178 21536
/proc/meminfo: memFree=15222524/32951124 swapFree=67111528/67111528
[pid=21362] ppid=21360 vsize=295308 CPUtime=5000.04 cores=1,3,5,7
/proc/21362/stat : 21362 (clasp) R 21360 21362 21083 0 -1 4202496 73398 0 0 0 499990 14 0 0 25 0 1 0 475624866 302395392 71483 33554432000 134512640 136057169 4290109536 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21362/statm: 73827 71483 182 378 0 73447 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 295308

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.9
CPU system time (s): 0.161975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 295308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.9
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 56660

runsolver used 7.79382 second user time and 17.6193 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-24 12:17:49
IDJOB=3275158
IDBENCH=71549
IDSOLVER=1677
FILE ID=node138/3275158-1303640269
RUNJOBID= node138-1303635246-21102
PBS_JOBID= 13150710
Free space on /tmp= 72036 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=279979640

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15470904 kB
Buffers:       2061508 kB
Cached:       14759924 kB
SwapCached:          0 kB
Active:        9769968 kB
Inactive:      7155112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15470904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9632 kB
Writeback:           0 kB
AnonPages:      103188 kB
Mapped:          15828 kB
Slab:           493416 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   245312 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= 72036 MiB
End job on node138 at 2011-04-24 13:41:11