Trace number 3275358

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.07 4999.93

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 2/177 29161
/proc/meminfo: memFree=24671536/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=2512 CPUtime=0 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 401 0 0 0 0 0 0 0 25 0 1 0 476326320 2572288 356 33554432000 134512640 136057169 4294602080 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 628 357 145 378 0 248 0

[startup+0.103166 s]
/proc/loadavg: 1.96 2.00 2.00 2/177 29161
/proc/meminfo: memFree=24671536/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=11912 CPUtime=0.09 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 3270 0 0 0 9 0 0 0 25 0 1 0 476326320 12197888 2693 33554432000 134512640 136057169 4294602080 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 3011 2694 145 378 0 2631 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11912

[startup+0.201151 s]
/proc/loadavg: 1.96 2.00 2.00 2/177 29161
/proc/meminfo: memFree=24671536/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=23000 CPUtime=0.19 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 6489 0 0 0 18 1 0 0 25 0 1 0 476326320 23552000 5451 33554432000 134512640 136057169 4294602080 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 5750 5452 163 378 0 5370 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23000

[startup+0.301133 s]
/proc/loadavg: 1.96 2.00 2.00 2/177 29161
/proc/meminfo: memFree=24671536/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=29688 CPUtime=0.29 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 8687 0 0 0 28 1 0 0 25 0 1 0 476326320 30400512 7142 33554432000 134512640 136057169 4294602080 18446744073709551615 134774482 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 7422 7142 166 378 0 7042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29688

[startup+0.701054 s]
/proc/loadavg: 1.96 2.00 2.00 2/177 29161
/proc/meminfo: memFree=24671536/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=29688 CPUtime=0.69 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 8687 0 0 0 68 1 0 0 25 0 1 0 476326320 30400512 7142 33554432000 134512640 136057169 4294602080 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 7422 7142 166 378 0 7042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29688

[startup+1.50091 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 29162
/proc/meminfo: memFree=24643624/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=29688 CPUtime=1.49 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 8687 0 0 0 148 1 0 0 25 0 1 0 476326320 30400512 7142 33554432000 134512640 136057169 4294602080 18446744073709551615 134774364 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 7422 7142 166 378 0 7042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29688

[startup+3.10061 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 29162
/proc/meminfo: memFree=24642508/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=29688 CPUtime=3.09 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 8687 0 0 0 308 1 0 0 25 0 1 0 476326320 30400512 7142 33554432000 134512640 136057169 4294602080 18446744073709551615 134774457 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 7422 7142 166 378 0 7042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29688

[startup+6.30105 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 29162
/proc/meminfo: memFree=24640848/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=33128 CPUtime=6.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 9528 0 0 0 628 2 0 0 25 0 1 0 476326320 33923072 7983 33554432000 134512640 136057169 4294602080 18446744073709551615 134766279 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 8282 7983 168 378 0 7902 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 33128

[startup+12.7009 s]
/proc/loadavg: 1.96 2.00 2.00 3/178 29162
/proc/meminfo: memFree=24627988/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=45464 CPUtime=12.69 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 12627 0 0 0 1267 2 0 0 25 0 1 0 476326320 46555136 11082 33554432000 134512640 136057169 4294602080 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 11366 11082 168 378 0 10986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45464

[startup+25.5006 s]
/proc/loadavg: 1.97 2.00 2.00 3/178 29162
/proc/meminfo: memFree=24611728/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=60700 CPUtime=25.49 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 16448 0 0 0 2546 3 0 0 25 0 1 0 476326320 62156800 14903 33554432000 134512640 136057169 4294602080 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 15175 14903 168 378 0 14795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60700

[startup+51.101 s]
/proc/loadavg: 1.98 2.00 2.00 3/178 29163
/proc/meminfo: memFree=24549732/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=125784 CPUtime=51.09 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 34279 0 0 0 5103 6 0 0 25 0 1 0 476326320 128802816 31079 33554432000 134512640 136057169 4294602080 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 31446 31079 183 378 0 31066 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125784

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29164
/proc/meminfo: memFree=24497384/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=176580 CPUtime=102.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 46851 0 0 0 10222 8 0 0 25 0 1 0 476326320 180817920 43448 33554432000 134512640 136057169 4294602080 18446744073709551615 134819792 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 44145 43448 183 378 0 43765 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176580

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29166
/proc/meminfo: memFree=24480608/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=194196 CPUtime=162.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 51008 0 0 0 16221 9 0 0 25 0 1 0 476326320 198856704 47605 33554432000 134512640 136057169 4294602080 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 48549 47605 183 378 0 48169 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 194196

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29168
/proc/meminfo: memFree=24460344/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=215040 CPUtime=222.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 56084 0 0 0 22221 9 0 0 25 0 1 0 476326320 220200960 52681 33554432000 134512640 136057169 4294602080 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 53760 52681 183 378 0 53380 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 215040

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29169
/proc/meminfo: memFree=24453608/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=222256 CPUtime=282.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 57779 0 0 0 28221 9 0 0 25 0 1 0 476326320 227590144 54376 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 55564 54376 183 378 0 55184 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 222256

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29171
/proc/meminfo: memFree=24433856/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=243196 CPUtime=342.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 62742 0 0 0 34220 10 0 0 25 0 1 0 476326320 249032704 59339 33554432000 134512640 136057169 4294602080 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 60799 59339 183 378 0 60419 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 243196

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29172
/proc/meminfo: memFree=24425860/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=252084 CPUtime=402.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 64956 0 0 0 40219 11 0 0 25 0 1 0 476326320 258134016 61425 33554432000 134512640 136057169 4294602080 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 63021 61425 183 378 0 62641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 252084

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 29174
/proc/meminfo: memFree=24417004/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=261312 CPUtime=462.3 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 67356 0 0 0 46219 11 0 0 25 0 1 0 476326320 267583488 63521 33554432000 134512640 136057169 4294602080 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 65328 63521 183 378 0 64948 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 261312

[startup+522.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/178 29176
/proc/meminfo: memFree=24409248/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=270620 CPUtime=522.31 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 69472 0 0 0 52219 12 0 0 25 0 1 0 476326320 277114880 65637 33554432000 134512640 136057169 4294602080 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 67655 65637 183 378 0 67275 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 270620

[startup+582.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 29177
/proc/meminfo: memFree=24400524/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=278880 CPUtime=582.31 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 71784 0 0 0 58219 12 0 0 25 0 1 0 476326320 285573120 67683 33554432000 134512640 136057169 4294602080 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 69720 67683 183 378 0 69340 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 278880

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/172 29298
/proc/meminfo: memFree=24217896/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=482396 CPUtime=4002.4 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 125666 0 0 0 400218 22 0 0 25 0 1 0 476326320 493973504 114528 33554432000 134512640 136057169 4294602080 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 120599 114528 183 378 0 120219 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 482396

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 29300
/proc/meminfo: memFree=24217584/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=482396 CPUtime=4062.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 125785 0 0 0 406219 22 0 0 25 0 1 0 476326320 493973504 114647 33554432000 134512640 136057169 4294602080 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 120599 114647 183 378 0 120219 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 482396

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 29302
/proc/meminfo: memFree=24217776/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=482396 CPUtime=4122.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 125785 0 0 0 412219 22 0 0 25 0 1 0 476326320 493973504 114647 33554432000 134512640 136057169 4294602080 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 120599 114647 183 378 0 120219 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 482396

[startup+4182.31 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 29303
/proc/meminfo: memFree=24216988/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=483480 CPUtime=4182.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126116 0 0 0 418219 22 0 0 25 0 1 0 476326320 495083520 114797 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 120870 114797 183 378 0 120490 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 483480

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 29305
/proc/meminfo: memFree=24217080/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=483480 CPUtime=4242.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126133 0 0 0 424219 22 0 0 25 0 1 0 476326320 495083520 114814 33554432000 134512640 136057169 4294602080 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 120870 114814 183 378 0 120490 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 483480

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 29306
/proc/meminfo: memFree=24216152/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=484204 CPUtime=4302.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126341 0 0 0 430219 22 0 0 25 0 1 0 476326320 495824896 115022 33554432000 134512640 136057169 4294602080 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121051 115022 183 378 0 120671 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 484204

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 29308
/proc/meminfo: memFree=24216220/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=484204 CPUtime=4362.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126341 0 0 0 436219 22 0 0 25 0 1 0 476326320 495824896 115022 33554432000 134512640 136057169 4294602080 18446744073709551615 134618245 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121051 115022 183 378 0 120671 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 484204

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/172 29310
/proc/meminfo: memFree=24216032/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=484204 CPUtime=4422.41 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126357 0 0 0 442219 22 0 0 25 0 1 0 476326320 495824896 115038 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121051 115038 183 378 0 120671 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 484204

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/172 29311
/proc/meminfo: memFree=24215740/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=484740 CPUtime=4482.42 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 126470 0 0 0 448220 22 0 0 25 0 1 0 476326320 496373760 115151 33554432000 134512640 136057169 4294602080 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121185 115151 183 378 0 120805 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 484740

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/172 29313
/proc/meminfo: memFree=24213456/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=486624 CPUtime=4542.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 127055 0 0 0 454220 23 0 0 25 0 1 0 476326320 498302976 115555 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121656 115555 183 378 0 121276 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 486624

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/172 29314
/proc/meminfo: memFree=24213060/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=487164 CPUtime=4602.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 127467 0 0 0 460220 23 0 0 25 0 1 0 476326320 498855936 115696 33554432000 134512640 136057169 4294602080 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121791 115696 183 378 0 121411 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 487164

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/172 29316
/proc/meminfo: memFree=24212756/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=487704 CPUtime=4662.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 127744 0 0 0 466220 23 0 0 25 0 1 0 476326320 499408896 115702 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 121926 115702 183 378 0 121546 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 487704

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/172 29318
/proc/meminfo: memFree=24211588/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=489024 CPUtime=4722.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 128201 0 0 0 472220 23 0 0 25 0 1 0 476326320 500760576 115978 33554432000 134512640 136057169 4294602080 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 122256 115978 183 378 0 121876 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 489024

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 29319
/proc/meminfo: memFree=24211548/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=489024 CPUtime=4782.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 128203 0 0 0 478220 23 0 0 25 0 1 0 476326320 500760576 115980 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 122256 115980 183 378 0 121876 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 489024

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 29321
/proc/meminfo: memFree=24194044/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=508676 CPUtime=4842.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 133514 0 0 0 484219 24 0 0 25 0 1 0 476326320 520884224 120533 33554432000 134512640 136057169 4294602080 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 127169 120533 183 378 0 126789 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 508676

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 29322
/proc/meminfo: memFree=24190752/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=512440 CPUtime=4902.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 134354 0 0 0 490218 25 0 0 25 0 1 0 476326320 524738560 121373 33554432000 134512640 136057169 4294602080 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 128110 121373 183 378 0 127730 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 512440

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 29324
/proc/meminfo: memFree=24176680/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=526988 CPUtime=4962.43 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 138042 0 0 0 496218 25 0 0 25 0 1 0 476326320 539635712 124880 33554432000 134512640 136057169 4294602080 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 131747 124880 183 378 0 131367 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 526988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 29325
/proc/meminfo: memFree=24173172/32951124 swapFree=67111412/67111528
[pid=29161] ppid=29159 vsize=530356 CPUtime=5000.04 cores=0,2,4,6
/proc/29161/stat : 29161 (clasp) R 29159 29161 28534 0 -1 4202496 138814 0 0 0 499979 25 0 0 25 0 1 0 476326320 543084544 125652 33554432000 134512640 136057169 4294602080 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29161/statm: 132589 125652 183 378 0 132209 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 530356

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): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.79
CPU system time (s): 0.281957
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 530356

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

runsolver used 7.8678 second user time and 16.1645 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-24 14:14:46
IDJOB=3275358
IDBENCH=83165
IDSOLVER=1677
FILE ID=node137/3275358-1303647286
RUNJOBID= node137-1303635246-28553
PBS_JOBID= 13150711
Free space on /tmp= 71816 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.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-3275358-1303647286/watcher-3275358-1303647286 -o /tmp/evaluation-result-3275358-1303647286/solver-3275358-1303647286 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275358-1303647286.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=41357052

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      24671692 kB
Buffers:       1685500 kB
Cached:        5979148 kB
SwapCached:        112 kB
Active:        1203924 kB
Inactive:      6527828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24671692 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:       66644 kB
Mapped:          15424 kB
Slab:           484164 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212236 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= 71816 MiB
End job on node137 at 2011-04-24 15:38:08