Trace number 3439461

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
SArTagnan 2011-05-15 (fixed)SAT 3470.66 434.855

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

3469.90/434.78	
3469.90/434.78	s SATISFIABLE
3469.90/434.78	
3469.90/434.78	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-3439461-1306964763/watcher-3439461-1306964763 -o /tmp/evaluation-result-3439461-1306964763/solver-3439461-1306964763 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439461-1306964763.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.13 8.10 7.97 2/508 27808
/proc/meminfo: memFree=23528692/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=354668 CPUtime=0.05 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1102 0 0 0 5 0 0 0 25 0 8 0 886706952 363180032 1033 33554432000 4194304 4625164 140734201392912 18446744073709551615 256415496686 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27808/statm: 88667 1034 344 106 0 84170 0
[pid=27808/tid=27809] ppid=27806 vsize=354800 CPUtime=0.01 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 59 0 0 0 1 0 0 0 25 0 8 0 886706952 363315200 1111 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=354800 CPUtime=0 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 8 0 886706952 363315200 1112 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=354800 CPUtime=0 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 95 0 0 0 0 0 0 0 25 0 8 0 886706952 363315200 1112 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=354800 CPUtime=0 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 8 0 886706952 363315200 1113 33554432000 4194304 4625164 140734201392912 18446744073709551615 4340144 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=354800 CPUtime=0.01 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 58 0 0 0 1 0 0 0 25 0 8 0 886706952 363315200 1113 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=354800 CPUtime=0.01 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 49 0 0 0 1 0 0 0 25 0 8 0 886706952 363315200 1115 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=354800 CPUtime=0 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 49 0 0 0 0 0 0 0 25 0 8 0 886706952 363315200 1116 33554432000 4194304 4625164 140734201392912 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.072376 s]
/proc/loadavg: 8.13 8.10 7.97 2/508 27808
/proc/meminfo: memFree=23528692/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=487012 CPUtime=0.45 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 2673 0 0 0 45 0 0 0 25 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 256415496686 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 121753 2006 352 106 0 117256 0
[pid=27808/tid=27809] ppid=27806 vsize=487012 CPUtime=0.06 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 201 0 0 0 6 0 0 0 25 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 4462375 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=487012 CPUtime=0.05 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 214 0 0 0 5 0 0 0 18 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=487012 CPUtime=0.05 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 479 0 0 0 5 0 0 0 18 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 256415088759 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=487012 CPUtime=0.05 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 302 0 0 0 5 0 0 0 18 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=487012 CPUtime=0.06 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 156 0 0 0 6 0 0 0 25 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=487012 CPUtime=0.06 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 145 0 0 0 6 0 0 0 25 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=487012 CPUtime=0.05 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 187 0 0 0 5 0 0 0 25 0 8 0 886706952 498700288 2006 33554432000 4194304 4625164 140734201392912 18446744073709551615 4462504 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 487012

[startup+0.142952 s]
/proc/loadavg: 8.13 8.10 7.97 2/508 27808
/proc/meminfo: memFree=23528692/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=488624 CPUtime=1.02 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 3659 0 0 0 102 0 0 0 25 0 8 0 886706952 500350976 2554 33554432000 4194304 4625164 140734201392912 18446744073709551615 4511936 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 122156 2555 352 106 0 117659 0
[pid=27808/tid=27809] ppid=27806 vsize=488624 CPUtime=0.13 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 315 0 0 0 13 0 0 0 25 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=488624 CPUtime=0.12 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 317 0 0 0 12 0 0 0 18 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=488624 CPUtime=0.12 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 734 0 0 0 12 0 0 0 18 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4547248 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=488624 CPUtime=0.12 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 332 0 0 0 12 0 0 0 18 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4465128 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=488624 CPUtime=0.13 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 272 0 0 0 13 0 0 0 25 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=488624 CPUtime=0.13 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 249 0 0 0 13 0 0 0 25 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=488624 CPUtime=0.12 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 300 0 0 0 12 0 0 0 25 0 8 0 886706952 500350976 2555 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 488624

[startup+0.300924 s]
/proc/loadavg: 8.13 8.10 7.97 2/508 27808
/proc/meminfo: memFree=23528692/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=490036 CPUtime=2.29 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 5707 0 0 0 228 1 0 0 25 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4396690 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 122509 3494 352 106 0 118012 0
[pid=27808/tid=27809] ppid=27806 vsize=490036 CPUtime=0.29 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 548 0 0 0 29 0 0 0 25 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=490036 CPUtime=0.28 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 513 0 0 0 28 0 0 0 18 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=490036 CPUtime=0.28 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1458 0 0 0 28 0 0 0 18 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=490036 CPUtime=0.28 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 536 0 0 0 28 0 0 0 18 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=490036 CPUtime=0.29 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 456 0 0 0 29 0 0 0 25 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=490036 CPUtime=0.29 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 439 0 0 0 29 0 0 0 25 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=490036 CPUtime=0.28 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 517 0 0 0 28 0 0 0 25 0 8 0 886706952 501796864 3494 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339121 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 490036

[startup+0.70085 s]
/proc/loadavg: 8.13 8.10 7.97 2/508 27808
/proc/meminfo: memFree=23528692/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=495160 CPUtime=5.48 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 11902 0 0 0 546 2 0 0 25 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 123790 5952 352 106 0 119293 0
[pid=27808/tid=27809] ppid=27806 vsize=495160 CPUtime=0.69 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 899 0 0 0 69 0 0 0 25 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4462312 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=495160 CPUtime=0.68 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1140 0 0 0 68 0 0 0 18 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=495160 CPUtime=0.68 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 4004 0 0 0 67 1 0 0 18 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=495160 CPUtime=0.68 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1173 0 0 0 68 0 0 0 18 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=495160 CPUtime=0.69 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1062 0 0 0 69 0 0 0 25 0 8 0 886706952 507043840 5952 33554432000 4194304 4625164 140734201392912 18446744073709551615 4349012 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=495160 CPUtime=0.69 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1104 0 0 0 69 0 0 0 25 0 8 0 886706952 507043840 5953 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=495160 CPUtime=0.68 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 905 0 0 0 68 0 0 0 25 0 8 0 886706952 507043840 5953 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 495160

[startup+1.5007 s]
/proc/loadavg: 8.13 8.10 7.97 9/516 27816
/proc/meminfo: memFree=23499248/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=502212 CPUtime=11.86 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 21150 0 0 0 1182 4 0 0 25 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4357325 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 125553 9595 352 106 0 121056 0
[pid=27808/tid=27809] ppid=27806 vsize=502212 CPUtime=1.49 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1805 0 0 0 149 0 0 0 25 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=502212 CPUtime=1.48 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1803 0 0 0 148 0 0 0 20 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=502212 CPUtime=1.47 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 8543 0 0 0 146 1 0 0 20 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4334497 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=502212 CPUtime=1.48 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1842 0 0 0 148 0 0 0 20 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=502212 CPUtime=1.49 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1226 0 0 0 149 0 0 0 25 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348870 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=502212 CPUtime=1.48 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1980 0 0 0 148 0 0 0 25 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=502212 CPUtime=1.48 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1802 0 0 0 148 0 0 0 25 0 8 0 886706952 514265088 9595 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 502212

[startup+3.1004 s]
/proc/loadavg: 8.20 8.11 7.98 9/516 27817
/proc/meminfo: memFree=23480492/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=515588 CPUtime=24.65 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 38426 0 0 0 2457 8 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 128897 15652 354 106 0 124400 0
[pid=27808/tid=27809] ppid=27806 vsize=515588 CPUtime=3.09 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 2901 0 0 0 309 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352647 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=515588 CPUtime=3.08 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 2999 0 0 0 308 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=515588 CPUtime=3.08 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 16184 0 0 0 305 3 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4579607 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=515588 CPUtime=3.08 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 3109 0 0 0 308 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=515588 CPUtime=3.08 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 2954 0 0 0 308 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4349320 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=515588 CPUtime=3.08 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 4317 0 0 0 308 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=515588 CPUtime=3.07 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 3044 0 0 0 307 0 0 0 25 0 8 0 886706952 527962112 15652 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 515588

[startup+6.3008 s]
/proc/loadavg: 8.20 8.11 7.98 9/516 27817
/proc/meminfo: memFree=23437700/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=536824 CPUtime=50.19 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 65595 0 0 0 5007 12 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 134206 25303 378 106 0 129709 0
[pid=27808/tid=27809] ppid=27806 vsize=536824 CPUtime=6.29 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 4843 0 0 0 629 0 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=536824 CPUtime=6.28 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 6100 0 0 0 627 1 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=536824 CPUtime=6.27 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 29450 0 0 0 622 5 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4547244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=536824 CPUtime=6.28 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 5027 0 0 0 627 1 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=536824 CPUtime=6.28 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 4813 0 0 0 628 0 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=536824 CPUtime=6.29 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 6718 0 0 0 628 1 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=536824 CPUtime=6.27 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 4582 0 0 0 627 0 0 0 25 0 8 0 886706952 549707776 25303 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0

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

/proc/loadavg: 8.10 8.07 8.00 9/516 27827
/proc/meminfo: memFree=22451880/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3268.75 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1452158 0 0 0 326608 267 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 270387 1649 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=409.39 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 56413 0 0 0 40929 10 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=409.47 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51376 0 0 0 40938 9 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=409.49 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1006186 0 0 0 40775 174 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=409.48 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 54864 0 0 0 40934 14 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=409.5 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73104 0 0 0 40938 12 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348838 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=409.5 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 77779 0 0 0 40933 17 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=409.45 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 49556 0 0 0 40934 11 0 0 25 0 8 0 886706952 1739096064 270387 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3268.75
Current children cumulated vsize (KiB) 1698336

[startup+422.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22445916/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3371.05 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1488866 0 0 0 336831 274 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 272253 1632 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=422.19 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 56970 0 0 0 42209 10 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=422.29 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51575 0 0 0 42220 9 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=422.31 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1040934 0 0 0 42050 181 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4579584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=422.3 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 54965 0 0 0 42216 14 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=422.32 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73175 0 0 0 42220 12 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=422.31 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78218 0 0 0 42214 17 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=422.27 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 49811 0 0 0 42216 11 0 0 25 0 8 0 886706952 1739096064 272253 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3371.05
Current children cumulated vsize (KiB) 1698336

[startup+428.701 s]
/proc/loadavg: 8.07 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22442920/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3422.02 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1489700 0 0 0 341928 274 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 273079 1632 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=428.57 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 56976 0 0 0 42847 10 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=428.67 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51577 0 0 0 42858 9 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=428.69 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1041003 0 0 0 42688 181 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=428.68 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 54998 0 0 0 42854 14 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=428.7 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73545 0 0 0 42858 12 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=428.69 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78236 0 0 0 42852 17 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=428.66 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50119 0 0 0 42854 12 0 0 25 0 8 0 886706952 1739096064 273079 33554432000 4194304 4625164 140734201392912 18446744073709551615 4462461 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3422.02
Current children cumulated vsize (KiB) 1698336

[startup+431.901 s]
/proc/loadavg: 8.06 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22434240/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3447.55 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1501467 0 0 0 344479 276 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 274773 1638 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=431.77 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 57287 0 0 0 43167 10 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=431.87 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51577 0 0 0 43178 9 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=431.89 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1051909 0 0 0 43006 183 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=431.88 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 55015 0 0 0 43174 14 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=431.9 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73563 0 0 0 43178 12 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348817 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=431.9 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78683 0 0 0 43172 18 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=431.86 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50179 0 0 0 43174 12 0 0 25 0 8 0 886706952 1739096064 274773 33554432000 4194304 4625164 140734201392912 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3447.55
Current children cumulated vsize (KiB) 1698336

[startup+433.501 s]
/proc/loadavg: 8.06 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22434116/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3460.32 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1510174 0 0 0 345754 278 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4519391 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 275806 1676 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=433.37 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 57291 0 0 0 43327 10 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=433.48 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51577 0 0 0 43339 9 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=433.49 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1060506 0 0 0 43164 185 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=433.48 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 55022 0 0 0 43334 14 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=433.5 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73570 0 0 0 43338 12 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4339655 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=433.5 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78713 0 0 0 43332 18 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=433.46 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50179 0 0 0 43334 12 0 0 25 0 8 0 886706952 1739096064 275806 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3460.32
Current children cumulated vsize (KiB) 1698336

[startup+434.301 s]
/proc/loadavg: 8.06 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22434116/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3466.73 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1515365 0 0 0 346393 280 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 274941 1633 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=434.17 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 57291 0 0 0 43407 10 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=434.27 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51577 0 0 0 43418 9 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=434.29 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1065649 0 0 0 43243 186 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=434.28 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 55026 0 0 0 43414 14 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=434.3 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73574 0 0 0 43418 12 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=434.3 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78719 0 0 0 43412 18 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=434.26 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50179 0 0 0 43414 12 0 0 25 0 8 0 886706952 1739096064 274941 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3466.73
Current children cumulated vsize (KiB) 1698336

[startup+434.701 s]
/proc/loadavg: 8.06 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22434488/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=1698336 CPUtime=3469.9 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) R 27806 27808 27618 0 -1 4202496 1516628 0 0 0 346710 280 0 0 25 0 8 0 886706952 1739096064 274513 33554432000 4194304 4625164 140734201392912 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 424584 274513 1631 106 0 420087 0
[pid=27808/tid=27809] ppid=27806 vsize=1698336 CPUtime=434.57 cores=0-7
/proc/27808/task/27809/stat : 27809 (SArTagnan) R 27806 27808 27618 0 -1 4202560 57294 0 0 0 43447 10 0 0 25 0 8 0 886706952 1739096064 274514 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27808/tid=27810] ppid=27806 vsize=1698336 CPUtime=434.67 cores=0-7
/proc/27808/task/27810/stat : 27810 (SArTagnan) R 27806 27808 27618 0 -1 4202560 51577 0 0 0 43458 9 0 0 25 0 8 0 886706952 1739096064 274514 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27808/tid=27811] ppid=27806 vsize=1698336 CPUtime=434.69 cores=0-7
/proc/27808/task/27811/stat : 27811 (SArTagnan) R 27806 27808 27618 0 -1 4202560 1066901 0 0 0 43283 186 0 0 25 0 8 0 886706952 1739096064 274515 33554432000 4194304 4625164 140734201392912 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27808/tid=27812] ppid=27806 vsize=1698336 CPUtime=434.68 cores=0-7
/proc/27808/task/27812/stat : 27812 (SArTagnan) R 27806 27808 27618 0 -1 4202560 55027 0 0 0 43454 14 0 0 25 0 8 0 886706952 1739096064 274515 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27808/tid=27813] ppid=27806 vsize=1698336 CPUtime=434.7 cores=0-7
/proc/27808/task/27813/stat : 27813 (SArTagnan) R 27806 27808 27618 0 -1 4202560 73577 0 0 0 43458 12 0 0 25 0 8 0 886706952 1739096064 274515 33554432000 4194304 4625164 140734201392912 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=1698336 CPUtime=434.7 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4202560 78722 0 0 0 43452 18 0 0 25 0 8 0 886706952 1739096064 274516 33554432000 4194304 4625164 140734201392912 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27808/tid=27815] ppid=27806 vsize=1698336 CPUtime=434.66 cores=0-7
/proc/27808/task/27815/stat : 27815 (SArTagnan) R 27806 27808 27618 0 -1 4202560 50180 0 0 0 43454 12 0 0 25 0 8 0 886706952 1739096064 274516 33554432000 4194304 4625164 140734201392912 18446744073709551615 4464263 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3469.9
Current children cumulated vsize (KiB) 1698336

[startup+434.801 s]
/proc/loadavg: 8.06 8.06 8.00 9/516 27828
/proc/meminfo: memFree=22434488/32950928 swapFree=58671692/67111528
[pid=27808] ppid=27806 vsize=0 CPUtime=3470.6 cores=0-7
/proc/27808/stat : 27808 (SArTagnan) Z 27806 27808 27618 0 -1 4203548 1517857 0 0 0 346778 282 0 0 25 0 2 0 886706952 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27808/statm: 0 0 0 0 0 0 0
[pid=27808/tid=27814] ppid=27806 vsize=0 CPUtime=434.8 cores=0-7
/proc/27808/task/27814/stat : 27814 (SArTagnan) R 27806 27808 27618 0 -1 4203588 78722 0 0 0 43461 19 0 0 25 0 2 0 886706952 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3470.6
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 434.855
CPU time (s): 3470.66
CPU user time (s): 3467.79
CPU system time (s): 2.87556
CPU usage (%): 798.12
Max. virtual memory (cumulated for all children) (KiB): 1698336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3467.79
system time used= 2.87556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1517857
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= 948
involuntary context switches= 14440

runsolver used 2.08768 second user time and 5.43717 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-01 23:46:03
IDJOB=3439461
IDBENCH=85343
IDSOLVER=1936
FILE ID=node115/3439461-1306964763
RUNJOBID= node115-1306960629-27632
PBS_JOBID= 13497638
Free space on /tmp= 73768 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439461-1306964763/watcher-3439461-1306964763 -o /tmp/evaluation-result-3439461-1306964763/solver-3439461-1306964763 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439461-1306964763.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=538612366

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23528972 kB
Buffers:         19324 kB
Cached:          75924 kB
SwapCached:      65476 kB
Active:         920276 kB
Inactive:      8264580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23528972 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             428 kB
Writeback:           4 kB
AnonPages:     9028116 kB
Mapped:          27120 kB
Slab:            88340 kB
PageTables:      75472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151805860 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= 73768 MiB
End job on node115 at 2011-06-01 23:53:18