Trace number 298668

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 1168.13 1168.45

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1422217194-16.SAT.shuffled.cnf
MD5SUM05d311b5d324ec36db80bce02b8227da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
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...
1168.07/1168.44	s SATISFIABLE
1168.07/1168.44	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/node14/watcher-298668-1178831172 -o ROOT/results/node14/solver-298668-1178831172 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/298668-1178831172/MiraXTv2_dyn /tmp/evaluation/298668-1178831172/instance-298668-1178831172.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.90 1.58 3/77 19649
/proc/meminfo: memFree=1851008/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=3788 CPUtime=0
/proc/19649/stat : 19649 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 331034947 3878912 265 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 7365581 0 0 4096 0 0 0 0 17 1 0 0
/proc/19649/statm: 947 265 206 20 0 305 0

[startup+0.080738 s]
/proc/loadavg: 1.99 1.90 1.58 3/77 19649
/proc/meminfo: memFree=1851008/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=5240 CPUtime=0.07
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 447 0 0 0 7 0 0 0 18 0 2 0 331034947 5365760 422 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 1310 422 218 20 0 668 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5240

[startup+0.101739 s]
/proc/loadavg: 1.99 1.90 1.58 3/77 19649
/proc/meminfo: memFree=1851008/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=5240 CPUtime=0.09
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 474 0 0 0 9 0 0 0 18 0 2 0 331034947 5365760 449 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 1310 449 218 20 0 668 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5240

[startup+0.301758 s]
/proc/loadavg: 1.99 1.90 1.58 3/77 19649
/proc/meminfo: memFree=1851008/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=6036 CPUtime=0.29
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 658 0 0 0 29 0 0 0 18 0 2 0 331034947 6180864 633 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 1509 633 218 20 0 867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6036

[startup+0.701796 s]
/proc/loadavg: 1.99 1.90 1.58 3/77 19649
/proc/meminfo: memFree=1851008/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=7124 CPUtime=0.69
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 957 0 0 0 69 0 0 0 18 0 2 0 331034947 7294976 932 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 1781 932 218 20 0 1139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7124

[startup+1.50187 s]
/proc/loadavg: 1.91 1.88 1.58 2/79 19651
/proc/meminfo: memFree=1847536/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=8108 CPUtime=1.49
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 1211 0 0 0 149 0 0 0 18 0 2 0 331034947 8302592 1186 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 2027 1186 218 20 0 1385 0
[pid=19649/tid=19651] ppid=19647 vsize=8108 CPUtime=1.48
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 881 0 0 0 148 0 0 0 25 0 2 0 331034948 8302592 1186 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526470 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8108

[startup+3.10103 s]
/proc/loadavg: 1.91 1.88 1.58 2/79 19651
/proc/meminfo: memFree=1846000/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=10320 CPUtime=3.09
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 1788 0 0 0 308 1 0 0 18 0 2 0 331034947 10567680 1763 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 2580 1763 218 20 0 1938 0
[pid=19649/tid=19651] ppid=19647 vsize=10320 CPUtime=3.08
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 1458 0 0 0 308 0 0 0 25 0 2 0 331034948 10567680 1763 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10320

[startup+6.30133 s]
/proc/loadavg: 1.91 1.88 1.58 2/79 19651
/proc/meminfo: memFree=1842416/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=12440 CPUtime=6.29
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 2322 0 0 0 628 1 0 0 18 0 2 0 331034947 12738560 2261 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 3110 2261 218 20 0 2468 0
[pid=19649/tid=19651] ppid=19647 vsize=12440 CPUtime=6.28
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 1992 0 0 0 627 1 0 0 25 0 2 0 331034948 12738560 2261 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526680 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12440

[startup+12.7019 s]
/proc/loadavg: 1.77 1.85 1.57 2/79 19651
/proc/meminfo: memFree=1839024/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=16228 CPUtime=12.69
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 3383 0 0 0 1266 3 0 0 18 0 2 0 331034947 16617472 3235 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 4057 3235 218 20 0 3415 0
[pid=19649/tid=19651] ppid=19647 vsize=16228 CPUtime=12.68
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 3053 0 0 0 1266 2 0 0 25 0 2 0 331034948 16617472 3235 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16228

[startup+25.5012 s]
/proc/loadavg: 1.65 1.82 1.57 2/79 19651
/proc/meminfo: memFree=1834480/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=20492 CPUtime=25.48
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 4645 0 0 0 2544 4 0 0 18 0 2 0 331034947 20983808 4329 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 5123 4329 218 20 0 4481 0
[pid=19649/tid=19651] ppid=19647 vsize=20492 CPUtime=25.48
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 4315 0 0 0 2544 4 0 0 25 0 2 0 331034948 20983808 4329 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526404 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20492

[startup+51.1016 s]
/proc/loadavg: 1.43 1.76 1.55 2/79 19651
/proc/meminfo: memFree=1831792/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=22980 CPUtime=51.08
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 5592 0 0 0 5103 5 0 0 18 0 2 0 331034947 23531520 4946 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 5745 4946 218 20 0 5103 0
[pid=19649/tid=19651] ppid=19647 vsize=22980 CPUtime=51.07
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 5262 0 0 0 5102 5 0 0 25 0 2 0 331034948 23531520 4946 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22980

[startup+102.305 s]
/proc/loadavg: 1.17 1.63 1.52 2/79 19651
/proc/meminfo: memFree=1829488/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=25204 CPUtime=102.27
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 6705 0 0 0 10221 6 0 0 18 0 2 0 331034947 25808896 5480 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 6301 5480 218 20 0 5659 0
[pid=19649/tid=19651] ppid=19647 vsize=25204 CPUtime=102.26
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 6375 0 0 0 10220 6 0 0 25 0 2 0 331034948 25808896 5480 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25204

[startup+162.301 s]
/proc/loadavg: 1.06 1.51 1.48 2/79 19651
/proc/meminfo: memFree=1828400/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=26184 CPUtime=162.24
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 7763 0 0 0 16218 6 0 0 18 0 2 0 331034947 26812416 5776 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 6546 5776 218 20 0 5904 0
[pid=19649/tid=19651] ppid=19647 vsize=26184 CPUtime=162.24
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 7433 0 0 0 16218 6 0 0 25 0 2 0 331034948 26812416 5776 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) 26184

[startup+222.302 s]
/proc/loadavg: 1.02 1.41 1.45 2/79 19651
/proc/meminfo: memFree=1827120/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=27264 CPUtime=222.23
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 8830 0 0 0 22215 8 0 0 18 0 2 0 331034947 27918336 6050 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 6816 6050 218 20 0 6174 0
[pid=19649/tid=19651] ppid=19647 vsize=27264 CPUtime=222.22
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 8500 0 0 0 22215 7 0 0 25 0 2 0 331034948 27918336 6050 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27264

[startup+282.302 s]
/proc/loadavg: 1.01 1.34 1.42 2/79 19651
/proc/meminfo: memFree=1826672/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=27804 CPUtime=282.21
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 9701 0 0 0 28213 8 0 0 18 0 2 0 331034947 28471296 6184 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 6951 6184 218 20 0 6309 0
[pid=19649/tid=19651] ppid=19647 vsize=27804 CPUtime=282.2
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 9371 0 0 0 28212 8 0 0 25 0 2 0 331034948 28471296 6184 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526473 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 27804

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.39 2/79 19651
/proc/meminfo: memFree=1826032/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=28612 CPUtime=342.19
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 10587 0 0 0 34210 9 0 0 18 0 2 0 331034947 29298688 6313 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 7153 6313 218 20 0 6511 0
[pid=19649/tid=19651] ppid=19647 vsize=28612 CPUtime=342.19
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 10257 0 0 0 34210 9 0 0 25 0 2 0 331034948 29298688 6313 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526427 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 28612

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.36 2/79 19651
/proc/meminfo: memFree=1825584/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=29260 CPUtime=402.18
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 11515 0 0 0 40208 10 0 0 18 0 2 0 331034947 29962240 6463 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 7315 6463 218 20 0 6673 0
[pid=19649/tid=19651] ppid=19647 vsize=29260 CPUtime=402.17
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 11185 0 0 0 40207 10 0 0 25 0 2 0 331034948 29962240 6463 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 29260

[startup+462.302 s]
/proc/loadavg: 1.00 1.18 1.34 2/79 19651
/proc/meminfo: memFree=1824752/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=30176 CPUtime=462.16
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 12443 0 0 0 46205 11 0 0 18 0 2 0 331034947 30900224 6684 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 7544 6684 218 20 0 6902 0
[pid=19649/tid=19651] ppid=19647 vsize=30176 CPUtime=462.16
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 12113 0 0 0 46205 11 0 0 25 0 2 0 331034948 30900224 6684 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526345 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 30176

[startup+522.301 s]

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

/proc/19649/statm: 7845 7066 218 20 0 7203 0
[pid=19649/tid=19651] ppid=19647 vsize=31380 CPUtime=762.08
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 16243 0 0 0 76193 15 0 0 25 0 2 0 331034948 32133120 7066 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526261 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 31380

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.21 2/79 19651
/proc/meminfo: memFree=1822832/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=32332 CPUtime=822.06
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 17431 0 0 0 82190 16 0 0 18 0 2 0 331034947 33107968 7131 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8083 7131 218 20 0 7441 0
[pid=19649/tid=19651] ppid=19647 vsize=32332 CPUtime=822.06
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 17101 0 0 0 82190 16 0 0 25 0 2 0 331034948 33107968 7131 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 32332

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.20 2/79 19651
/proc/meminfo: memFree=1822704/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=32332 CPUtime=882.05
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 18282 0 0 0 88188 17 0 0 18 0 2 0 331034947 33107968 7173 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8083 7173 218 20 0 7441 0
[pid=19649/tid=19651] ppid=19647 vsize=32332 CPUtime=882.04
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 17952 0 0 0 88187 17 0 0 25 0 2 0 331034948 33107968 7173 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526473 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 32332

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.18 2/79 19651
/proc/meminfo: memFree=1822256/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=32812 CPUtime=942.03
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 19207 0 0 0 94185 18 0 0 18 0 2 0 331034947 33599488 7273 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8203 7273 218 20 0 7561 0
[pid=19649/tid=19651] ppid=19647 vsize=32812 CPUtime=942.03
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 18877 0 0 0 94185 18 0 0 25 0 2 0 331034948 33599488 7273 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 32812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/79 19651
/proc/meminfo: memFree=1822064/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=33432 CPUtime=1002.02
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 19996 0 0 0 100183 19 0 0 18 0 2 0 331034947 34234368 7330 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8358 7330 218 20 0 7716 0
[pid=19649/tid=19651] ppid=19647 vsize=33432 CPUtime=1002.01
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 19666 0 0 0 100182 19 0 0 25 0 2 0 331034948 34234368 7330 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 33432

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/79 19651
/proc/meminfo: memFree=1821872/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=33568 CPUtime=1062
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 20699 0 0 0 106180 20 0 0 18 0 2 0 331034947 34373632 7397 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8392 7397 218 20 0 7750 0
[pid=19649/tid=19651] ppid=19647 vsize=33568 CPUtime=1061.99
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 20369 0 0 0 106180 19 0 0 25 0 2 0 331034948 34373632 7397 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 33568

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/79 19651
/proc/meminfo: memFree=1821424/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34016 CPUtime=1121.98
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 21545 0 0 0 112178 20 0 0 18 0 2 0 331034947 34832384 7492 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8504 7492 218 20 0 7862 0
[pid=19649/tid=19651] ppid=19647 vsize=34016 CPUtime=1121.98
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21215 0 0 0 112178 20 0 0 25 0 2 0 331034948 34832384 7492 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 34016

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/79 19651
/proc/meminfo: memFree=1821424/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34016 CPUtime=1125.98
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 21654 0 0 0 112578 20 0 0 18 0 2 0 331034947 34832384 7493 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8504 7493 218 20 0 7862 0
[pid=19649/tid=19651] ppid=19647 vsize=34016 CPUtime=1125.98
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21324 0 0 0 112578 20 0 0 25 0 2 0 331034948 34832384 7493 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1125.98
Current children cumulated vsize (KiB) 34016

[startup+1151.9 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821232/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1151.58
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 21919 0 0 0 115137 21 0 0 18 0 2 0 331034947 35004416 7542 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7542 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1151.56
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21589 0 0 0 115136 20 0 0 25 0 2 0 331034948 35004416 7542 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1151.58
Current children cumulated vsize (KiB) 34184

[startup+1158.31 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821232/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1157.98
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22038 0 0 0 115777 21 0 0 18 0 2 0 331034947 35004416 7553 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7553 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1157.98
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21708 0 0 0 115777 21 0 0 25 0 2 0 331034948 35004416 7553 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526272 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1157.98
Current children cumulated vsize (KiB) 34184

[startup+1164.7 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1164.37
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22163 0 0 0 116416 21 0 0 18 0 2 0 331034947 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7569 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1164.37
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21833 0 0 0 116416 21 0 0 25 0 2 0 331034948 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1164.37
Current children cumulated vsize (KiB) 34184

[startup+1166.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1165.97
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22163 0 0 0 116576 21 0 0 18 0 2 0 331034947 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7569 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1165.97
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21833 0 0 0 116576 21 0 0 25 0 2 0 331034948 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1165.97
Current children cumulated vsize (KiB) 34184

[startup+1167.11 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1166.78
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22163 0 0 0 116657 21 0 0 18 0 2 0 331034947 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7569 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1166.77
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21833 0 0 0 116656 21 0 0 25 0 2 0 331034948 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1166.78
Current children cumulated vsize (KiB) 34184

[startup+1167.9 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34184 CPUtime=1167.57
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22163 0 0 0 116736 21 0 0 18 0 2 0 331034947 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8546 7569 218 20 0 7904 0
[pid=19649/tid=19651] ppid=19647 vsize=34184 CPUtime=1167.57
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21833 0 0 0 116736 21 0 0 25 0 2 0 331034948 35004416 7569 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526686 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1167.57
Current children cumulated vsize (KiB) 34184

[startup+1168.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=34336 CPUtime=1167.97
/proc/19649/stat : 19649 (MiraXTv2_dyn) S 19647 19649 19266 0 -1 4194304 22170 0 0 0 116776 21 0 0 18 0 2 0 331034947 35160064 7576 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 8584 7576 218 20 0 7942 0
[pid=19649/tid=19651] ppid=19647 vsize=34336 CPUtime=1167.97
/proc/19649/task/19651/stat : 19651 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194368 21840 0 0 0 116776 21 0 0 25 0 2 0 331034948 35160064 7576 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134529998 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1167.97
Current children cumulated vsize (KiB) 34336

[startup+1168.4 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 19651
/proc/meminfo: memFree=1821104/2055920 swapFree=4145896/4192956
[pid=19649] ppid=19647 vsize=31028 CPUtime=1168.07
/proc/19649/stat : 19649 (MiraXTv2_dyn) R 19647 19649 19266 0 -1 4194304 22286 0 0 0 116786 21 0 0 16 0 1 0 331034947 31772672 6860 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 7356505 0 0 4096 0 0 0 0 17 1 0 0
/proc/19649/statm: 7757 6860 225 20 0 7115 0
Current children cumulated CPU time (s) 1168.07
Current children cumulated vsize (KiB) 31028

Child status: 10
Real time (s): 1168.45
CPU time (s): 1168.13
CPU user time (s): 1167.91
CPU system time (s): 0.221966
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 34616

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

runsolver used 1.22481 second user time and 3.02954 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Thu May 10 21:06:12 UTC 2007

IDJOB= 298668
IDBENCH= 19991
IDSOLVER= 129
FILE ID= node14/298668-1178831172

PBS_JOBID= 5250994

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  05d311b5d324ec36db80bce02b8227da

RANDOM SEED= 992617936

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1851288 kB
Buffers:         39736 kB
Cached:          98948 kB
SwapCached:      15064 kB
Active:          88484 kB
Inactive:        74192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851288 kB
SwapTotal:     4192956 kB
SwapFree:      4145896 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          30004 kB
Slab:            27532 kB
Committed_AS:  9461080 kB
PageTables:       1784 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= 66561 MiB

End job on node14 on Thu May 10 21:25:40 UTC 2007