Trace number 3274320

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.01

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
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-3274320-1303602262/watcher-3274320-1303602262 -o /tmp/evaluation-result-3274320-1303602262/solver-3274320-1303602262 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274320-1303602262.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 0,2

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: 3.94 4.00 3.13 4/193 22203
/proc/meminfo: memFree=18302996/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=1632 CPUtime=0 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4194304 44 0 0 0 0 0 0 0 24 0 1 0 471824095 1671168 2 33554432000 0 0 4290127575 18446744073709551615 5055495 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22203/statm: 409 12 7 378 0 29 0

[startup+0.07722 s]
/proc/loadavg: 3.94 4.00 3.13 4/193 22203
/proc/meminfo: memFree=18302996/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=4996 CPUtime=0.06 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 1063 0 0 0 6 0 0 0 24 0 1 0 471824095 5115904 970 33554432000 134512640 136057169 4290119328 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 1249 970 166 378 0 869 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4996

[startup+0.100228 s]
/proc/loadavg: 3.94 4.00 3.13 4/193 22203
/proc/meminfo: memFree=18302996/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=4996 CPUtime=0.09 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 1063 0 0 0 9 0 0 0 24 0 1 0 471824095 5115904 970 33554432000 134512640 136057169 4290119328 18446744073709551615 134776146 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 1249 970 166 378 0 869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4996

[startup+0.300179 s]
/proc/loadavg: 3.94 4.00 3.13 4/193 22203
/proc/meminfo: memFree=18302996/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=5656 CPUtime=0.29 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 1224 0 0 0 29 0 0 0 25 0 1 0 471824095 5791744 1131 33554432000 134512640 136057169 4290119328 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 1414 1131 168 378 0 1034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5656

[startup+0.701083 s]
/proc/loadavg: 3.94 4.00 3.13 4/193 22203
/proc/meminfo: memFree=18302996/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=7768 CPUtime=0.69 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 1777 0 0 0 69 0 0 0 25 0 1 0 471824095 7954432 1684 33554432000 134512640 136057169 4290119328 18446744073709551615 134778133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 1942 1684 168 378 0 1562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7768

[startup+1.50093 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22204
/proc/meminfo: memFree=18290608/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=11516 CPUtime=1.48 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 2804 0 0 0 148 0 0 0 25 0 1 0 471824095 11792384 2615 33554432000 134512640 136057169 4290119328 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 2879 2616 182 378 0 2499 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11516

[startup+3.10066 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22204
/proc/meminfo: memFree=18280464/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=16788 CPUtime=3.08 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 4123 0 0 0 308 0 0 0 25 0 1 0 471824095 17190912 3934 33554432000 134512640 136057169 4290119328 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 4197 3934 182 378 0 3817 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16788

[startup+6.30109 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22205
/proc/meminfo: memFree=18271492/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=19972 CPUtime=6.28 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 4915 0 0 0 628 0 0 0 25 0 1 0 471824095 20451328 4726 33554432000 134512640 136057169 4290119328 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 4993 4726 182 378 0 4613 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19972

[startup+12.7009 s]
/proc/loadavg: 3.95 4.00 3.14 5/194 22205
/proc/meminfo: memFree=18258132/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=24984 CPUtime=12.69 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 6146 0 0 0 1268 1 0 0 25 0 1 0 471824095 25583616 5957 33554432000 134512640 136057169 4290119328 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 6246 5957 182 378 0 5866 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24984

[startup+25.5006 s]
/proc/loadavg: 3.96 4.00 3.15 5/194 22205
/proc/meminfo: memFree=18241020/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=31508 CPUtime=25.49 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 7716 0 0 0 2548 1 0 0 25 0 1 0 471824095 32264192 7527 33554432000 134512640 136057169 4290119328 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 7877 7527 182 378 0 7497 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31508

[startup+51.1009 s]
/proc/loadavg: 3.97 4.00 3.18 5/194 22206
/proc/meminfo: memFree=18218744/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=41340 CPUtime=51.08 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 10098 0 0 0 5107 1 0 0 25 0 1 0 471824095 42332160 9909 33554432000 134512640 136057169 4290119328 18446744073709551615 134813079 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 10335 9909 182 378 0 9955 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41340

[startup+102.307 s]
/proc/loadavg: 3.99 4.00 3.22 5/194 22207
/proc/meminfo: memFree=18186240/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=50748 CPUtime=102.29 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 12278 0 0 0 10227 2 0 0 25 0 1 0 471824095 51965952 12089 33554432000 134512640 136057169 4290119328 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 12687 12089 182 378 0 12307 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50748

[startup+162.301 s]
/proc/loadavg: 4.11 4.03 3.28 5/194 22209
/proc/meminfo: memFree=18167756/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=59408 CPUtime=162.29 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 14328 0 0 0 16227 2 0 0 25 0 1 0 471824095 60833792 14139 33554432000 134512640 136057169 4290119328 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 14852 14139 182 378 0 14472 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 59408

[startup+222.301 s]
/proc/loadavg: 4.04 4.02 3.32 5/194 22210
/proc/meminfo: memFree=18149380/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=66396 CPUtime=222.29 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 15906 0 0 0 22227 2 0 0 25 0 1 0 471824095 67989504 15717 33554432000 134512640 136057169 4290119328 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 16599 15717 182 378 0 16219 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 66396

[startup+282.301 s]
/proc/loadavg: 4.06 4.03 3.36 5/194 22212
/proc/meminfo: memFree=18128908/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=70024 CPUtime=282.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 16748 0 0 0 28227 3 0 0 25 0 1 0 471824095 71704576 16559 33554432000 134512640 136057169 4290119328 18446744073709551615 134828980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 17506 16559 182 378 0 17126 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70024

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.40 5/194 22214
/proc/meminfo: memFree=18116368/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=80924 CPUtime=342.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 19363 0 0 0 34227 3 0 0 25 0 1 0 471824095 82866176 19174 33554432000 134512640 136057169 4290119328 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 20231 19174 182 378 0 19851 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80924

[startup+402.301 s]
/proc/loadavg: 4.05 4.03 3.44 5/194 22215
/proc/meminfo: memFree=18099352/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=83600 CPUtime=402.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 19972 0 0 0 40227 3 0 0 25 0 1 0 471824095 85606400 19783 33554432000 134512640 136057169 4290119328 18446744073709551615 134612939 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 20900 19783 182 378 0 20520 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83600

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.47 5/194 22217
/proc/meminfo: memFree=18089052/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=86212 CPUtime=462.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 20575 0 0 0 46227 3 0 0 25 0 1 0 471824095 88281088 20386 33554432000 134512640 136057169 4290119328 18446744073709551615 134618377 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 21553 20386 182 378 0 21173 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86212

[startup+522.3 s]
/proc/loadavg: 4.04 4.03 3.51 5/194 22218
/proc/meminfo: memFree=18079984/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=90544 CPUtime=522.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 21594 0 0 0 52226 4 0 0 25 0 1 0 471824095 92717056 21405 33554432000 134512640 136057169 4290119328 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 22636 21405 182 378 0 22256 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90544

[startup+582.3 s]
/proc/loadavg: 4.01 4.02 3.54 5/194 22220
/proc/meminfo: memFree=18073280/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=93616 CPUtime=582.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 22303 0 0 0 58226 4 0 0 25 0 1 0 471824095 95862784 22114 33554432000 134512640 136057169 4290119328 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 23404 22114 182 378 0 23024 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 93616

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.56 5/194 22222
/proc/meminfo: memFree=18067688/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=94408 CPUtime=642.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 22500 0 0 0 64227 4 0 0 25 0 1 0 471824095 96673792 22311 33554432000 134512640 136057169 4290119328 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 23602 22311 182 378 0 23222 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 94408

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.58 5/194 22223
/proc/meminfo: memFree=18059096/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=95160 CPUtime=702.3 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 22649 0 0 0 70226 4 0 0 25 0 1 0 471824095 97443840 22460 33554432000 134512640 136057169 4290119328 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 23790 22460 182 378 0 23410 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 95160

[startup+762.307 s]
/proc/loadavg: 4.03 4.02 3.61 5/194 22225
/proc/meminfo: memFree=18053876/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=99464 CPUtime=762.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 23678 0 0 0 76227 4 0 0 25 0 1 0 471824095 101851136 23489 33554432000 134512640 136057169 4290119328 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 24866 23489 182 378 0 24486 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 99464

[startup+822.301 s]
/proc/loadavg: 4.08 4.03 3.64 5/194 22226
/proc/meminfo: memFree=18043808/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=105548 CPUtime=822.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 25106 0 0 0 82226 5 0 0 25 0 1 0 471824095 108081152 24836 33554432000 134512640 136057169 4290119328 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 26387 24836 182 378 0 26007 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 105548

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 3.66 5/194 22228
/proc/meminfo: memFree=18033880/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=111464 CPUtime=882.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 26508 0 0 0 88226 5 0 0 25 0 1 0 471824095 114139136 26238 33554432000 134512640 136057169 4290119328 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 27866 26238 182 378 0 27486 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 111464

[startup+942.301 s]
/proc/loadavg: 4.11 4.05 3.69 5/194 22230
/proc/meminfo: memFree=18027168/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=112308 CPUtime=942.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 26697 0 0 0 94226 5 0 0 25 0 1 0 471824095 115003392 26427 33554432000 134512640 136057169 4290119328 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 28077 26427 182 378 0 27697 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 112308

[startup+1002.3 s]
/proc/loadavg: 4.04 4.04 3.70 5/194 22240
/proc/meminfo: memFree=18016608/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=113900 CPUtime=1002.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 27082 0 0 0 100226 5 0 0 25 0 1 0 471824095 116633600 26812 33554432000 134512640 136057169 4290119328 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 28475 26812 182 378 0 28095 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 113900

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.72 5/194 22242
/proc/meminfo: memFree=18013256/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=115148 CPUtime=1062.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 27386 0 0 0 106226 5 0 0 25 0 1 0 471824095 117911552 27116 33554432000 134512640 136057169 4290119328 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 28787 27116 182 378 0 28407 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 115148

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/194 22243
/proc/meminfo: memFree=18008756/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=116136 CPUtime=1122.32 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 27613 0 0 0 112226 6 0 0 25 0 1 0 471824095 118923264 27343 33554432000 134512640 136057169 4290119328 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 29034 27343 182 378 0 28654 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 116136

[startup+1182.3 s]
/proc/loadavg: 3.40 3.85 3.69 4/188 22263
/proc/meminfo: memFree=18012936/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=117524 CPUtime=1182.31 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 27929 0 0 0 118225 6 0 0 25 0 1 0 471824095 120344576 27659 33554432000 134512640 136057169 4290119328 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 29381 27659 182 378 0 29001 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 117524

[startup+1242.3 s]
/proc/loadavg: 3.14 3.69 3.65 4/188 22268
/proc/meminfo: memFree=18003812/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=125392 CPUtime=1242.32 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 29855 0 0 0 124225 7 0 0 25 0 1 0 471824095 128401408 29585 33554432000 134512640 136057169 4290119328 18446744073709551615 134811940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 31348 29585 182 378 0 30968 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 125392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.11 3.59 3.61 2/177 22305
/proc/meminfo: memFree=18229124/32951124 swapFree=67111528/67111528
[pid=22203] ppid=22201 vsize=127988 CPUtime=1300.03 cores=0,2
/proc/22203/stat : 22203 (clasp) R 22201 22203 21970 0 -1 4202496 30467 0 0 0 129996 7 0 0 25 0 1 0 471824095 131059712 30197 33554432000 134512640 136057169 4290119328 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22203/statm: 31997 30197 182 378 0 31617 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 127988

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.083987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 127988

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

runsolver used 2.27565 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-24 01:44:22
IDJOB=3274320
IDBENCH=83178
IDSOLVER=1674
FILE ID=node133/3274320-1303602262
RUNJOBID= node133-1303600950-21988
PBS_JOBID= 13150609
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.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-3274320-1303602262/watcher-3274320-1303602262 -o /tmp/evaluation-result-3274320-1303602262/solver-3274320-1303602262 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274320-1303602262.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=915124118

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:      18303276 kB
Buffers:       2163564 kB
Cached:       11822136 kB
SwapCached:          0 kB
Active:        8415816 kB
Inactive:      5674012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18303276 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8996 kB
Writeback:           0 kB
AnonPages:      103444 kB
Mapped:          17236 kB
Slab:           496204 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287852 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= 71624 MiB
End job on node133 at 2011-04-24 02:06:04