Trace number 3275418

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
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-3275418-1303650256/watcher-3275418-1303650256 -o /tmp/evaluation-result-3275418-1303650256/solver-3275418-1303650256 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275418-1303650256.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32477
/proc/meminfo: memFree=28139220/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=2380 CPUtime=0 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 348 0 0 0 0 0 0 0 25 0 1 0 457441512 2437120 303 33554432000 134512640 136057169 4292279568 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 595 303 145 378 0 215 0

[startup+0.100967 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32477
/proc/meminfo: memFree=28139220/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=6864 CPUtime=0.09 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 1568 0 0 0 9 0 0 0 25 0 1 0 457441512 7028736 1413 33554432000 134512640 136057169 4292279568 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 1716 1413 166 378 0 1336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6864

[startup+0.200948 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32477
/proc/meminfo: memFree=28139220/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=6864 CPUtime=0.19 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 1568 0 0 0 19 0 0 0 25 0 1 0 457441512 7028736 1413 33554432000 134512640 136057169 4292279568 18446744073709551615 134774493 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 1716 1413 166 378 0 1336 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6864

[startup+0.300932 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32477
/proc/meminfo: memFree=28139220/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=6864 CPUtime=0.29 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 1568 0 0 0 29 0 0 0 25 0 1 0 457441512 7028736 1413 33554432000 134512640 136057169 4292279568 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 1716 1413 166 378 0 1336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6864

[startup+0.700866 s]
/proc/loadavg: 0.92 1.16 1.56 3/177 32477
/proc/meminfo: memFree=28139220/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=9108 CPUtime=0.69 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 2157 0 0 0 69 0 0 0 25 0 1 0 457441512 9326592 2002 33554432000 134512640 136057169 4292279568 18446744073709551615 134766256 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 2277 2002 168 378 0 1897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9108

[startup+1.50071 s]
/proc/loadavg: 0.92 1.16 1.56 3/178 32478
/proc/meminfo: memFree=28123036/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=11880 CPUtime=1.49 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 2829 0 0 0 149 0 0 0 25 0 1 0 457441512 12165120 2674 33554432000 134512640 136057169 4292279568 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 2970 2674 168 378 0 2590 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11880

[startup+3.10042 s]
/proc/loadavg: 1.01 1.17 1.56 3/178 32478
/proc/meminfo: memFree=28116464/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=22668 CPUtime=3.08 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 5709 0 0 0 308 0 0 0 25 0 1 0 457441512 23212032 5410 33554432000 134512640 136057169 4292279568 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 5667 5410 182 378 0 5287 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22668

[startup+6.30082 s]
/proc/loadavg: 1.01 1.17 1.56 3/178 32478
/proc/meminfo: memFree=28100596/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=27304 CPUtime=6.29 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 6877 0 0 0 629 0 0 0 25 0 1 0 457441512 27959296 6578 33554432000 134512640 136057169 4292279568 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 6826 6578 182 378 0 6446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27304

[startup+12.7006 s]
/proc/loadavg: 1.16 1.20 1.57 3/178 32478
/proc/meminfo: memFree=28086120/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=34664 CPUtime=12.69 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 8690 0 0 0 1268 1 0 0 25 0 1 0 457441512 35495936 8391 33554432000 134512640 136057169 4292279568 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 8666 8391 182 378 0 8286 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34664

[startup+25.5003 s]
/proc/loadavg: 1.29 1.22 1.57 3/178 32479
/proc/meminfo: memFree=28069272/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=43136 CPUtime=25.49 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 10747 0 0 0 2548 1 0 0 25 0 1 0 457441512 44171264 10448 33554432000 134512640 136057169 4292279568 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 10784 10448 182 378 0 10404 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43136

[startup+51.1006 s]
/proc/loadavg: 1.53 1.29 1.58 3/178 32479
/proc/meminfo: memFree=28050800/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=51992 CPUtime=51.09 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 12915 0 0 0 5108 1 0 0 25 0 1 0 457441512 53239808 12616 33554432000 134512640 136057169 4292279568 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 12998 12616 182 378 0 12618 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51992

[startup+102.301 s]
/proc/loadavg: 1.87 1.42 1.61 3/178 32481
/proc/meminfo: memFree=28028328/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=66256 CPUtime=102.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 16347 0 0 0 10228 2 0 0 25 0 1 0 457441512 67846144 16048 33554432000 134512640 136057169 4292279568 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 16564 16048 182 378 0 16184 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66256

[startup+162.301 s]
/proc/loadavg: 1.95 1.52 1.63 3/178 32482
/proc/meminfo: memFree=28008468/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=77724 CPUtime=162.29 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 19119 0 0 0 16227 2 0 0 25 0 1 0 457441512 79589376 18820 33554432000 134512640 136057169 4292279568 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 19431 18820 182 378 0 19051 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77724

[startup+222.306 s]
/proc/loadavg: 1.98 1.61 1.65 3/178 32484
/proc/meminfo: memFree=27998280/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=81272 CPUtime=222.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 19917 0 0 0 22228 2 0 0 25 0 1 0 457441512 83222528 19618 33554432000 134512640 136057169 4292279568 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 20318 19618 182 378 0 19938 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81272

[startup+282.301 s]
/proc/loadavg: 1.99 1.68 1.67 3/178 32485
/proc/meminfo: memFree=27987728/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=88544 CPUtime=282.29 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 21619 0 0 0 28227 2 0 0 25 0 1 0 457441512 90669056 21320 33554432000 134512640 136057169 4292279568 18446744073709551615 134823823 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 22136 21320 182 378 0 21756 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88544

[startup+342.301 s]
/proc/loadavg: 2.04 1.75 1.69 3/178 32487
/proc/meminfo: memFree=27975188/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=95612 CPUtime=342.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 23327 0 0 0 34227 3 0 0 25 0 1 0 457441512 97906688 23028 33554432000 134512640 136057169 4292279568 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 23903 23028 182 378 0 23523 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95612

[startup+402.301 s]
/proc/loadavg: 2.01 1.79 1.71 3/178 32489
/proc/meminfo: memFree=27969196/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=99680 CPUtime=402.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 24246 0 0 0 40227 3 0 0 25 0 1 0 457441512 102072320 23947 33554432000 134512640 136057169 4292279568 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 24920 23947 182 378 0 24540 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 99680

[startup+462.301 s]
/proc/loadavg: 2.00 1.83 1.72 3/178 32490
/proc/meminfo: memFree=27962964/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=101528 CPUtime=462.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 24679 0 0 0 46227 3 0 0 25 0 1 0 457441512 103964672 24380 33554432000 134512640 136057169 4292279568 18446744073709551615 134813025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 25382 24380 182 378 0 25002 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101528

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.74 3/178 32492
/proc/meminfo: memFree=27956364/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=102380 CPUtime=522.3 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 24881 0 0 0 52227 3 0 0 25 0 1 0 457441512 104837120 24582 33554432000 134512640 136057169 4292279568 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 25595 24582 182 378 0 25215 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 102380

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.75 3/178 32493
/proc/meminfo: memFree=27941580/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=113440 CPUtime=582.31 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 27447 0 0 0 58227 4 0 0 25 0 1 0 457441512 116162560 27148 33554432000 134512640 136057169 4292279568 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 28360 27148 182 378 0 27980 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 113440

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32597
/proc/meminfo: memFree=27753596/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=226148 CPUtime=4002.42 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 53606 0 0 0 400234 8 0 0 25 0 1 0 457441512 231575552 53050 33554432000 134512640 136057169 4292279568 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56537 53050 182 378 0 56157 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 226148

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32598
/proc/meminfo: memFree=27753192/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=226148 CPUtime=4062.42 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 53633 0 0 0 406234 8 0 0 25 0 1 0 457441512 231575552 53077 33554432000 134512640 136057169 4292279568 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56537 53077 182 378 0 56157 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 226148

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32600
/proc/meminfo: memFree=27752052/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=226148 CPUtime=4122.42 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 53633 0 0 0 412234 8 0 0 25 0 1 0 457441512 231575552 53077 33554432000 134512640 136057169 4292279568 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56537 53077 182 378 0 56157 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 226148

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32601
/proc/meminfo: memFree=27751272/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=226948 CPUtime=4182.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 53800 0 0 0 418235 8 0 0 25 0 1 0 457441512 232394752 53244 33554432000 134512640 136057169 4292279568 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56737 53244 182 378 0 56357 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 226948

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32603
/proc/meminfo: memFree=27750500/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=227428 CPUtime=4242.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 53896 0 0 0 424235 8 0 0 25 0 1 0 457441512 232886272 53340 33554432000 134512640 136057169 4292279568 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56857 53340 182 378 0 56477 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 227428

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32605
/proc/meminfo: memFree=27749232/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=227908 CPUtime=4302.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54002 0 0 0 430235 8 0 0 25 0 1 0 457441512 233377792 53446 33554432000 134512640 136057169 4292279568 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 56977 53446 182 378 0 56597 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 227908

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32606
/proc/meminfo: memFree=27748712/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=228388 CPUtime=4362.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54097 0 0 0 436235 8 0 0 25 0 1 0 457441512 233869312 53541 33554432000 134512640 136057169 4292279568 18446744073709551615 134615633 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57097 53541 182 378 0 56717 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 228388

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32608
/proc/meminfo: memFree=27747460/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=229188 CPUtime=4422.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54273 0 0 0 442235 8 0 0 25 0 1 0 457441512 234688512 53717 33554432000 134512640 136057169 4292279568 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57297 53717 182 378 0 56917 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 229188

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32609
/proc/meminfo: memFree=27747188/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=229188 CPUtime=4482.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54279 0 0 0 448235 8 0 0 25 0 1 0 457441512 234688512 53723 33554432000 134512640 136057169 4292279568 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57297 53723 182 378 0 56917 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 229188

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32611
/proc/meminfo: memFree=27745668/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=230712 CPUtime=4542.43 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54628 0 0 0 454235 8 0 0 25 0 1 0 457441512 236249088 54072 33554432000 134512640 136057169 4292279568 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57678 54072 182 378 0 57298 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 230712

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32613
/proc/meminfo: memFree=27744396/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=230712 CPUtime=4602.44 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54628 0 0 0 460236 8 0 0 25 0 1 0 457441512 236249088 54072 33554432000 134512640 136057169 4292279568 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57678 54072 182 378 0 57298 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 230712

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32614
/proc/meminfo: memFree=27738288/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=231192 CPUtime=4662.44 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54766 0 0 0 466236 8 0 0 25 0 1 0 457441512 236740608 54210 33554432000 134512640 136057169 4292279568 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57798 54210 182 378 0 57418 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 231192

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32616
/proc/meminfo: memFree=27735784/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=231676 CPUtime=4722.45 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 54865 0 0 0 472237 8 0 0 25 0 1 0 457441512 237236224 54309 33554432000 134512640 136057169 4292279568 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 57919 54309 182 378 0 57539 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 231676

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32617
/proc/meminfo: memFree=27733768/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=232316 CPUtime=4782.44 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 55031 0 0 0 478236 8 0 0 25 0 1 0 457441512 237891584 54475 33554432000 134512640 136057169 4292279568 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 58079 54475 182 378 0 57699 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 232316

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32621
/proc/meminfo: memFree=27731632/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=232316 CPUtime=4842.45 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 55031 0 0 0 484237 8 0 0 25 0 1 0 457441512 237891584 54475 33554432000 134512640 136057169 4292279568 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 58079 54475 182 378 0 57699 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 232316

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32624
/proc/meminfo: memFree=27732004/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=232316 CPUtime=4902.45 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 55031 0 0 0 490237 8 0 0 25 0 1 0 457441512 237891584 54475 33554432000 134512640 136057169 4292279568 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 58079 54475 182 378 0 57699 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 232316

[startup+4962.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/178 32625
/proc/meminfo: memFree=27730864/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=232316 CPUtime=4962.45 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 55031 0 0 0 496237 8 0 0 25 0 1 0 457441512 237891584 54475 33554432000 134512640 136057169 4292279568 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 58079 54475 182 378 0 57699 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 232316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 1.93 2/176 32627
/proc/meminfo: memFree=27926044/32951124 swapFree=67111524/67111528
[pid=32477] ppid=32475 vsize=232316 CPUtime=5000.05 cores=1,3,5,7
/proc/32477/stat : 32477 (clasp) R 32475 32477 31624 0 -1 4202496 55031 0 0 0 499997 8 0 0 25 0 1 0 457441512 237891584 54475 33554432000 134512640 136057169 4292279568 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/32477/statm: 58079 54475 182 378 0 57699 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 232316

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.92
CPU time (s): 5000.08
CPU user time (s): 4999.98
CPU system time (s): 0.096985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 232316

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

runsolver used 6.567 second user time and 16.1685 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 15:04:16
IDJOB=3275418
IDBENCH=83177
IDSOLVER=1677
FILE ID=node147/3275418-1303650256
RUNJOBID= node147-1303650254-32296
PBS_JOBID= 13150701
Free space on /tmp= 72368 MiB

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

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1408265561

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      28139376 kB
Buffers:        911404 kB
Cached:        3384636 kB
SwapCached:          4 kB
Active:         244620 kB
Inactive:      4125004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28139376 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6748 kB
Writeback:         220 kB
AnonPages:       73832 kB
Mapped:          15948 kB
Slab:           379828 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215488 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= 72368 MiB
End job on node147 at 2011-04-24 16:27:38