Trace number 3274482

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
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 490429
Number of clauses of size 510014
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-3274482-1303603570/watcher-3274482-1303603570 -o /tmp/evaluation-result-3274482-1303603570/solver-3274482-1303603570 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274482-1303603570.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: 2.63 3.47 3.57 5/193 22366
/proc/meminfo: memFree=18329440/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=2340 CPUtime=0 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 372 0 0 0 0 0 0 0 22 0 1 0 471954877 2396160 327 33554432000 134512640 136057169 4289877968 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 585 327 145 378 0 205 0

[startup+0.098988 s]
/proc/loadavg: 2.63 3.47 3.57 5/193 22366
/proc/meminfo: memFree=18329440/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=9404 CPUtime=0.09 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 2287 0 0 0 9 0 0 0 22 0 1 0 471954877 9629696 2017 33554432000 134512640 136057169 4289877968 18446744073709551615 134774640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 2351 2017 168 378 0 1971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9404

[startup+0.100973 s]
/proc/loadavg: 2.63 3.47 3.57 5/193 22366
/proc/meminfo: memFree=18329440/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=9404 CPUtime=0.09 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 2287 0 0 0 9 0 0 0 22 0 1 0 471954877 9629696 2017 33554432000 134512640 136057169 4289877968 18446744073709551615 134774688 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 2351 2017 168 378 0 1971 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9404

[startup+0.30093 s]
/proc/loadavg: 2.63 3.47 3.57 5/193 22366
/proc/meminfo: memFree=18329440/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=11776 CPUtime=0.29 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 3156 0 0 0 29 0 0 0 23 0 1 0 471954877 12058624 2688 33554432000 134512640 136057169 4289877968 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 2944 2688 183 378 0 2564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11776

[startup+0.700884 s]
/proc/loadavg: 2.63 3.47 3.57 5/193 22366
/proc/meminfo: memFree=18329440/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=12700 CPUtime=0.69 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 3356 0 0 0 69 0 0 0 25 0 1 0 471954877 13004800 2888 33554432000 134512640 136057169 4289877968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 3175 2888 183 378 0 2795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12700

[startup+1.50074 s]
/proc/loadavg: 2.63 3.47 3.57 5/194 22367
/proc/meminfo: memFree=18309664/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=18300 CPUtime=1.48 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 4781 0 0 0 148 0 0 0 25 0 1 0 471954877 18739200 4313 33554432000 134512640 136057169 4289877968 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 4575 4313 183 378 0 4195 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18300

[startup+3.10043 s]
/proc/loadavg: 2.63 3.47 3.57 5/194 22367
/proc/meminfo: memFree=18299000/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=25060 CPUtime=3.09 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 6466 0 0 0 308 1 0 0 25 0 1 0 471954877 25661440 5998 33554432000 134512640 136057169 4289877968 18446744073709551615 134615631 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 6265 5998 183 378 0 5885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25060

[startup+6.30083 s]
/proc/loadavg: 2.74 3.48 3.58 5/194 22367
/proc/meminfo: memFree=18284376/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=33116 CPUtime=6.29 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 8479 0 0 0 628 1 0 0 25 0 1 0 471954877 33910784 8011 33554432000 134512640 136057169 4289877968 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 8279 8011 183 378 0 7899 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33116

[startup+12.7007 s]
/proc/loadavg: 2.84 3.49 3.58 5/194 22368
/proc/meminfo: memFree=18272628/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=37896 CPUtime=12.69 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 9659 0 0 0 1268 1 0 0 25 0 1 0 471954877 38805504 9191 33554432000 134512640 136057169 4289877968 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 9474 9191 183 378 0 9094 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37896

[startup+25.5003 s]
/proc/loadavg: 3.10 3.51 3.58 5/194 22368
/proc/meminfo: memFree=18256468/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=46612 CPUtime=25.49 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 11827 0 0 0 2548 1 0 0 25 0 1 0 471954877 47730688 11359 33554432000 134512640 136057169 4289877968 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 11653 11359 183 378 0 11273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46612

[startup+51.1007 s]
/proc/loadavg: 3.47 3.56 3.60 5/194 22369
/proc/meminfo: memFree=18239920/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=57132 CPUtime=51.08 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 14465 0 0 0 5107 1 0 0 25 0 1 0 471954877 58503168 13997 33554432000 134512640 136057169 4289877968 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 14283 13997 183 378 0 13903 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57132

[startup+102.307 s]
/proc/loadavg: 3.77 3.63 3.62 5/194 22370
/proc/meminfo: memFree=18213500/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=71480 CPUtime=102.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 17994 0 0 0 10228 2 0 0 25 0 1 0 471954877 73195520 17526 33554432000 134512640 136057169 4289877968 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 17870 17526 183 378 0 17490 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71480

[startup+162.3 s]
/proc/loadavg: 3.91 3.69 3.64 5/194 22399
/proc/meminfo: memFree=18202640/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=78496 CPUtime=162.29 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 19727 0 0 0 16226 3 0 0 25 0 1 0 471954877 80379904 19259 33554432000 134512640 136057169 4289877968 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 19624 19259 183 378 0 19244 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 78496

[startup+222.301 s]
/proc/loadavg: 3.97 3.75 3.66 5/194 22427
/proc/meminfo: memFree=18186180/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=89064 CPUtime=222.29 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 22332 0 0 0 22226 3 0 0 25 0 1 0 471954877 91201536 21864 33554432000 134512640 136057169 4289877968 18446744073709551615 134819967 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 22266 21864 183 378 0 21886 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89064

[startup+282.301 s]
/proc/loadavg: 3.99 3.79 3.68 5/194 22429
/proc/meminfo: memFree=18172516/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=95636 CPUtime=282.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 23949 0 0 0 28226 4 0 0 25 0 1 0 471954877 97931264 23481 33554432000 134512640 136057169 4289877968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 23909 23481 183 378 0 23529 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 95636

[startup+342.301 s]
/proc/loadavg: 4.02 3.84 3.70 5/194 22430
/proc/meminfo: memFree=18157376/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=102284 CPUtime=342.29 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 25535 0 0 0 34225 4 0 0 25 0 1 0 471954877 104738816 25067 33554432000 134512640 136057169 4289877968 18446744073709551615 134823950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 25571 25067 183 378 0 25191 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 102284

[startup+402.301 s]
/proc/loadavg: 4.01 3.87 3.72 5/194 22432
/proc/meminfo: memFree=18144188/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=112008 CPUtime=402.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 27896 0 0 0 40225 5 0 0 25 0 1 0 471954877 114696192 27428 33554432000 134512640 136057169 4289877968 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 28002 27428 183 378 0 27622 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 112008

[startup+462.301 s]
/proc/loadavg: 4.04 3.90 3.74 5/194 22434
/proc/meminfo: memFree=18138348/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=114616 CPUtime=462.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 28544 0 0 0 46225 5 0 0 25 0 1 0 471954877 117366784 28076 33554432000 134512640 136057169 4289877968 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 28654 28076 183 378 0 28274 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 114616

[startup+522.301 s]
/proc/loadavg: 4.01 3.92 3.75 5/194 22435
/proc/meminfo: memFree=18134856/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=114616 CPUtime=522.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 28546 0 0 0 52225 5 0 0 25 0 1 0 471954877 117366784 28078 33554432000 134512640 136057169 4289877968 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 28654 28078 183 378 0 28274 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114616

[startup+582.301 s]
/proc/loadavg: 4.00 3.93 3.76 5/194 22437
/proc/meminfo: memFree=18119216/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=127624 CPUtime=582.3 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 31767 0 0 0 58225 5 0 0 25 0 1 0 471954877 130686976 31299 33554432000 134512640 136057169 4289877968 18446744073709551615 134819797 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 31906 31299 183 378 0 31526 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 127624

[startup+642.3 s]
/proc/loadavg: 4.19 4.00 3.79 5/194 22438
/proc/meminfo: memFree=18108144/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=135960 CPUtime=642.31 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 33807 0 0 0 64225 6 0 0 25 0 1 0 471954877 139223040 33339 33554432000 134512640 136057169 4289877968 18446744073709551615 134828494 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 33990 33339 183 378 0 33610 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 135960

[startup+702.3 s]
/proc/loadavg: 4.13 4.01 3.81 5/194 22440
/proc/meminfo: memFree=18100556/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=140804 CPUtime=702.31 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 34962 0 0 0 70224 7 0 0 25 0 1 0 471954877 144183296 34494 33554432000 134512640 136057169 4289877968 18446744073709551615 134823950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 35201 34494 183 378 0 34821 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 140804

[startup+762.307 s]
/proc/loadavg: 4.04 4.01 3.82 5/194 22442
/proc/meminfo: memFree=18092112/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=144884 CPUtime=762.32 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 35967 0 0 0 76225 7 0 0 25 0 1 0 471954877 148361216 35499 33554432000 134512640 136057169 4289877968 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 36221 35499 183 378 0 35841 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 144884

[startup+822.3 s]
/proc/loadavg: 4.07 4.02 3.83 5/194 22443
/proc/meminfo: memFree=18087008/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=148460 CPUtime=822.31 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 36821 0 0 0 82224 7 0 0 25 0 1 0 471954877 152023040 36353 33554432000 134512640 136057169 4289877968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 37115 36353 183 378 0 36735 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 148460

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.84 5/194 22472
/proc/meminfo: memFree=18094700/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=150132 CPUtime=882.31 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 37200 0 0 0 88224 7 0 0 25 0 1 0 471954877 153735168 36732 33554432000 134512640 136057169 4289877968 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 37533 36732 183 378 0 37153 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 150132

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.85 5/194 22473
/proc/meminfo: memFree=18091572/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=150132 CPUtime=942.31 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 37227 0 0 0 94224 7 0 0 25 0 1 0 471954877 153735168 36759 33554432000 134512640 136057169 4289877968 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 37533 36759 183 378 0 37153 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 150132

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.86 5/194 22475
/proc/meminfo: memFree=18085232/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=155644 CPUtime=1002.32 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 38550 0 0 0 100225 7 0 0 25 0 1 0 471954877 159379456 38082 33554432000 134512640 136057169 4289877968 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 38911 38082 183 378 0 38531 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155644

[startup+1062.3 s]
/proc/loadavg: 4.10 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=158088 CPUtime=1062.32 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 39116 0 0 0 106225 7 0 0 25 0 1 0 471954877 161882112 38648 33554432000 134512640 136057169 4289877968 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 39522 38648 183 378 0 39142 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 158088

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 3.88 5/194 22532
/proc/meminfo: memFree=18088416/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=165840 CPUtime=1122.33 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 40962 0 0 0 112225 8 0 0 25 0 1 0 471954877 169820160 40494 33554432000 134512640 136057169 4289877968 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 41460 40494 183 378 0 41080 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 165840

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.88 5/194 22534
/proc/meminfo: memFree=18080292/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=167392 CPUtime=1182.32 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 41326 0 0 0 118224 8 0 0 25 0 1 0 471954877 171409408 40858 33554432000 134512640 136057169 4289877968 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 41848 40858 183 378 0 41468 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 167392

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.89 5/194 22535
/proc/meminfo: memFree=18074324/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=167392 CPUtime=1242.33 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 41349 0 0 0 124225 8 0 0 25 0 1 0 471954877 171409408 40881 33554432000 134512640 136057169 4289877968 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 41848 40881 183 378 0 41468 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 167392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.40 3.84 3.83 3/186 22555
/proc/meminfo: memFree=18163424/32951124 swapFree=67111528/67111528
[pid=22366] ppid=22364 vsize=167392 CPUtime=1300.03 cores=4,6
/proc/22366/stat : 22366 (clasp) R 22364 22366 21970 0 -1 4202496 41349 0 0 0 129995 8 0 0 25 0 1 0 471954877 171409408 40881 33554432000 134512640 136057169 4289877968 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22366/statm: 41848 40881 183 378 0 41468 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 167392

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.090986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 167392

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

runsolver used 2.31265 second user time and 4.79127 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-24 02:06:10
IDJOB=3274482
IDBENCH=83254
IDSOLVER=1674
FILE ID=node133/3274482-1303603570
RUNJOBID= node133-1303603569-22325
PBS_JOBID= 13150609
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=62149866

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      18329588 kB
Buffers:       2163636 kB
Cached:       11823536 kB
SwapCached:          0 kB
Active:        8390696 kB
Inactive:      5673216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18329588 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12244 kB
Writeback:           0 kB
AnonPages:       76152 kB
Mapped:          17220 kB
Slab:           495744 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node133 at 2011-04-24 02:27:52