Trace number 3275773

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-32SAT 886.246 886.227

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_505.cnf
MD5SUM8e7b614904543aa28491ea45c761cbd5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.02
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34014
Sum of the clauses size150994
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 331196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52482

Solver Data

886.21/886.22	c clasp version 1.2.0-SAT09 
886.21/886.22	c Reading from ...655479/instance-3275773-1303655479.cnf
886.21/886.22	c Reading      : Done(0.010s)
886.21/886.22	c Preprocessing: |-Done(0.340s)
886.21/886.22	c Solving...
886.21/886.22	c Model: 1
886.21/886.22	v 1 2 3 4 5 6 7 8 9 10
886.21/886.22	v 11 -12 13 14 15 16 17 18 19 20
886.21/886.22	v 21 22 23 24 25 26 27 28 29 30
886.21/886.22	v 31 32 33 34 -35 36 37 38 39 40
886.21/886.22	v 41 42 43 44 45 46 47 48 49 50
886.21/886.22	v 51 52 53 54 55 -56 -57 58 59 60
886.21/886.22	v 61 62 63 64 65 66 -67 68 69 70
886.21/886.22	v 71 -72 73 74 75 76 77 78 79 80
886.21/886.22	v -81 -82 83 84 85 86 87 88 -89 90
886.21/886.22	v 91 92 93 94 95 96 97 98 99 100
886.21/886.22	v 101 102 103 104 105 106 107 108 109 110
886.21/886.22	v 111 -112 -113 114 115 116 -117 -118 119 120
886.21/886.22	v 121 122 123 124 -125 126 127 128 129 130
886.21/886.22	v 131 132 133 134 135 -136 137 138 139 140
886.21/886.22	v 141 142 143 144 145 146 147 -148 149 150
886.21/886.22	v -151 152 153 154 155 156 157 158 159 160
886.21/886.22	v 161 162 -163 164 165 166 167 168 169 170
886.21/886.22	v 171 172 173 -174 175 176 177 178 179 180
886.21/886.22	v -181 -182 183 184 185 -186 -187 188 189 190
886.21/886.22	v 191 192 193 194 195 196 197 198 199 200
886.21/886.22	v 201 202 203 204 205 206 207 208 209 -210
886.21/886.22	v 211 212 213 214 215 216 -217 218 219 220
886.21/886.22	v 221 222 223 224 225 226 -227 228 229 230
886.21/886.22	v 231 -232 233 234 235 236 237 238 239 240
886.21/886.22	v 241 242 -243 244 245 246 247 248 249 250
886.21/886.22	v 251 252 253 0 
886.21/886.22	
886.21/886.22	c Models    : 1+    
886.21/886.22	c Time         : 886.370s (Solve: 886.020s)
886.21/886.22	s SATISFIABLE

Verifier Data

OK

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

running on 4 cores: 1,3,5,7

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: 1.99 1.99 1.99 2/177 21011
/proc/meminfo: memFree=13682256/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=2440 CPUtime=0 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 390 0 0 0 0 0 0 0 22 0 1 0 555778557 2498560 344 33554432000 134512640 136057169 4291384544 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 610 344 145 378 0 230 0

[startup+0.0286879 s]
/proc/loadavg: 1.99 1.99 1.99 2/177 21011
/proc/meminfo: memFree=13682256/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=4488 CPUtime=0.02 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 899 0 0 0 2 0 0 0 22 0 1 0 555778557 4595712 852 33554432000 134512640 136057169 4291384544 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1122 852 166 378 0 742 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4488

[startup+0.100673 s]
/proc/loadavg: 1.99 1.99 1.99 2/177 21011
/proc/meminfo: memFree=13682256/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=4488 CPUtime=0.09 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 899 0 0 0 9 0 0 0 22 0 1 0 555778557 4595712 852 33554432000 134512640 136057169 4291384544 18446744073709551615 134774493 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1122 852 166 378 0 742 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4488

[startup+0.300655 s]
/proc/loadavg: 1.99 1.99 1.99 2/177 21011
/proc/meminfo: memFree=13682256/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=4488 CPUtime=0.29 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 899 0 0 0 29 0 0 0 23 0 1 0 555778557 4595712 852 33554432000 134512640 136057169 4291384544 18446744073709551615 134774488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1122 852 166 378 0 742 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4488

[startup+0.700582 s]
/proc/loadavg: 1.99 1.99 1.99 2/177 21011
/proc/meminfo: memFree=13682256/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=4252 CPUtime=0.69 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 955 0 0 0 69 0 0 0 25 0 1 0 555778557 4354048 819 33554432000 134512640 136057169 4291384544 18446744073709551615 134828499 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1063 819 183 378 0 683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4252

[startup+1.50044 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21012
/proc/meminfo: memFree=13679024/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=5456 CPUtime=1.49 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 1260 0 0 0 149 0 0 0 25 0 1 0 555778557 5586944 1124 33554432000 134512640 136057169 4291384544 18446744073709551615 134613009 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1364 1124 183 378 0 984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5456

[startup+3.10016 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21012
/proc/meminfo: memFree=13678044/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=5860 CPUtime=3.09 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 1371 0 0 0 309 0 0 0 25 0 1 0 555778557 6000640 1235 33554432000 134512640 136057169 4291384544 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1465 1235 183 378 0 1085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5860

[startup+6.30059 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21012
/proc/meminfo: memFree=13676580/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=6964 CPUtime=6.29 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 1611 0 0 0 629 0 0 0 25 0 1 0 555778557 7131136 1475 33554432000 134512640 136057169 4291384544 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 1741 1475 183 378 0 1361 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6964

[startup+12.7005 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21012
/proc/meminfo: memFree=13675404/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=8092 CPUtime=12.69 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 1901 0 0 0 1269 0 0 0 25 0 1 0 555778557 8286208 1765 33554432000 134512640 136057169 4291384544 18446744073709551615 134823747 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 2023 1765 183 378 0 1643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8092

[startup+25.5002 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21013
/proc/meminfo: memFree=13674044/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=9736 CPUtime=25.49 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 2283 0 0 0 2549 0 0 0 25 0 1 0 555778557 9969664 2147 33554432000 134512640 136057169 4291384544 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 2434 2147 183 378 0 2054 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9736

[startup+51.1008 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21014
/proc/meminfo: memFree=13672396/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=11484 CPUtime=51.09 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 2693 0 0 0 5109 0 0 0 25 0 1 0 555778557 11759616 2557 33554432000 134512640 136057169 4291384544 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 2871 2557 183 378 0 2491 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11484

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/178 21015
/proc/meminfo: memFree=13669900/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=13916 CPUtime=102.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 3290 0 0 0 10229 1 0 0 25 0 1 0 555778557 14249984 3154 33554432000 134512640 136057169 4291384544 18446744073709551615 134828249 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 3479 3154 183 378 0 3099 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 13916

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 21016
/proc/meminfo: memFree=13668004/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=16084 CPUtime=162.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 3754 0 0 0 16229 1 0 0 25 0 1 0 555778557 16470016 3618 33554432000 134512640 136057169 4291384544 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 4021 3618 183 378 0 3641 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 16084

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 21018
/proc/meminfo: memFree=13666860/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=17428 CPUtime=222.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 4048 0 0 0 22229 1 0 0 25 0 1 0 555778557 17846272 3912 33554432000 134512640 136057169 4291384544 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 4357 3912 183 378 0 3977 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 17428

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21020
/proc/meminfo: memFree=13665832/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=18628 CPUtime=282.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 4351 0 0 0 28229 1 0 0 25 0 1 0 555778557 19075072 4215 33554432000 134512640 136057169 4291384544 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 4657 4215 183 378 0 4277 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 18628

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21021
/proc/meminfo: memFree=13664692/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=19624 CPUtime=342.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 4560 0 0 0 34229 1 0 0 25 0 1 0 555778557 20094976 4424 33554432000 134512640 136057169 4291384544 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 4906 4424 183 378 0 4526 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 19624

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21023
/proc/meminfo: memFree=13663176/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=20820 CPUtime=402.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 4819 0 0 0 40229 1 0 0 25 0 1 0 555778557 21319680 4683 33554432000 134512640 136057169 4291384544 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 5205 4683 183 378 0 4825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 20820

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21027
/proc/meminfo: memFree=13660900/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=22196 CPUtime=462.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5142 0 0 0 46229 1 0 0 25 0 1 0 555778557 22728704 5006 33554432000 134512640 136057169 4291384544 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 5549 5006 183 378 0 5169 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 22196

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21029
/proc/meminfo: memFree=13660324/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=23020 CPUtime=522.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5325 0 0 0 52229 1 0 0 25 0 1 0 555778557 23572480 5189 33554432000 134512640 136057169 4291384544 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 5755 5189 183 378 0 5375 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 23020

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21031
/proc/meminfo: memFree=13659688/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=23452 CPUtime=582.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5434 0 0 0 58229 1 0 0 25 0 1 0 555778557 24014848 5298 33554432000 134512640 136057169 4291384544 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 5863 5298 183 378 0 5483 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 23452

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21032
/proc/meminfo: memFree=13659292/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=24028 CPUtime=642.31 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5575 0 0 0 64230 1 0 0 25 0 1 0 555778557 24604672 5439 33554432000 134512640 136057169 4291384544 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6007 5439 183 378 0 5627 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 24028

[startup+702.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 21034
/proc/meminfo: memFree=13659004/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=24172 CPUtime=702.3 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5643 0 0 0 70229 1 0 0 25 0 1 0 555778557 24752128 5507 33554432000 134512640 136057169 4291384544 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6043 5507 183 378 0 5663 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 24172

[startup+762.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 21035
/proc/meminfo: memFree=13657740/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=25364 CPUtime=762.31 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5896 0 0 0 76230 1 0 0 25 0 1 0 555778557 25972736 5760 33554432000 134512640 136057169 4291384544 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6341 5760 183 378 0 5961 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 25364

[startup+822.301 s]
/proc/loadavg: 1.41 1.84 1.94 2/172 21055
/proc/meminfo: memFree=13697684/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=25580 CPUtime=822.31 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 5985 0 0 0 82230 1 0 0 25 0 1 0 555778557 26193920 5849 33554432000 134512640 136057169 4291384544 18446744073709551615 134618179 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6395 5849 183 378 0 6015 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 25580

[startup+882.3 s]
/proc/loadavg: 1.15 1.68 1.88 2/172 21057
/proc/meminfo: memFree=13697524/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26012 CPUtime=882.31 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6083 0 0 0 88230 1 0 0 25 0 1 0 555778557 26636288 5947 33554432000 134512640 136057169 4291384544 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6503 5947 183 378 0 6123 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 26012

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

[startup+883.101 s]
/proc/loadavg: 1.15 1.68 1.88 2/172 21057
/proc/meminfo: memFree=13697524/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26012 CPUtime=883.11 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6083 0 0 0 88310 1 0 0 25 0 1 0 555778557 26636288 5947 33554432000 134512640 136057169 4291384544 18446744073709551615 134824008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6503 5947 183 378 0 6123 0
Current children cumulated CPU time (s) 883.11
Current children cumulated vsize (KiB) 26012

[startup+884.701 s]
/proc/loadavg: 1.13 1.67 1.87 2/172 21057
/proc/meminfo: memFree=13697524/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26012 CPUtime=884.71 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6084 0 0 0 88470 1 0 0 25 0 1 0 555778557 26636288 5948 33554432000 134512640 136057169 4291384544 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6503 5948 183 378 0 6123 0
Current children cumulated CPU time (s) 884.71
Current children cumulated vsize (KiB) 26012

[startup+885.507 s]
/proc/loadavg: 1.13 1.67 1.87 2/172 21057
/proc/meminfo: memFree=13697400/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26228 CPUtime=885.51 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6126 0 0 0 88550 1 0 0 25 0 1 0 555778557 26857472 5990 33554432000 134512640 136057169 4291384544 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6557 5990 183 378 0 6177 0
Current children cumulated CPU time (s) 885.51
Current children cumulated vsize (KiB) 26228

[startup+885.901 s]
/proc/loadavg: 1.13 1.67 1.87 2/172 21057
/proc/meminfo: memFree=13697400/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26228 CPUtime=885.91 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6127 0 0 0 88590 1 0 0 25 0 1 0 555778557 26857472 5991 33554432000 134512640 136057169 4291384544 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6557 5991 183 378 0 6177 0
Current children cumulated CPU time (s) 885.91
Current children cumulated vsize (KiB) 26228

[startup+886.1 s]
/proc/loadavg: 1.13 1.67 1.87 2/172 21057
/proc/meminfo: memFree=13697400/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26228 CPUtime=886.11 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6127 0 0 0 88610 1 0 0 25 0 1 0 555778557 26857472 5991 33554432000 134512640 136057169 4291384544 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6557 5991 183 378 0 6177 0
Current children cumulated CPU time (s) 886.11
Current children cumulated vsize (KiB) 26228

[startup+886.2 s]
/proc/loadavg: 1.13 1.67 1.87 2/172 21057
/proc/meminfo: memFree=13697400/32951124 swapFree=67102140/67111528
[pid=21011] ppid=21009 vsize=26228 CPUtime=886.21 cores=1,3,5,7
/proc/21011/stat : 21011 (clasp) R 21009 21011 19870 0 -1 4202496 6127 0 0 0 88620 1 0 0 25 0 1 0 555778557 26857472 5991 33554432000 134512640 136057169 4291384544 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21011/statm: 6557 5991 183 378 0 6177 0
Current children cumulated CPU time (s) 886.21
Current children cumulated vsize (KiB) 26228

Child status: 10
Real time (s): 886.227
CPU time (s): 886.246
CPU user time (s): 886.225
CPU system time (s): 0.020996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 26228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 886.225
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6131
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1729

runsolver used 1.10083 second user time and 2.93155 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-24 16:31:19
IDJOB=3275773
IDBENCH=83313
IDSOLVER=1677
FILE ID=node119/3275773-1303655479
RUNJOBID= node119-1303650266-20516
PBS_JOBID= 13150729
Free space on /tmp= 71940 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_505.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-3275773-1303655479/watcher-3275773-1303655479 -o /tmp/evaluation-result-3275773-1303655479/solver-3275773-1303655479 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275773-1303655479.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 8e7b614904543aa28491ea45c761cbd5
RANDOM SEED=1689272185

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:      13682404 kB
Buffers:       2215284 kB
Cached:       16376140 kB
SwapCached:       5504 kB
Active:        7506988 kB
Inactive:     11182400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13682404 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            2732 kB
Writeback:           0 kB
AnonPages:       95300 kB
Mapped:          15676 kB
Slab:           515756 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247012 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= 71940 MiB
End job on node119 at 2011-04-24 16:46:05