Trace number 3274905

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3274905-1303610696/watcher-3274905-1303610696 -o /tmp/evaluation-result-3274905-1303610696/solver-3274905-1303610696 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274905-1303610696.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: 1.88 2.66 3.15 4/178 13861
/proc/meminfo: memFree=23313360/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=2340 CPUtime=0 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 364 0 0 0 0 0 0 0 22 0 1 0 472672362 2396160 318 33554432000 134512640 136057169 4291674912 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 585 318 145 378 0 205 0

[startup+0.017714 s]
/proc/loadavg: 1.88 2.66 3.15 4/178 13861
/proc/meminfo: memFree=23313360/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=3444 CPUtime=0.01 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 684 0 0 0 1 0 0 0 22 0 1 0 472672362 3526656 597 33554432000 134512640 136057169 4291674912 18446744073709551615 134669016 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 861 598 145 378 0 481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3444

[startup+0.100694 s]
/proc/loadavg: 1.88 2.66 3.15 4/178 13861
/proc/meminfo: memFree=23313360/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=13540 CPUtime=0.09 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 3793 0 0 0 9 0 0 0 22 0 1 0 472672362 13864960 3068 33554432000 134512640 136057169 4291674912 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 3385 3069 163 378 0 3005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13540

[startup+0.300687 s]
/proc/loadavg: 1.88 2.66 3.15 4/178 13861
/proc/meminfo: memFree=23313360/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=15000 CPUtime=0.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 4347 0 0 0 29 0 0 0 23 0 1 0 472672362 15360000 3419 33554432000 134512640 136057169 4291674912 18446744073709551615 134774491 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 3750 3419 166 378 0 3370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15000

[startup+0.700592 s]
/proc/loadavg: 1.88 2.66 3.15 4/178 13861
/proc/meminfo: memFree=23313360/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=15000 CPUtime=0.69 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 4347 0 0 0 69 0 0 0 25 0 1 0 472672362 15360000 3419 33554432000 134512640 136057169 4291674912 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 3750 3419 166 378 0 3370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15000

[startup+1.50049 s]
/proc/loadavg: 1.88 2.66 3.15 5/190 13884
/proc/meminfo: memFree=23228812/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=15000 CPUtime=1.49 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 4347 0 0 0 149 0 0 0 25 0 1 0 472672362 15360000 3419 33554432000 134512640 136057169 4291674912 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 3750 3419 166 378 0 3370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15000

[startup+3.10019 s]
/proc/loadavg: 1.88 2.66 3.15 5/190 13884
/proc/meminfo: memFree=23218496/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=12760 CPUtime=3.09 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 4936 0 0 0 309 0 0 0 25 0 1 0 472672362 13066240 2971 33554432000 134512640 136057169 4291674912 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 3190 2971 182 378 0 2810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12760

[startup+6.30062 s]
/proc/loadavg: 2.05 2.69 3.15 5/190 13884
/proc/meminfo: memFree=23193572/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=30456 CPUtime=6.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 9324 0 0 0 628 1 0 0 25 0 1 0 472672362 31186944 7359 33554432000 134512640 136057169 4291674912 18446744073709551615 134819811 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 7614 7359 182 378 0 7234 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30456

[startup+12.7005 s]
/proc/loadavg: 2.21 2.71 3.16 5/190 13884
/proc/meminfo: memFree=23115080/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=53712 CPUtime=12.69 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 15106 0 0 0 1267 2 0 0 25 0 1 0 472672362 55001088 13141 33554432000 134512640 136057169 4291674912 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 13428 13141 182 378 0 13048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53712

[startup+25.5002 s]
/proc/loadavg: 2.60 2.77 3.17 5/190 13885
/proc/meminfo: memFree=22952924/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=79028 CPUtime=25.49 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 21376 0 0 0 2545 4 0 0 25 0 1 0 472672362 80924672 19411 33554432000 134512640 136057169 4291674912 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 19757 19411 182 378 0 19377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79028

[startup+51.1006 s]
/proc/loadavg: 3.08 2.87 3.19 5/190 13885
/proc/meminfo: memFree=22746044/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=95760 CPUtime=51.09 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 25450 0 0 0 5105 4 0 0 25 0 1 0 472672362 98058240 23485 33554432000 134512640 136057169 4291674912 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 23940 23485 182 378 0 23560 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95760

[startup+102.307 s]
/proc/loadavg: 3.68 3.06 3.23 5/190 13887
/proc/meminfo: memFree=22591200/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=121576 CPUtime=102.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 31768 0 0 0 10224 5 0 0 25 0 1 0 472672362 124493824 29803 33554432000 134512640 136057169 4291674912 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 30394 29803 182 378 0 30014 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 121576

[startup+162.301 s]
/proc/loadavg: 3.93 3.24 3.29 5/190 13888
/proc/meminfo: memFree=22516400/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=146648 CPUtime=162.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 38070 0 0 0 16222 7 0 0 25 0 1 0 472672362 150167552 35969 33554432000 134512640 136057169 4291674912 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 36662 35969 182 378 0 36282 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146648

[startup+222.3 s]
/proc/loadavg: 3.97 3.38 3.33 5/190 13890
/proc/meminfo: memFree=22452248/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=155320 CPUtime=222.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 40123 0 0 0 22222 7 0 0 25 0 1 0 472672362 159047680 38022 33554432000 134512640 136057169 4291674912 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 38830 38022 182 378 0 38450 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155320

[startup+282.301 s]
/proc/loadavg: 4.04 3.50 3.37 5/190 13891
/proc/meminfo: memFree=22399392/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=174672 CPUtime=282.29 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 44814 0 0 0 28220 9 0 0 25 0 1 0 472672362 178864128 42713 33554432000 134512640 136057169 4291674912 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 43668 42713 182 378 0 43288 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 174672

[startup+342.301 s]
/proc/loadavg: 4.01 3.59 3.41 5/190 13893
/proc/meminfo: memFree=22348644/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=183804 CPUtime=342.3 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 46949 0 0 0 34220 10 0 0 25 0 1 0 472672362 188215296 44848 33554432000 134512640 136057169 4291674912 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 45951 44848 182 378 0 45571 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183804

[startup+402.3 s]
/proc/loadavg: 4.00 3.66 3.44 5/190 13895
/proc/meminfo: memFree=22333456/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=186332 CPUtime=402.3 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 47520 0 0 0 40220 10 0 0 25 0 1 0 472672362 190803968 45419 33554432000 134512640 136057169 4291674912 18446744073709551615 134756839 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 46583 45419 182 378 0 46203 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 186332

[startup+462.301 s]
/proc/loadavg: 4.00 3.72 3.47 5/190 13896
/proc/meminfo: memFree=22268184/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=199120 CPUtime=462.3 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 50654 0 0 0 46219 11 0 0 25 0 1 0 472672362 203898880 48553 33554432000 134512640 136057169 4291674912 18446744073709551615 134823260 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 49780 48553 182 378 0 49400 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 199120

[startup+522.301 s]
/proc/loadavg: 4.00 3.77 3.50 5/190 13898
/proc/meminfo: memFree=22257868/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=205180 CPUtime=522.3 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 52015 0 0 0 52218 12 0 0 25 0 1 0 472672362 210104320 49914 33554432000 134512640 136057169 4291674912 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 51295 49914 182 378 0 50915 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 205180

[startup+582.3 s]
/proc/loadavg: 4.00 3.81 3.53 5/190 13899
/proc/meminfo: memFree=22204284/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=214056 CPUtime=582.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 54180 0 0 0 58218 13 0 0 25 0 1 0 472672362 219193344 52079 33554432000 134512640 136057169 4291674912 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 53514 52079 182 378 0 53134 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 214056

[startup+642.301 s]
/proc/loadavg: 4.00 3.84 3.56 5/190 13901
/proc/meminfo: memFree=22162336/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=218832 CPUtime=642.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 55242 0 0 0 64218 13 0 0 25 0 1 0 472672362 224083968 53141 33554432000 134512640 136057169 4291674912 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 54708 53141 182 378 0 54328 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 218832

[startup+702.301 s]
/proc/loadavg: 4.11 3.90 3.59 5/190 13903
/proc/meminfo: memFree=22151644/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=222036 CPUtime=702.3 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 55933 0 0 0 70217 13 0 0 25 0 1 0 472672362 227364864 53832 33554432000 134512640 136057169 4291674912 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 55509 53832 182 378 0 55129 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 222036

[startup+762.306 s]
/proc/loadavg: 4.04 3.91 3.62 5/190 13904
/proc/meminfo: memFree=22133384/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=222036 CPUtime=762.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 55943 0 0 0 76218 13 0 0 25 0 1 0 472672362 227364864 53842 33554432000 134512640 136057169 4291674912 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 55509 53842 182 378 0 55129 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 222036

[startup+822.301 s]
/proc/loadavg: 4.09 3.94 3.64 5/190 13906
/proc/meminfo: memFree=22086616/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=227736 CPUtime=822.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 57353 0 0 0 82217 14 0 0 25 0 1 0 472672362 233201664 55252 33554432000 134512640 136057169 4291674912 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 56934 55252 182 378 0 56554 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 227736

[startup+882.301 s]
/proc/loadavg: 4.03 3.95 3.66 5/190 13907
/proc/meminfo: memFree=22031048/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=236344 CPUtime=882.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 59338 0 0 0 88217 14 0 0 25 0 1 0 472672362 242016256 57237 33554432000 134512640 136057169 4291674912 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 59086 57237 182 378 0 58706 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 236344

[startup+942.3 s]
/proc/loadavg: 4.01 3.95 3.68 5/190 13909
/proc/meminfo: memFree=22028048/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=236344 CPUtime=942.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 59365 0 0 0 94217 14 0 0 25 0 1 0 472672362 242016256 57264 33554432000 134512640 136057169 4291674912 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 59086 57264 182 378 0 58706 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 236344

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.70 5/190 13911
/proc/meminfo: memFree=21971956/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=238476 CPUtime=1002.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 59831 0 0 0 100217 14 0 0 25 0 1 0 472672362 244199424 57730 33554432000 134512640 136057169 4291674912 18446744073709551615 134618498 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 59619 57730 182 378 0 59239 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 238476

[startup+1062.3 s]
/proc/loadavg: 4.57 4.11 3.76 6/197 16883
/proc/meminfo: memFree=21953296/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=239600 CPUtime=1062.31 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 60106 0 0 0 106216 15 0 0 25 0 1 0 472672362 245350400 58005 33554432000 134512640 136057169 4291674912 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 59900 58005 182 378 0 59520 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 239600

[startup+1122.3 s]
/proc/loadavg: 4.24 4.10 3.78 5/190 19669
/proc/meminfo: memFree=21952072/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=239600 CPUtime=1122.32 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 60121 0 0 0 112217 15 0 0 25 0 1 0 472672362 245350400 58020 33554432000 134512640 136057169 4291674912 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 59900 58020 182 378 0 59520 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 239600

[startup+1182.3 s]
/proc/loadavg: 4.09 4.08 3.79 5/190 19670
/proc/meminfo: memFree=21943244/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=241256 CPUtime=1182.32 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 60478 0 0 0 118217 15 0 0 25 0 1 0 472672362 247046144 58377 33554432000 134512640 136057169 4291674912 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 60314 58377 182 378 0 59934 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 241256

[startup+1242.3 s]
/proc/loadavg: 4.09 4.08 3.81 5/190 19672
/proc/meminfo: memFree=21926968/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=250732 CPUtime=1242.32 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 62961 0 0 0 124216 16 0 0 25 0 1 0 472672362 256749568 60657 33554432000 134512640 136057169 4291674912 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 62683 60657 182 378 0 62303 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 250732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.08 3.82 5/190 19673
/proc/meminfo: memFree=21920608/32951124 swapFree=67051468/67111528
[pid=13861] ppid=13859 vsize=255108 CPUtime=1300.03 cores=0,2
/proc/13861/stat : 13861 (clasp) R 13859 13861 13823 0 -1 4202496 64021 0 0 0 129987 16 0 0 25 0 1 0 472672362 261230592 61717 33554432000 134512640 136057169 4291674912 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13861/statm: 63777 61717 182 378 0 63397 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 255108

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

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

Child status: 0
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.87
CPU system time (s): 0.176973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 255108

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

runsolver used 2.22166 second user time and 4.88426 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 04:04:56
IDJOB=3274905
IDBENCH=88225
IDSOLVER=1674
FILE ID=node101/3274905-1303610696
RUNJOBID= node101-1303610696-13841
PBS_JOBID= 13150638
Free space on /tmp= 71776 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.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-3274905-1303610696/watcher-3274905-1303610696 -o /tmp/evaluation-result-3274905-1303610696/solver-3274905-1303610696 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274905-1303610696.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=432234175

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23313632 kB
Buffers:       2068584 kB
Cached:        7054700 kB
SwapCached:      33708 kB
Active:        6081984 kB
Inactive:      3086212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23313632 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            8836 kB
Writeback:           0 kB
AnonPages:       32484 kB
Mapped:           8604 kB
Slab:           404148 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196548 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= 71756 MiB
End job on node101 at 2011-04-24 04:26:38