Trace number 298504

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, and are wall clock time (not CPU 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
MiraXT v2SAT 439.982 440.214

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
MD5SUM5e7fef8a5169f386cc435a1aecb40c3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv2...
439.97/440.21	s SATISFIABLE
439.97/440.21	v -1 -2 -3 4 -5 6 -7 -8 9 -10 -11 12 -13 14 15 -16 -17 18 19 -20 21 -22 23 24 -25 26 27 -28 -29 30 31 -32 -33 -34 35 36 37 -38 -39 40 41 42 -43 -44 -45 -46 -47 48 -49 -50 -51 52 -53 54 55 -56 57 58 59 60 -61 -62 63 64 -65 -66 -67 68 69 70 -71 72 -73 74 75 -76 -77 78 -79 80 -81 82 83 -84 -85 -86 -87 -88 -89 90 -91 -92 93 -94 -95 -96 97 98 -99 100 101 102 -103 -104 -105 106 -107 108 -109 110 -111 112 113 -114 -115 -116 117 118 -119 -120 -121 -122 -123 124 125 -126 -127 -128 129 130 131 -132 133 134 -135 -136 137 138 139 -140 141 -142 -143 144 -145 146 147 148 149 -150 151 -152 153 -154 155 -156 -157 158 159 160 161 162 163 164 -165 -166 -167 168 -169 170 171 172 -173 -174 175 -176 177 178 -179 -180 -181 182 183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 195 -196 197 -198 -199 -200 -201 -202 203 204 -205 206 -207 208 -209 -210 211 -212 213 214 -215 -216 -217 -218 -219 -220 221 -222 223 -224 225 226 -227 -228 -229 -230 231 -232 -233 -234 -235 -236 -237 -238 -239 -240 -241 -242 -243 244 245 -246 247 248 -249 -250 -251 -252 -253 254 255 -256 257 -258 259 260 261 -262 -263 -264 -265 266 267 -268 -269 270 271 272 273 274 -275 276 277 -278 279 280 -281 282 283 284 -285 286 -287 288 -289 290 -291 -292 293 294 295 296 -297 298 -299 -300 -301 -302 -303 -304 -305 306 307 308 -309 -310 -311 312 -313 -314 315 316 317 -318 -319 320 -321 322 323 -324 325 -326 327 328 329 -330 331 -332 -333 -334 -335 -336 337 338 339 -340 -341 342 343 -344 345 -346 -347 -348 349 350 351 352 353 354 355 356 -357 -358 359 360 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-298504-1178830595 -o ROOT/results/node12/solver-298504-1178830595 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/298504-1178830595/MiraXTv2_dyn /tmp/evaluation/298504-1178830595/instance-298504-1178830595.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.45 3/77 2517
/proc/meminfo: memFree=1701464/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=3788 CPUtime=0
/proc/2517/stat : 2517 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 359096906 3878912 265 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10134477 0 0 4096 0 0 0 0 17 1 0 0
/proc/2517/statm: 947 265 206 20 0 305 0

[startup+0.029813 s]
/proc/loadavg: 1.99 1.85 1.45 3/77 2517
/proc/meminfo: memFree=1701464/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=4280 CPUtime=0.02
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 387 0 0 0 2 0 0 0 18 0 2 0 359096906 4382720 362 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 1070 362 218 20 0 428 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4280

[startup+0.101819 s]
/proc/loadavg: 1.99 1.85 1.45 3/77 2517
/proc/meminfo: memFree=1701464/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=5224 CPUtime=0.09
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 466 0 0 0 9 0 0 0 18 0 2 0 359096906 5349376 441 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 1306 441 218 20 0 664 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5224

[startup+0.301839 s]
/proc/loadavg: 1.99 1.85 1.45 3/77 2517
/proc/meminfo: memFree=1701464/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=5856 CPUtime=0.29
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 639 0 0 0 29 0 0 0 18 0 2 0 359096906 5996544 614 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 1464 614 218 20 0 822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5856

[startup+0.70188 s]
/proc/loadavg: 1.99 1.85 1.45 3/77 2517
/proc/meminfo: memFree=1701464/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=6936 CPUtime=0.69
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 918 0 0 0 69 0 0 0 18 0 2 0 359096906 7102464 893 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 1734 893 218 20 0 1092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6936

[startup+1.50196 s]
/proc/loadavg: 1.91 1.84 1.45 2/79 2519
/proc/meminfo: memFree=1698248/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=7832 CPUtime=1.49
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 1124 0 0 0 149 0 0 0 18 0 2 0 359096906 8019968 1099 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 1958 1099 218 20 0 1316 0
[pid=2517/tid=2519] ppid=2504 vsize=7832 CPUtime=1.48
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 794 0 0 0 148 0 0 0 25 0 2 0 359096907 8019968 1099 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134520092 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7832

[startup+3.10112 s]
/proc/loadavg: 1.91 1.84 1.45 2/79 2519
/proc/meminfo: memFree=1696712/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=10232 CPUtime=3.09
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 1745 0 0 0 308 1 0 0 18 0 2 0 359096906 10477568 1720 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 2558 1720 218 20 0 1916 0
[pid=2517/tid=2519] ppid=2504 vsize=10232 CPUtime=3.08
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 1415 0 0 0 308 0 0 0 25 0 2 0 359096907 10477568 1720 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10232

[startup+6.30244 s]
/proc/loadavg: 1.84 1.82 1.45 2/79 2519
/proc/meminfo: memFree=1693320/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=12148 CPUtime=6.29
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 2260 0 0 0 628 1 0 0 18 0 2 0 359096906 12439552 2199 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 3037 2199 218 20 0 2395 0
[pid=2517/tid=2519] ppid=2504 vsize=12148 CPUtime=6.28
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 1930 0 0 0 628 0 0 0 25 0 2 0 359096907 12439552 2199 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526299 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12148

[startup+12.7011 s]
/proc/loadavg: 1.77 1.81 1.45 2/79 2519
/proc/meminfo: memFree=1688784/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=16884 CPUtime=12.69
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 3558 0 0 0 1267 2 0 0 18 0 2 0 359096906 17289216 3410 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 4221 3410 218 20 0 3579 0
[pid=2517/tid=2519] ppid=2504 vsize=16884 CPUtime=12.68
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 3228 0 0 0 1267 1 0 0 25 0 2 0 359096907 17289216 3410 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16884

[startup+25.5014 s]
/proc/loadavg: 1.60 1.77 1.44 2/79 2519
/proc/meminfo: memFree=1686544/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=18800 CPUtime=25.49
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 4220 0 0 0 2546 3 0 0 18 0 2 0 359096906 19251200 3903 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 4700 3903 218 20 0 4058 0
[pid=2517/tid=2519] ppid=2504 vsize=18800 CPUtime=25.47
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 3890 0 0 0 2545 2 0 0 25 0 2 0 359096907 19251200 3903 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18800

[startup+51.1019 s]
/proc/loadavg: 1.40 1.71 1.43 2/79 2519
/proc/meminfo: memFree=1682704/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=22580 CPUtime=51.08
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 5440 0 0 0 5104 4 0 0 18 0 2 0 359096906 23121920 4791 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 5645 4791 218 20 0 5003 0
[pid=2517/tid=2519] ppid=2504 vsize=22580 CPUtime=51.07
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 5110 0 0 0 5103 4 0 0 25 0 2 0 359096907 23121920 4791 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526470 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22580

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.40 2/79 2519
/proc/meminfo: memFree=1680656/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=24464 CPUtime=102.26
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 6623 0 0 0 10221 5 0 0 18 0 2 0 359096906 25051136 5317 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 6116 5317 218 20 0 5474 0
[pid=2517/tid=2519] ppid=2504 vsize=24464 CPUtime=102.26
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 6293 0 0 0 10221 5 0 0 25 0 2 0 359096907 25051136 5317 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24464

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.37 2/79 2519
/proc/meminfo: memFree=1678352/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=26496 CPUtime=162.24
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 8029 0 0 0 16218 6 0 0 18 0 2 0 359096906 27131904 5867 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 6624 5867 218 20 0 5982 0
[pid=2517/tid=2519] ppid=2504 vsize=26496 CPUtime=162.24
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 7699 0 0 0 16218 6 0 0 25 0 2 0 359096907 27131904 5867 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 26496

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/79 2519
/proc/meminfo: memFree=1677584/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=27168 CPUtime=222.23
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 9024 0 0 0 22216 7 0 0 18 0 2 0 359096906 27820032 6047 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 6792 6047 218 20 0 6150 0
[pid=2517/tid=2519] ppid=2504 vsize=27168 CPUtime=222.22
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 8694 0 0 0 22215 7 0 0 25 0 2 0 359096907 27820032 6047 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27168

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/85 2627
/proc/meminfo: memFree=1675608/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=28096 CPUtime=282.16
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 10054 0 0 0 28208 8 0 0 18 0 2 0 359096906 28770304 6230 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7024 6230 218 20 0 6382 0
[pid=2517/tid=2519] ppid=2504 vsize=28096 CPUtime=282.15
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 9724 0 0 0 28207 8 0 0 25 0 2 0 359096907 28770304 6230 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 28096

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/79 2717
/proc/meminfo: memFree=1675664/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29216 CPUtime=342.09
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 11155 0 0 0 34200 9 0 0 18 0 2 0 359096906 29917184 6455 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7304 6455 218 20 0 6662 0
[pid=2517/tid=2519] ppid=2504 vsize=29216 CPUtime=342.09
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 10825 0 0 0 34200 9 0 0 25 0 2 0 359096907 29917184 6455 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526686 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 29216

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29648 CPUtime=402.07
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12098 0 0 0 40197 10 0 0 18 0 2 0 359096906 30359552 6587 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7412 6587 218 20 0 6770 0
[pid=2517/tid=2519] ppid=2504 vsize=29648 CPUtime=402.07
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 11768 0 0 0 40197 10 0 0 25 0 2 0 359096907 30359552 6587 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 29648

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.20 1.28 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29648 CPUtime=409.27
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12193 0 0 0 40917 10 0 0 18 0 2 0 359096906 30359552 6590 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7412 6590 218 20 0 6770 0
[pid=2517/tid=2519] ppid=2504 vsize=29648 CPUtime=409.26
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 11863 0 0 0 40916 10 0 0 25 0 2 0 359096907 30359552 6590 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526438 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 409.27
Current children cumulated vsize (KiB) 29648

[startup+422.302 s]
/proc/loadavg: 1.00 1.19 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29648 CPUtime=422.07
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12397 0 0 0 42197 10 0 0 18 0 2 0 359096906 30359552 6610 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7412 6610 218 20 0 6770 0
[pid=2517/tid=2519] ppid=2504 vsize=29648 CPUtime=422.06
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12067 0 0 0 42196 10 0 0 25 0 2 0 359096907 30359552 6610 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 422.07
Current children cumulated vsize (KiB) 29648

[startup+428.702 s]
/proc/loadavg: 1.00 1.19 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=428.46
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12516 0 0 0 42836 10 0 0 18 0 2 0 359096906 30584832 6636 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6636 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=428.46
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12186 0 0 0 42836 10 0 0 25 0 2 0 359096907 30584832 6636 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 428.46
Current children cumulated vsize (KiB) 29868

[startup+435.101 s]
/proc/loadavg: 1.00 1.19 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=434.86
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12610 0 0 0 43476 10 0 0 18 0 2 0 359096906 30584832 6637 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6637 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=434.85
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12280 0 0 0 43475 10 0 0 25 0 2 0 359096907 30584832 6637 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.86
Current children cumulated vsize (KiB) 29868

[startup+438.302 s]
/proc/loadavg: 1.00 1.18 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=438.06
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12610 0 0 0 43796 10 0 0 18 0 2 0 359096906 30584832 6637 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6637 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=438.05
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12280 0 0 0 43795 10 0 0 25 0 2 0 359096907 30584832 6637 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526438 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 438.06
Current children cumulated vsize (KiB) 29868

[startup+439.102 s]
/proc/loadavg: 1.00 1.18 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=438.86
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12705 0 0 0 43876 10 0 0 18 0 2 0 359096906 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6639 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=438.85
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12375 0 0 0 43875 10 0 0 25 0 2 0 359096907 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 438.86
Current children cumulated vsize (KiB) 29868

[startup+439.902 s]
/proc/loadavg: 1.00 1.18 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=439.66
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12705 0 0 0 43956 10 0 0 18 0 2 0 359096906 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6639 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=439.66
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12375 0 0 0 43956 10 0 0 25 0 2 0 359096907 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 439.66
Current children cumulated vsize (KiB) 29868

[startup+440.102 s]
/proc/loadavg: 1.00 1.18 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=29868 CPUtime=439.86
/proc/2517/stat : 2517 (MiraXTv2_dyn) S 2504 2517 2375 0 -1 4194304 12705 0 0 0 43976 10 0 0 18 0 2 0 359096906 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2517/statm: 7467 6639 218 20 0 6825 0
[pid=2517/tid=2519] ppid=2504 vsize=29868 CPUtime=439.85
/proc/2517/task/2519/stat : 2519 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194368 12375 0 0 0 43975 10 0 0 25 0 2 0 359096907 30584832 6639 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 439.86
Current children cumulated vsize (KiB) 29868

[startup+440.202 s]
/proc/loadavg: 1.00 1.18 1.27 2/79 2717
/proc/meminfo: memFree=1675152/2055920 swapFree=4154864/4192956
[pid=2517] ppid=2504 vsize=26612 CPUtime=439.97
/proc/2517/stat : 2517 (MiraXTv2_dyn) R 2504 2517 2375 0 -1 4194304 12712 0 0 0 43986 11 0 0 17 0 1 0 359096906 27250688 5952 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10128969 0 0 4096 0 0 0 0 17 1 0 0
/proc/2517/statm: 6653 5952 225 20 0 6011 0
Current children cumulated CPU time (s) 439.97
Current children cumulated vsize (KiB) 26612

Child status: 10
Real time (s): 440.214
CPU time (s): 439.982
CPU user time (s): 439.868
CPU system time (s): 0.113982
CPU usage (%): 99.9474
Max. virtual memory (cumulated for all children) (KiB): 30016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.868
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12715
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= 14
involuntary context switches= 4445

runsolver used 0.445932 second user time and 1.16182 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu May 10 20:56:35 UTC 2007

IDJOB= 298504
IDBENCH= 19987
IDSOLVER= 129
FILE ID= node12/298504-1178830595

PBS_JOBID= 5250988

Free space on /tmp= 66559 MiB

SOLVER NAME= MiraXT v2
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298504-1178830595/MiraXTv2_dyn /tmp/evaluation/298504-1178830595/instance-298504-1178830595.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-298504-1178830595 -o ROOT/results/node12/solver-298504-1178830595 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/298504-1178830595/MiraXTv2_dyn /tmp/evaluation/298504-1178830595/instance-298504-1178830595.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  5e7fef8a5169f386cc435a1aecb40c3c

RANDOM SEED= 675471591

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701808 kB
Buffers:         48676 kB
Cached:         217912 kB
SwapCached:      17516 kB
Active:         117556 kB
Inactive:       173500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701808 kB
SwapTotal:     4192956 kB
SwapFree:      4154864 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:          29944 kB
Slab:            48612 kB
Committed_AS: 10876648 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB

End job on node12 on Thu May 10 21:03:56 UTC 2007