Trace number 3274464

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.05 1300.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
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-3274464-1303603452/watcher-3274464-1303603452 -o /tmp/evaluation-result-3274464-1303603452/solver-3274464-1303603452 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274464-1303603452.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 4,6

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 3/179 23623
/proc/meminfo: memFree=28262680/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=2340 CPUtime=0 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 361 0 0 0 0 0 0 0 23 0 1 0 452761110 2396160 315 33554432000 134512640 136057169 4294795792 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 585 315 145 378 0 205 0

[startup+0.084881 s]
/proc/loadavg: 0.94 2.09 2.96 3/179 23623
/proc/meminfo: memFree=28262680/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=9400 CPUtime=0.07 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 2286 0 0 0 7 0 0 0 23 0 1 0 452761110 9625600 2015 33554432000 134512640 136057169 4294795792 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 2350 2015 168 378 0 1970 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9400

[startup+0.100843 s]
/proc/loadavg: 0.94 2.09 2.96 3/179 23623
/proc/meminfo: memFree=28262680/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=9400 CPUtime=0.09 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 2286 0 0 0 9 0 0 0 23 0 1 0 452761110 9625600 2015 33554432000 134512640 136057169 4294795792 18446744073709551615 134774434 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 2350 2015 168 378 0 1970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9400

[startup+0.300809 s]
/proc/loadavg: 0.94 2.09 2.96 3/179 23623
/proc/meminfo: memFree=28262680/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=11784 CPUtime=0.28 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 3156 0 0 0 28 0 0 0 25 0 1 0 452761110 12066816 2688 33554432000 134512640 136057169 4294795792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 2946 2688 181 378 0 2566 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11784

[startup+0.700779 s]
/proc/loadavg: 0.94 2.09 2.96 3/179 23623
/proc/meminfo: memFree=28262680/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=12468 CPUtime=0.68 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 3313 0 0 0 68 0 0 0 25 0 1 0 452761110 12767232 2845 33554432000 134512640 136057169 4294795792 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 3117 2847 183 378 0 2737 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12468

[startup+1.50062 s]
/proc/loadavg: 0.94 2.09 2.96 5/184 23630
/proc/meminfo: memFree=28190964/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=17312 CPUtime=1.48 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 4533 0 0 0 148 0 0 0 25 0 1 0 452761110 17727488 4065 33554432000 134512640 136057169 4294795792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 4328 4065 183 378 0 3948 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17312

[startup+3.10035 s]
/proc/loadavg: 0.94 2.09 2.96 5/190 23642
/proc/meminfo: memFree=28057028/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=22220 CPUtime=3.09 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 5750 0 0 0 308 1 0 0 25 0 1 0 452761110 22753280 5282 33554432000 134512640 136057169 4294795792 18446744073709551615 134828324 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 5555 5282 183 378 0 5175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22220

[startup+6.30076 s]
/proc/loadavg: 1.18 2.12 2.96 5/190 23642
/proc/meminfo: memFree=28012656/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=24896 CPUtime=6.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 6400 0 0 0 628 1 0 0 25 0 1 0 452761110 25493504 5932 33554432000 134512640 136057169 4294795792 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 6224 5932 183 378 0 5844 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24896

[startup+12.7006 s]
/proc/loadavg: 1.41 2.15 2.97 5/190 23642
/proc/meminfo: memFree=27949184/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=29668 CPUtime=12.68 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 7587 0 0 0 1267 1 0 0 25 0 1 0 452761110 30380032 7119 33554432000 134512640 136057169 4294795792 18446744073709551615 134615992 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 7417 7119 183 378 0 7037 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29668

[startup+25.5002 s]
/proc/loadavg: 1.98 2.24 2.98 5/190 23642
/proc/meminfo: memFree=27791512/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=40480 CPUtime=25.48 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 10255 0 0 0 2546 2 0 0 25 0 1 0 452761110 41451520 9787 33554432000 134512640 136057169 4294795792 18446744073709551615 135441320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 10120 9787 183 378 0 9740 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40480

[startup+51.1005 s]
/proc/loadavg: 2.73 2.40 3.01 5/190 23643
/proc/meminfo: memFree=27545592/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=50008 CPUtime=51.09 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 12541 0 0 0 5106 3 0 0 25 0 1 0 452761110 51208192 12073 33554432000 134512640 136057169 4294795792 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 12502 12073 183 378 0 12122 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50008

[startup+102.307 s]
/proc/loadavg: 3.45 2.64 3.06 5/190 23645
/proc/meminfo: memFree=27394068/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=67784 CPUtime=102.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 16954 0 0 0 10226 3 0 0 25 0 1 0 452761110 69410816 16486 33554432000 134512640 136057169 4294795792 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 16946 16486 183 378 0 16566 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 67784

[startup+162.301 s]
/proc/loadavg: 3.80 2.89 3.12 5/190 23646
/proc/meminfo: memFree=27265672/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=81676 CPUtime=162.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 20309 0 0 0 16225 4 0 0 25 0 1 0 452761110 83636224 19841 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 20419 19841 183 378 0 20039 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 81676

[startup+222.301 s]
/proc/loadavg: 3.92 3.09 3.17 5/190 23648
/proc/meminfo: memFree=27199636/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=86884 CPUtime=222.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 21574 0 0 0 22225 4 0 0 25 0 1 0 452761110 88969216 21106 33554432000 134512640 136057169 4294795792 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 21721 21106 183 378 0 21341 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86884

[startup+282.301 s]
/proc/loadavg: 3.97 3.25 3.22 5/190 23649
/proc/meminfo: memFree=27144896/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=94380 CPUtime=282.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 23370 0 0 0 28224 5 0 0 25 0 1 0 452761110 96645120 22902 33554432000 134512640 136057169 4294795792 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 23595 22902 183 378 0 23215 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 94380

[startup+342.301 s]
/proc/loadavg: 3.99 3.38 3.27 5/190 23651
/proc/meminfo: memFree=27089044/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=97664 CPUtime=342.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 24152 0 0 0 34224 5 0 0 25 0 1 0 452761110 100007936 23684 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 24416 23684 183 378 0 24036 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 97664

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 3.31 5/190 23652
/proc/meminfo: memFree=26972672/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=114360 CPUtime=402.3 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 28226 0 0 0 40224 6 0 0 25 0 1 0 452761110 117104640 27758 33554432000 134512640 136057169 4294795792 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 28590 27758 183 378 0 28210 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114360

[startup+462.301 s]
/proc/loadavg: 4.05 3.60 3.35 5/190 23654
/proc/meminfo: memFree=26945344/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=121172 CPUtime=462.29 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 29889 0 0 0 46223 6 0 0 25 0 1 0 452761110 124080128 29421 33554432000 134512640 136057169 4294795792 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 30293 29421 183 378 0 29913 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 121172

[startup+522.301 s]
/proc/loadavg: 4.02 3.67 3.39 5/190 23656
/proc/meminfo: memFree=26876464/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=126392 CPUtime=522.3 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 31166 0 0 0 52223 7 0 0 25 0 1 0 452761110 129425408 30698 33554432000 134512640 136057169 4294795792 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 31598 30698 183 378 0 31218 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 126392

[startup+582.301 s]
/proc/loadavg: 4.00 3.73 3.43 5/190 23657
/proc/meminfo: memFree=26838712/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=131056 CPUtime=582.3 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 32258 0 0 0 58223 7 0 0 25 0 1 0 452761110 134201344 31790 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 32764 31790 183 378 0 32384 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 131056

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 3.46 5/190 23659
/proc/meminfo: memFree=26836548/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=131588 CPUtime=642.31 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 32404 0 0 0 64224 7 0 0 25 0 1 0 452761110 134746112 31936 33554432000 134512640 136057169 4294795792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 32897 31936 183 378 0 32517 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 131588

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.49 5/190 23660
/proc/meminfo: memFree=26797068/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=135576 CPUtime=702.3 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 33336 0 0 0 70223 7 0 0 25 0 1 0 452761110 138829824 32868 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 33894 32868 183 378 0 33514 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 135576

[startup+762.306 s]
/proc/loadavg: 4.03 3.86 3.52 5/190 23662
/proc/meminfo: memFree=26758440/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=142368 CPUtime=762.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 34991 0 0 0 76224 8 0 0 25 0 1 0 452761110 145784832 34523 33554432000 134512640 136057169 4294795792 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 35592 34523 183 378 0 35212 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 142368

[startup+822.3 s]
/proc/loadavg: 4.01 3.88 3.55 5/190 23664
/proc/meminfo: memFree=26754788/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=143424 CPUtime=822.31 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 35257 0 0 0 82223 8 0 0 25 0 1 0 452761110 146866176 34789 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 35856 34789 183 378 0 35476 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 143424

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.58 5/190 23665
/proc/meminfo: memFree=26731412/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=145508 CPUtime=882.31 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 35754 0 0 0 88223 8 0 0 25 0 1 0 452761110 149000192 35286 33554432000 134512640 136057169 4294795792 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 36377 35286 183 378 0 35997 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 145508

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.60 5/190 23667
/proc/meminfo: memFree=26718584/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=145812 CPUtime=942.31 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 35827 0 0 0 94223 8 0 0 25 0 1 0 452761110 149311488 35359 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 36453 35359 183 378 0 36073 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 145812

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.63 5/190 23668
/proc/meminfo: memFree=26711952/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=152108 CPUtime=1002.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 37402 0 0 0 100223 9 0 0 25 0 1 0 452761110 155758592 36934 33554432000 134512640 136057169 4294795792 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 38027 36934 183 378 0 37647 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 152108

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 23670
/proc/meminfo: memFree=26702980/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=160196 CPUtime=1062.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 39374 0 0 0 106223 9 0 0 25 0 1 0 452761110 164040704 38906 33554432000 134512640 136057169 4294795792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 40049 38906 183 378 0 39669 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 160196

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 3.67 5/190 23672
/proc/meminfo: memFree=26689780/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=167704 CPUtime=1122.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 41194 0 0 0 112222 10 0 0 25 0 1 0 452761110 171728896 40726 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 41926 40726 183 378 0 41546 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 167704

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.69 5/190 23673
/proc/meminfo: memFree=26643460/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=175264 CPUtime=1182.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 43055 0 0 0 118222 10 0 0 25 0 1 0 452761110 179470336 42587 33554432000 134512640 136057169 4294795792 18446744073709551615 134618132 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 43816 42587 183 378 0 43436 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 175264

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 23675
/proc/meminfo: memFree=26634356/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=177140 CPUtime=1242.32 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 43522 0 0 0 124222 10 0 0 25 0 1 0 452761110 181391360 43054 33554432000 134512640 136057169 4294795792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 44285 43054 183 378 0 43905 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 177140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.73 4/189 23680
/proc/meminfo: memFree=26586716/32951124 swapFree=67111524/67111528
[pid=23623] ppid=23621 vsize=177140 CPUtime=1300.03 cores=4,6
/proc/23623/stat : 23623 (clasp) R 23621 23623 23185 0 -1 4202496 43522 0 0 0 129992 11 0 0 25 0 1 0 452761110 181391360 43054 33554432000 134512640 136057169 4294795792 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23623/statm: 44285 43054 183 378 0 43905 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 177140

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.93
CPU system time (s): 0.119981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 177140

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

runsolver used 2.28765 second user time and 4.81627 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 02:04:12
IDJOB=3274464
IDBENCH=83248
IDSOLVER=1674
FILE ID=node147/3274464-1303603452
RUNJOBID= node147-1303603452-23600
PBS_JOBID= 13150589
Free space on /tmp= 72284 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.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-3274464-1303603452/watcher-3274464-1303603452 -o /tmp/evaluation-result-3274464-1303603452/solver-3274464-1303603452 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274464-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= a52d60bf6e72caa628ad712a5fe0fb7a
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:      28262836 kB
Buffers:        878884 kB
Cached:        3306796 kB
SwapCached:          4 kB
Active:         130708 kB
Inactive:      4120492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28262836 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5888 kB
Writeback:           0 kB
AnonPages:       65396 kB
Mapped:          15656 kB
Slab:           373532 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   206760 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= 72236 MiB
End job on node147 at 2011-04-24 02:25:54