Trace number 3273265

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.04 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
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-3273265-1303600950/watcher-3273265-1303600950 -o /tmp/evaluation-result-3273265-1303600950/solver-3273265-1303600950 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273265-1303600950.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.07 0.02 0.22 1/178 12265
/proc/meminfo: memFree=19467860/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=2480 CPUtime=0 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 373 0 0 0 0 0 0 0 21 0 1 0 471693224 2539520 328 33554432000 134512640 136057169 4288350608 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 620 328 145 378 0 240 0

[startup+0.058733 s]
/proc/loadavg: 0.07 0.02 0.22 1/178 12265
/proc/meminfo: memFree=19467860/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=4808 CPUtime=0.05 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 1034 0 0 0 5 0 0 0 21 0 1 0 471693224 4923392 942 33554432000 134512640 136057169 4288350608 18446744073709551615 134768809 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 1202 942 166 378 0 822 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4808

[startup+0.10073 s]
/proc/loadavg: 0.07 0.02 0.22 1/178 12265
/proc/meminfo: memFree=19467860/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=4808 CPUtime=0.09 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 1034 0 0 0 9 0 0 0 21 0 1 0 471693224 4923392 942 33554432000 134512640 136057169 4288350608 18446744073709551615 134774380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 1202 942 166 378 0 822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4808

[startup+0.300691 s]
/proc/loadavg: 0.07 0.02 0.22 1/178 12265
/proc/meminfo: memFree=19467860/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=5112 CPUtime=0.29 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 1243 0 0 0 29 0 0 0 22 0 1 0 471693224 5234688 1031 33554432000 134512640 136057169 4288350608 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 1278 1031 183 378 0 898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5112

[startup+0.70059 s]
/proc/loadavg: 0.07 0.02 0.22 1/178 12265
/proc/meminfo: memFree=19467860/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=5244 CPUtime=0.69 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 1292 0 0 0 69 0 0 0 24 0 1 0 471693224 5369856 1080 33554432000 134512640 136057169 4288350608 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 1311 1080 183 378 0 931 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5244

[startup+1.50047 s]
/proc/loadavg: 0.07 0.02 0.22 3/184 12276
/proc/meminfo: memFree=19443512/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=8280 CPUtime=1.49 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 2045 0 0 0 149 0 0 0 25 0 1 0 471693224 8478720 1833 33554432000 134512640 136057169 4288350608 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 2070 1833 183 378 0 1690 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8280

[startup+3.1002 s]
/proc/loadavg: 0.07 0.02 0.22 4/184 12276
/proc/meminfo: memFree=19438304/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=9336 CPUtime=3.09 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 2314 0 0 0 309 0 0 0 25 0 1 0 471693224 9560064 2102 33554432000 134512640 136057169 4288350608 18446744073709551615 134618227 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 2334 2102 183 378 0 1954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9336

[startup+6.30063 s]
/proc/loadavg: 0.22 0.05 0.23 3/184 12276
/proc/meminfo: memFree=19429904/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=10876 CPUtime=6.29 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 2701 0 0 0 629 0 0 0 25 0 1 0 471693224 11137024 2489 33554432000 134512640 136057169 4288350608 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 2719 2489 183 378 0 2339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10876

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.24 5/194 12297
/proc/meminfo: memFree=19369100/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=13004 CPUtime=12.69 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 3231 0 0 0 1269 0 0 0 25 0 1 0 471693224 13316096 3019 33554432000 134512640 136057169 4288350608 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 3251 3019 183 378 0 2871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13004

[startup+25.5012 s]
/proc/loadavg: 1.23 0.29 0.30 5/194 12297
/proc/meminfo: memFree=19324664/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=15012 CPUtime=25.5 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 3725 0 0 0 2549 1 0 0 25 0 1 0 471693224 15372288 3513 33554432000 134512640 136057169 4288350608 18446744073709551615 134756847 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 3753 3513 183 378 0 3373 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 15012

[startup+51.1006 s]
/proc/loadavg: 2.17 0.59 0.40 5/194 12298
/proc/meminfo: memFree=19299092/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=19380 CPUtime=51.09 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 4793 0 0 0 5108 1 0 0 25 0 1 0 471693224 19845120 4581 33554432000 134512640 136057169 4288350608 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 4845 4581 183 378 0 4465 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19380

[startup+102.307 s]
/proc/loadavg: 3.24 1.12 0.59 5/194 12299
/proc/meminfo: memFree=19254568/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=23984 CPUtime=102.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 5920 0 0 0 10229 1 0 0 25 0 1 0 471693224 24559616 5708 33554432000 134512640 136057169 4288350608 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 5996 5708 183 378 0 5616 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23984

[startup+162.301 s]
/proc/loadavg: 3.84 1.68 0.81 5/194 12301
/proc/meminfo: memFree=19240144/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=27072 CPUtime=162.29 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 6673 0 0 0 16228 1 0 0 25 0 1 0 471693224 27721728 6461 33554432000 134512640 136057169 4288350608 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 6768 6461 183 378 0 6388 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27072

[startup+222.301 s]
/proc/loadavg: 4.04 2.13 1.02 5/194 12302
/proc/meminfo: memFree=19213436/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=29248 CPUtime=222.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 7166 0 0 0 22229 1 0 0 25 0 1 0 471693224 29949952 6954 33554432000 134512640 136057169 4288350608 18446744073709551615 134812004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 7312 6954 183 378 0 6932 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 29248

[startup+282.301 s]
/proc/loadavg: 4.01 2.46 1.20 5/194 12304
/proc/meminfo: memFree=19174220/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=32552 CPUtime=282.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 7922 0 0 0 28228 2 0 0 25 0 1 0 471693224 33333248 7710 33554432000 134512640 136057169 4288350608 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 8138 7710 183 378 0 7758 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 32552

[startup+342.301 s]
/proc/loadavg: 4.00 2.74 1.38 5/194 12306
/proc/meminfo: memFree=19159540/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=34820 CPUtime=342.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 8462 0 0 0 34228 2 0 0 25 0 1 0 471693224 35655680 8250 33554432000 134512640 136057169 4288350608 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 8705 8250 183 378 0 8325 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 34820

[startup+402.301 s]
/proc/loadavg: 4.00 2.97 1.54 5/194 12307
/proc/meminfo: memFree=19138056/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=36664 CPUtime=402.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 8900 0 0 0 40228 2 0 0 25 0 1 0 471693224 37543936 8688 33554432000 134512640 136057169 4288350608 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 9166 8688 183 378 0 8786 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 36664

[startup+462.301 s]
/proc/loadavg: 4.03 3.17 1.69 5/194 12309
/proc/meminfo: memFree=19132816/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=38684 CPUtime=462.3 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 9389 0 0 0 46228 2 0 0 25 0 1 0 471693224 39612416 9177 33554432000 134512640 136057169 4288350608 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 9671 9177 183 378 0 9291 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 38684

[startup+522.301 s]
/proc/loadavg: 4.01 3.32 1.84 5/194 12310
/proc/meminfo: memFree=19129556/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=39232 CPUtime=522.31 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 9524 0 0 0 52228 3 0 0 25 0 1 0 471693224 40173568 9312 33554432000 134512640 136057169 4288350608 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 9808 9312 183 378 0 9428 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 39232

[startup+582.301 s]
/proc/loadavg: 4.00 3.44 1.97 5/194 12312
/proc/meminfo: memFree=19123456/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=40652 CPUtime=582.31 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 9835 0 0 0 58228 3 0 0 25 0 1 0 471693224 41627648 9623 33554432000 134512640 136057169 4288350608 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 10163 9623 183 378 0 9783 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 40652

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 2.09 5/194 12314
/proc/meminfo: memFree=19108656/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=41204 CPUtime=642.31 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 9983 0 0 0 64228 3 0 0 25 0 1 0 471693224 42192896 9771 33554432000 134512640 136057169 4288350608 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 10301 9771 183 378 0 9921 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 41204

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.21 5/194 12315
/proc/meminfo: memFree=19097204/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=42964 CPUtime=702.31 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 10386 0 0 0 70228 3 0 0 25 0 1 0 471693224 43995136 10174 33554432000 134512640 136057169 4288350608 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 10741 10174 183 378 0 10361 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 42964

[startup+762.307 s]
/proc/loadavg: 4.05 3.70 2.32 5/194 12317
/proc/meminfo: memFree=19079056/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=43740 CPUtime=762.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 10589 0 0 0 76229 3 0 0 25 0 1 0 471693224 44789760 10377 33554432000 134512640 136057169 4288350608 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 10935 10377 183 378 0 10555 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 43740

[startup+822.3 s]
/proc/loadavg: 4.02 3.75 2.43 5/194 12318
/proc/meminfo: memFree=19075040/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=44596 CPUtime=822.31 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 10764 0 0 0 82228 3 0 0 25 0 1 0 471693224 45666304 10552 33554432000 134512640 136057169 4288350608 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 11149 10552 183 378 0 10769 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 44596

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.52 5/194 12320
/proc/meminfo: memFree=19068428/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=44832 CPUtime=882.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 10828 0 0 0 88228 4 0 0 25 0 1 0 471693224 45907968 10616 33554432000 134512640 136057169 4288350608 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 11208 10616 183 378 0 10828 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 44832

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.61 5/194 12322
/proc/meminfo: memFree=19052276/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=46616 CPUtime=942.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11254 0 0 0 94228 4 0 0 25 0 1 0 471693224 47734784 11042 33554432000 134512640 136057169 4288350608 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 11654 11042 183 378 0 11274 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 46616

[startup+1002.3 s]
/proc/loadavg: 4.05 3.87 2.70 5/194 12323
/proc/meminfo: memFree=19048280/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=47132 CPUtime=1002.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11375 0 0 0 100228 4 0 0 25 0 1 0 471693224 48263168 11163 33554432000 134512640 136057169 4288350608 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 11783 11163 183 378 0 11403 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 47132

[startup+1062.3 s]
/proc/loadavg: 4.02 3.89 2.78 5/194 12325
/proc/meminfo: memFree=19041308/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=47512 CPUtime=1062.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11472 0 0 0 106228 4 0 0 25 0 1 0 471693224 48652288 11260 33554432000 134512640 136057169 4288350608 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 11878 11260 183 378 0 11498 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 47512

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.85 5/194 12326
/proc/meminfo: memFree=19036932/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=48028 CPUtime=1122.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11605 0 0 0 112228 4 0 0 25 0 1 0 471693224 49180672 11393 33554432000 134512640 136057169 4288350608 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 12007 11393 183 378 0 11627 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 48028

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.92 5/194 12328
/proc/meminfo: memFree=19031072/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=48852 CPUtime=1182.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11813 0 0 0 118228 4 0 0 25 0 1 0 471693224 50024448 11601 33554432000 134512640 136057169 4288350608 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 12213 11601 183 378 0 11833 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 48852

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.99 5/194 12330
/proc/meminfo: memFree=19026576/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=49376 CPUtime=1242.32 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 11917 0 0 0 124228 4 0 0 25 0 1 0 471693224 50561024 11705 33554432000 134512640 136057169 4288350608 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 12344 11705 183 378 0 11964 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 49376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.96 3.05 5/194 12331
/proc/meminfo: memFree=19025040/32951124 swapFree=67111528/67111528
[pid=12265] ppid=12263 vsize=49952 CPUtime=1300.03 cores=0,2
/proc/12265/stat : 12265 (clasp) R 12263 12265 12235 0 -1 4202496 12051 0 0 0 129999 4 0 0 25 0 1 0 471693224 51150848 11839 33554432000 134512640 136057169 4288350608 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12265/statm: 12488 11839 183 378 0 12108 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 49952

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.04
CPU user time (s): 1299.99
CPU system time (s): 0.048992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 49952

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

runsolver used 2.27065 second user time and 4.83326 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-24 01:22:31
IDJOB=3273265
IDBENCH=71354
IDSOLVER=1674
FILE ID=node132/3273265-1303600950
RUNJOBID= node132-1303600949-12253
PBS_JOBID= 13150610
Free space on /tmp= 72056 MiB

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

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=2001213922

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19468140 kB
Buffers:       1605500 kB
Cached:       11266168 kB
SwapCached:          0 kB
Active:        2462016 kB
Inactive:     10474360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19468140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:       64144 kB
Mapped:          14444 kB
Slab:           482468 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72044 MiB
End job on node132 at 2011-04-24 01:44:13