Trace number 3303553

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 1923 1922.93

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark543.832
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
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 41496
Number of clauses of size 5784
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    10720 |     724       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 339   #clauses: 2416   #literals: 10720
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
1658.65/1658.60	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1658.65/1658.60	c WARNING: for repeatability, setting FPU to use double precision
1658.65/1658.60	c ============================[ Problem Statistics ]=============================
1658.65/1658.60	c |                                                                             |
1658.65/1658.60	c |  Number of variables:           339                                         |
1658.65/1658.60	c |  Number of clauses:            2416                                         |
1658.65/1658.60	c |  Parse time:                   0.00 s                                       |
1658.65/1658.60	c |                                                                             |
1658.65/1658.60	c ============================[ Search Statistics ]==============================
1658.65/1658.60	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1658.65/1658.60	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1658.65/1658.60	c ===============================================================================
1658.65/1658.60	c |       545 |     339     2416    10720 |        1      545      6 |  0.000 % |
1658.65/1658.60	c |       753 |     339     2416    10720 |        1      753      7 |  0.000 % |
1658.65/1658.60	c |      1249 |     339     2416    10720 |        1     1249      7 |  0.000 % |
1658.65/1658.60	c |      1512 |     339     2416    10720 |        1     1512      8 |  0.000 % |
1658.65/1658.60	c |      1678 |     339     2416    10720 |        1     1678      8 |  0.000 % |
1658.65/1658.60	c |      1963 |     339     2416    10720 |        1     1963      8 |  0.000 % |
1658.65/1658.60	c |      2063 |     339     2416    10720 |        1     2063      9 |  0.000 % |
1658.65/1658.60	c |      2189 |     339     2416    10720 |        1     2189      9 |  0.000 % |
1658.65/1658.60	c |      2389 |     339     2416    10720 |        1     2389      9 |  0.000 % |
1658.65/1658.60	c |      2528 |     339     2416    10720 |        1     2528     10 |  0.000 % |
1658.65/1658.60	c |      2628 |     339     2416    10720 |        1     2628     10 |  0.000 % |
1658.65/1658.60	c |      2774 |     339     2416    10720 |        1     2774     10 |  0.000 % |
1658.65/1658.60	c |      3244 |     339     2416    10720 |        1     3244     11 |  0.000 % |
1658.65/1658.60	c |      3383 |     339     2416    10720 |        1     3383     11 |  0.000 % |
1658.65/1658.60	c |      3501 |     339     2416    10720 |        1     3501     11 |  0.000 % |
1658.65/1658.60	c |      3659 |     339     2416    10720 |        1     3659     11 |  0.000 % |
1658.65/1658.60	c |      3990 |     339     2416    10720 |        1     3990     12 |  0.000 % |
1658.65/1658.60	c |      4147 |     339     2416    10720 |        1     2149      7 |  0.000 % |
1658.65/1658.60	c |      4290 |     339     2416    10720 |        1     2292      8 |  0.000 % |
1658.65/1658.60	c |      4790 |     339     2416    10720 |        1     2792     10 |  0.000 % |
1658.65/1658.60	c |      4910 |     339     2416    10720 |        1     2912     10 |  0.000 % |
1658.65/1658.60	c |      5225 |     339     2416    10720 |        1     3227     11 |  0.000 % |
1658.65/1658.60	c |      5325 |     339     2416    10720 |        1     3327     11 |  0.000 % |
1658.65/1658.60	c |      5651 |     339     2416    10720 |        1     3653     12 |  0.000 % |
1658.65/1658.60	c |      5791 |     339     2416    10720 |        1     3793     12 |  0.000 % |
1658.65/1658.60	c |      5891 |     339     2416    10720 |        1     3893     13 |  0.000 % |
1658.65/1658.60	c |      5993 |     339     2416    10720 |        1     3995     13 |  0.000 % |
1658.65/1658.60	c |      6100 |     339     2416    10720 |        1     4102     13 |  0.000 % |
1658.65/1658.60	c |      6200 |     339     2416    10720 |        1     4202     13 |  0.000 % |
1658.65/1658.60	c |      6966 |     339     2416    10720 |        1     4968     15 |  0.000 % |
1658.65/1658.60	c |      7067 |     339     2416    10720 |        1     5069     15 |  0.000 % |
1658.65/1658.60	c |      7613 |     339     2416    10720 |        1     5615     16 |  0.000 % |
1658.65/1658.60	c |      7802 |     339     2416    10720 |        1     5804     16 |  0.000 % |
1658.65/1658.60	c |      8011 |     339     2416    10720 |        1     6013     17 |  0.000 % |
1658.65/1658.60	c |      8111 |     339     2416    10720 |        1     6113     17 |  0.000 % |
1658.65/1658.60	c |      9530 |     339     2416    10720 |        1     7532     18 |  0.000 % |
1658.65/1658.60	c |      9747 |     339     2416    10720 |        1     7749     18 |  0.000 % |
1658.65/1658.60	c |   7689431 |     338     2398    10638 |        1    92306     13 |  0.295 % |
1658.65/1658.60	c |   7740461 |     338     2398    10638 |        1    84904     14 |  0.295 % |
1922.98/1922.92	c |   7749454 |     338     2398    10638 |        1    93897     15 |  0.295 % |
1922.98/1922.92	c |   8817121 |     338     2398    10638 |        1   274213     14 |  0.296 % |
1922.98/1922.92	c ===============================================================================
1922.98/1922.92	c restarts              : 41
1922.98/1922.92	c nb ReduceDB           : 81
1922.98/1922.92	c nb removed Clauses    : 8266975
1922.98/1922.92	c nb learnts DL2        : 466
1922.98/1922.92	c nb learnts size 2     : 26
1922.98/1922.92	c nb learnts size 1     : 1
1922.98/1922.92	c conflicts             : 8817121        (4585 /sec)
1922.98/1922.92	c decisions             : 9155726        (0.00 % random) (4761 /sec)
1922.98/1922.92	c propagations          : 524145781      (272580 /sec)
1922.98/1922.92	c conflict literals     : 142702973      (44.74 % deleted)
1922.98/1922.92	c nb reduced Clauses    : 0
1922.98/1922.92	c CPU time              : 1922.9 s
1922.98/1922.92	
1922.98/1922.92	s SATISFIABLE
1922.98/1922.92	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 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-3303553-1306949306/watcher-3303553-1306949306 -o /tmp/evaluation-result-3303553-1306949306/solver-3303553-1306949306 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303553-1306949306.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 4/443 3161
/proc/meminfo: memFree=30228316/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0

[startup+0.112285 s]
/proc/loadavg: 1.00 1.00 1.01 4/443 3161
/proc/meminfo: memFree=30228316/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200273 s]
/proc/loadavg: 1.00 1.00 1.01 4/443 3161
/proc/meminfo: memFree=30228316/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300265 s]
/proc/loadavg: 1.00 1.00 1.01 4/443 3161
/proc/meminfo: memFree=30228316/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701182 s]
/proc/loadavg: 1.00 1.00 1.01 4/443 3161
/proc/meminfo: memFree=30228316/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.01 4/446 3166
/proc/meminfo: memFree=30217572/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=21068 CPUtime=1.49 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 2013 0 0 0 149 0 0 0 25 0 1 0 885161337 21573632 1601 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 5267 1601 248 17 0 1908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29772

[startup+3.10073 s]
/proc/loadavg: 1.08 1.02 1.01 4/446 3166
/proc/meminfo: memFree=30213852/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=21068 CPUtime=3.09 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 2263 0 0 0 309 0 0 0 25 0 1 0 885161337 21573632 1847 33554432000 4194304 4260849 140733714539776 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 5267 1847 248 17 0 1908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29772

[startup+6.30113 s]
/proc/loadavg: 1.08 1.02 1.01 4/446 3166
/proc/meminfo: memFree=30207516/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=23804 CPUtime=6.29 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 2728 0 0 0 629 0 0 0 25 0 1 0 885161337 24375296 2289 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 5951 2289 248 17 0 2592 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32508

[startup+12.7009 s]
/proc/loadavg: 1.22 1.05 1.02 4/446 3167
/proc/meminfo: memFree=30199304/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=26508 CPUtime=12.69 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 3641 0 0 0 1269 0 0 0 25 0 1 0 885161337 27144192 3176 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 6627 3176 248 17 0 3268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35212

[startup+25.5005 s]
/proc/loadavg: 1.41 1.10 1.04 3/446 3167
/proc/meminfo: memFree=30182068/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=35436 CPUtime=25.49 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 5773 0 0 0 2549 0 0 0 25 0 1 0 885161337 36286464 3937 33554432000 4194304 4260849 140733714539776 18446744073709551615 4226983 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 8859 3937 248 17 0 5500 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44140

[startup+51.1007 s]
/proc/loadavg: 1.61 1.17 1.06 3/446 3168
/proc/meminfo: memFree=30174304/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=35436 CPUtime=51.09 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 7323 0 0 0 5109 0 0 0 25 0 1 0 885161337 36286464 5429 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 8859 5429 248 17 0 5500 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44140

[startup+102.301 s]
/proc/loadavg: 1.93 1.33 1.12 4/446 3169
/proc/meminfo: memFree=30153180/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=47284 CPUtime=102.29 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 11900 0 0 0 10228 1 0 0 25 0 1 0 885161337 48418816 7867 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 11821 7867 248 17 0 8462 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55988

[startup+162.301 s]
/proc/loadavg: 2.01 1.47 1.18 3/446 3171
/proc/meminfo: memFree=30134556/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=54356 CPUtime=162.29 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 14146 0 0 0 16228 1 0 0 25 0 1 0 885161337 55660544 9995 33554432000 4194304 4260849 140733714539776 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 13589 9995 248 17 0 10230 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63060

[startup+222.316 s]
/proc/loadavg: 2.00 1.56 1.23 3/446 3172
/proc/meminfo: memFree=30125584/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=61536 CPUtime=222.31 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 16238 0 0 0 22230 1 0 0 25 0 1 0 885161337 63012864 11957 33554432000 4194304 4260849 140733714539776 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 15384 11957 248 17 0 12025 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 70240

[startup+282.301 s]
/proc/loadavg: 2.00 1.64 1.27 3/446 3174
/proc/meminfo: memFree=30104956/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=62616 CPUtime=282.3 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 16519 0 0 0 28228 2 0 0 25 0 1 0 885161337 64118784 12227 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 15654 12227 248 17 0 12295 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 71320

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 1.31 3/446 3175
/proc/meminfo: memFree=30093612/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=74860 CPUtime=342.3 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 22210 0 0 0 34228 2 0 0 25 0 1 0 885161337 76656640 14200 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224753 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 18715 14200 248 17 0 15356 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 83564

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.36 3/446 3177
/proc/meminfo: memFree=30090596/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+1602.3 s]
/proc/loadavg: 2.12 2.03 1.82 3/446 3216
/proc/meminfo: memFree=30023776/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1602.34 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50119 0 0 0 160227 7 0 0 25 0 1 0 885161337 130461696 27079 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27079 249 17 0 28492 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 136108

[startup+1662.3 s]
/proc/loadavg: 2.10 2.04 1.83 3/446 3218
/proc/meminfo: memFree=29993720/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1662.35 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50119 0 0 0 166228 7 0 0 25 0 1 0 885161337 130461696 27079 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27079 249 17 0 28492 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 136108

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.84 3/446 3219
/proc/meminfo: memFree=30024572/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1722.35 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50119 0 0 0 172228 7 0 0 25 0 1 0 885161337 130461696 27079 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27079 249 17 0 28492 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 136108

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 1.85 3/446 3221
/proc/meminfo: memFree=30022532/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1782.35 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50119 0 0 0 178228 7 0 0 25 0 1 0 885161337 130461696 27079 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27079 249 17 0 28492 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 136108

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.85 3/446 3222
/proc/meminfo: memFree=30020508/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1842.35 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50532 0 0 0 184228 7 0 0 25 0 1 0 885161337 130461696 27475 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27475 249 17 0 28492 0
Current children cumulated CPU time (s) 1842.35
Current children cumulated vsize (KiB) 136108

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3227
/proc/meminfo: memFree=29990324/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=127404 CPUtime=1902.35 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50785 0 0 0 190228 7 0 0 25 0 1 0 885161337 130461696 27711 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 31851 27711 249 17 0 28492 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 136108

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

[startup+1907.2 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3227
/proc/meminfo: memFree=29989332/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1907.25 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50927 0 0 0 190718 7 0 0 25 0 1 0 885161337 131936256 27848 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27848 249 17 0 28852 0
Current children cumulated CPU time (s) 1907.25
Current children cumulated vsize (KiB) 137548

[startup+1913.6 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3227
/proc/meminfo: memFree=29988204/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1913.65 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50927 0 0 0 191358 7 0 0 25 0 1 0 885161337 131936256 27848 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27848 249 17 0 28852 0
Current children cumulated CPU time (s) 1913.65
Current children cumulated vsize (KiB) 137548

[startup+1916.8 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3227
/proc/meminfo: memFree=29987704/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1916.85 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50927 0 0 0 191678 7 0 0 25 0 1 0 885161337 131936256 27848 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27848 249 17 0 28852 0
Current children cumulated CPU time (s) 1916.85
Current children cumulated vsize (KiB) 137548

[startup+1920 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3228
/proc/meminfo: memFree=29987208/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1920.05 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 50927 0 0 0 191998 7 0 0 25 0 1 0 885161337 131936256 27848 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27848 249 17 0 28852 0
Current children cumulated CPU time (s) 1920.05
Current children cumulated vsize (KiB) 137548

[startup+1921.6 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3228
/proc/meminfo: memFree=30021556/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1921.66 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 51004 0 0 0 192158 8 0 0 25 0 1 0 885161337 131936256 27922 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27922 249 17 0 28852 0
Current children cumulated CPU time (s) 1921.66
Current children cumulated vsize (KiB) 137548

[startup+1922.4 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3228
/proc/meminfo: memFree=30021308/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1922.46 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 51068 0 0 0 192238 8 0 0 25 0 1 0 885161337 131936256 27981 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 27981 249 17 0 28852 0
Current children cumulated CPU time (s) 1922.46
Current children cumulated vsize (KiB) 137548

[startup+1922.8 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3228
/proc/meminfo: memFree=30020936/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1922.86 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 51096 0 0 0 192278 8 0 0 25 0 1 0 885161337 131936256 28008 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 28008 249 17 0 28852 0
Current children cumulated CPU time (s) 1922.86
Current children cumulated vsize (KiB) 137548

[startup+1922.92 s]
/proc/loadavg: 2.00 2.02 1.86 3/446 3228
/proc/meminfo: memFree=30020936/32950928 swapFree=52246700/67111528
[pid=3161] ppid=3159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/3161/stat : 3161 (glucose.sh) S 3159 3161 1816 0 -1 4202496 359 197 0 0 0 0 0 0 23 0 1 0 885161336 8912896 255 33554432000 4194304 4922060 140736362555744 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/3161/statm: 2176 255 211 178 0 69 0
[pid=3165] ppid=3161 vsize=128844 CPUtime=1922.98 cores=0,2,4,6
/proc/3165/stat : 3165 (glucose_static) R 3161 3161 1816 0 -1 4202496 51103 0 0 0 192290 8 0 0 25 0 1 0 885161337 131936256 28015 33554432000 4194304 4260849 140733714539776 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3165/statm: 32211 28015 249 17 0 28852 0
Current children cumulated CPU time (s) 1922.98
Current children cumulated vsize (KiB) 137548

Child status: 10
Real time (s): 1922.93
CPU time (s): 1923
CPU user time (s): 1922.91
CPU system time (s): 0.088986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 144260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1922.91
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52046
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= 47
involuntary context switches= 3047

runsolver used 9.13661 second user time and 18.3822 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-01 19:28:27
IDJOB=3303553
IDBENCH=85343
IDSOLVER=1687
FILE ID=node114/3303553-1306949306
RUNJOBID= node114-1306949306-3140
PBS_JOBID= 13488563
Free space on /tmp= 73648 MiB

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

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=618881629

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
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.848
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.75
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.848
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.75
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30228480 kB
Buffers:        185704 kB
Cached:         233800 kB
SwapCached:      10660 kB
Active:        2171612 kB
Inactive:       285396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30228480 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:     2034828 kB
Mapped:          21240 kB
Slab:           135356 kB
PageTables:      62412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108175340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73648 MiB
End job on node114 at 2011-06-01 20:00:30