Trace number 3273313

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.05 1300.02

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-3273313-1303600956/watcher-3273313-1303600956 -o /tmp/evaluation-result-3273313-1303600956/solver-3273313-1303600956 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273313-1303600956.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.19 0.06 0.50 4/188 24099
/proc/meminfo: memFree=14417584/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=2328 CPUtime=0 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 471693517 2383872 318 33554432000 134512640 136057169 4292931248 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 582 318 145 378 0 202 0

[startup+0.03923 s]
/proc/loadavg: 0.19 0.06 0.50 4/188 24099
/proc/meminfo: memFree=14417584/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=6208 CPUtime=0.03 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 1593 0 0 0 3 0 0 0 21 0 1 0 471693517 6356992 1219 33554432000 134512640 136057169 4292931248 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 1552 1221 145 378 0 1172 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6208

[startup+0.100212 s]
/proc/loadavg: 0.19 0.06 0.50 4/188 24099
/proc/meminfo: memFree=14417584/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=14120 CPUtime=0.09 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 4076 0 0 0 9 0 0 0 21 0 1 0 471693517 14458880 3143 33554432000 134512640 136057169 4292931248 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 3530 3143 163 378 0 3150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14120

[startup+0.300174 s]
/proc/loadavg: 0.19 0.06 0.50 4/188 24099
/proc/meminfo: memFree=14417584/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=15044 CPUtime=0.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 4371 0 0 0 29 0 0 0 22 0 1 0 471693517 15405056 3438 33554432000 134512640 136057169 4292931248 18446744073709551615 134774542 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 3761 3438 166 378 0 3381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15044

[startup+0.701112 s]
/proc/loadavg: 0.19 0.06 0.50 4/188 24099
/proc/meminfo: memFree=14417584/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=15044 CPUtime=0.69 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 4371 0 0 0 69 0 0 0 23 0 1 0 471693517 15405056 3438 33554432000 134512640 136057169 4292931248 18446744073709551615 134774414 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 3761 3438 166 378 0 3381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15044

[startup+1.50095 s]
/proc/loadavg: 0.19 0.06 0.50 4/189 24100
/proc/meminfo: memFree=14395752/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=17816 CPUtime=1.49 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 5051 0 0 0 149 0 0 0 25 0 1 0 471693517 18243584 4118 33554432000 134512640 136057169 4292931248 18446744073709551615 134765688 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 4454 4118 168 378 0 4074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17816

[startup+3.10066 s]
/proc/loadavg: 0.42 0.11 0.51 4/189 24100
/proc/meminfo: memFree=14383596/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=17256 CPUtime=3.09 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 5514 0 0 0 309 0 0 0 25 0 1 0 471693517 17670144 4059 33554432000 134512640 136057169 4292931248 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 4314 4059 182 378 0 3934 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17256

[startup+6.30106 s]
/proc/loadavg: 0.42 0.11 0.51 5/194 24110
/proc/meminfo: memFree=14339064/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=30268 CPUtime=6.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 8752 0 0 0 628 1 0 0 25 0 1 0 471693517 30994432 7297 33554432000 134512640 136057169 4292931248 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 7567 7297 182 378 0 7187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30268

[startup+12.7009 s]
/proc/loadavg: 0.97 0.24 0.55 5/194 24110
/proc/meminfo: memFree=14279632/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=51984 CPUtime=12.69 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 14202 0 0 0 1267 2 0 0 25 0 1 0 471693517 53231616 12747 33554432000 134512640 136057169 4292931248 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 12996 12747 182 378 0 12616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51984

[startup+25.5005 s]
/proc/loadavg: 1.43 0.36 0.58 5/194 24110
/proc/meminfo: memFree=14264316/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=57972 CPUtime=25.49 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 15662 0 0 0 2547 2 0 0 25 0 1 0 471693517 59363328 14207 33554432000 134512640 136057169 4292931248 18446744073709551615 134618333 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 14493 14207 182 378 0 14113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57972

[startup+51.1008 s]
/proc/loadavg: 2.31 0.65 0.67 5/194 24111
/proc/meminfo: memFree=14228660/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=70464 CPUtime=51.08 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 18792 0 0 0 5106 2 0 0 25 0 1 0 471693517 72155136 17337 33554432000 134512640 136057169 4292931248 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 17616 17337 182 378 0 17236 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70464

[startup+102.307 s]
/proc/loadavg: 3.38 1.23 0.87 5/194 24112
/proc/meminfo: memFree=14172848/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=90812 CPUtime=102.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 23937 0 0 0 10225 4 0 0 25 0 1 0 471693517 92991488 22346 33554432000 134512640 136057169 4292931248 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 22703 22346 182 378 0 22323 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90812

[startup+162.3 s]
/proc/loadavg: 3.75 1.69 1.05 5/194 24114
/proc/meminfo: memFree=14134516/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=101508 CPUtime=162.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 26579 0 0 0 16224 5 0 0 25 0 1 0 471693517 103944192 24988 33554432000 134512640 136057169 4292931248 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 25377 24988 182 378 0 24997 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101508

[startup+222.301 s]
/proc/loadavg: 3.99 2.16 1.25 5/194 24116
/proc/meminfo: memFree=14092572/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=103492 CPUtime=222.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 27049 0 0 0 22224 5 0 0 25 0 1 0 471693517 105975808 25458 33554432000 134512640 136057169 4292931248 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 25873 25458 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: 4.12 2.51 1.42 5/194 24117
/proc/meminfo: memFree=14076432/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=109040 CPUtime=282.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 28389 0 0 0 28224 5 0 0 25 0 1 0 471693517 111656960 26798 33554432000 134512640 136057169 4292931248 18446744073709551615 134618118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 27260 26798 182 378 0 26880 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109040

[startup+342.301 s]
/proc/loadavg: 4.12 2.81 1.60 5/194 24119
/proc/meminfo: memFree=14056940/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=112324 CPUtime=342.29 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 29174 0 0 0 34224 5 0 0 25 0 1 0 471693517 115019776 27583 33554432000 134512640 136057169 4292931248 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 28081 27583 182 378 0 27701 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 112324

[startup+402.301 s]
/proc/loadavg: 4.08 3.02 1.74 5/194 24120
/proc/meminfo: memFree=14047504/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=115516 CPUtime=402.3 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 29979 0 0 0 40224 6 0 0 25 0 1 0 471693517 118288384 28388 33554432000 134512640 136057169 4292931248 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 28879 28388 182 378 0 28499 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115516

[startup+462.301 s]
/proc/loadavg: 4.02 3.21 1.89 5/194 24122
/proc/meminfo: memFree=14013896/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=133164 CPUtime=462.3 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 34347 0 0 0 46223 7 0 0 25 0 1 0 471693517 136359936 32756 33554432000 134512640 136057169 4292931248 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 33291 32756 182 378 0 32911 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 133164

[startup+522.301 s]
/proc/loadavg: 4.01 3.34 2.01 5/194 24124
/proc/meminfo: memFree=13996900/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=137316 CPUtime=522.3 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 35366 0 0 0 52223 7 0 0 25 0 1 0 471693517 140611584 33775 33554432000 134512640 136057169 4292931248 18446744073709551615 134618144 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 34329 33775 182 378 0 33949 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 137316

[startup+582.3 s]
/proc/loadavg: 4.00 3.47 2.14 5/194 24125
/proc/meminfo: memFree=13985852/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=138832 CPUtime=582.3 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 35718 0 0 0 58223 7 0 0 25 0 1 0 471693517 142163968 34127 33554432000 134512640 136057169 4292931248 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 34708 34127 182 378 0 34328 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138832

[startup+642.3 s]
/proc/loadavg: 4.00 3.56 2.25 5/194 24127
/proc/meminfo: memFree=13976020/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=138832 CPUtime=642.31 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 35726 0 0 0 64224 7 0 0 25 0 1 0 471693517 142163968 34135 33554432000 134512640 136057169 4292931248 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 34708 34135 182 378 0 34328 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 138832

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.35 5/194 24128
/proc/meminfo: memFree=13959000/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=151504 CPUtime=702.31 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 38950 0 0 0 70223 8 0 0 25 0 1 0 471693517 155140096 37156 33554432000 134512640 136057169 4292931248 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 37876 37156 182 378 0 37496 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 151504

[startup+762.307 s]
/proc/loadavg: 4.00 3.70 2.46 5/194 24130
/proc/meminfo: memFree=13949684/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=153880 CPUtime=762.31 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 39541 0 0 0 76223 8 0 0 25 0 1 0 471693517 157573120 37747 33554432000 134512640 136057169 4292931248 18446744073709551615 134618553 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 38470 37747 182 378 0 38090 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 153880

[startup+822.301 s]
/proc/loadavg: 4.13 3.78 2.55 5/194 24132
/proc/meminfo: memFree=13944316/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=155356 CPUtime=822.31 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 39911 0 0 0 82223 8 0 0 25 0 1 0 471693517 159084544 38117 33554432000 134512640 136057169 4292931248 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 38839 38117 182 378 0 38459 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 155356

[startup+882.301 s]
/proc/loadavg: 4.04 3.82 2.65 5/194 24133
/proc/meminfo: memFree=13941572/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=156284 CPUtime=882.31 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 40103 0 0 0 88223 8 0 0 25 0 1 0 471693517 160034816 38309 33554432000 134512640 136057169 4292931248 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 39071 38309 182 378 0 38691 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 156284

[startup+942.301 s]
/proc/loadavg: 4.09 3.87 2.73 5/194 24135
/proc/meminfo: memFree=13930504/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=161724 CPUtime=942.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 41440 0 0 0 94223 9 0 0 25 0 1 0 471693517 165605376 39646 33554432000 134512640 136057169 4292931248 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 40431 39646 182 378 0 40051 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 161724

[startup+1002.3 s]
/proc/loadavg: 4.03 3.89 2.81 5/194 24136
/proc/meminfo: memFree=13925768/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=161868 CPUtime=1002.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 41473 0 0 0 100223 9 0 0 25 0 1 0 471693517 165752832 39679 33554432000 134512640 136057169 4292931248 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 40467 39679 182 378 0 40087 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 161868

[startup+1062.3 s]
/proc/loadavg: 4.08 3.92 2.88 5/194 24138
/proc/meminfo: memFree=13921768/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=162720 CPUtime=1062.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 41657 0 0 0 106223 9 0 0 25 0 1 0 471693517 166625280 39863 33554432000 134512640 136057169 4292931248 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 40680 39863 182 378 0 40300 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 162720

[startup+1122.3 s]
/proc/loadavg: 4.03 3.93 2.95 5/194 24140
/proc/meminfo: memFree=13910440/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=170400 CPUtime=1122.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 43530 0 0 0 112223 9 0 0 25 0 1 0 471693517 174489600 41736 33554432000 134512640 136057169 4292931248 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 42600 41736 182 378 0 42220 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 170400

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.01 5/194 24141
/proc/meminfo: memFree=13906464/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=171232 CPUtime=1182.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 43757 0 0 0 118223 9 0 0 25 0 1 0 471693517 175341568 41963 33554432000 134512640 136057169 4292931248 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 42808 41963 182 378 0 42428 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 171232

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.08 5/194 24143
/proc/meminfo: memFree=13880144/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=172628 CPUtime=1242.32 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 44062 0 0 0 124223 9 0 0 25 0 1 0 471693517 176771072 42268 33554432000 134512640 136057169 4292931248 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 43157 42268 182 378 0 42777 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 172628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.94 3.12 5/194 24200
/proc/meminfo: memFree=14236468/32951124 swapFree=67111528/67111528
[pid=24099] ppid=24097 vsize=173720 CPUtime=1300.03 cores=5,7
/proc/24099/stat : 24099 (clasp) R 24097 24099 24048 0 -1 4202496 44321 0 0 0 129994 9 0 0 25 0 1 0 471693517 177889280 42527 33554432000 134512640 136057169 4292931248 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24099/statm: 43430 42527 182 378 0 43050 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 173720

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

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

Child status: 0
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.105983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 173720

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

runsolver used 2.06169 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-24 01:22:37
IDJOB=3273313
IDBENCH=71492
IDSOLVER=1674
FILE ID=node135/3273313-1303600956
RUNJOBID= node135-1303600949-24070
PBS_JOBID= 13150607
Free space on /tmp= 71348 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-3273313-1303600956/watcher-3273313-1303600956 -o /tmp/evaluation-result-3273313-1303600956/solver-3273313-1303600956 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273313-1303600956.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=16459930

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14417748 kB
Buffers:       2058956 kB
Cached:       15762676 kB
SwapCached:          0 kB
Active:        7404928 kB
Inactive:     10534212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14417748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16472 kB
Writeback:           0 kB
AnonPages:      116560 kB
Mapped:          16540 kB
Slab:           531504 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   277476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71352 MiB
End job on node135 at 2011-04-24 01:44:19