Trace number 3303559

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
glucose 2SAT 2542.63 2542.64

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark155.124
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2416    10560 |     724       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 349   #clauses: 2416   #literals: 10560
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
2542.58/2542.62	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2542.58/2542.62	c WARNING: for repeatability, setting FPU to use double precision
2542.58/2542.62	c ============================[ Problem Statistics ]=============================
2542.58/2542.62	c |                                                                             |
2542.58/2542.62	c |  Number of variables:           349                                         |
2542.58/2542.62	c |  Number of clauses:            2416                                         |
2542.58/2542.62	c |  Parse time:                   0.00 s                                       |
2542.58/2542.62	c |                                                                             |
2542.58/2542.62	c ============================[ Search Statistics ]==============================
2542.58/2542.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2542.58/2542.62	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2542.58/2542.62	c ===============================================================================
2542.58/2542.62	c |       483 |     349     2416    10560 |        1      483      6 |  0.000 % |
2542.58/2542.62	c |       998 |     349     2416    10560 |        1      998      7 |  0.000 % |
2542.58/2542.62	c |      1270 |     349     2416    10560 |        1     1270      8 |  0.000 % |
2542.58/2542.62	c |      1529 |     349     2416    10560 |        1     1529      8 |  0.000 % |
2542.58/2542.62	c |      2049 |     349     2416    10560 |        1     2049      9 |  0.000 % |
2542.58/2542.62	c |      2294 |     349     2416    10560 |        1     2294      9 |  0.000 % |
2542.58/2542.62	c |      2406 |     349     2416    10560 |        1     2406     10 |  0.000 % |
2542.58/2542.62	c |      2506 |     349     2416    10560 |        1     2506     10 |  0.000 % |
2542.58/2542.62	c |      2609 |     349     2416    10560 |        1     2609     10 |  0.000 % |
2542.58/2542.62	c |      2710 |     349     2416    10560 |        1     2710     11 |  0.000 % |
2542.58/2542.62	c |      2856 |     349     2416    10560 |        1     2856     11 |  0.000 % |
2542.58/2542.62	c |      2997 |     349     2416    10560 |        1     2997     11 |  0.000 % |
2542.58/2542.62	c |      3107 |     349     2416    10560 |        1     3107     11 |  0.000 % |
2542.58/2542.62	c |      3208 |     349     2416    10560 |        1     3208     12 |  0.000 % |
2542.58/2542.62	c |      3309 |     349     2416    10560 |        1     3309     12 |  0.000 % |
2542.58/2542.62	c |      3410 |     349     2416    10560 |        1     3410     12 |  0.000 % |
2542.58/2542.62	c |      3547 |     349     2416    10560 |        1     3547     13 |  0.000 % |
2542.58/2542.62	c |      3647 |     349     2416    10560 |        1     3647     13 |  0.000 % |
2542.58/2542.62	c |      3747 |     349     2416    10560 |        1     3747     13 |  0.000 % |
2542.58/2542.62	c |      3879 |     349     2416    10560 |        1     3879     13 |  0.000 % |
2542.58/2542.62	c |      3992 |     349     2416    10560 |        1     3992     14 |  0.000 % |
2542.58/2542.62	c |      4092 |     349     2416    10560 |        1     2099      7 |  0.000 % |
2542.58/2542.62	c |      4221 |     349     2416    10560 |        1     2228      8 |  0.000 % |
2542.58/2542.62	c |      4321 |     349     2416    10560 |        1     2328      9 |  0.000 % |
2542.58/2542.62	c |      4663 |     349     2416    10560 |        1     2670     10 |  0.000 % |
2542.58/2542.62	c |      4860 |     349     2416    10560 |        1     2867     11 |  0.000 % |
2542.58/2542.62	c |      6110 |     349     2416    10560 |        1     4117     15 |  0.000 % |
2542.58/2542.62	c |      6316 |     349     2416    10560 |        1     4323     16 |  0.000 % |
2542.58/2542.62	c |      6735 |     349     2416    10560 |        1     4742     16 |  0.000 % |
2542.58/2542.62	c |      7190 |     349     2416    10560 |        1     5197     17 |  0.000 % |
2542.58/2542.62	c |      7344 |     349     2416    10560 |        1     5351     17 |  0.000 % |
2542.58/2542.62	c |      9399 |     349     2416    10560 |        1     7406     19 |  0.000 % |
2542.58/2542.62	c |   4422189 |     349     2416    10560 |        1   191596     13 |  0.000 % |
2542.58/2542.62	c |  10622658 |     347     2382    10402 |        1   215658     13 |  0.574 % |
2542.58/2542.62	c ===============================================================================
2542.58/2542.62	c restarts              : 34
2542.58/2542.62	c nb ReduceDB           : 89
2542.58/2542.62	c nb removed Clauses    : 10120704
2542.58/2542.62	c nb learnts DL2        : 560
2542.58/2542.62	c nb learnts size 2     : 50
2542.58/2542.62	c nb learnts size 1     : 2
2542.58/2542.62	c conflicts             : 10622658       (4178 /sec)
2542.58/2542.62	c decisions             : 10927046       (0.00 % random) (4298 /sec)
2542.58/2542.62	c propagations          : 554987872      (218282 /sec)
2542.58/2542.62	c conflict literals     : 172708607      (43.98 % deleted)
2542.58/2542.62	c nb reduced Clauses    : 157
2542.58/2542.62	c CPU time              : 2542.53 s
2542.58/2542.62	
2542.58/2542.63	s SATISFIABLE
2542.58/2542.63	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 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3303559-1306949592/watcher-3303559-1306949592 -o /tmp/evaluation-result-3303559-1306949592/solver-3303559-1306949592 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303559-1306949592.cnf 

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.85 1.99 1.99 4/424 8451
/proc/meminfo: memFree=26303140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0

[startup+0.0883611 s]
/proc/loadavg: 1.85 1.99 1.99 4/424 8451
/proc/meminfo: memFree=26303140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100357 s]
/proc/loadavg: 1.85 1.99 1.99 4/424 8451
/proc/meminfo: memFree=26303140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30034 s]
/proc/loadavg: 1.85 1.99 1.99 4/424 8451
/proc/meminfo: memFree=26303140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700246 s]
/proc/loadavg: 1.85 1.99 1.99 4/424 8451
/proc/meminfo: memFree=26303140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5011 s]
/proc/loadavg: 1.85 1.99 1.99 4/427 8455
/proc/meminfo: memFree=26292584/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=21056 CPUtime=1.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 1612 0 0 0 148 0 0 0 25 0 1 0 806557369 21561344 1211 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 5264 1211 248 17 0 1905 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29760

[startup+3.1008 s]
/proc/loadavg: 1.85 1.99 1.99 5/427 8455
/proc/meminfo: memFree=26288988/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=21056 CPUtime=3.08 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 2241 0 0 0 308 0 0 0 25 0 1 0 806557369 21561344 1814 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 5264 1814 248 17 0 1905 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29760

[startup+6.30021 s]
/proc/loadavg: 1.86 1.99 1.99 4/427 8456
/proc/meminfo: memFree=26282852/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=23808 CPUtime=6.28 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 2737 0 0 0 628 0 0 0 25 0 1 0 806557369 24379392 2288 33554432000 4194304 4260849 140737319300000 18446744073709551615 4226847 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 5952 2288 248 17 0 2593 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32512

[startup+12.7011 s]
/proc/loadavg: 1.87 1.99 1.99 4/427 8456
/proc/meminfo: memFree=26274836/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=29552 CPUtime=12.68 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 4465 0 0 0 1268 0 0 0 25 0 1 0 806557369 30261248 3936 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 7388 3936 248 17 0 4029 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38256

[startup+25.5007 s]
/proc/loadavg: 1.90 1.99 1.99 5/427 8456
/proc/meminfo: memFree=26262940/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=34136 CPUtime=25.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 6653 0 0 0 2548 0 0 0 25 0 1 0 806557369 34955264 4685 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224643 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 8534 4685 248 17 0 5175 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42840

[startup+51.1011 s]
/proc/loadavg: 1.93 1.99 1.99 4/427 8457
/proc/meminfo: memFree=26246900/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=42908 CPUtime=51.09 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 9444 0 0 0 5108 1 0 0 25 0 1 0 806557369 43937792 7322 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 10727 7322 248 17 0 7368 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51612

[startup+102.316 s]
/proc/loadavg: 1.97 1.99 1.99 5/427 8458
/proc/meminfo: memFree=26234476/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=46348 CPUtime=102.31 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 10281 0 0 0 10230 1 0 0 25 0 1 0 806557369 47460352 8135 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 11587 8135 248 17 0 8228 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 55052

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 4/427 8460
/proc/meminfo: memFree=26223416/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=51860 CPUtime=162.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 17494 0 0 0 16227 2 0 0 25 0 1 0 806557369 53104640 9561 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 12965 9561 248 17 0 9606 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 60564

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 4/427 8461
/proc/meminfo: memFree=26203424/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=70536 CPUtime=222.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 21008 0 0 0 22227 2 0 0 25 0 1 0 806557369 72228864 12927 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 17634 12927 248 17 0 14275 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 79240

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 5/427 8463
/proc/meminfo: memFree=26195960/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=70536 CPUtime=282.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 21129 0 0 0 28227 2 0 0 25 0 1 0 806557369 72228864 13041 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 17634 13041 248 17 0 14275 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79240

[startup+342.301 s]
/proc/loadavg: 2.04 2.00 1.99 4/427 8465
/proc/meminfo: memFree=26187876/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=70536 CPUtime=342.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 21459 0 0 0 34227 2 0 0 25 0 1 0 806557369 72228864 13356 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 17634 13356 248 17 0 14275 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 79240

[startup+402.301 s]
/proc/loadavg: 2.07 2.01 2.00 4/427 8466
/proc/meminfo: memFree=26180904/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7

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


[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/427 8559
/proc/meminfo: memFree=26094640/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=127920 CPUtime=2262.28 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 42133 0 0 0 226220 8 0 0 25 0 1 0 806557369 130990080 28492 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 31980 28492 248 17 0 28621 0
Current children cumulated CPU time (s) 2262.28
Current children cumulated vsize (KiB) 136624

[startup+2322.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/427 8560
/proc/meminfo: memFree=26056664/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=129360 CPUtime=2322.28 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 42510 0 0 0 232220 8 0 0 25 0 1 0 806557369 132464640 28852 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 32340 28852 248 17 0 28981 0
Current children cumulated CPU time (s) 2322.28
Current children cumulated vsize (KiB) 138064

[startup+2382.3 s]
/proc/loadavg: 2.20 2.08 2.01 3/427 8562
/proc/meminfo: memFree=26093076/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=131280 CPUtime=2382.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 42518 0 0 0 238221 8 0 0 25 0 1 0 806557369 134430720 28860 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 32820 28860 248 17 0 29461 0
Current children cumulated CPU time (s) 2382.29
Current children cumulated vsize (KiB) 139984

[startup+2442.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/427 8564
/proc/meminfo: memFree=26090680/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=131280 CPUtime=2442.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43030 0 0 0 244221 8 0 0 25 0 1 0 806557369 134430720 29339 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 32820 29339 248 17 0 29461 0
Current children cumulated CPU time (s) 2442.29
Current children cumulated vsize (KiB) 139984

[startup+2502.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/427 8565
/proc/meminfo: memFree=26089140/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2502.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 250221 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2502.29
Current children cumulated vsize (KiB) 141424

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

[startup+2508.7 s]
/proc/loadavg: 2.18 2.09 2.02 3/427 8565
/proc/meminfo: memFree=26089012/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2508.68 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 250860 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2508.68
Current children cumulated vsize (KiB) 141424

[startup+2521.5 s]
/proc/loadavg: 2.22 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089856/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2521.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 252140 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2521.48
Current children cumulated vsize (KiB) 141424

[startup+2534.3 s]
/proc/loadavg: 2.17 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089972/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2534.29 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 253421 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2534.29
Current children cumulated vsize (KiB) 141424

[startup+2537.5 s]
/proc/loadavg: 2.17 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089968/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2537.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 253740 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2537.48
Current children cumulated vsize (KiB) 141424

[startup+2540.7 s]
/proc/loadavg: 2.16 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089844/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2540.68 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 254060 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2540.68
Current children cumulated vsize (KiB) 141424

[startup+2541.5 s]
/proc/loadavg: 2.16 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089964/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2541.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 254140 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225072 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2541.48
Current children cumulated vsize (KiB) 141424

[startup+2542.3 s]
/proc/loadavg: 2.16 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089964/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2542.28 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 254220 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2542.28
Current children cumulated vsize (KiB) 141424

[startup+2542.5 s]
/proc/loadavg: 2.16 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089964/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2542.48 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 254240 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224667 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2542.48
Current children cumulated vsize (KiB) 141424

[startup+2542.6 s]
/proc/loadavg: 2.16 2.10 2.02 3/427 8566
/proc/meminfo: memFree=26089964/32951124 swapFree=44043512/67111528
[pid=8451] ppid=8449 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/8451/stat : 8451 (glucose.sh) S 8449 8451 7579 0 -1 4202496 359 197 0 0 0 0 0 0 22 0 1 0 806557368 8912896 255 33554432000 4194304 4922060 140736516334640 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8451/statm: 2176 255 211 178 0 69 0
[pid=8453] ppid=8451 vsize=132720 CPUtime=2542.58 cores=1,3,5,7
/proc/8453/stat : 8453 (glucose_static) R 8451 8451 7579 0 -1 4202496 43420 0 0 0 254250 8 0 0 25 0 1 0 806557369 135905280 29699 33554432000 4194304 4260849 140737319300000 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8453/statm: 33180 29699 248 17 0 29821 0
Current children cumulated CPU time (s) 2542.58
Current children cumulated vsize (KiB) 141424

Child status: 10
Real time (s): 2542.64
CPU time (s): 2542.63
CPU user time (s): 2542.53
CPU system time (s): 0.099984
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 141424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2542.53
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44361
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= 44
involuntary context switches= 4300

runsolver used 9.91049 second user time and 24.7432 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-01 19:33:12
IDJOB=3303559
IDBENCH=85368
IDSOLVER=1687
FILE ID=node134/3303559-1306949592
RUNJOBID= node134-1306949592-8431
PBS_JOBID= 13488583
Free space on /tmp= 73712 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303559-1306949592/watcher-3303559-1306949592 -o /tmp/evaluation-result-3303559-1306949592/solver-3303559-1306949592 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303559-1306949592.cnf 

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=611355105

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26303544 kB
Buffers:        176408 kB
Cached:         359628 kB
SwapCached:       9540 kB
Active:        5956412 kB
Inactive:       402960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26303544 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            2376 kB
Writeback:           0 kB
AnonPages:     5821008 kB
Mapped:          21952 kB
Slab:           131792 kB
PageTables:      88764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110756796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node134 at 2011-06-01 20:15:34