Trace number 3275318

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
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 variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
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-3275318-1303645329/watcher-3275318-1303645329 -o /tmp/evaluation-result-3275318-1303645329/solver-3275318-1303645329 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275318-1303645329.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: 2.00 2.00 1.97 2/177 31383
/proc/meminfo: memFree=14932500/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=2352 CPUtime=0 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 476133624 2408448 317 33554432000 134512640 136057169 4289827712 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 588 317 145 378 0 208 0

[startup+0.093797 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 31383
/proc/meminfo: memFree=14932500/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=4200 CPUtime=0.09 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 833 0 0 0 9 0 0 0 22 0 1 0 476133624 4300800 781 33554432000 134512640 136057169 4289827712 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 1050 781 166 378 0 670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.100796 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 31383
/proc/meminfo: memFree=14932500/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=4200 CPUtime=0.1 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 838 0 0 0 10 0 0 0 22 0 1 0 476133624 4300800 786 33554432000 134512640 136057169 4289827712 18446744073709551615 134766239 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 1050 786 168 378 0 670 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4200

[startup+0.300758 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 31383
/proc/meminfo: memFree=14932500/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=5916 CPUtime=0.3 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 1258 0 0 0 30 0 0 0 23 0 1 0 476133624 6057984 1206 33554432000 134512640 136057169 4289827712 18446744073709551615 134765711 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 1479 1206 168 378 0 1099 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 5916

[startup+0.700685 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 31383
/proc/meminfo: memFree=14932500/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=7668 CPUtime=0.7 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 1790 0 0 0 70 0 0 0 25 0 1 0 476133624 7852032 1668 33554432000 134512640 136057169 4289827712 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 1917 1668 183 378 0 1537 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7668

[startup+1.50054 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31385
/proc/meminfo: memFree=14923316/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=11772 CPUtime=1.49 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 2832 0 0 0 149 0 0 0 25 0 1 0 476133624 12054528 2710 33554432000 134512640 136057169 4289827712 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 2943 2710 183 378 0 2563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11772

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31385
/proc/meminfo: memFree=14921000/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=14852 CPUtime=3.09 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 3577 0 0 0 309 0 0 0 25 0 1 0 476133624 15208448 3455 33554432000 134512640 136057169 4289827712 18446744073709551615 134823950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 3713 3455 183 378 0 3333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14852

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31385
/proc/meminfo: memFree=14915296/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=19224 CPUtime=6.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 4684 0 0 0 629 0 0 0 25 0 1 0 476133624 19685376 4562 33554432000 134512640 136057169 4289827712 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 4806 4562 183 378 0 4426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19224

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31385
/proc/meminfo: memFree=14911788/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=21748 CPUtime=12.69 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 5290 0 0 0 1269 0 0 0 25 0 1 0 476133624 22269952 5168 33554432000 134512640 136057169 4289827712 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 5437 5168 183 378 0 5057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21748

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31385
/proc/meminfo: memFree=14908700/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=26128 CPUtime=25.49 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 6363 0 0 0 2549 0 0 0 25 0 1 0 476133624 26755072 6241 33554432000 134512640 136057169 4289827712 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 6532 6241 183 378 0 6152 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26128

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31386
/proc/meminfo: memFree=14902832/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=31200 CPUtime=51.08 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 7571 0 0 0 5108 0 0 0 25 0 1 0 476133624 31948800 7449 33554432000 134512640 136057169 4289827712 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 7800 7449 183 378 0 7420 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31200

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31387
/proc/meminfo: memFree=14895616/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=38324 CPUtime=102.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 9286 0 0 0 10229 0 0 0 25 0 1 0 476133624 39243776 9164 33554432000 134512640 136057169 4289827712 18446744073709551615 134828269 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 9581 9164 183 378 0 9201 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38324

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31389
/proc/meminfo: memFree=14890620/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=44832 CPUtime=162.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 10835 0 0 0 16228 1 0 0 25 0 1 0 476133624 45907968 10713 33554432000 134512640 136057169 4289827712 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 11208 10713 183 378 0 10828 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 44832

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 31390
/proc/meminfo: memFree=14883652/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=50776 CPUtime=222.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 12251 0 0 0 22228 1 0 0 25 0 1 0 476133624 51994624 12129 33554432000 134512640 136057169 4289827712 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31383/statm: 12694 12129 183 378 0 12314 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50776

[startup+282.301 s]
/proc/loadavg: 2.12 2.03 1.98 3/178 31392
/proc/meminfo: memFree=14879912/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=54700 CPUtime=282.28 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 13161 0 0 0 28227 1 0 0 25 0 1 0 476133624 56012800 13039 33554432000 134512640 136057169 4289827712 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 13675 13039 183 378 0 13295 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 54700

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 1.98 4/178 31393
/proc/meminfo: memFree=14876412/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=58272 CPUtime=342.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 13986 0 0 0 34228 1 0 0 25 0 1 0 476133624 59670528 13864 33554432000 134512640 136057169 4289827712 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 14568 13864 183 378 0 14188 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 58272

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 1.98 4/178 31395
/proc/meminfo: memFree=14873288/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=61368 CPUtime=402.3 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 14786 0 0 0 40228 2 0 0 25 0 1 0 476133624 62840832 14637 33554432000 134512640 136057169 4289827712 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 15342 14637 183 378 0 14962 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 61368

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 31397
/proc/meminfo: memFree=14870164/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=64624 CPUtime=462.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 15523 0 0 0 46227 2 0 0 25 0 1 0 476133624 66174976 15374 33554432000 134512640 136057169 4289827712 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 16156 15374 183 378 0 15776 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 64624

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 31398
/proc/meminfo: memFree=14869024/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=65768 CPUtime=522.29 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 15797 0 0 0 52227 2 0 0 25 0 1 0 476133624 67346432 15648 33554432000 134512640 136057169 4289827712 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 16442 15648 183 378 0 16062 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 65768

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 31400
/proc/meminfo: memFree=14868492/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=66616 CPUtime=582.3 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 15989 0 0 0 58228 2 0 0 25 0 1 0 476133624 68214784 15840 33554432000 134512640 136057169 4289827712 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 16654 15840 183 378 0 16274 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 66616

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31505
/proc/meminfo: memFree=14797764/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=143760 CPUtime=4062.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 33927 0 0 0 406237 5 0 0 25 0 1 0 476133624 147210240 33582 33554432000 134512640 136057169 4289827712 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 35940 33582 183 378 0 35560 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 143760

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31506
/proc/meminfo: memFree=14797124/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=144572 CPUtime=4122.41 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 34107 0 0 0 412236 5 0 0 25 0 1 0 476133624 148041728 33762 33554432000 134512640 136057169 4289827712 18446744073709551615 134618121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 36143 33762 183 378 0 35763 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 144572

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31508
/proc/meminfo: memFree=14796356/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=145424 CPUtime=4182.41 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 34287 0 0 0 418236 5 0 0 25 0 1 0 476133624 148914176 33942 33554432000 134512640 136057169 4289827712 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 36356 33942 183 378 0 35976 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 145424

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31509
/proc/meminfo: memFree=14795096/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=146444 CPUtime=4242.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 34533 0 0 0 424237 5 0 0 25 0 1 0 476133624 149958656 34188 33554432000 134512640 136057169 4289827712 18446744073709551615 134813046 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 36611 34188 183 378 0 36231 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 146444

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31511
/proc/meminfo: memFree=14794076/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=147576 CPUtime=4302.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 34789 0 0 0 430237 5 0 0 25 0 1 0 476133624 151117824 34444 33554432000 134512640 136057169 4289827712 18446744073709551615 134615603 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 36894 34444 183 378 0 36514 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 147576

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31513
/proc/meminfo: memFree=14793304/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=148516 CPUtime=4362.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35021 0 0 0 436237 5 0 0 25 0 1 0 476133624 152080384 34676 33554432000 134512640 136057169 4289827712 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37129 34676 183 378 0 36749 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 148516

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31514
/proc/meminfo: memFree=14792164/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=149692 CPUtime=4422.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35287 0 0 0 442237 5 0 0 25 0 1 0 476133624 153284608 34942 33554432000 134512640 136057169 4289827712 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37423 34942 183 378 0 37043 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 149692

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31516
/proc/meminfo: memFree=14792016/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=150012 CPUtime=4482.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35358 0 0 0 448237 5 0 0 25 0 1 0 476133624 153612288 35013 33554432000 134512640 136057169 4289827712 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37503 35013 183 378 0 37123 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 150012

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31517
/proc/meminfo: memFree=14791996/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=150012 CPUtime=4542.42 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35358 0 0 0 454237 5 0 0 25 0 1 0 476133624 153612288 35013 33554432000 134512640 136057169 4289827712 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37503 35013 183 378 0 37123 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 150012

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31519
/proc/meminfo: memFree=14791596/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=150436 CPUtime=4602.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35445 0 0 0 460238 5 0 0 25 0 1 0 476133624 154046464 35100 33554432000 134512640 136057169 4289827712 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37609 35100 183 378 0 37229 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 150436

[startup+4662.3 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 31539
/proc/meminfo: memFree=14795808/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=151800 CPUtime=4662.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35748 0 0 0 466238 5 0 0 25 0 1 0 476133624 155443200 35403 33554432000 134512640 136057169 4289827712 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 37950 35403 183 378 0 37570 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 151800

[startup+4722.31 s]
/proc/loadavg: 1.21 1.72 1.90 2/172 31540
/proc/meminfo: memFree=14795052/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=152832 CPUtime=4722.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 35973 0 0 0 472238 5 0 0 25 0 1 0 476133624 156499968 35628 33554432000 134512640 136057169 4289827712 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38208 35628 183 378 0 37828 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 152832

[startup+4782.3 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 31551
/proc/meminfo: memFree=14794408/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=153364 CPUtime=4782.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36121 0 0 0 478238 5 0 0 25 0 1 0 476133624 157044736 35776 33554432000 134512640 136057169 4289827712 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38341 35776 183 378 0 37961 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 153364

[startup+4842.3 s]
/proc/loadavg: 1.02 1.48 1.79 2/172 31552
/proc/meminfo: memFree=14793896/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=154004 CPUtime=4842.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36245 0 0 0 484238 5 0 0 25 0 1 0 476133624 157700096 35900 33554432000 134512640 136057169 4289827712 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38501 35900 183 378 0 38121 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 154004

[startup+4902.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/172 31556
/proc/meminfo: memFree=14793508/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=154324 CPUtime=4902.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36330 0 0 0 490238 5 0 0 25 0 1 0 476133624 158027776 35985 33554432000 134512640 136057169 4289827712 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38581 35985 183 378 0 38201 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 154324

[startup+4962.3 s]
/proc/loadavg: 1.03 1.33 1.69 2/172 31559
/proc/meminfo: memFree=14793764/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=154644 CPUtime=4962.43 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36396 0 0 0 496238 5 0 0 25 0 1 0 476133624 158355456 36051 33554432000 134512640 136057169 4289827712 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38661 36051 183 378 0 38281 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 154644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.29 1.66 2/172 31560
/proc/meminfo: memFree=14793752/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=154964 CPUtime=5000.04 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36455 0 0 0 499999 5 0 0 25 0 1 0 476133624 158683136 36110 33554432000 134512640 136057169 4289827712 18446744073709551615 134630529 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38741 36110 183 378 0 38361 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 154964

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

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

[startup+4999.9 s]
/proc/loadavg: 1.02 1.29 1.66 2/172 31560
/proc/meminfo: memFree=14793752/32951124 swapFree=67111528/67111528
[pid=31383] ppid=31381 vsize=154964 CPUtime=5000.04 cores=1,3,5,7
/proc/31383/stat : 31383 (clasp) R 31381 31383 30903 0 -1 4202496 36455 0 0 0 499999 5 0 0 25 0 1 0 476133624 158683136 36110 33554432000 134512640 136057169 4289827712 18446744073709551615 134630529 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31383/statm: 38741 36110 183 378 0 38361 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 154964

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 5000
CPU system time (s): 0.06199
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 154964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36457
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= 4
involuntary context switches= 7400

runsolver used 6.61299 second user time and 16.1355 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-24 13:42:09
IDJOB=3275318
IDBENCH=83157
IDSOLVER=1677
FILE ID=node109/3275318-1303645329
RUNJOBID= node109-1303635251-30922
PBS_JOBID= 13150739
Free space on /tmp= 72188 MiB

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

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=632950428

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      14932772 kB
Buffers:       2105456 kB
Cached:       15270552 kB
SwapCached:          0 kB
Active:        9403852 kB
Inactive:      8040668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14932772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:       67612 kB
Mapped:          15828 kB
Slab:           510200 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211556 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= 72188 MiB
End job on node109 at 2011-04-24 15:05:31