Trace number 3275068

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes7.cnf
MD5SUM140eea74f7e66501965365160d02fa4d
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3275068-1303637031/watcher-3275068-1303637031 -o /tmp/evaluation-result-3275068-1303637031/solver-3275068-1303637031 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275068-1303637031.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.67 4/177 28686
/proc/meminfo: memFree=24600708/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=2592 CPUtime=0 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 402 0 0 0 0 0 0 0 25 0 1 0 475300859 2654208 356 33554432000 134512640 136057169 4292942480 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 648 356 145 378 0 268 0

[startup+0.0851431 s]
/proc/loadavg: 2.00 1.97 1.67 4/177 28686
/proc/meminfo: memFree=24600708/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=12988 CPUtime=0.07 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 3753 0 0 0 7 0 0 0 25 0 1 0 475300859 13299712 2821 33554432000 134512640 136057169 4292942480 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3247 2823 163 378 0 2867 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12988

[startup+0.101123 s]
/proc/loadavg: 2.00 1.97 1.67 4/177 28686
/proc/meminfo: memFree=24600708/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=12988 CPUtime=0.09 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 3759 0 0 0 9 0 0 0 25 0 1 0 475300859 13299712 2827 33554432000 134512640 136057169 4292942480 18446744073709551615 134774352 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3247 2827 166 378 0 2867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12988

[startup+0.301091 s]
/proc/loadavg: 2.00 1.97 1.67 4/177 28686
/proc/meminfo: memFree=24600708/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=12988 CPUtime=0.29 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 3759 0 0 0 29 0 0 0 25 0 1 0 475300859 13299712 2827 33554432000 134512640 136057169 4292942480 18446744073709551615 134774380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3247 2827 166 378 0 2867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12988

[startup+0.701016 s]
/proc/loadavg: 2.00 1.97 1.67 4/177 28686
/proc/meminfo: memFree=24600708/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=12988 CPUtime=0.69 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 3761 0 0 0 69 0 0 0 25 0 1 0 475300859 13299712 2829 33554432000 134512640 136057169 4292942480 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3247 2829 168 378 0 2867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12988

[startup+1.50087 s]
/proc/loadavg: 2.00 1.97 1.67 3/178 28687
/proc/meminfo: memFree=24588428/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=13592 CPUtime=1.49 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 4504 0 0 0 149 0 0 0 25 0 1 0 475300859 13918208 3150 33554432000 134512640 136057169 4292942480 18446744073709551615 134820408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3398 3150 182 378 0 3018 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13592

[startup+3.10058 s]
/proc/loadavg: 2.00 1.97 1.67 3/178 28687
/proc/meminfo: memFree=24587808/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=15880 CPUtime=3.09 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 5081 0 0 0 309 0 0 0 25 0 1 0 475300859 16261120 3727 33554432000 134512640 136057169 4292942480 18446744073709551615 134819814 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 3970 3727 182 378 0 3590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15880

[startup+6.30101 s]
/proc/loadavg: 2.00 1.97 1.67 3/178 28687
/proc/meminfo: memFree=24575340/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=28616 CPUtime=6.29 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 8265 0 0 0 628 1 0 0 25 0 1 0 475300859 29302784 6911 33554432000 134512640 136057169 4292942480 18446744073709551615 134819879 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 7154 6911 182 378 0 6774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28616

[startup+12.7009 s]
/proc/loadavg: 2.00 1.97 1.67 3/178 28687
/proc/meminfo: memFree=24560140/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=40268 CPUtime=12.69 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 11178 0 0 0 1268 1 0 0 25 0 1 0 475300859 41234432 9824 33554432000 134512640 136057169 4292942480 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 10067 9824 182 378 0 9687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40268

[startup+25.5005 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 28688
/proc/meminfo: memFree=24554440/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=45960 CPUtime=25.49 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 12589 0 0 0 2548 1 0 0 25 0 1 0 475300859 47063040 11235 33554432000 134512640 136057169 4292942480 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 11490 11235 182 378 0 11110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45960

[startup+51.1009 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 28689
/proc/meminfo: memFree=24548672/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=51616 CPUtime=51.09 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 13992 0 0 0 5108 1 0 0 25 0 1 0 475300859 52854784 12638 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 12904 12638 182 378 0 12524 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51616

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.70 3/178 28690
/proc/meminfo: memFree=24537484/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=62432 CPUtime=102.3 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 16622 0 0 0 10228 2 0 0 25 0 1 0 475300859 63930368 15268 33554432000 134512640 136057169 4292942480 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 15608 15268 182 378 0 15228 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62432

[startup+162.301 s]
/proc/loadavg: 2.05 1.99 1.72 3/178 28691
/proc/meminfo: memFree=24528652/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=70544 CPUtime=162.29 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 18622 0 0 0 16227 2 0 0 25 0 1 0 475300859 72237056 17268 33554432000 134512640 136057169 4292942480 18446744073709551615 134819862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 17636 17268 182 378 0 17256 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70544

[startup+222.301 s]
/proc/loadavg: 2.05 2.00 1.74 3/178 28693
/proc/meminfo: memFree=24520180/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=77204 CPUtime=222.29 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 20279 0 0 0 22227 2 0 0 25 0 1 0 475300859 79056896 18925 33554432000 134512640 136057169 4292942480 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 19301 18925 182 378 0 18921 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77204

[startup+282.3 s]
/proc/loadavg: 2.02 2.00 1.75 3/178 28695
/proc/meminfo: memFree=24515180/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=79740 CPUtime=282.29 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 20846 0 0 0 28227 2 0 0 25 0 1 0 475300859 81653760 19492 33554432000 134512640 136057169 4292942480 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 19935 19492 182 378 0 19555 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79740

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/178 28696
/proc/meminfo: memFree=24513408/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=81840 CPUtime=342.3 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 21339 0 0 0 34227 3 0 0 25 0 1 0 475300859 83804160 19985 33554432000 134512640 136057169 4292942480 18446744073709551615 134823447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 20460 19985 182 378 0 20080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81840

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 1.78 3/178 28698
/proc/meminfo: memFree=24493152/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=102156 CPUtime=402.3 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 26467 0 0 0 40227 3 0 0 25 0 1 0 475300859 104607744 24977 33554432000 134512640 136057169 4292942480 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 25539 24977 182 378 0 25159 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102156

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.79 3/178 28699
/proc/meminfo: memFree=24488032/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=107284 CPUtime=462.3 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 27733 0 0 0 46226 4 0 0 25 0 1 0 475300859 109858816 26243 33554432000 134512640 136057169 4292942480 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 26821 26243 182 378 0 26441 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107284

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 28701
/proc/meminfo: memFree=24486628/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=108980 CPUtime=522.31 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 28128 0 0 0 52227 4 0 0 25 0 1 0 475300859 111595520 26638 33554432000 134512640 136057169 4292942480 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 27245 26638 182 378 0 26865 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108980

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 28703
/proc/meminfo: memFree=24476432/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=118628 CPUtime=582.31 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 30540 0 0 0 58226 5 0 0 25 0 1 0 475300859 121475072 29050 33554432000 134512640 136057169 4292942480 18446744073709551615 134819601 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 29657 29050 182 378 0 29277 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 118628

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28835
/proc/meminfo: memFree=24435384/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=216684 CPUtime=4062.41 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54257 0 0 0 406230 11 0 0 25 0 1 0 475300859 221884416 52564 33554432000 134512640 136057169 4292942480 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54171 52564 182 378 0 53791 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 216684

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28837
/proc/meminfo: memFree=24432860/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=217216 CPUtime=4122.4 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54384 0 0 0 412229 11 0 0 25 0 1 0 475300859 222429184 52691 33554432000 134512640 136057169 4292942480 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54304 52691 182 378 0 53924 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 217216

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28839
/proc/meminfo: memFree=24430824/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=217892 CPUtime=4182.41 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54551 0 0 0 418229 12 0 0 25 0 1 0 475300859 223121408 52858 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54473 52858 182 378 0 54093 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 217892

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28840
/proc/meminfo: memFree=24429292/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=218908 CPUtime=4242.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54781 0 0 0 424230 12 0 0 25 0 1 0 475300859 224161792 53088 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54727 53088 182 378 0 54347 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 218908

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28842
/proc/meminfo: memFree=24428140/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=218908 CPUtime=4302.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54785 0 0 0 430230 12 0 0 25 0 1 0 475300859 224161792 53092 33554432000 134512640 136057169 4292942480 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54727 53092 182 378 0 54347 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 218908

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28843
/proc/meminfo: memFree=24425880/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=219904 CPUtime=4362.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 54996 0 0 0 436230 12 0 0 25 0 1 0 475300859 225181696 53303 33554432000 134512640 136057169 4292942480 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 54976 53303 182 378 0 54596 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 219904

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28845
/proc/meminfo: memFree=24424104/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=221196 CPUtime=4422.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 55290 0 0 0 442230 12 0 0 25 0 1 0 475300859 226504704 53597 33554432000 134512640 136057169 4292942480 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 55299 53597 182 378 0 54919 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 221196

[startup+4482.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 28847
/proc/meminfo: memFree=24419724/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=224448 CPUtime=4482.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 56072 0 0 0 448230 12 0 0 25 0 1 0 475300859 229834752 54379 33554432000 134512640 136057169 4292942480 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 56112 54379 182 378 0 55732 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 224448

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 28848
/proc/meminfo: memFree=24417700/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=226024 CPUtime=4542.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 56433 0 0 0 454230 12 0 0 25 0 1 0 475300859 231448576 54740 33554432000 134512640 136057169 4292942480 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 56506 54740 182 378 0 56126 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 226024

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28850
/proc/meminfo: memFree=24411704/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=229896 CPUtime=4602.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57403 0 0 0 460231 12 0 0 25 0 1 0 475300859 235413504 55710 33554432000 134512640 136057169 4292942480 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 57474 55710 182 378 0 57094 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 229896

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28851
/proc/meminfo: memFree=24411056/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=230132 CPUtime=4662.42 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57436 0 0 0 466230 12 0 0 25 0 1 0 475300859 235655168 55743 33554432000 134512640 136057169 4292942480 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 57533 55743 182 378 0 57153 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 230132

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28853
/proc/meminfo: memFree=24410292/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=230616 CPUtime=4722.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57524 0 0 0 472231 12 0 0 25 0 1 0 475300859 236150784 55831 33554432000 134512640 136057169 4292942480 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 57654 55831 182 378 0 57274 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 230616

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28855
/proc/meminfo: memFree=24409880/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=231076 CPUtime=4782.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57631 0 0 0 478231 12 0 0 25 0 1 0 475300859 236621824 55938 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 57769 55938 182 378 0 57389 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 231076

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 28856
/proc/meminfo: memFree=24408972/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=231432 CPUtime=4842.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57705 0 0 0 484231 12 0 0 25 0 1 0 475300859 236986368 56012 33554432000 134512640 136057169 4292942480 18446744073709551615 134612945 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 57858 56012 182 378 0 57478 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 231432

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 28858
/proc/meminfo: memFree=24407200/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=232252 CPUtime=4902.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57893 0 0 0 490231 12 0 0 25 0 1 0 475300859 237826048 56200 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 58063 56200 182 378 0 57683 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 232252

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28859
/proc/meminfo: memFree=24405916/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=232464 CPUtime=4962.43 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 57938 0 0 0 496231 12 0 0 25 0 1 0 475300859 238043136 56245 33554432000 134512640 136057169 4292942480 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 58116 56245 182 378 0 57736 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 232464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 28861
/proc/meminfo: memFree=24405020/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=233248 CPUtime=5000.04 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 58100 0 0 0 499992 12 0 0 25 0 1 0 475300859 238845952 56407 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 58312 56407 182 378 0 57932 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 233248

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.95 3/178 28861
/proc/meminfo: memFree=24405020/32951124 swapFree=67111412/67111528
[pid=28686] ppid=28684 vsize=233248 CPUtime=5000.04 cores=1,3,5,7
/proc/28686/stat : 28686 (clasp) R 28684 28686 28534 0 -1 4202496 58100 0 0 0 499992 12 0 0 25 0 1 0 475300859 238845952 56407 33554432000 134512640 136057169 4292942480 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28686/statm: 58312 56407 182 378 0 57932 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 233248

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.06
CPU user time (s): 4999.92
CPU system time (s): 0.136979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 233248

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

runsolver used 8.30174 second user time and 17.6823 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-24 11:23:51
IDJOB=3275068
IDBENCH=71367
IDSOLVER=1677
FILE ID=node137/3275068-1303637031
RUNJOBID= node137-1303635246-28554
PBS_JOBID= 13150711
Free space on /tmp= 71824 MiB

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

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

MD5SUM BENCH= 140eea74f7e66501965365160d02fa4d
RANDOM SEED=1638336166

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24600856 kB
Buffers:       1681336 kB
Cached:        5969760 kB
SwapCached:        112 kB
Active:        1278128 kB
Inactive:      6526164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24600856 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            4660 kB
Writeback:           0 kB
AnonPages:      152824 kB
Mapped:          15780 kB
Slab:           483796 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   299272 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= 71824 MiB
End job on node137 at 2011-04-24 12:47:13