Trace number 3276328

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) 5000.05 4999.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3276328-1303669572/watcher-3276328-1303669572 -o /tmp/evaluation-result-3276328-1303669572/solver-3276328-1303669572 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276328-1303669572.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 21922
/proc/meminfo: memFree=13708212/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=2592 CPUtime=0 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 1 0 557187884 2654208 362 33554432000 134512640 136057169 4292213840 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 648 363 145 378 0 268 0

[startup+0.096933 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 21922
/proc/meminfo: memFree=13708212/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=12996 CPUtime=0.08 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 3780 0 0 0 8 0 0 0 25 0 1 0 557187884 13307904 2898 33554432000 134512640 136057169 4292213840 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 3249 2900 145 378 0 2869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12996

[startup+0.100911 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 21922
/proc/meminfo: memFree=13708212/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=13392 CPUtime=0.09 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 3949 0 0 0 9 0 0 0 25 0 1 0 557187884 13713408 3052 33554432000 134512640 136057169 4292213840 18446744073709551615 134772741 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 3348 3052 164 378 0 2968 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13392

[startup+0.300866 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 21922
/proc/meminfo: memFree=13708212/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=21560 CPUtime=0.29 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 6548 0 0 0 28 1 0 0 25 0 1 0 557187884 22077440 5008 33554432000 134512640 136057169 4292213840 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 5390 5008 167 378 0 5010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21560

[startup+0.700825 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 21922
/proc/meminfo: memFree=13708212/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=21560 CPUtime=0.69 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 6548 0 0 0 68 1 0 0 25 0 1 0 557187884 22077440 5008 33554432000 134512640 136057169 4292213840 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 5390 5008 167 378 0 5010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21560

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21923
/proc/meminfo: memFree=13688488/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=21560 CPUtime=1.49 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 6548 0 0 0 148 1 0 0 25 0 1 0 557187884 22077440 5008 33554432000 134512640 136057169 4292213840 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 5390 5008 167 378 0 5010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21560

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21923
/proc/meminfo: memFree=13688136/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=23276 CPUtime=3.09 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 7010 0 0 0 308 1 0 0 25 0 1 0 557187884 23834624 5470 33554432000 134512640 136057169 4292213840 18446744073709551615 134765859 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 5819 5470 169 378 0 5439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23276

[startup+6.30082 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21923
/proc/meminfo: memFree=13687776/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=24432 CPUtime=6.29 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 8210 0 0 0 628 1 0 0 25 0 1 0 557187884 25018368 5876 33554432000 134512640 136057169 4292213840 18446744073709551615 134613106 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 6108 5876 183 378 0 5728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24432

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21923
/proc/meminfo: memFree=13652172/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=59364 CPUtime=12.69 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 16925 0 0 0 1267 2 0 0 25 0 1 0 557187884 60788736 14591 33554432000 134512640 136057169 4292213840 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 14841 14591 183 378 0 14461 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59364

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21924
/proc/meminfo: memFree=13592404/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=118556 CPUtime=25.49 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 31619 0 0 0 2543 6 0 0 25 0 1 0 557187884 121401344 29285 33554432000 134512640 136057169 4292213840 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 29639 29285 183 378 0 29259 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118556

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21924
/proc/meminfo: memFree=13541352/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=168552 CPUtime=51.1 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 44062 0 0 0 5101 9 0 0 25 0 1 0 557187884 172597248 41592 33554432000 134512640 136057169 4292213840 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 42138 41592 183 378 0 41758 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 168552

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21926
/proc/meminfo: memFree=13506740/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=203540 CPUtime=102.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 52640 0 0 0 10220 10 0 0 25 0 1 0 557187884 208424960 50170 33554432000 134512640 136057169 4292213840 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 50885 50170 183 378 0 50505 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 203540

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 21927
/proc/meminfo: memFree=13476468/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=233608 CPUtime=162.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 60145 0 0 0 16218 12 0 0 25 0 1 0 557187884 239214592 57675 33554432000 134512640 136057169 4292213840 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 58402 57675 183 378 0 58022 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 233608

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 21929
/proc/meminfo: memFree=13425368/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=285552 CPUtime=222.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 72963 0 0 0 22215 15 0 0 25 0 1 0 557187884 292405248 70493 33554432000 134512640 136057169 4292213840 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 71388 70493 183 378 0 71008 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 285552

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 21931
/proc/meminfo: memFree=13394108/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=317180 CPUtime=282.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 80927 0 0 0 28214 16 0 0 25 0 1 0 557187884 324792320 78254 33554432000 134512640 136057169 4292213840 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 79295 78254 183 378 0 78915 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 317180

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 21932
/proc/meminfo: memFree=13390000/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=322084 CPUtime=342.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 81986 0 0 0 34214 16 0 0 25 0 1 0 557187884 329814016 79313 33554432000 134512640 136057169 4292213840 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 80521 79313 183 378 0 80141 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 322084

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 21934
/proc/meminfo: memFree=13389616/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=322084 CPUtime=402.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 82011 0 0 0 40214 16 0 0 25 0 1 0 557187884 329814016 79338 33554432000 134512640 136057169 4292213840 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 80521 79338 183 378 0 80141 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 322084

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 21935
/proc/meminfo: memFree=13378200/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=334208 CPUtime=462.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 84906 0 0 0 46214 16 0 0 25 0 1 0 557187884 342228992 82233 33554432000 134512640 136057169 4292213840 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 83552 82233 183 378 0 83172 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 334208

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21937
/proc/meminfo: memFree=13361812/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=351264 CPUtime=522.3 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 88999 0 0 0 52213 17 0 0 25 0 1 0 557187884 359694336 86326 33554432000 134512640 136057169 4292213840 18446744073709551615 134809410 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 87816 86326 183 378 0 87436 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 351264

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 21939
/proc/meminfo: memFree=13359936/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=353184 CPUtime=582.31 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 89466 0 0 0 58213 18 0 0 25 0 1 0 557187884 361660416 86793 33554432000 134512640 136057169 4292213840 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 88296 86793 183 378 0 87916 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 353184

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.04 1.33 2/172 22061
/proc/meminfo: memFree=13118352/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=613024 CPUtime=4062.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 153708 0 0 0 406208 31 0 0 25 0 1 0 557187884 627736576 148904 33554432000 134512640 136057169 4292213840 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153256 148904 183 378 0 152876 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 613024

[startup+4122.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/172 22063
/proc/meminfo: memFree=13117952/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=613748 CPUtime=4122.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 153849 0 0 0 412208 31 0 0 25 0 1 0 557187884 628477952 149045 33554432000 134512640 136057169 4292213840 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153437 149045 183 378 0 153057 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 613748

[startup+4182.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 22065
/proc/meminfo: memFree=13116820/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=614472 CPUtime=4182.38 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154087 0 0 0 418207 31 0 0 25 0 1 0 557187884 629219328 149283 33554432000 134512640 136057169 4292213840 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153618 149283 183 378 0 153238 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 614472

[startup+4242.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/172 22066
/proc/meminfo: memFree=13116428/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=614832 CPUtime=4242.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154269 0 0 0 424208 31 0 0 25 0 1 0 557187884 629587968 149284 33554432000 134512640 136057169 4292213840 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153708 149284 183 378 0 153328 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 614832

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 22068
/proc/meminfo: memFree=13116292/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=614832 CPUtime=4302.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154294 0 0 0 430208 31 0 0 25 0 1 0 557187884 629587968 149309 33554432000 134512640 136057169 4292213840 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153708 149309 183 378 0 153328 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 614832

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/172 22072
/proc/meminfo: memFree=13115640/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=615556 CPUtime=4362.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154473 0 0 0 436208 31 0 0 25 0 1 0 557187884 630329344 149488 33554432000 134512640 136057169 4292213840 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153889 149488 183 378 0 153509 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 615556

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/172 22074
/proc/meminfo: memFree=13116088/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=615556 CPUtime=4422.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154490 0 0 0 442208 31 0 0 25 0 1 0 557187884 630329344 149505 33554432000 134512640 136057169 4292213840 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153889 149505 183 378 0 153509 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 615556

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/172 22076
/proc/meminfo: memFree=13115820/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=615556 CPUtime=4482.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154490 0 0 0 448208 31 0 0 25 0 1 0 557187884 630329344 149505 33554432000 134512640 136057169 4292213840 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153889 149505 183 378 0 153509 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 615556

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 22077
/proc/meminfo: memFree=13115800/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=615556 CPUtime=4542.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154503 0 0 0 454208 31 0 0 25 0 1 0 557187884 630329344 149518 33554432000 134512640 136057169 4292213840 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 153889 149518 183 378 0 153509 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 615556

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 22079
/proc/meminfo: memFree=13114668/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=616280 CPUtime=4602.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 154678 0 0 0 460209 31 0 0 25 0 1 0 557187884 631070720 149693 33554432000 134512640 136057169 4292213840 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 154070 149693 183 378 0 153690 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 616280

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 22080
/proc/meminfo: memFree=13113164/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=617364 CPUtime=4662.39 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 155072 0 0 0 466208 31 0 0 25 0 1 0 557187884 632180736 149906 33554432000 134512640 136057169 4292213840 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 154341 149906 183 378 0 153961 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 617364

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 22082
/proc/meminfo: memFree=13113400/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=617364 CPUtime=4722.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 155075 0 0 0 472209 31 0 0 25 0 1 0 557187884 632180736 149909 33554432000 134512640 136057169 4292213840 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 154341 149909 183 378 0 153961 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 617364

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 22084
/proc/meminfo: memFree=13111392/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=620072 CPUtime=4782.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 155665 0 0 0 478209 31 0 0 25 0 1 0 557187884 634953728 150499 33554432000 134512640 136057169 4292213840 18446744073709551615 134618173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 155018 150499 183 378 0 154638 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 620072

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 22085
/proc/meminfo: memFree=13111240/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=620072 CPUtime=4842.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 155718 0 0 0 484209 31 0 0 25 0 1 0 557187884 634953728 150552 33554432000 134512640 136057169 4292213840 18446744073709551615 134756812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 155018 150552 183 378 0 154638 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 620072

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 22087
/proc/meminfo: memFree=13111340/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=620072 CPUtime=4902.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 155733 0 0 0 490209 31 0 0 25 0 1 0 557187884 634953728 150567 33554432000 134512640 136057169 4292213840 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 155018 150567 183 378 0 154638 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 620072

[startup+4962.3 s]
/proc/loadavg: 1.04 1.01 1.10 2/172 22088
/proc/meminfo: memFree=13087632/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=644364 CPUtime=4962.4 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 161740 0 0 0 496207 33 0 0 25 0 1 0 557187884 659828736 156574 33554432000 134512640 136057169 4292213840 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 161091 156574 183 378 0 160711 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 644364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.01 1.09 2/172 22089
/proc/meminfo: memFree=13047064/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=686048 CPUtime=5000.01 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 172118 0 0 0 499965 36 0 0 25 0 1 0 557187884 702513152 166613 33554432000 134512640 136057169 4292213840 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 171512 166613 183 378 0 171132 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 686048

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

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

[startup+4999.9 s]
/proc/loadavg: 1.02 1.01 1.09 2/172 22089
/proc/meminfo: memFree=13047064/32951124 swapFree=67102140/67111528
[pid=21922] ppid=21920 vsize=686048 CPUtime=5000.01 cores=0,2,4,6
/proc/21922/stat : 21922 (clasp) R 21920 21922 21625 0 -1 4202496 172118 0 0 0 499965 36 0 0 25 0 1 0 557187884 702513152 166613 33554432000 134512640 136057169 4292213840 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21922/statm: 171512 166613 183 378 0 171132 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 686048

Child status: 0
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4999.66
CPU system time (s): 0.39294
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 686048

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

runsolver used 7.78881 second user time and 15.0527 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-24 20:26:12
IDJOB=3276328
IDBENCH=88211
IDSOLVER=1677
FILE ID=node119/3276328-1303669572
RUNJOBID= node119-1303666385-21643
PBS_JOBID= 13150757
Free space on /tmp= 71936 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.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-3276328-1303669572/watcher-3276328-1303669572 -o /tmp/evaluation-result-3276328-1303669572/solver-3276328-1303669572 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276328-1303669572.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=1671799741

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:      13708360 kB
Buffers:       2216012 kB
Cached:       16381812 kB
SwapCached:       5504 kB
Active:        7482288 kB
Inactive:     11181508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13708360 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            7240 kB
Writeback:          12 kB
AnonPages:       62864 kB
Mapped:          15660 kB
Slab:           515936 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213648 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= 71936 MiB
End job on node119 at 2011-04-24 21:49:34