Trace number 3273238

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3273238-1303600617/watcher-3273238-1303600617 -o /tmp/evaluation-result-3273238-1303600617/solver-3273238-1303600617 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273238-1303600617.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.50 4/184 10019
/proc/meminfo: memFree=14526412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=2480 CPUtime=0 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 362 0 0 0 0 0 0 0 21 0 1 0 471658932 2539520 317 33554432000 134512640 136057169 4288770048 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 620 325 145 378 0 240 0

[startup+0.0112479 s]
/proc/loadavg: 0.08 0.02 0.50 4/184 10019
/proc/meminfo: memFree=14526412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=2988 CPUtime=0 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 550 0 0 0 0 0 0 0 21 0 1 0 471658932 3059712 464 33554432000 134512640 136057169 4288770048 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 747 465 145 378 0 367 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2988

[startup+0.100254 s]
/proc/loadavg: 0.08 0.02 0.50 4/184 10019
/proc/meminfo: memFree=14526412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=4812 CPUtime=0.09 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 1031 0 0 0 9 0 0 0 21 0 1 0 471658932 4927488 939 33554432000 134512640 136057169 4288770048 18446744073709551615 134774457 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 1203 939 166 378 0 823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4812

[startup+0.300215 s]
/proc/loadavg: 0.08 0.02 0.50 4/184 10019
/proc/meminfo: memFree=14526412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=4988 CPUtime=0.29 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 1239 0 0 0 29 0 0 0 22 0 1 0 471658932 5107712 1027 33554432000 134512640 136057169 4288770048 18446744073709551615 134756822 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 1247 1027 183 378 0 867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4988

[startup+0.700142 s]
/proc/loadavg: 0.08 0.02 0.50 4/184 10019
/proc/meminfo: memFree=14526412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=5780 CPUtime=0.69 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 1408 0 0 0 69 0 0 0 23 0 1 0 471658932 5918720 1196 33554432000 134512640 136057169 4288770048 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 1445 1196 183 378 0 1065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5780

[startup+1.50098 s]
/proc/loadavg: 0.08 0.02 0.50 5/190 10030
/proc/meminfo: memFree=14509004/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=8992 CPUtime=1.49 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 2210 0 0 0 149 0 0 0 25 0 1 0 471658932 9207808 1998 33554432000 134512640 136057169 4288770048 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 2248 1998 183 378 0 1868 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8992

[startup+3.10068 s]
/proc/loadavg: 0.08 0.02 0.50 5/190 10030
/proc/meminfo: memFree=14503668/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=10460 CPUtime=3.09 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 2597 0 0 0 309 0 0 0 25 0 1 0 471658932 10711040 2385 33554432000 134512640 136057169 4288770048 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 2615 2385 183 378 0 2235 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10460

[startup+6.30107 s]
/proc/loadavg: 0.39 0.08 0.52 5/190 10030
/proc/meminfo: memFree=14496600/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=11424 CPUtime=6.29 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 2816 0 0 0 629 0 0 0 25 0 1 0 471658932 11698176 2604 33554432000 134512640 136057169 4288770048 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 2856 2604 183 378 0 2476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11424

[startup+12.7008 s]
/proc/loadavg: 0.68 0.15 0.53 5/190 10030
/proc/meminfo: memFree=14488952/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=13140 CPUtime=12.69 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 3263 0 0 0 1269 0 0 0 25 0 1 0 471658932 13455360 3051 33554432000 134512640 136057169 4288770048 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 3285 3051 183 378 0 2905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13140

[startup+25.5004 s]
/proc/loadavg: 1.42 0.33 0.59 5/190 10031
/proc/meminfo: memFree=14477860/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=16900 CPUtime=25.49 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 4200 0 0 0 2549 0 0 0 25 0 1 0 471658932 17305600 3988 33554432000 134512640 136057169 4288770048 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 4225 3988 183 378 0 3845 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16900

[startup+51.1005 s]
/proc/loadavg: 2.30 0.63 0.68 5/190 10031
/proc/meminfo: memFree=14468220/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=19568 CPUtime=51.09 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 4839 0 0 0 5109 0 0 0 25 0 1 0 471658932 20037632 4627 33554432000 134512640 136057169 4288770048 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 4892 4627 183 378 0 4512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19568

[startup+102.307 s]
/proc/loadavg: 3.26 1.15 0.85 5/190 10087
/proc/meminfo: memFree=14438336/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=24812 CPUtime=102.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 6109 0 0 0 10229 1 0 0 25 0 1 0 471658932 25407488 5897 33554432000 134512640 136057169 4288770048 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 6203 5897 183 378 0 5823 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24812

[startup+162.301 s]
/proc/loadavg: 3.73 1.66 1.04 5/190 10088
/proc/meminfo: memFree=14408224/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=28532 CPUtime=162.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 7033 0 0 0 16229 1 0 0 25 0 1 0 471658932 29216768 6821 33554432000 134512640 136057169 4288770048 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 7133 6821 183 378 0 6753 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28532

[startup+222.301 s]
/proc/loadavg: 3.90 2.08 1.23 5/190 10090
/proc/meminfo: memFree=14388624/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=32492 CPUtime=222.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 7965 0 0 0 22229 1 0 0 25 0 1 0 471658932 33271808 7753 33554432000 134512640 136057169 4288770048 18446744073709551615 134618401 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 8123 7753 183 378 0 7743 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 32492

[startup+282.301 s]
/proc/loadavg: 3.96 2.43 1.40 5/190 10091
/proc/meminfo: memFree=14375832/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=34672 CPUtime=282.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 8471 0 0 0 28229 1 0 0 25 0 1 0 471658932 35504128 8259 33554432000 134512640 136057169 4288770048 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 8668 8259 183 378 0 8288 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 34672

[startup+342.301 s]
/proc/loadavg: 3.98 2.71 1.56 5/190 10093
/proc/meminfo: memFree=14360432/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=36664 CPUtime=342.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 8928 0 0 0 34229 1 0 0 25 0 1 0 471658932 37543936 8716 33554432000 134512640 136057169 4288770048 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 9166 8716 183 378 0 8786 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 36664

[startup+402.301 s]
/proc/loadavg: 3.99 2.94 1.71 5/190 10095
/proc/meminfo: memFree=14349616/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=38988 CPUtime=402.3 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 9511 0 0 0 40229 1 0 0 25 0 1 0 471658932 39923712 9299 33554432000 134512640 136057169 4288770048 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 9747 9299 183 378 0 9367 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 38988

[startup+462.301 s]
/proc/loadavg: 3.99 3.13 1.85 5/190 10096
/proc/meminfo: memFree=14341412/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=42764 CPUtime=462.31 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 10411 0 0 0 46229 2 0 0 25 0 1 0 471658932 43790336 10199 33554432000 134512640 136057169 4288770048 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 10691 10199 183 378 0 10311 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 42764

[startup+522.301 s]
/proc/loadavg: 3.99 3.29 1.98 5/190 10098
/proc/meminfo: memFree=14332708/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=43992 CPUtime=522.31 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 10678 0 0 0 52229 2 0 0 25 0 1 0 471658932 45047808 10466 33554432000 134512640 136057169 4288770048 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 10998 10466 183 378 0 10618 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 43992

[startup+582.301 s]
/proc/loadavg: 3.99 3.42 2.10 5/190 10099
/proc/meminfo: memFree=14328844/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=44560 CPUtime=582.31 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 10821 0 0 0 58229 2 0 0 25 0 1 0 471658932 45629440 10609 33554432000 134512640 136057169 4288770048 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 11140 10609 183 378 0 10760 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 44560

[startup+642.301 s]
/proc/loadavg: 3.99 3.52 2.22 5/190 10101
/proc/meminfo: memFree=14323616/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=45424 CPUtime=642.32 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 11011 0 0 0 64230 2 0 0 25 0 1 0 471658932 46514176 10799 33554432000 134512640 136057169 4288770048 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 11356 10799 183 378 0 10976 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 45424

[startup+702.301 s]
/proc/loadavg: 4.04 3.62 2.33 5/190 10103
/proc/meminfo: memFree=14307848/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=46224 CPUtime=702.32 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 11217 0 0 0 70230 2 0 0 25 0 1 0 471658932 47333376 11005 33554432000 134512640 136057169 4288770048 18446744073709551615 134823823 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 11556 11005 183 378 0 11176 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 46224

[startup+762.307 s]
/proc/loadavg: 4.01 3.69 2.43 5/190 10104
/proc/meminfo: memFree=14301384/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=47444 CPUtime=762.33 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 11459 0 0 0 76231 2 0 0 25 0 1 0 471658932 48582656 11247 33554432000 134512640 136057169 4288770048 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 11861 11247 183 378 0 11481 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 47444

[startup+822.301 s]
/proc/loadavg: 4.05 3.76 2.54 5/190 10106
/proc/meminfo: memFree=14292192/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=48912 CPUtime=822.32 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 11836 0 0 0 82230 2 0 0 25 0 1 0 471658932 50085888 11624 33554432000 134512640 136057169 4288770048 18446744073709551615 135441704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 12228 11624 183 378 0 11848 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 48912

[startup+882.301 s]
/proc/loadavg: 4.06 3.81 2.63 5/190 10107
/proc/meminfo: memFree=14288328/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=49844 CPUtime=882.32 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 12030 0 0 0 88230 2 0 0 25 0 1 0 471658932 51040256 11818 33554432000 134512640 136057169 4288770048 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 12461 11818 183 378 0 12081 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 49844

[startup+942.301 s]
/proc/loadavg: 4.02 3.84 2.71 5/190 10109
/proc/meminfo: memFree=14285704/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=50700 CPUtime=942.33 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 12225 0 0 0 94231 2 0 0 25 0 1 0 471658932 51916800 12013 33554432000 134512640 136057169 4288770048 18446744073709551615 134618504 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 12675 12013 183 378 0 12295 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 50700

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.79 5/190 10111
/proc/meminfo: memFree=14281344/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=51728 CPUtime=1002.33 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 12460 0 0 0 100231 2 0 0 25 0 1 0 471658932 52969472 12248 33554432000 134512640 136057169 4288770048 18446744073709551615 134756841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 12932 12248 183 378 0 12552 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 51728

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.86 5/190 10112
/proc/meminfo: memFree=14275252/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=54460 CPUtime=1062.33 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 13135 0 0 0 106230 3 0 0 25 0 1 0 471658932 55767040 12923 33554432000 134512640 136057169 4288770048 18446744073709551615 134618353 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 13615 12923 183 378 0 13235 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 54460

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.93 5/190 10114
/proc/meminfo: memFree=14269644/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=54744 CPUtime=1122.34 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 13217 0 0 0 112231 3 0 0 25 0 1 0 471658932 56057856 13005 33554432000 134512640 136057169 4288770048 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 13686 13005 183 378 0 13306 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 54744

[startup+1182.3 s]
/proc/loadavg: 4.07 3.94 3.00 5/190 10115
/proc/meminfo: memFree=14263424/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=56792 CPUtime=1182.33 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 13677 0 0 0 118230 3 0 0 25 0 1 0 471658932 58155008 13465 33554432000 134512640 136057169 4288770048 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 14198 13465 183 378 0 13818 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 56792

[startup+1242.3 s]
/proc/loadavg: 4.02 3.95 3.06 5/190 10117
/proc/meminfo: memFree=14260672/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=57288 CPUtime=1242.34 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 13809 0 0 0 124231 3 0 0 25 0 1 0 471658932 58662912 13597 33554432000 134512640 136057169 4288770048 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 14322 13597 183 378 0 13942 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 57288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.97 3.12 5/190 10119
/proc/meminfo: memFree=14256684/32950928 swapFree=67087032/67111528
[pid=10019] ppid=10017 vsize=57968 CPUtime=1300.04 cores=1,3
/proc/10019/stat : 10019 (clasp) R 10017 10019 9969 0 -1 4202496 13976 0 0 0 130001 3 0 0 25 0 1 0 471658932 59359232 13764 33554432000 134512640 136057169 4288770048 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10019/statm: 14492 13764 183 378 0 14112 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 57968

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1300.02
CPU system time (s): 0.039993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 57968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1903

runsolver used 2.15867 second user time and 4.89226 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-24 01:16:59
IDJOB=3273238
IDBENCH=71300
IDSOLVER=1674
FILE ID=node148/3273238-1303600617
RUNJOBID= node148-1303600614-9989
PBS_JOBID= 13150595
Free space on /tmp= 70592 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.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-3273238-1303600617/watcher-3273238-1303600617 -o /tmp/evaluation-result-3273238-1303600617/solver-3273238-1303600617 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273238-1303600617.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=32611831

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      14526700 kB
Buffers:       2046276 kB
Cached:       15766068 kB
SwapCached:       5264 kB
Active:        8905428 kB
Inactive:      8959684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14526700 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            7744 kB
Writeback:           0 kB
AnonPages:       49028 kB
Mapped:          15568 kB
Slab:           494760 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   234832 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= 70588 MiB
End job on node148 at 2011-04-24 01:38:41