Trace number 3275363

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
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 variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
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-3275363-1303649496/watcher-3275363-1303649496 -o /tmp/evaluation-result-3275363-1303649496/solver-3275363-1303649496 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275363-1303649496.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.93 1.41 1.75 2/177 12898
/proc/meminfo: memFree=15811676/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=2556 CPUtime=0 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 410 0 0 0 0 0 0 0 21 0 1 0 476549401 2617344 365 33554432000 134512640 136057169 4291431120 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 639 366 145 378 0 259 0

[startup+0.07297 s]
/proc/loadavg: 0.93 1.41 1.75 2/177 12898
/proc/meminfo: memFree=15811676/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=9044 CPUtime=0.06 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 2370 0 0 0 6 0 0 0 21 0 1 0 476549401 9261056 1996 33554432000 134512640 136057169 4291431120 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 2261 1997 145 378 0 1881 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9044

[startup+0.100964 s]
/proc/loadavg: 0.93 1.41 1.75 2/177 12898
/proc/meminfo: memFree=15811676/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=11824 CPUtime=0.09 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 3233 0 0 0 9 0 0 0 21 0 1 0 476549401 12107776 2656 33554432000 134512640 136057169 4291431120 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 2956 2656 145 378 0 2576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11824

[startup+0.300933 s]
/proc/loadavg: 0.93 1.41 1.75 2/177 12898
/proc/meminfo: memFree=15811676/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=34316 CPUtime=0.29 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 9973 0 0 0 28 1 0 0 22 0 1 0 476549401 35139584 8272 33554432000 134512640 136057169 4291431120 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 8579 8275 163 378 0 8199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34316

[startup+0.700857 s]
/proc/loadavg: 0.93 1.41 1.75 2/177 12898
/proc/meminfo: memFree=15811676/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=46016 CPUtime=0.69 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 13648 0 0 0 68 1 0 0 24 0 1 0 476549401 47120384 11187 33554432000 134512640 136057169 4291431120 18446744073709551615 134776150 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 11504 11187 166 378 0 11124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46016

[startup+1.50072 s]
/proc/loadavg: 0.93 1.41 1.75 3/178 12899
/proc/meminfo: memFree=15762812/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=46016 CPUtime=1.49 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 13648 0 0 0 148 1 0 0 25 0 1 0 476549401 47120384 11187 33554432000 134512640 136057169 4291431120 18446744073709551615 134774542 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 11504 11187 166 378 0 11124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46016

[startup+3.10043 s]
/proc/loadavg: 0.93 1.41 1.75 3/178 12899
/proc/meminfo: memFree=15759092/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=46016 CPUtime=3.09 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 13648 0 0 0 308 1 0 0 25 0 1 0 476549401 47120384 11187 33554432000 134512640 136057169 4291431120 18446744073709551615 134774482 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 11504 11187 166 378 0 11124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46016

[startup+6.30087 s]
/proc/loadavg: 1.02 1.42 1.75 3/178 12899
/proc/meminfo: memFree=15747180/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=46016 CPUtime=6.29 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 13648 0 0 0 628 1 0 0 25 0 1 0 476549401 47120384 11187 33554432000 134512640 136057169 4291431120 18446744073709551615 134774352 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 11504 11187 166 378 0 11124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46016

[startup+12.7007 s]
/proc/loadavg: 1.10 1.43 1.75 3/178 12899
/proc/meminfo: memFree=15737260/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=50696 CPUtime=12.69 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 14816 0 0 0 1268 1 0 0 25 0 1 0 476549401 51912704 12355 33554432000 134512640 136057169 4291431120 18446744073709551615 134778142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 12674 12355 168 378 0 12294 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50696

[startup+25.5005 s]
/proc/loadavg: 1.30 1.45 1.75 3/178 12899
/proc/meminfo: memFree=15712468/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=68888 CPUtime=25.5 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 19355 0 0 0 2547 3 0 0 25 0 1 0 476549401 70541312 16894 33554432000 134512640 136057169 4291431120 18446744073709551615 134778133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 17222 16894 168 378 0 16842 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 68888

[startup+51.101 s]
/proc/loadavg: 1.59 1.51 1.76 3/178 12900
/proc/meminfo: memFree=15681772/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=90732 CPUtime=51.09 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 24811 0 0 0 5104 5 0 0 25 0 1 0 476549401 92909568 22350 33554432000 134512640 136057169 4291431120 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 22683 22350 168 378 0 22303 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90732

[startup+102.306 s]
/proc/loadavg: 1.82 1.59 1.77 3/178 12901
/proc/meminfo: memFree=15581260/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=179128 CPUtime=102.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 49461 0 0 0 10221 9 0 0 25 0 1 0 476549401 183427072 44270 33554432000 134512640 136057169 4291431120 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 44782 44270 183 378 0 44402 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 179128

[startup+162.3 s]
/proc/loadavg: 1.93 1.66 1.79 3/178 12903
/proc/meminfo: memFree=15533616/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=222476 CPUtime=162.29 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 59990 0 0 0 16218 11 0 0 25 0 1 0 476549401 227815424 54799 33554432000 134512640 136057169 4291431120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 55619 54799 183 378 0 55239 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 222476

[startup+222.301 s]
/proc/loadavg: 1.97 1.72 1.80 3/178 12905
/proc/meminfo: memFree=15518084/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=234248 CPUtime=222.29 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 63036 0 0 0 22217 12 0 0 25 0 1 0 476549401 239869952 57420 33554432000 134512640 136057169 4291431120 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 58562 57420 183 378 0 58182 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 234248

[startup+282.3 s]
/proc/loadavg: 1.99 1.77 1.81 3/178 12906
/proc/meminfo: memFree=15479736/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=259832 CPUtime=282.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 69164 0 0 0 28216 14 0 0 25 0 1 0 476549401 266067968 63367 33554432000 134512640 136057169 4291431120 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 64958 63367 183 378 0 64578 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 259832

[startup+342.3 s]
/proc/loadavg: 1.99 1.81 1.82 3/178 12908
/proc/meminfo: memFree=15457024/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=283288 CPUtime=342.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 74999 0 0 0 34215 15 0 0 25 0 1 0 476549401 290086912 69021 33554432000 134512640 136057169 4291431120 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 70822 69021 183 378 0 70442 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 283288

[startup+402.301 s]
/proc/loadavg: 1.99 1.84 1.83 3/178 12909
/proc/meminfo: memFree=15419176/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=315668 CPUtime=402.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 82967 0 0 0 40214 16 0 0 25 0 1 0 476549401 323244032 76808 33554432000 134512640 136057169 4291431120 18446744073709551615 134618413 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 78917 76808 183 378 0 78537 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 315668

[startup+462.3 s]
/proc/loadavg: 1.99 1.86 1.83 3/178 12911
/proc/meminfo: memFree=15409984/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=321300 CPUtime=462.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 84219 0 0 0 46214 16 0 0 25 0 1 0 476549401 329011200 78060 33554432000 134512640 136057169 4291431120 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 80325 78060 183 378 0 79945 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 321300

[startup+522.301 s]
/proc/loadavg: 1.99 1.89 1.84 3/178 12913
/proc/meminfo: memFree=15397052/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=331628 CPUtime=522.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 86612 0 0 0 52213 17 0 0 25 0 1 0 476549401 339587072 80453 33554432000 134512640 136057169 4291431120 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 82907 80453 183 378 0 82527 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 331628

[startup+582.301 s]
/proc/loadavg: 1.99 1.90 1.84 3/178 12923
/proc/meminfo: memFree=15372976/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=353704 CPUtime=582.3 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 91909 0 0 0 58212 18 0 0 25 0 1 0 476549401 362192896 85750 33554432000 134512640 136057169 4291431120 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 88426 85750 183 378 0 88046 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 353704

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13019
/proc/meminfo: memFree=15034216/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=615216 CPUtime=4062.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 168986 0 0 0 406206 34 0 0 25 0 1 0 476549401 629981184 145488 33554432000 134512640 136057169 4291431120 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 153804 145488 183 378 0 153424 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 615216

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13021
/proc/meminfo: memFree=15033336/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=615756 CPUtime=4122.39 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169328 0 0 0 412205 34 0 0 25 0 1 0 476549401 630534144 145559 33554432000 134512640 136057169 4291431120 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 153939 145559 183 378 0 153559 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 615756

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13031
/proc/meminfo: memFree=15031936/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=615756 CPUtime=4182.39 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169333 0 0 0 418205 34 0 0 25 0 1 0 476549401 630534144 145564 33554432000 134512640 136057169 4291431120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 153939 145564 183 378 0 153559 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 615756

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 13033
/proc/meminfo: memFree=15031040/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617204 CPUtime=4242.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169598 0 0 0 424206 34 0 0 25 0 1 0 476549401 632016896 145829 33554432000 134512640 136057169 4291431120 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154301 145829 183 378 0 153921 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 617204

[startup+4302.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 13034
/proc/meminfo: memFree=15030520/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617204 CPUtime=4302.39 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169638 0 0 0 430205 34 0 0 25 0 1 0 476549401 632016896 145869 33554432000 134512640 136057169 4291431120 18446744073709551615 134813054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154301 145869 183 378 0 153921 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 617204

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13039
/proc/meminfo: memFree=15030116/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617204 CPUtime=4362.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169677 0 0 0 436206 34 0 0 25 0 1 0 476549401 632016896 145908 33554432000 134512640 136057169 4291431120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154301 145908 183 378 0 153921 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 617204

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13041
/proc/meminfo: memFree=15029804/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617204 CPUtime=4422.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169713 0 0 0 442206 34 0 0 25 0 1 0 476549401 632016896 145944 33554432000 134512640 136057169 4291431120 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154301 145944 183 378 0 153921 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 617204

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13042
/proc/meminfo: memFree=15029404/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617204 CPUtime=4482.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 169748 0 0 0 448206 34 0 0 25 0 1 0 476549401 632016896 145979 33554432000 134512640 136057169 4291431120 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154301 145979 183 378 0 153921 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 617204

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13044
/proc/meminfo: memFree=15028636/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=617564 CPUtime=4542.4 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 170011 0 0 0 454206 34 0 0 25 0 1 0 476549401 632385536 146061 33554432000 134512640 136057169 4291431120 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154391 146061 183 378 0 154011 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 617564

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13045
/proc/meminfo: memFree=15027236/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=618044 CPUtime=4602.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 170134 0 0 0 460207 34 0 0 25 0 1 0 476549401 632877056 146184 33554432000 134512640 136057169 4291431120 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154511 146184 183 378 0 154131 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 618044

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13047
/proc/meminfo: memFree=15023868/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=619324 CPUtime=4662.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 170412 0 0 0 466206 35 0 0 25 0 1 0 476549401 634187776 146462 33554432000 134512640 136057169 4291431120 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 154831 146462 183 378 0 154451 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 619324

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 13049
/proc/meminfo: memFree=15022364/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=620764 CPUtime=4722.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 170753 0 0 0 472206 35 0 0 25 0 1 0 476549401 635662336 146803 33554432000 134512640 136057169 4291431120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 155191 146803 183 378 0 154811 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 620764

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 13050
/proc/meminfo: memFree=15019232/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=623744 CPUtime=4782.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 171679 0 0 0 478206 35 0 0 25 0 1 0 476549401 638713856 147323 33554432000 134512640 136057169 4291431120 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 155936 147323 183 378 0 155556 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 623744

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 13052
/proc/meminfo: memFree=15018948/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=623744 CPUtime=4842.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 171694 0 0 0 484206 35 0 0 25 0 1 0 476549401 638713856 147338 33554432000 134512640 136057169 4291431120 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 155936 147338 183 378 0 155556 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 623744

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13053
/proc/meminfo: memFree=15017052/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=626452 CPUtime=4902.41 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 172636 0 0 0 490206 35 0 0 25 0 1 0 476549401 641486848 147828 33554432000 134512640 136057169 4291431120 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 156613 147828 183 378 0 156233 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 626452

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 13055
/proc/meminfo: memFree=15015052/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=627536 CPUtime=4962.42 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 173073 0 0 0 496206 36 0 0 25 0 1 0 476549401 642596864 148084 33554432000 134512640 136057169 4291431120 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 156884 148084 183 378 0 156504 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 627536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 2/176 13057
/proc/meminfo: memFree=15222120/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=627536 CPUtime=5000.02 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 173105 0 0 0 499966 36 0 0 25 0 1 0 476549401 642596864 148116 33554432000 134512640 136057169 4291431120 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 156884 148116 183 378 0 156504 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 627536

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: 2.00 2.00 1.94 2/176 13057
/proc/meminfo: memFree=15222120/32950928 swapFree=67111528/67111528
[pid=12898] ppid=12896 vsize=627536 CPUtime=5000.02 cores=1,3,5,7
/proc/12898/stat : 12898 (clasp) R 12896 12898 12183 0 -1 4202496 173105 0 0 0 499966 36 0 0 25 0 1 0 476549401 642596864 148116 33554432000 134512640 136057169 4291431120 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12898/statm: 156884 148116 183 378 0 156504 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 627536

Child status: 0
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4999.67
CPU system time (s): 0.39094
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 627536

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

runsolver used 6.576 second user time and 16.2795 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 14:51:36
IDJOB=3275363
IDBENCH=83166
IDSOLVER=1677
FILE ID=node123/3275363-1303649496
RUNJOBID= node123-1303649495-12879
PBS_JOBID= 13150725
Free space on /tmp= 72756 MiB

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

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1791929764

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15811832 kB
Buffers:       2139272 kB
Cached:       14398964 kB
SwapCached:          0 kB
Active:        7817284 kB
Inactive:      8791064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15811832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21344 kB
Writeback:           0 kB
AnonPages:       70044 kB
Mapped:          15660 kB
Slab:           466748 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212416 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= 72748 MiB
End job on node123 at 2011-04-24 16:14:58