Trace number 3275348

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.03 4999.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
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 variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275348-1303647280/watcher-3275348-1303647280 -o /tmp/evaluation-result-3275348-1303647280/solver-3275348-1303647280 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275348-1303647280.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 27214
/proc/meminfo: memFree=14806224/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=2352 CPUtime=0 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 361 0 0 0 0 0 0 0 25 0 1 0 476325940 2408448 316 33554432000 134512640 136057169 4287037952 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 588 316 145 378 0 208 0

[startup+0.078604 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 27214
/proc/meminfo: memFree=14806224/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=4180 CPUtime=0.07 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 828 0 0 0 7 0 0 0 25 0 1 0 476325940 4280320 778 33554432000 134512640 136057169 4287037952 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 1045 778 166 378 0 665 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4180

[startup+0.100593 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 27214
/proc/meminfo: memFree=14806224/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=4180 CPUtime=0.09 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 841 0 0 0 9 0 0 0 25 0 1 0 476325940 4280320 791 33554432000 134512640 136057169 4287037952 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 1045 791 168 378 0 665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4180

[startup+0.300561 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 27214
/proc/meminfo: memFree=14806224/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=5896 CPUtime=0.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 1250 0 0 0 29 0 0 0 25 0 1 0 476325940 6037504 1200 33554432000 134512640 136057169 4287037952 18446744073709551615 134766206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 1474 1200 168 378 0 1094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5896

[startup+0.70049 s]
/proc/loadavg: 1.92 1.98 1.99 2/177 27214
/proc/meminfo: memFree=14806224/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=7980 CPUtime=0.69 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 1863 0 0 0 69 0 0 0 25 0 1 0 476325940 8171520 1745 33554432000 134512640 136057169 4287037952 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 1995 1745 183 378 0 1615 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7980

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27215
/proc/meminfo: memFree=14797288/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=12212 CPUtime=1.49 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 2913 0 0 0 149 0 0 0 25 0 1 0 476325940 12505088 2795 33554432000 134512640 136057169 4287037952 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 3053 2795 183 378 0 2673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12212

[startup+3.10102 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27215
/proc/meminfo: memFree=14795304/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=15684 CPUtime=3.09 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 3802 0 0 0 309 0 0 0 25 0 1 0 476325940 16060416 3684 33554432000 134512640 136057169 4287037952 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 3921 3684 183 378 0 3541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15684

[startup+6.30049 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 27215
/proc/meminfo: memFree=14789932/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=18768 CPUtime=6.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 4533 0 0 0 629 0 0 0 25 0 1 0 476325940 19218432 4415 33554432000 134512640 136057169 4287037952 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 4692 4415 183 378 0 4312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18768

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 27215
/proc/meminfo: memFree=14786260/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=21948 CPUtime=12.68 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 5330 0 0 0 1268 0 0 0 25 0 1 0 476325940 22474752 5212 33554432000 134512640 136057169 4287037952 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 5487 5212 183 378 0 5107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21948

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/178 27216
/proc/meminfo: memFree=14780928/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=26336 CPUtime=25.49 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 6390 0 0 0 2548 1 0 0 25 0 1 0 476325940 26968064 6272 33554432000 134512640 136057169 4287037952 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 6584 6272 183 378 0 6204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26336

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.99 3/178 27216
/proc/meminfo: memFree=14773696/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=33208 CPUtime=51.09 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 8077 0 0 0 5108 1 0 0 25 0 1 0 476325940 34004992 7959 33554432000 134512640 136057169 4287037952 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 8302 7959 183 378 0 7922 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33208

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 27218
/proc/meminfo: memFree=14763140/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=43588 CPUtime=102.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 10528 0 0 0 10228 1 0 0 25 0 1 0 476325940 44634112 10410 33554432000 134512640 136057169 4287037952 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 10897 10410 183 378 0 10517 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 43588

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27219
/proc/meminfo: memFree=14757536/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=49508 CPUtime=162.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 11945 0 0 0 16227 2 0 0 25 0 1 0 476325940 50696192 11799 33554432000 134512640 136057169 4287037952 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 12377 11799 183 378 0 11997 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 49508

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27221
/proc/meminfo: memFree=14752288/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=55160 CPUtime=222.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 13286 0 0 0 22227 2 0 0 25 0 1 0 476325940 56483840 13140 33554432000 134512640 136057169 4287037952 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 13790 13140 183 378 0 13410 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 55160

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27222
/proc/meminfo: memFree=14746556/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=60408 CPUtime=282.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 14532 0 0 0 28227 2 0 0 25 0 1 0 476325940 61857792 14386 33554432000 134512640 136057169 4287037952 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 15102 14386 183 378 0 14722 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 60408

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/178 27224
/proc/meminfo: memFree=14742328/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=62604 CPUtime=342.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 15052 0 0 0 34227 2 0 0 25 0 1 0 476325940 64106496 14906 33554432000 134512640 136057169 4287037952 18446744073709551615 134615626 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 15651 14906 183 378 0 15271 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 62604

[startup+402.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/178 27226
/proc/meminfo: memFree=14735344/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=70004 CPUtime=402.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 16771 0 0 0 40227 2 0 0 25 0 1 0 476325940 71684096 16625 33554432000 134512640 136057169 4287037952 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 17501 16625 183 378 0 17121 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 70004

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 27227
/proc/meminfo: memFree=14728876/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=75572 CPUtime=462.29 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 18040 0 0 0 46227 2 0 0 25 0 1 0 476325940 77385728 17894 33554432000 134512640 136057169 4287037952 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 18893 17894 183 378 0 18513 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 75572

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27229
/proc/meminfo: memFree=14717816/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=76568 CPUtime=522.3 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 18263 0 0 0 52227 3 0 0 25 0 1 0 476325940 78405632 18117 33554432000 134512640 136057169 4287037952 18446744073709551615 134618388 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 19142 18117 183 378 0 18762 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76568

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 27230
/proc/meminfo: memFree=14715304/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=77968 CPUtime=582.3 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 18602 0 0 0 58227 3 0 0 25 0 1 0 476325940 79839232 18456 33554432000 134512640 136057169 4287037952 18446744073709551615 134615594 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 19492 18456 183 378 0 19112 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 77968

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27353
/proc/meminfo: memFree=14917236/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=165424 CPUtime=4062.39 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 39394 0 0 0 406233 6 0 0 25 0 1 0 476325940 169394176 38778 33554432000 134512640 136057169 4287037952 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 41356 38778 183 378 0 40976 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 165424

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27355
/proc/meminfo: memFree=14915980/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=166880 CPUtime=4122.38 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 39706 0 0 0 412232 6 0 0 25 0 1 0 476325940 170885120 39090 33554432000 134512640 136057169 4287037952 18446744073709551615 134618121 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 41720 39090 183 378 0 41340 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 166880

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27356
/proc/meminfo: memFree=14914960/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=168020 CPUtime=4182.38 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 39965 0 0 0 418232 6 0 0 25 0 1 0 476325940 172052480 39349 33554432000 134512640 136057169 4287037952 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42005 39349 183 378 0 41625 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 168020

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27358
/proc/meminfo: memFree=14914568/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=168340 CPUtime=4242.38 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40039 0 0 0 424232 6 0 0 25 0 1 0 476325940 172380160 39423 33554432000 134512640 136057169 4287037952 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42085 39423 183 378 0 41705 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 168340

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27360
/proc/meminfo: memFree=14914172/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=168872 CPUtime=4302.38 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40175 0 0 0 430232 6 0 0 25 0 1 0 476325940 172924928 39559 33554432000 134512640 136057169 4287037952 18446744073709551615 134651734 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42218 39559 183 378 0 41838 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 168872

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27361
/proc/meminfo: memFree=14913784/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=169408 CPUtime=4362.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40303 0 0 0 436233 7 0 0 25 0 1 0 476325940 173473792 39687 33554432000 134512640 136057169 4287037952 18446744073709551615 134820137 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42352 39687 183 378 0 41972 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 169408

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27363
/proc/meminfo: memFree=14912888/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=170500 CPUtime=4422.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40549 0 0 0 442233 7 0 0 25 0 1 0 476325940 174592000 39933 33554432000 134512640 136057169 4287037952 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42625 39933 183 378 0 42245 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 170500

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27364
/proc/meminfo: memFree=14911620/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=171960 CPUtime=4482.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40838 0 0 0 448233 7 0 0 25 0 1 0 476325940 176087040 40222 33554432000 134512640 136057169 4287037952 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 42990 40222 183 378 0 42610 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 171960

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27366
/proc/meminfo: memFree=14911228/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=172424 CPUtime=4542.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40938 0 0 0 454233 7 0 0 25 0 1 0 476325940 176562176 40322 33554432000 134512640 136057169 4287037952 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43106 40322 183 378 0 42726 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 172424

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27368
/proc/meminfo: memFree=14910944/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=172424 CPUtime=4602.41 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 40940 0 0 0 460234 7 0 0 25 0 1 0 476325940 176562176 40324 33554432000 134512640 136057169 4287037952 18446744073709551615 134618312 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43106 40324 183 378 0 42726 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 172424

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27369
/proc/meminfo: memFree=14910296/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=173168 CPUtime=4662.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41098 0 0 0 466233 7 0 0 25 0 1 0 476325940 177324032 40482 33554432000 134512640 136057169 4287037952 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43292 40482 183 378 0 42912 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 173168

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27371
/proc/meminfo: memFree=14909788/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=173704 CPUtime=4722.41 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41209 0 0 0 472234 7 0 0 25 0 1 0 476325940 177872896 40593 33554432000 134512640 136057169 4287037952 18446744073709551615 134612936 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43426 40593 183 378 0 43046 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 173704

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27372
/proc/meminfo: memFree=14909664/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174024 CPUtime=4782.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41280 0 0 0 478233 7 0 0 25 0 1 0 476325940 178200576 40664 33554432000 134512640 136057169 4287037952 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43506 40664 183 378 0 43126 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 174024

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27374
/proc/meminfo: memFree=14909540/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174024 CPUtime=4842.4 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41287 0 0 0 484233 7 0 0 25 0 1 0 476325940 178200576 40671 33554432000 134512640 136057169 4287037952 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43506 40671 183 378 0 43126 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 174024

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27376
/proc/meminfo: memFree=14909772/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174024 CPUtime=4902.41 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41287 0 0 0 490234 7 0 0 25 0 1 0 476325940 178200576 40671 33554432000 134512640 136057169 4287037952 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43506 40671 183 378 0 43126 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 174024

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27377
/proc/meminfo: memFree=14909016/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174664 CPUtime=4962.41 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41414 0 0 0 496234 7 0 0 25 0 1 0 476325940 178855936 40798 33554432000 134512640 136057169 4287037952 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43666 40798 183 378 0 43286 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 174664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27378
/proc/meminfo: memFree=14909128/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174664 CPUtime=5000.01 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41414 0 0 0 499994 7 0 0 25 0 1 0 476325940 178855936 40798 33554432000 134512640 136057169 4287037952 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43666 40798 183 378 0 43286 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 174664

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 27378
/proc/meminfo: memFree=14909128/32951124 swapFree=67111524/67111528
[pid=27214] ppid=27212 vsize=174664 CPUtime=5000.01 cores=0,2,4,6
/proc/27214/stat : 27214 (clasp) R 27212 27214 26615 0 -1 4202496 41414 0 0 0 499994 7 0 0 25 0 1 0 476325940 178855936 40798 33554432000 134512640 136057169 4287037952 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27214/statm: 43666 40798 183 378 0 43286 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 174664

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.95
CPU system time (s): 0.079987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 174664

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

runsolver used 7.54385 second user time and 15.7926 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 14:14:40
IDJOB=3275348
IDBENCH=83163
IDSOLVER=1677
FILE ID=node136/3275348-1303647280
RUNJOBID= node136-1303635246-26633
PBS_JOBID= 13150712
Free space on /tmp= 72252 MiB

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

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=41357052

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14806372 kB
Buffers:       1702492 kB
Cached:       15554632 kB
SwapCached:          4 kB
Active:        9371712 kB
Inactive:      8208680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14806372 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:      322944 kB
Mapped:          15824 kB
Slab:           500696 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   475536 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= 72256 MiB
End job on node136 at 2011-04-24 15:38:02