Trace number 3274467

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.09 1300.04

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
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-3274467-1303603452/watcher-3274467-1303603452 -o /tmp/evaluation-result-3274467-1303603452/solver-3274467-1303603452 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274467-1303603452.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.94 2.09 2.96 4/189 23641
/proc/meminfo: memFree=28167520/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=5148 CPUtime=0 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 1136 0 0 0 0 0 0 0 21 0 1 0 452761244 5271552 992 33554432000 134512640 136057169 4288989872 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 1287 992 145 378 0 907 0

[startup+0.024793 s]
/proc/loadavg: 0.94 2.09 2.96 4/189 23641
/proc/meminfo: memFree=28167520/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=6972 CPUtime=0.02 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 1581 0 0 0 2 0 0 0 21 0 1 0 452761244 7139328 1437 33554432000 134512640 136057169 4288989872 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 1743 1438 145 378 0 1363 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6972

[startup+0.100783 s]
/proc/loadavg: 0.94 2.09 2.96 4/189 23641
/proc/meminfo: memFree=28167520/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=13612 CPUtime=0.09 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 3540 0 0 0 9 0 0 0 21 0 1 0 452761244 13938688 3108 33554432000 134512640 136057169 4288989872 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 3403 3109 145 378 0 3023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13612

[startup+0.300745 s]
/proc/loadavg: 0.94 2.09 2.96 4/189 23641
/proc/meminfo: memFree=28167520/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=31508 CPUtime=0.29 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 8883 0 0 0 28 1 0 0 22 0 1 0 452761244 32264192 7488 33554432000 134512640 136057169 4288989872 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 7877 7489 145 378 0 7497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31508

[startup+0.700674 s]
/proc/loadavg: 0.94 2.09 2.96 4/189 23641
/proc/meminfo: memFree=28167520/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=61668 CPUtime=0.69 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 18244 0 0 0 67 2 0 0 24 0 1 0 452761244 63148032 14798 33554432000 134512640 136057169 4288989872 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 15417 14798 163 378 0 15037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61668

[startup+1.50055 s]
/proc/loadavg: 0.94 2.09 2.96 5/190 23642
/proc/meminfo: memFree=28055044/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=63696 CPUtime=1.49 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 19113 0 0 0 147 2 0 0 25 0 1 0 452761244 65224704 14983 33554432000 134512640 136057169 4288989872 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 15924 14983 166 378 0 15544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63696

[startup+3.10026 s]
/proc/loadavg: 0.94 2.09 2.96 5/190 23642
/proc/meminfo: memFree=28054316/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=63696 CPUtime=3.09 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 19113 0 0 0 307 2 0 0 25 0 1 0 452761244 65224704 14983 33554432000 134512640 136057169 4288989872 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 15924 14983 166 378 0 15544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63696

[startup+6.30064 s]
/proc/loadavg: 1.18 2.12 2.96 5/190 23642
/proc/meminfo: memFree=28013524/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=80404 CPUtime=6.29 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 27064 0 0 0 626 3 0 0 25 0 1 0 452761244 82333696 19498 33554432000 134512640 136057169 4288989872 18446744073709551615 134611726 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 20101 19498 182 378 0 19721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80404

[startup+12.7005 s]
/proc/loadavg: 1.41 2.15 2.97 5/190 23642
/proc/meminfo: memFree=27932564/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=118368 CPUtime=12.69 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 36565 0 0 0 1264 5 0 0 25 0 1 0 452761244 121208832 28999 33554432000 134512640 136057169 4288989872 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 29592 28999 182 378 0 29212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118368

[startup+25.5011 s]
/proc/loadavg: 1.98 2.24 2.98 5/190 23642
/proc/meminfo: memFree=27774152/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=185760 CPUtime=25.49 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 53333 0 0 0 2541 8 0 0 25 0 1 0 452761244 190218240 45767 33554432000 134512640 136057169 4288989872 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 46440 45767 182 378 0 46060 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185760

[startup+51.1004 s]
/proc/loadavg: 2.73 2.40 3.01 5/190 23643
/proc/meminfo: memFree=27535424/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=291216 CPUtime=51.1 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 79754 0 0 0 5094 16 0 0 25 0 1 0 452761244 298205184 72052 33554432000 134512640 136057169 4288989872 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 72804 72052 182 378 0 72424 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 291216

[startup+102.307 s]
/proc/loadavg: 3.45 2.64 3.06 5/190 23645
/proc/meminfo: memFree=27391960/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=373584 CPUtime=102.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 100337 0 0 0 10209 21 0 0 25 0 1 0 452761244 382550016 92432 33554432000 134512640 136057169 4288989872 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 93396 92432 182 378 0 93016 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 373584

[startup+162.301 s]
/proc/loadavg: 3.80 2.89 3.12 5/190 23646
/proc/meminfo: memFree=27265300/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=424032 CPUtime=162.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 112839 0 0 0 16207 23 0 0 25 0 1 0 452761244 434208768 104934 33554432000 134512640 136057169 4288989872 18446744073709551615 134618446 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 106008 104934 182 378 0 105628 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 424032

[startup+222.301 s]
/proc/loadavg: 3.92 3.09 3.17 5/190 23648
/proc/meminfo: memFree=27194056/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=425240 CPUtime=222.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 113174 0 0 0 22207 23 0 0 25 0 1 0 452761244 435445760 105148 33554432000 134512640 136057169 4288989872 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 106310 105148 182 378 0 105930 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 425240

[startup+282.301 s]
/proc/loadavg: 3.97 3.25 3.22 5/190 23649
/proc/meminfo: memFree=27144896/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=465344 CPUtime=282.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 123027 0 0 0 28205 25 0 0 25 0 1 0 452761244 476512256 114697 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 116336 114697 182 378 0 115956 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 465344

[startup+342.301 s]
/proc/loadavg: 3.99 3.38 3.27 5/190 23651
/proc/meminfo: memFree=27086316/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=465344 CPUtime=342.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 123027 0 0 0 34205 25 0 0 25 0 1 0 452761244 476512256 114697 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 116336 114697 182 378 0 115956 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 465344

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 3.31 5/190 23653
/proc/meminfo: memFree=26970936/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=546588 CPUtime=402.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 143371 0 0 0 40200 30 0 0 25 0 1 0 452761244 559706112 134497 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 136647 134497 182 378 0 136267 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 546588

[startup+462.301 s]
/proc/loadavg: 4.05 3.60 3.35 5/190 23654
/proc/meminfo: memFree=26941996/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=556116 CPUtime=462.3 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 145773 0 0 0 46198 32 0 0 25 0 1 0 452761244 569462784 136899 33554432000 134512640 136057169 4288989872 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 139029 136899 182 378 0 138649 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 556116

[startup+522.301 s]
/proc/loadavg: 4.02 3.67 3.39 5/190 23656
/proc/meminfo: memFree=26876588/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=559052 CPUtime=522.31 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 146395 0 0 0 52199 32 0 0 25 0 1 0 452761244 572469248 137521 33554432000 134512640 136057169 4288989872 18446744073709551615 134637499 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 139763 137521 182 378 0 139383 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 559052

[startup+582.3 s]
/proc/loadavg: 4.00 3.73 3.43 5/190 23657
/proc/meminfo: memFree=26838712/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=593048 CPUtime=582.31 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 154703 0 0 0 58197 34 0 0 25 0 1 0 452761244 607281152 145829 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 148262 145829 182 378 0 147882 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 593048

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 3.46 5/190 23659
/proc/meminfo: memFree=26835680/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=593048 CPUtime=642.32 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 154705 0 0 0 64198 34 0 0 25 0 1 0 452761244 607281152 145831 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 148262 145831 182 378 0 147882 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 593048

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.49 5/190 23661
/proc/meminfo: memFree=26797068/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=594132 CPUtime=702.31 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 154889 0 0 0 70197 34 0 0 25 0 1 0 452761244 608391168 146015 33554432000 134512640 136057169 4288989872 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 148533 146015 182 378 0 148153 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 594132

[startup+762.307 s]
/proc/loadavg: 4.03 3.86 3.52 5/190 23662
/proc/meminfo: memFree=26758440/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=625508 CPUtime=762.32 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 162879 0 0 0 76196 36 0 0 25 0 1 0 452761244 640520192 153869 33554432000 134512640 136057169 4288989872 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 156377 153869 182 378 0 155997 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 625508

[startup+822.3 s]
/proc/loadavg: 4.01 3.88 3.55 5/190 23664
/proc/meminfo: memFree=26754540/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=625508 CPUtime=822.31 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 162879 0 0 0 82195 36 0 0 25 0 1 0 452761244 640520192 153869 33554432000 134512640 136057169 4288989872 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 156377 153869 182 378 0 155997 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 625508

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.58 5/190 23665
/proc/meminfo: memFree=26731164/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=627468 CPUtime=882.31 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 163310 0 0 0 88195 36 0 0 25 0 1 0 452761244 642527232 154300 33554432000 134512640 136057169 4288989872 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 156867 154300 182 378 0 156487 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 627468

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.60 5/190 23667
/proc/meminfo: memFree=26718584/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=640028 CPUtime=942.32 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 166862 0 0 0 94195 37 0 0 25 0 1 0 452761244 655388672 157264 33554432000 134512640 136057169 4288989872 18446744073709551615 134820137 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 160007 157264 182 378 0 159627 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 640028

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.63 5/190 23669
/proc/meminfo: memFree=26711952/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=640028 CPUtime=1002.32 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 166862 0 0 0 100195 37 0 0 25 0 1 0 452761244 655388672 157264 33554432000 134512640 136057169 4288989872 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 160007 157264 182 378 0 159627 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 640028

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 23670
/proc/meminfo: memFree=26702732/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=641112 CPUtime=1062.33 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 167105 0 0 0 106195 38 0 0 25 0 1 0 452761244 656498688 157507 33554432000 134512640 136057169 4288989872 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 160278 157507 182 378 0 159898 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 641112

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 3.67 5/190 23672
/proc/meminfo: memFree=26689780/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=641112 CPUtime=1122.33 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 167107 0 0 0 112195 38 0 0 25 0 1 0 452761244 656498688 157509 33554432000 134512640 136057169 4288989872 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 160278 157509 182 378 0 159898 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 641112

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.69 5/190 23673
/proc/meminfo: memFree=26643460/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=641112 CPUtime=1182.33 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 167110 0 0 0 118195 38 0 0 25 0 1 0 452761244 656498688 157512 33554432000 134512640 136057169 4288989872 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 160278 157512 182 378 0 159898 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 641112

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 23677
/proc/meminfo: memFree=26634232/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=647596 CPUtime=1242.33 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 169021 0 0 0 124195 38 0 0 25 0 1 0 452761244 663138304 158743 33554432000 134512640 136057169 4288989872 18446744073709551615 134616012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 161899 158743 182 378 0 161519 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 647596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.73 2/184 23682
/proc/meminfo: memFree=27495668/32951124 swapFree=67111524/67111528
[pid=23641] ppid=23639 vsize=709504 CPUtime=1300.03 cores=0,2
/proc/23641/stat : 23641 (clasp) R 23639 23641 23185 0 -1 4202496 184423 0 0 0 129961 42 0 0 25 0 1 0 452761244 726532096 174145 33554432000 134512640 136057169 4288989872 18446744073709551615 134813048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23641/statm: 177376 174145 182 378 0 176996 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 709504

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.04
CPU time (s): 1300.09
CPU user time (s): 1299.62
CPU system time (s): 0.464929
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 709504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.62
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 16299

runsolver used 2.30965 second user time and 4.79327 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 02:04:13
IDJOB=3274467
IDBENCH=83249
IDSOLVER=1674
FILE ID=node147/3274467-1303603452
RUNJOBID= node147-1303603452-23599
PBS_JOBID= 13150589
Free space on /tmp= 72236 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.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-3274467-1303603452/watcher-3274467-1303603452 -o /tmp/evaluation-result-3274467-1303603452/solver-3274467-1303603452 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274467-1303603452.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=212826534

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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:      28167800 kB
Buffers:        878984 kB
Cached:        3368836 kB
SwapCached:          4 kB
Active:         211520 kB
Inactive:      4133328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28167800 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           54872 kB
Writeback:           0 kB
AnonPages:       96884 kB
Mapped:          16976 kB
Slab:           375364 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278156 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= 72264 MiB
End job on node147 at 2011-04-24 02:25:55