Trace number 3274257

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/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
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 variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274257-1303602253/watcher-3274257-1303602253 -o /tmp/evaluation-result-3274257-1303602253/solver-3274257-1303602253 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274257-1303602253.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: 4.07 3.96 3.05 4/193 12386
/proc/meminfo: memFree=19252436/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=2352 CPUtime=0 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 374 0 0 0 0 0 0 0 25 0 1 0 471823517 2408448 329 33554432000 134512640 136057169 4292661232 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 588 329 145 378 0 208 0

[startup+0.0867989 s]
/proc/loadavg: 4.07 3.96 3.05 4/193 12386
/proc/meminfo: memFree=19252436/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=4200 CPUtime=0.08 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 831 0 0 0 8 0 0 0 25 0 1 0 471823517 4300800 780 33554432000 134512640 136057169 4292661232 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 1050 780 166 378 0 670 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4200

[startup+0.1008 s]
/proc/loadavg: 4.07 3.96 3.05 4/193 12386
/proc/meminfo: memFree=19252436/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=4200 CPUtime=0.1 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 836 0 0 0 10 0 0 0 25 0 1 0 471823517 4300800 785 33554432000 134512640 136057169 4292661232 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 1050 786 168 378 0 670 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4200

[startup+0.300774 s]
/proc/loadavg: 4.07 3.96 3.05 4/193 12386
/proc/meminfo: memFree=19252436/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=5916 CPUtime=0.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 1257 0 0 0 30 0 0 0 25 0 1 0 471823517 6057984 1206 33554432000 134512640 136057169 4292661232 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 1479 1206 168 378 0 1099 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 5916

[startup+0.700719 s]
/proc/loadavg: 4.07 3.96 3.05 4/193 12386
/proc/meminfo: memFree=19252436/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=7668 CPUtime=0.7 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 1786 0 0 0 70 0 0 0 25 0 1 0 471823517 7852032 1665 33554432000 134512640 136057169 4292661232 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 1917 1665 183 378 0 1537 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7668

[startup+1.50058 s]
/proc/loadavg: 4.06 3.96 3.06 5/194 12387
/proc/meminfo: memFree=19242632/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=11772 CPUtime=1.49 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 2830 0 0 0 149 0 0 0 25 0 1 0 471823517 12054528 2709 33554432000 134512640 136057169 4292661232 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 2943 2709 183 378 0 2563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11772

[startup+3.1003 s]
/proc/loadavg: 4.06 3.96 3.06 5/194 12387
/proc/meminfo: memFree=19239904/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=14852 CPUtime=3.09 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 3575 0 0 0 309 0 0 0 25 0 1 0 471823517 15208448 3454 33554432000 134512640 136057169 4292661232 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 3713 3454 183 378 0 3333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14852

[startup+6.3007 s]
/proc/loadavg: 3.98 3.94 3.06 4/192 12388
/proc/meminfo: memFree=19290320/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=19224 CPUtime=6.29 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 4682 0 0 0 629 0 0 0 25 0 1 0 471823517 19685376 4561 33554432000 134512640 136057169 4292661232 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 4806 4561 183 378 0 4426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19224

[startup+12.7006 s]
/proc/loadavg: 3.82 3.91 3.05 3/184 12478
/proc/meminfo: memFree=19442768/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=21748 CPUtime=12.69 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 5288 0 0 0 1269 0 0 0 25 0 1 0 471823517 22269952 5167 33554432000 134512640 136057169 4292661232 18446744073709551615 134829001 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 5437 5167 183 378 0 5057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21748

[startup+25.5003 s]
/proc/loadavg: 3.92 3.93 3.07 5/194 12498
/proc/meminfo: memFree=19392116/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=25100 CPUtime=25.5 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 6085 0 0 0 2549 1 0 0 25 0 1 0 471823517 25702400 5964 33554432000 134512640 136057169 4292661232 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 6275 5964 183 378 0 5895 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 25100

[startup+51.1008 s]
/proc/loadavg: 3.95 3.94 3.09 5/194 12498
/proc/meminfo: memFree=19368232/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=31200 CPUtime=51.1 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 7569 0 0 0 5109 1 0 0 25 0 1 0 471823517 31948800 7448 33554432000 134512640 136057169 4292661232 18446744073709551615 134823831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 7800 7448 183 378 0 7420 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 31200

[startup+102.307 s]
/proc/loadavg: 3.98 3.94 3.14 5/194 12500
/proc/meminfo: memFree=19336588/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=38160 CPUtime=102.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 9233 0 0 0 10229 1 0 0 25 0 1 0 471823517 39075840 9112 33554432000 134512640 136057169 4292661232 18446744073709551615 134615538 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 9540 9112 183 378 0 9160 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38160

[startup+162.301 s]
/proc/loadavg: 4.03 3.97 3.19 5/194 12556
/proc/meminfo: memFree=19315976/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=43068 CPUtime=162.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 10401 0 0 0 16229 1 0 0 25 0 1 0 471823517 44101632 10280 33554432000 134512640 136057169 4292661232 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 10767 10280 183 378 0 10387 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 43068

[startup+222.3 s]
/proc/loadavg: 3.96 3.96 3.24 5/194 12611
/proc/meminfo: memFree=19260408/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=50776 CPUtime=222.29 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 12220 0 0 0 22228 1 0 0 25 0 1 0 471823517 51994624 12099 33554432000 134512640 136057169 4292661232 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 12694 12099 183 378 0 12314 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50776

[startup+282.301 s]
/proc/loadavg: 3.98 3.96 3.28 5/194 12613
/proc/meminfo: memFree=19229732/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=54460 CPUtime=282.29 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 13108 0 0 0 28228 1 0 0 25 0 1 0 471823517 55767040 12987 33554432000 134512640 136057169 4292661232 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 13615 12987 183 378 0 13235 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54460

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.32 5/194 12614
/proc/meminfo: memFree=19210864/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=57988 CPUtime=342.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 13925 0 0 0 34228 2 0 0 25 0 1 0 471823517 59379712 13804 33554432000 134512640 136057169 4292661232 18446744073709551615 134618496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 14497 13804 183 378 0 14117 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 57988

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.36 5/194 12616
/proc/meminfo: memFree=19191116/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=59240 CPUtime=402.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 14223 0 0 0 40228 2 0 0 25 0 1 0 471823517 60661760 14102 33554432000 134512640 136057169 4292661232 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 14810 14102 183 378 0 14430 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 59240

[startup+462.301 s]
/proc/loadavg: 4.07 3.99 3.40 5/194 12618
/proc/meminfo: memFree=19169396/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=64624 CPUtime=462.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 15521 0 0 0 46228 2 0 0 25 0 1 0 471823517 66174976 15373 33554432000 134512640 136057169 4292661232 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 16156 15373 183 378 0 15776 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 64624

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.44 5/194 12619
/proc/meminfo: memFree=19164412/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=65768 CPUtime=522.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 15776 0 0 0 52228 2 0 0 25 0 1 0 471823517 67346432 15628 33554432000 134512640 136057169 4292661232 18446744073709551615 134756826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 16442 15628 183 378 0 16062 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 65768

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.47 5/194 12621
/proc/meminfo: memFree=19160908/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=66476 CPUtime=582.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 15981 0 0 0 58228 2 0 0 25 0 1 0 471823517 68071424 15833 33554432000 134512640 136057169 4292661232 18446744073709551615 134618421 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 16619 15833 183 378 0 16239 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 66476

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.50 5/194 12622
/proc/meminfo: memFree=19130368/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=72860 CPUtime=642.31 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 17481 0 0 0 64229 2 0 0 25 0 1 0 471823517 74608640 17333 33554432000 134512640 136057169 4292661232 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 18215 17333 183 378 0 17835 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 72860

[startup+702.301 s]
/proc/loadavg: 4.05 4.00 3.54 5/194 12624
/proc/meminfo: memFree=19119052/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=77656 CPUtime=702.3 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 18618 0 0 0 70228 2 0 0 25 0 1 0 471823517 79519744 18470 33554432000 134512640 136057169 4292661232 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 19414 18470 183 378 0 19034 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 77656

[startup+762.307 s]
/proc/loadavg: 4.02 4.00 3.56 5/194 12626
/proc/meminfo: memFree=19084552/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=80552 CPUtime=762.31 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 19281 0 0 0 76229 2 0 0 25 0 1 0 471823517 82485248 19133 33554432000 134512640 136057169 4292661232 18446744073709551615 134618135 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 20138 19133 183 378 0 19758 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 80552

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 12627
/proc/meminfo: memFree=19074976/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=82100 CPUtime=822.31 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 19644 0 0 0 82228 3 0 0 25 0 1 0 471823517 84070400 19496 33554432000 134512640 136057169 4292661232 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 20525 19496 183 378 0 20145 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 82100

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 12629
/proc/meminfo: memFree=19073220/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=82900 CPUtime=882.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 19832 0 0 0 88229 3 0 0 25 0 1 0 471823517 84889600 19684 33554432000 134512640 136057169 4292661232 18446744073709551615 134828275 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 20725 19684 183 378 0 20345 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 82900

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 12630
/proc/meminfo: memFree=19070588/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=84052 CPUtime=942.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 20090 0 0 0 94229 3 0 0 25 0 1 0 471823517 86069248 19942 33554432000 134512640 136057169 4292661232 18446744073709551615 134618224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 21013 19942 183 378 0 20633 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 84052

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 3.66 5/194 12632
/proc/meminfo: memFree=19044640/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=88744 CPUtime=1002.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 21219 0 0 0 100229 3 0 0 25 0 1 0 471823517 90873856 21010 33554432000 134512640 136057169 4292661232 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 22186 21010 183 378 0 21806 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 88744

[startup+1062.3 s]
/proc/loadavg: 4.13 4.04 3.68 5/194 12642
/proc/meminfo: memFree=19026168/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=91032 CPUtime=1062.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 21812 0 0 0 106229 3 0 0 25 0 1 0 471823517 93216768 21603 33554432000 134512640 136057169 4292661232 18446744073709551615 134615597 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 22758 21603 183 378 0 22378 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 91032

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.70 5/194 12644
/proc/meminfo: memFree=19017084/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=93236 CPUtime=1122.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 22329 0 0 0 112229 3 0 0 25 0 1 0 471823517 95473664 22120 33554432000 134512640 136057169 4292661232 18446744073709551615 134618129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 23309 22120 183 378 0 22929 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 93236

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.72 5/194 12646
/proc/meminfo: memFree=19014704/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=93676 CPUtime=1182.32 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 22447 0 0 0 118229 3 0 0 25 0 1 0 471823517 95924224 22238 33554432000 134512640 136057169 4292661232 18446744073709551615 134828260 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 23419 22238 183 378 0 23039 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 93676

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.74 5/194 12650
/proc/meminfo: memFree=19011028/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=95568 CPUtime=1242.33 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 22859 0 0 0 124229 4 0 0 25 0 1 0 471823517 97861632 22650 33554432000 134512640 136057169 4292661232 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 23892 22650 183 378 0 23512 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 95568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.75 5/194 12652
/proc/meminfo: memFree=19007496/32951124 swapFree=67111528/67111528
[pid=12386] ppid=12384 vsize=95568 CPUtime=1300.03 cores=4,6
/proc/12386/stat : 12386 (clasp) R 12384 12386 12235 0 -1 4202496 22859 0 0 0 129999 4 0 0 25 0 1 0 471823517 97861632 22650 33554432000 134512640 136057169 4292661232 18446744073709551615 134618356 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12386/statm: 23892 22650 183 378 0 23512 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 95568

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): 1300
CPU system time (s): 0.046992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 95568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22861
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= 4
involuntary context switches= 1870

runsolver used 2.23166 second user time and 4.87026 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-24 01:44:14
IDJOB=3274257
IDBENCH=83157
IDSOLVER=1674
FILE ID=node132/3274257-1303602253
RUNJOBID= node132-1303600949-12254
PBS_JOBID= 13150610
Free space on /tmp= 72048 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.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-3274257-1303602253/watcher-3274257-1303602253 -o /tmp/evaluation-result-3274257-1303602253/solver-3274257-1303602253 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274257-1303602253.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=902122428

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      19252584 kB
Buffers:       1605608 kB
Cached:       11275312 kB
SwapCached:          0 kB
Active:        2679520 kB
Inactive:     10472672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19252584 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:      270828 kB
Mapped:          17352 kB
Slab:           482816 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   459132 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= 72048 MiB
End job on node132 at 2011-04-24 02:05:56