Trace number 3274566

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

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.758
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

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-3274566-1303604759/watcher-3274566-1303604759 -o /tmp/evaluation-result-3274566-1303604759/solver-3274566-1303604759 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274566-1303604759.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

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.00 3.97 3.80 4/189 23673
/proc/meminfo: memFree=18389772/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=2660 CPUtime=0 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 444 0 0 0 0 0 0 0 25 0 1 0 472074403 2723840 398 33554432000 134512640 136057169 4290230384 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 665 398 145 378 0 285 0

[startup+0.048988 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 23673
/proc/meminfo: memFree=18389772/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=4860 CPUtime=0.04 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 1070 0 0 0 4 0 0 0 25 0 1 0 472074403 4976640 945 33554432000 134512640 136057169 4290230384 18446744073709551615 134782077 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 1215 945 167 378 0 835 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4860

[startup+0.100979 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 23673
/proc/meminfo: memFree=18389772/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=4372 CPUtime=0.09 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 1081 0 0 0 9 0 0 0 25 0 1 0 472074403 4476928 870 33554432000 134512640 136057169 4290230384 18446744073709551615 134811630 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 1093 870 178 378 0 713 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4372

[startup+0.300959 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 23673
/proc/meminfo: memFree=18389772/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=4372 CPUtime=0.29 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 1085 0 0 0 29 0 0 0 25 0 1 0 472074403 4476928 874 33554432000 134512640 136057169 4290230384 18446744073709551615 134823637 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 1093 874 182 378 0 713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4372

[startup+0.700881 s]
/proc/loadavg: 4.00 3.97 3.80 4/189 23673
/proc/meminfo: memFree=18389772/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=6620 CPUtime=0.69 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 1618 0 0 0 69 0 0 0 25 0 1 0 472074403 6778880 1407 33554432000 134512640 136057169 4290230384 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 1655 1407 182 378 0 1275 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6620

[startup+1.50076 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 23674
/proc/meminfo: memFree=18382076/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=12324 CPUtime=1.49 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 3043 0 0 0 149 0 0 0 25 0 1 0 472074403 12619776 2832 33554432000 134512640 136057169 4290230384 18446744073709551615 134614157 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 3081 2832 182 378 0 2701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12324

[startup+3.10048 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 23674
/proc/meminfo: memFree=18376248/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=16156 CPUtime=3.09 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 4021 0 0 0 308 1 0 0 25 0 1 0 472074403 16543744 3810 33554432000 134512640 136057169 4290230384 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 4039 3811 182 378 0 3659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16156

[startup+6.30094 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 23674
/proc/meminfo: memFree=18371124/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=19196 CPUtime=6.29 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 4769 0 0 0 628 1 0 0 25 0 1 0 472074403 19656704 4558 33554432000 134512640 136057169 4290230384 18446744073709551615 134613079 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 4799 4558 182 378 0 4419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19196

[startup+12.7009 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 23674
/proc/meminfo: memFree=18363180/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=31804 CPUtime=12.69 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 7905 0 0 0 1268 1 0 0 25 0 1 0 472074403 32567296 7694 33554432000 134512640 136057169 4290230384 18446744073709551615 134634342 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 7951 7694 182 378 0 7571 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31804

[startup+25.5007 s]
/proc/loadavg: 4.15 4.00 3.81 5/190 23675
/proc/meminfo: memFree=18348936/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=41192 CPUtime=25.49 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 10278 0 0 0 2547 2 0 0 25 0 1 0 472074403 42180608 10067 33554432000 134512640 136057169 4290230384 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 10298 10067 182 378 0 9918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41192

[startup+51.1004 s]
/proc/loadavg: 4.15 4.02 3.82 5/190 23675
/proc/meminfo: memFree=18343312/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=46296 CPUtime=51.09 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 11538 0 0 0 5107 2 0 0 25 0 1 0 472074403 47407104 11327 33554432000 134512640 136057169 4290230384 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 11574 11327 182 378 0 11194 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 46296

[startup+102.307 s]
/proc/loadavg: 4.06 4.01 3.83 5/190 23677
/proc/meminfo: memFree=18315392/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=71488 CPUtime=102.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 17821 0 0 0 10226 4 0 0 25 0 1 0 472074403 73203712 17610 33554432000 134512640 136057169 4290230384 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 17872 17610 182 378 0 17492 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71488

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.83 5/190 23678
/proc/meminfo: memFree=18312520/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=71488 CPUtime=162.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 17827 0 0 0 16226 4 0 0 25 0 1 0 472074403 73203712 17616 33554432000 134512640 136057169 4290230384 18446744073709551615 134634313 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 17872 17616 182 378 0 17492 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 71488

[startup+222.301 s]
/proc/loadavg: 3.70 3.93 3.82 3/178 23716
/proc/meminfo: memFree=18356740/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=86748 CPUtime=222.29 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 21644 0 0 0 22225 4 0 0 25 0 1 0 472074403 88829952 21433 33554432000 134512640 136057169 4290230384 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 21687 21433 182 378 0 21307 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86748

[startup+282.301 s]
/proc/loadavg: 2.66 3.59 3.70 3/178 23717
/proc/meminfo: memFree=18334252/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=109576 CPUtime=282.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 27326 0 0 0 28225 5 0 0 25 0 1 0 472074403 112205824 27115 33554432000 134512640 136057169 4290230384 18446744073709551615 134615979 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 27394 27115 182 378 0 27014 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109576

[startup+342.301 s]
/proc/loadavg: 2.24 3.30 3.60 3/178 23719
/proc/meminfo: memFree=18332616/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=109576 CPUtime=342.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 27328 0 0 0 34225 5 0 0 25 0 1 0 472074403 112205824 27117 33554432000 134512640 136057169 4290230384 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 27394 27117 182 378 0 27014 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109576

[startup+402.3 s]
/proc/loadavg: 2.09 3.06 3.49 3/178 23721
/proc/meminfo: memFree=18323780/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=117568 CPUtime=402.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 29317 0 0 0 40225 5 0 0 25 0 1 0 472074403 120389632 29106 33554432000 134512640 136057169 4290230384 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 29392 29106 182 378 0 29012 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117568

[startup+462.3 s]
/proc/loadavg: 2.03 2.87 3.40 3/178 23722
/proc/meminfo: memFree=18322872/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=117568 CPUtime=462.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 29317 0 0 0 46225 5 0 0 25 0 1 0 472074403 120389632 29106 33554432000 134512640 136057169 4290230384 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 29392 29106 182 378 0 29012 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 117568

[startup+522.3 s]
/proc/loadavg: 2.01 2.71 3.31 3/178 23724
/proc/meminfo: memFree=18322716/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=117968 CPUtime=522.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 29413 0 0 0 52225 5 0 0 25 0 1 0 472074403 120799232 29202 33554432000 134512640 136057169 4290230384 18446744073709551615 134828269 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 29492 29203 182 378 0 29112 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 117968

[startup+582.3 s]
/proc/loadavg: 2.00 2.57 3.22 3/178 23725
/proc/meminfo: memFree=18315116/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=125260 CPUtime=582.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 31244 0 0 0 58225 5 0 0 25 0 1 0 472074403 128266240 31033 33554432000 134512640 136057169 4290230384 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 31315 31033 182 378 0 30935 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 125260

[startup+642.3 s]
/proc/loadavg: 2.08 2.48 3.15 3/178 23727
/proc/meminfo: memFree=18314596/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=125260 CPUtime=642.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 31259 0 0 0 64225 5 0 0 25 0 1 0 472074403 128266240 31048 33554432000 134512640 136057169 4290230384 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 31315 31048 182 378 0 30935 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 125260

[startup+702.301 s]
/proc/loadavg: 2.03 2.39 3.07 3/178 23729
/proc/meminfo: memFree=18303024/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=139352 CPUtime=702.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 34760 0 0 0 70225 6 0 0 25 0 1 0 472074403 142696448 34549 33554432000 134512640 136057169 4290230384 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 34838 34549 182 378 0 34458 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 139352

[startup+762.306 s]
/proc/loadavg: 2.01 2.32 3.00 3/178 23730
/proc/meminfo: memFree=18295552/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=143864 CPUtime=762.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 35882 0 0 0 76225 6 0 0 25 0 1 0 472074403 147316736 35671 33554432000 134512640 136057169 4290230384 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 35966 35671 182 378 0 35586 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 143864

[startup+822.301 s]
/proc/loadavg: 2.00 2.26 2.94 3/178 23732
/proc/meminfo: memFree=18288576/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=150244 CPUtime=822.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 37488 0 0 0 82224 6 0 0 25 0 1 0 472074403 153849856 37277 33554432000 134512640 136057169 4290230384 18446744073709551615 134615992 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 37561 37277 182 378 0 37181 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 150244

[startup+882.301 s]
/proc/loadavg: 2.00 2.21 2.88 3/178 23733
/proc/meminfo: memFree=18283832/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=155044 CPUtime=882.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 38683 0 0 0 88224 6 0 0 25 0 1 0 472074403 158765056 38472 33554432000 134512640 136057169 4290230384 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 38761 38472 182 378 0 38381 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 155044

[startup+942.301 s]
/proc/loadavg: 2.00 2.17 2.82 3/178 23735
/proc/meminfo: memFree=18283180/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=155044 CPUtime=942.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 38683 0 0 0 94224 6 0 0 25 0 1 0 472074403 158765056 38472 33554432000 134512640 136057169 4290230384 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 38761 38472 182 378 0 38381 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 155044

[startup+1002.3 s]
/proc/loadavg: 1.72 2.07 2.74 2/172 23755
/proc/meminfo: memFree=18316424/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=155044 CPUtime=1002.3 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 38683 0 0 0 100224 6 0 0 25 0 1 0 472074403 158765056 38472 33554432000 134512640 136057169 4290230384 18446744073709551615 134820192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 38761 38472 182 378 0 38381 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 155044

[startup+1062.3 s]
/proc/loadavg: 1.26 1.87 2.63 2/172 23756
/proc/meminfo: memFree=18298912/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=172792 CPUtime=1062.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 43101 0 0 0 106224 7 0 0 25 0 1 0 472074403 176939008 42890 33554432000 134512640 136057169 4290230384 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 43198 42890 182 378 0 42818 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 172792

[startup+1122.3 s]
/proc/loadavg: 1.09 1.71 2.53 2/172 23758
/proc/meminfo: memFree=18298996/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=172792 CPUtime=1122.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 43101 0 0 0 112224 7 0 0 25 0 1 0 472074403 176939008 42890 33554432000 134512640 136057169 4290230384 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 43198 42890 182 378 0 42818 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 172792

[startup+1182.3 s]
/proc/loadavg: 1.03 1.58 2.43 2/172 23759
/proc/meminfo: memFree=18299076/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=172792 CPUtime=1182.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 43101 0 0 0 118224 7 0 0 25 0 1 0 472074403 176939008 42890 33554432000 134512640 136057169 4290230384 18446744073709551615 134823489 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 43198 42890 182 378 0 42818 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 172792

[startup+1242.3 s]
/proc/loadavg: 1.01 1.47 2.34 2/172 23761
/proc/meminfo: memFree=18299048/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=172792 CPUtime=1242.31 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 43105 0 0 0 124224 7 0 0 25 0 1 0 472074403 176939008 42894 33554432000 134512640 136057169 4290230384 18446744073709551615 134616017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 43198 42894 182 378 0 42818 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 172792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.39 2.26 2/172 23763
/proc/meminfo: memFree=18299140/32951124 swapFree=67111528/67111528
[pid=23673] ppid=23671 vsize=172792 CPUtime=1300.02 cores=1,3
/proc/23673/stat : 23673 (clasp) R 23671 23673 23055 0 -1 4202496 43106 0 0 0 129995 7 0 0 25 0 1 0 472074403 176939008 42895 33554432000 134512640 136057169 4290230384 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23673/statm: 43198 42895 182 378 0 42818 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 172792

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.04
CPU user time (s): 1299.95
CPU system time (s): 0.083987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 172792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3228

runsolver used 1.69974 second user time and 4.41933 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 02:25:59
IDJOB=3274566
IDBENCH=83796
IDSOLVER=1674
FILE ID=node130/3274566-1303604759
RUNJOBID= node130-1303603674-23496
PBS_JOBID= 13150612
Free space on /tmp= 71840 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.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-3274566-1303604759/watcher-3274566-1303604759 -o /tmp/evaluation-result-3274566-1303604759/solver-3274566-1303604759 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274566-1303604759.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=2006707444

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18389920 kB
Buffers:       2092856 kB
Cached:       11784984 kB
SwapCached:          0 kB
Active:        6435276 kB
Inactive:      7579808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18389920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2396 kB
Writeback:           0 kB
AnonPages:      136880 kB
Mapped:          17500 kB
Slab:           481144 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326456 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= 71844 MiB
End job on node130 at 2011-04-24 02:47:41