Trace number 3274779

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.02 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.92 3.48 1/174 21710
/proc/meminfo: memFree=15534540/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=2372 CPUtime=0 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 363 0 0 0 0 0 0 0 24 0 1 0 472612493 2428928 318 33554432000 134512640 136057169 4294674672 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 593 318 148 378 0 213 0

[startup+0.0318141 s]
/proc/loadavg: 3.71 3.92 3.48 1/174 21710
/proc/meminfo: memFree=15534540/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=4148 CPUtime=0.02 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 824 0 0 0 2 0 0 0 25 0 1 0 472612493 4247552 757 33554432000 134512640 136057169 4294674672 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1037 757 168 378 0 657 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4148

[startup+0.100709 s]
/proc/loadavg: 3.71 3.92 3.48 1/174 21710
/proc/meminfo: memFree=15534540/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=4288 CPUtime=0.09 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 893 0 0 0 9 0 0 0 25 0 1 0 472612493 4390912 826 33554432000 134512640 136057169 4294674672 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1072 826 182 378 0 692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4288

[startup+0.300671 s]
/proc/loadavg: 3.71 3.92 3.48 1/174 21710
/proc/meminfo: memFree=15534540/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=4288 CPUtime=0.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 907 0 0 0 29 0 0 0 25 0 1 0 472612493 4390912 840 33554432000 134512640 136057169 4294674672 18446744073709551615 134823291 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1072 840 182 378 0 692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4288

[startup+0.7006 s]
/proc/loadavg: 3.71 3.92 3.48 1/174 21710
/proc/meminfo: memFree=15534540/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=4552 CPUtime=0.69 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 978 0 0 0 69 0 0 0 25 0 1 0 472612493 4661248 911 33554432000 134512640 136057169 4294674672 18446744073709551615 134651950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1138 911 182 378 0 758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4552

[startup+1.50046 s]
/proc/loadavg: 3.71 3.92 3.48 5/190 21768
/proc/meminfo: memFree=15514696/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=5080 CPUtime=1.49 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 1104 0 0 0 149 0 0 0 25 0 1 0 472612493 5201920 1037 33554432000 134512640 136057169 4294674672 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1270 1037 182 378 0 890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5080

[startup+3.10023 s]
/proc/loadavg: 3.73 3.93 3.48 5/190 21822
/proc/meminfo: memFree=15516292/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=5612 CPUtime=3.09 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 1233 0 0 0 309 0 0 0 25 0 1 0 472612493 5746688 1166 33554432000 134512640 136057169 4294674672 18446744073709551615 134811844 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1403 1166 182 378 0 1023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5612

[startup+6.3006 s]
/proc/loadavg: 3.73 3.93 3.48 5/190 21822
/proc/meminfo: memFree=15512692/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=6288 CPUtime=6.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 1388 0 0 0 629 0 0 0 25 0 1 0 472612493 6438912 1321 33554432000 134512640 136057169 4294674672 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1572 1321 182 378 0 1192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6288

[startup+12.7005 s]
/proc/loadavg: 3.77 3.93 3.48 5/190 21822
/proc/meminfo: memFree=15508544/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=6952 CPUtime=12.69 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 1580 0 0 0 1269 0 0 0 25 0 1 0 472612493 7118848 1513 33554432000 134512640 136057169 4294674672 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 1738 1513 182 378 0 1358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6952

[startup+25.5002 s]
/proc/loadavg: 3.81 3.93 3.49 5/190 21903
/proc/meminfo: memFree=15508824/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=8056 CPUtime=25.49 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 1836 0 0 0 2549 0 0 0 25 0 1 0 472612493 8249344 1769 33554432000 134512640 136057169 4294674672 18446744073709551615 134812994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 2014 1769 182 378 0 1634 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8056

[startup+51.1007 s]
/proc/loadavg: 3.87 3.93 3.50 5/190 21931
/proc/meminfo: memFree=15501440/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=9548 CPUtime=51.09 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 2195 0 0 0 5109 0 0 0 25 0 1 0 472612493 9777152 2128 33554432000 134512640 136057169 4294674672 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 2387 2128 182 378 0 2007 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9548

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.53 5/190 21932
/proc/meminfo: memFree=15492112/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=11924 CPUtime=102.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 2761 0 0 0 10230 0 0 0 25 0 1 0 472612493 12210176 2694 33554432000 134512640 136057169 4294674672 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 2981 2694 182 378 0 2601 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 11924

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.55 5/190 21961
/proc/meminfo: memFree=15490580/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=13128 CPUtime=162.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 3071 0 0 0 16229 0 0 0 25 0 1 0 472612493 13443072 3004 33554432000 134512640 136057169 4294674672 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 3282 3004 182 378 0 2902 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13128

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.58 5/190 21963
/proc/meminfo: memFree=15486072/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=14268 CPUtime=222.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 3340 0 0 0 22229 0 0 0 25 0 1 0 472612493 14610432 3273 33554432000 134512640 136057169 4294674672 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 3567 3273 182 378 0 3187 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 14268

[startup+282.3 s]
/proc/loadavg: 3.99 3.96 3.60 5/190 21964
/proc/meminfo: memFree=15482468/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=15544 CPUtime=282.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 3642 0 0 0 28230 0 0 0 25 0 1 0 472612493 15917056 3575 33554432000 134512640 136057169 4294674672 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 3886 3575 182 378 0 3506 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 15544

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.63 5/190 22002
/proc/meminfo: memFree=15446468/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=16148 CPUtime=342.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 3781 0 0 0 34230 0 0 0 25 0 1 0 472612493 16535552 3714 33554432000 134512640 136057169 4294674672 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4037 3714 182 378 0 3657 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 16148

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.64 5/190 22476
/proc/meminfo: memFree=15496048/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=16684 CPUtime=402.28 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 3900 0 0 0 40228 0 0 0 25 0 1 0 472612493 17084416 3833 33554432000 134512640 136057169 4294674672 18446744073709551615 134637493 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4171 3833 182 378 0 3791 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 16684

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.66 5/190 22478
/proc/meminfo: memFree=15484248/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=17616 CPUtime=462.28 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4131 0 0 0 46228 0 0 0 25 0 1 0 472612493 18038784 4064 33554432000 134512640 136057169 4294674672 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4404 4064 182 378 0 4024 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 17616

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.68 5/190 22483
/proc/meminfo: memFree=15466240/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=17764 CPUtime=522.28 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4176 0 0 0 52227 1 0 0 25 0 1 0 472612493 18190336 4109 33554432000 134512640 136057169 4294674672 18446744073709551615 134823950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4441 4109 182 378 0 4061 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 17764

[startup+582.301 s]
/proc/loadavg: 4.06 3.99 3.70 5/190 22484
/proc/meminfo: memFree=15462292/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=18228 CPUtime=582.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4272 0 0 0 58228 1 0 0 25 0 1 0 472612493 18665472 4205 33554432000 134512640 136057169 4294674672 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4557 4205 182 378 0 4177 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 18228

[startup+642.3 s]
/proc/loadavg: 4.02 3.99 3.72 5/190 22486
/proc/meminfo: memFree=15458308/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=18684 CPUtime=642.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4381 0 0 0 64228 1 0 0 25 0 1 0 472612493 19132416 4314 33554432000 134512640 136057169 4294674672 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4671 4314 182 378 0 4291 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 18684

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.74 5/190 22487
/proc/meminfo: memFree=15454452/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=19528 CPUtime=702.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4572 0 0 0 70228 1 0 0 25 0 1 0 472612493 19996672 4505 33554432000 134512640 136057169 4294674672 18446744073709551615 134829394 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4882 4505 182 378 0 4502 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 19528

[startup+762.301 s]
/proc/loadavg: 4.00 3.99 3.75 5/190 22489
/proc/meminfo: memFree=15442776/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=19684 CPUtime=762.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4623 0 0 0 76228 1 0 0 25 0 1 0 472612493 20156416 4556 33554432000 134512640 136057169 4294674672 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 4921 4556 182 378 0 4541 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 19684

[startup+822.301 s]
/proc/loadavg: 4.04 4.00 3.76 5/190 22491
/proc/meminfo: memFree=15430368/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=20148 CPUtime=822.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4736 0 0 0 82228 1 0 0 25 0 1 0 472612493 20631552 4669 33554432000 134512640 136057169 4294674672 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5037 4669 182 378 0 4657 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 20148

[startup+882.306 s]
/proc/loadavg: 4.01 4.00 3.78 5/190 22492
/proc/meminfo: memFree=15418088/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=20148 CPUtime=882.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4749 0 0 0 88229 1 0 0 25 0 1 0 472612493 20631552 4682 33554432000 134512640 136057169 4294674672 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5037 4682 182 378 0 4657 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 20148

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 22494
/proc/meminfo: memFree=15415840/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=20316 CPUtime=942.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4773 0 0 0 94228 1 0 0 25 0 1 0 472612493 20803584 4706 33554432000 134512640 136057169 4294674672 18446744073709551615 134820137 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5079 4706 182 378 0 4699 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 20316

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 22495
/proc/meminfo: memFree=15413964/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=20668 CPUtime=1002.29 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4852 0 0 0 100228 1 0 0 25 0 1 0 472612493 21164032 4785 33554432000 134512640 136057169 4294674672 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5167 4785 182 378 0 4787 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 20668

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 22497
/proc/meminfo: memFree=15412584/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=20952 CPUtime=1062.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4914 0 0 0 106229 1 0 0 25 0 1 0 472612493 21454848 4847 33554432000 134512640 136057169 4294674672 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5238 4847 182 378 0 4858 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 20952

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 22499
/proc/meminfo: memFree=15409716/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=21300 CPUtime=1122.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 4997 0 0 0 112228 2 0 0 25 0 1 0 472612493 21811200 4930 33554432000 134512640 136057169 4294674672 18446744073709551615 134618356 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5325 4930 182 378 0 4945 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 21300

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.83 5/190 22500
/proc/meminfo: memFree=15409080/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=21300 CPUtime=1182.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 5015 0 0 0 118228 2 0 0 25 0 1 0 472612493 21811200 4948 33554432000 134512640 136057169 4294674672 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5325 4948 182 378 0 4945 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 21300

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.84 5/190 22502
/proc/meminfo: memFree=15406952/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=21492 CPUtime=1242.3 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 5049 0 0 0 124228 2 0 0 25 0 1 0 472612493 22007808 4982 33554432000 134512640 136057169 4294674672 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5373 4982 182 378 0 4993 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 21492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 22503
/proc/meminfo: memFree=15391316/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=21680 CPUtime=1300.01 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 5074 0 0 0 129999 2 0 0 25 0 1 0 472612493 22200320 5007 33554432000 134512640 136057169 4294674672 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5420 5007 182 378 0 5040 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 21680

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 22503
/proc/meminfo: memFree=15391316/32950928 swapFree=67111528/67111528
[pid=21710] ppid=21708 vsize=21680 CPUtime=1300.01 cores=0,2
/proc/21710/stat : 21710 (clasp) R 21708 21710 20355 0 -1 4202496 5074 0 0 0 129999 2 0 0 25 0 1 0 472612493 22200320 5007 33554432000 134512640 136057169 4294674672 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21710/statm: 5420 5007 182 378 0 5040 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 21680

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1300
CPU system time (s): 0.026995
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 21680

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

runsolver used 2.10168 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-24 03:55:37
IDJOB=3274779
IDBENCH=85808
IDSOLVER=1674
FILE ID=node122/3274779-1303610137
RUNJOBID= node122-1303610137-21698
PBS_JOBID= 13150619
Free space on /tmp= 70816 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn003.shuffled-as.sat05-3843.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-3274779-1303610137/watcher-3274779-1303610137 -o /tmp/evaluation-result-3274779-1303610137/solver-3274779-1303610137 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274779-1303610137.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=787595927

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15534688 kB
Buffers:       1778588 kB
Cached:       15018692 kB
SwapCached:          0 kB
Active:        5480084 kB
Inactive:     11381880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15534688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:       64668 kB
Mapped:          14680 kB
Slab:           489040 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191520 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= 70900 MiB
End job on node122 at 2011-04-24 04:17:19