Trace number 3385945

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 3627.57 1207.42

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 benchmark194.024
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

3627.27/1207.39	
3627.27/1207.39	s SATISFIABLE
3627.27/1207.39	
3627.27/1207.39	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: 961)

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-3385945-1305582992/watcher-3385945-1305582992 -o /tmp/evaluation-result-3385945-1305582992/solver-3385945-1305582992 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385945-1305582992.cnf -threads=4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=49892 CPUtime=0.03 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 599 0 0 0 3 0 0 0 25 0 4 0 669897752 51089408 536 33554432000 4194304 4625164 140736855574544 18446744073709551615 47622594516914 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11355/statm: 12473 536 301 106 0 7976 0
[pid=11355/tid=11356] ppid=11353 vsize=49892 CPUtime=0.01 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 4 0 669897752 51089408 536 33554432000 4194304 4625164 140736855574544 18446744073709551615 47622594516914 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=49892 CPUtime=0 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 669897752 51089408 536 33554432000 4194304 4625164 140736855574544 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=49892 CPUtime=0.01 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 669897752 51089408 536 33554432000 4194304 4625164 140736855574544 18446744073709551615 47622594516904 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.0651659 s]
/proc/loadavg: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=159120 CPUtime=0.11 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 621 0 0 0 11 0 0 0 25 0 4 0 669897752 162938880 557 33554432000 4194304 4625164 140736855574544 18446744073709551615 47622594516914 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11355/statm: 39780 557 315 106 0 35283 0
[pid=11355/tid=11356] ppid=11353 vsize=159120 CPUtime=0.04 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1 0 0 0 4 0 0 0 25 0 4 0 669897752 162938880 557 33554432000 4194304 4625164 140736855574544 18446744073709551615 210220631067 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=159120 CPUtime=0 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) D 11353 11355 10575 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 669897752 162938880 558 33554432000 4194304 4625164 140736855574544 18446744073709551615 4468584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=159120 CPUtime=0.04 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 16 0 0 0 4 0 0 0 25 0 4 0 669897752 162938880 558 33554432000 4194304 4625164 140736855574544 18446744073709551615 210204690567 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 159120

[startup+0.60321 s]
/proc/loadavg: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=252948 CPUtime=3.04 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 7375 0 0 0 303 1 0 0 18 0 4 0 669897752 259018752 3304 33554432000 4194304 4625164 140736855574544 18446744073709551615 4396717 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11355/statm: 63237 3304 345 106 0 58740 0
[pid=11355/tid=11356] ppid=11353 vsize=252948 CPUtime=0.75 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1302 0 0 0 75 0 0 0 25 0 4 0 669897752 259018752 3304 33554432000 4194304 4625164 140736855574544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=252948 CPUtime=0.75 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1169 0 0 0 75 0 0 0 25 0 4 0 669897752 259018752 3304 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=252948 CPUtime=0.8 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3483 0 0 0 80 0 0 0 19 0 4 0 669897752 259018752 3304 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 252948

[startup+0.928827 s]
/proc/loadavg: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=252948 CPUtime=3.43 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 7634 0 0 0 342 1 0 0 18 0 4 0 669897752 259018752 3507 33554432000 4194304 4625164 140736855574544 18446744073709551615 4356544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11355/statm: 63237 3507 345 106 0 58740 0
[pid=11355/tid=11356] ppid=11353 vsize=252948 CPUtime=0.85 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1366 0 0 0 85 0 0 0 25 0 4 0 669897752 259018752 3507 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=252948 CPUtime=0.85 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1239 0 0 0 85 0 0 0 25 0 4 0 669897752 259018752 3507 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=252948 CPUtime=0.9 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3584 0 0 0 90 0 0 0 19 0 4 0 669897752 259018752 3507 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 252948

[startup+1.02881 s]
/proc/loadavg: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=252948 CPUtime=3.83 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 8293 0 0 0 382 1 0 0 19 0 4 0 669897752 259018752 3739 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11355/statm: 63237 3739 345 106 0 58740 0
[pid=11355/tid=11356] ppid=11353 vsize=252948 CPUtime=0.95 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1453 0 0 0 95 0 0 0 25 0 4 0 669897752 259018752 3739 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=252948 CPUtime=0.95 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1371 0 0 0 95 0 0 0 25 0 4 0 669897752 259018752 3739 33554432000 4194304 4625164 140736855574544 18446744073709551615 4464522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=252948 CPUtime=1 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 4006 0 0 0 100 0 0 0 19 0 4 0 669897752 259018752 3740 33554432000 4194304 4625164 140736855574544 18446744073709551615 4339400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 252948

[startup+1.50073 s]
/proc/loadavg: 9.86 10.00 10.05 7/421 11355
/proc/meminfo: memFree=23936564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=256344 CPUtime=5.49 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 12742 0 0 0 547 2 0 0 19 0 4 0 669897752 262496256 4904 33554432000 4194304 4625164 140736855574544 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11355/statm: 64086 4904 348 106 0 59589 0
[pid=11355/tid=11356] ppid=11353 vsize=256344 CPUtime=1.42 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 2102 0 0 0 142 0 0 0 25 0 4 0 669897752 262496256 4904 33554432000 4194304 4625164 140736855574544 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=256344 CPUtime=1.42 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 1906 0 0 0 142 0 0 0 25 0 4 0 669897752 262496256 4904 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=256344 CPUtime=1.48 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 6831 0 0 0 147 1 0 0 20 0 4 0 669897752 262496256 4904 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351918 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 256344

[startup+3.10047 s]
/proc/loadavg: 9.95 10.02 10.05 11/425 11359
/proc/meminfo: memFree=23906156/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=259832 CPUtime=10.61 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 27921 0 0 0 1057 4 0 0 21 0 4 0 669897752 266067968 7298 33554432000 4194304 4625164 140736855574544 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11355/statm: 64958 7298 347 106 0 60461 0
[pid=11355/tid=11356] ppid=11353 vsize=259832 CPUtime=3.01 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3525 0 0 0 301 0 0 0 25 0 4 0 669897752 266067968 7298 33554432000 4194304 4625164 140736855574544 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=259832 CPUtime=2.52 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 2760 0 0 0 252 0 0 0 25 0 4 0 669897752 266067968 7298 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=259832 CPUtime=3.04 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 19347 0 0 0 301 3 0 0 25 0 4 0 669897752 266067968 7298 33554432000 4194304 4625164 140736855574544 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 259832

[startup+6.30093 s]
/proc/loadavg: 10.03 10.03 10.06 11/425 11360
/proc/meminfo: memFree=23887564/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=267872 CPUtime=20.17 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 49878 0 0 0 2009 8 0 0 25 0 4 0 669897752 274300928 10420 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11355/statm: 66968 10420 349 106 0 62471 0
[pid=11355/tid=11356] ppid=11353 vsize=267872 CPUtime=6.22 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 5807 0 0 0 621 1 0 0 25 0 4 0 669897752 274300928 10420 33554432000 4194304 4625164 140736855574544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=267872 CPUtime=4.1 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 4137 0 0 0 410 0 0 0 25 0 4 0 669897752 274300928 10420 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=267872 CPUtime=6 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 37122 0 0 0 595 5 0 0 25 0 4 0 669897752 274300928 10420 33554432000 4194304 4625164 140736855574544 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 267872

[startup+12.7009 s]
/proc/loadavg: 10.11 10.05 10.06 11/425 11360
/proc/meminfo: memFree=23852716/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=282436 CPUtime=39.32 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 62806 0 0 0 3921 11 0 0 25 0 4 0 669897752 289214464 15855 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11355/statm: 70609 15855 386 106 0 66112 0
[pid=11355/tid=11356] ppid=11353 vsize=282436 CPUtime=12.63 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 10911 0 0 0 1261 2 0 0 19 0 4 0 669897752 289214464 15856 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=282436 CPUtime=7.21 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 6125 0 0 0 720 1 0 0 25 0 4 0 669897752 289214464 15856 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=282436 CPUtime=9.22 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 40205 0 0 0 916 6 0 0 25 0 4 0 669897752 289214464 15856 33554432000 4194304 4625164 140736855574544 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.32
Current children cumulated vsize (KiB) 282436

[startup+25.5007 s]
/proc/loadavg: 10.09 10.05 10.06 11/425 11360
/proc/meminfo: memFree=23793568/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=305104 CPUtime=77.51 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 77974 0 0 0 7736 15 0 0 25 0 4 0 669897752 312426496 23926 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 76276 23926 519 106 0 71779 0
[pid=11355/tid=11356] ppid=11353 vsize=305104 CPUtime=20.14 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 12796 0 0 0 2010 4 0 0 25 0 4 0 669897752 312426496 23926 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=305104 CPUtime=14.84 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 10041 0 0 0 1482 2 0 0 25 0 4 0 669897752 312426496 23926 33554432000 4194304 4625164 140736855574544 18446744073709551615 210204305149 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=305104 CPUtime=19.6 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 47866 0 0 0 1953 7 0 0 25 0 4 0 669897752 312426496 23926 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.51
Current children cumulated vsize (KiB) 305104

[startup+51.1004 s]
/proc/loadavg: 10.06 10.04 10.06 11/425 11360
/proc/meminfo: memFree=23715188/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=334052 CPUtime=153.93 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 145283 0 0 0 15364 29 0 0 25 0 4 0 669897752 342069248 33885 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 83513 33885 400 106 0 79016 0
[pid=11355/tid=11356] ppid=11353 vsize=334052 CPUtime=32.93 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 18294 0 0 0 3287 6 0 0 25 0 4 0 669897752 342069248 33885 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351820 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=334052 CPUtime=33.91 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 15598 0 0 0 3387 4 0 0 25 0 4 0 669897752 342069248 33885 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=334052 CPUtime=38.91 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 100161 0 0 0 3875 16 0 0 25 0 4 0 669897752 342069248 33885 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351942 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 153.93
Current children cumulated vsize (KiB) 334052

[startup+102.301 s]
/proc/loadavg: 10.11 10.06 10.07 11/425 11362
/proc/meminfo: memFree=23556820/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=378988 CPUtime=306.54 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 367218 0 0 0 30586 68 0 0 25 0 4 0 669897752 388083712 52550 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512023 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11355/statm: 94747 52550 619 106 0 90250 0
[pid=11355/tid=11356] ppid=11353 vsize=378988 CPUtime=75.6 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 28747 0 0 0 7550 10 0 0 25 0 4 0 669897752 388083712 52550 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=378988 CPUtime=68.4 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 18582 0 0 0 6834 6 0 0 25 0 4 0 669897752 388083712 52550 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=378988 CPUtime=70.33 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 302165 0 0 0 6986 47 0 0 25 0 4 0 669897752 388083712 52550 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 306.54
Current children cumulated vsize (KiB) 378988

[startup+162.301 s]

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

/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 61652 0 0 0 75129 24 0 0 25 0 4 0 669897752 744681472 130555 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=727228 CPUtime=599.66 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 58182 0 0 0 59948 18 0 0 25 0 4 0 669897752 744681472 130555 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352765 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=727228 CPUtime=660.54 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3605956 0 0 0 65503 551 0 0 25 0 4 0 669897752 744681472 130555 33554432000 4194304 4625164 140736855574544 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2835.95
Current children cumulated vsize (KiB) 727228

[startup+1002.3 s]
/proc/loadavg: 10.09 10.12 10.09 11/425 11398
/proc/meminfo: memFree=22624296/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=727228 CPUtime=3015.09 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 3982082 0 0 0 300875 634 0 0 25 0 4 0 669897752 744681472 134368 33554432000 4194304 4625164 140736855574544 18446744073709551615 4519563 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 181807 134368 351 106 0 177310 0
[pid=11355/tid=11356] ppid=11353 vsize=727228 CPUtime=781.52 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 62853 0 0 0 78127 25 0 0 25 0 4 0 669897752 744681472 134368 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=727228 CPUtime=659.65 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 58971 0 0 0 65946 19 0 0 25 0 4 0 669897752 744681472 134368 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=727228 CPUtime=690.53 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3770952 0 0 0 68478 575 0 0 25 0 4 0 669897752 744681472 134368 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3015.09
Current children cumulated vsize (KiB) 727228

[startup+1062.3 s]
/proc/loadavg: 10.07 10.11 10.09 11/425 11400
/proc/meminfo: memFree=22590412/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=798748 CPUtime=3194.25 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4063668 0 0 0 318776 649 0 0 25 0 4 0 669897752 817917952 137126 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512075 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 199687 137126 346 106 0 195190 0
[pid=11355/tid=11356] ppid=11353 vsize=798748 CPUtime=811.51 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63398 0 0 0 81126 25 0 0 25 0 4 0 669897752 817917952 137126 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=798748 CPUtime=719.64 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 59918 0 0 0 71945 19 0 0 25 0 4 0 669897752 817917952 137126 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=798748 CPUtime=720.54 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3849785 0 0 0 71466 588 0 0 25 0 4 0 669897752 817917952 137126 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3194.25
Current children cumulated vsize (KiB) 798748

[startup+1122.3 s]
/proc/loadavg: 10.02 10.09 10.08 11/425 11401
/proc/meminfo: memFree=22542132/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=804292 CPUtime=3373.43 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4082193 0 0 0 336690 653 0 0 25 0 4 0 669897752 823595008 144365 33554432000 4194304 4625164 140736855574544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 201073 144365 346 106 0 196576 0
[pid=11355/tid=11356] ppid=11353 vsize=804292 CPUtime=841.51 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 66163 0 0 0 84125 26 0 0 25 0 4 0 669897752 823595008 144365 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=804292 CPUtime=779.64 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 61818 0 0 0 77944 20 0 0 25 0 4 0 669897752 823595008 144365 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=804292 CPUtime=750.55 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3861530 0 0 0 74465 590 0 0 25 0 4 0 669897752 823595008 144365 33554432000 4194304 4625164 140736855574544 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3373.43
Current children cumulated vsize (KiB) 804292

[startup+1182.3 s]
/proc/loadavg: 10.07 10.10 10.09 11/425 11403
/proc/meminfo: memFree=22508612/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=807592 CPUtime=3552.6 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4123188 0 0 0 354599 661 0 0 25 0 4 0 669897752 826974208 147857 33554432000 4194304 4625164 140736855574544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 201898 147857 346 106 0 197401 0
[pid=11355/tid=11356] ppid=11353 vsize=807592 CPUtime=871.51 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 66953 0 0 0 87124 27 0 0 25 0 4 0 669897752 826974208 147857 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=807592 CPUtime=839.64 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 62698 0 0 0 83943 21 0 0 25 0 4 0 669897752 826974208 147857 33554432000 4194304 4625164 140736855574544 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=807592 CPUtime=780.56 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3900102 0 0 0 77460 596 0 0 25 0 4 0 669897752 826974208 147857 33554432000 4194304 4625164 140736855574544 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3552.6
Current children cumulated vsize (KiB) 807592

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

[startup+1191 s]
/proc/loadavg: 10.06 10.09 10.08 11/425 11403
/proc/meminfo: memFree=22500296/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=808516 CPUtime=3578.57 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4130732 0 0 0 357195 662 0 0 25 0 4 0 669897752 827920384 147761 33554432000 4194304 4625164 140736855574544 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202129 147761 346 106 0 197632 0
[pid=11355/tid=11356] ppid=11353 vsize=808516 CPUtime=875.88 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 66953 0 0 0 87561 27 0 0 25 0 4 0 669897752 827920384 147761 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=808516 CPUtime=848.34 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 62919 0 0 0 84813 21 0 0 25 0 4 0 669897752 827920384 147761 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=808516 CPUtime=784.88 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3907079 0 0 0 77891 597 0 0 25 0 4 0 669897752 827920384 147761 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3578.57
Current children cumulated vsize (KiB) 808516

[startup+1197.4 s]
/proc/loadavg: 10.06 10.09 10.08 11/425 11403
/proc/meminfo: memFree=22497320/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=809176 CPUtime=3597.71 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4136254 0 0 0 359108 663 0 0 25 0 4 0 669897752 828596224 149048 33554432000 4194304 4625164 140736855574544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202294 149048 346 106 0 197797 0
[pid=11355/tid=11356] ppid=11353 vsize=809176 CPUtime=879.09 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 66954 0 0 0 87882 27 0 0 25 0 4 0 669897752 828596224 149048 33554432000 4194304 4625164 140736855574544 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=809176 CPUtime=854.76 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63070 0 0 0 85455 21 0 0 25 0 4 0 669897752 828596224 149048 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=809176 CPUtime=788.09 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3912013 0 0 0 78211 598 0 0 25 0 4 0 669897752 828596224 149048 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3597.71
Current children cumulated vsize (KiB) 809176

[startup+1203.8 s]
/proc/loadavg: 10.05 10.09 10.08 11/425 11403
/proc/meminfo: memFree=22491488/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=809836 CPUtime=3616.8 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4140340 0 0 0 361017 663 0 0 25 0 4 0 669897752 829272064 149665 33554432000 4194304 4625164 140736855574544 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202459 149665 346 106 0 197962 0
[pid=11355/tid=11356] ppid=11353 vsize=809836 CPUtime=882.28 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 66986 0 0 0 88201 27 0 0 25 0 4 0 669897752 829272064 149665 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=809836 CPUtime=861.14 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63241 0 0 0 86093 21 0 0 25 0 4 0 669897752 829272064 149665 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=809836 CPUtime=791.28 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3915511 0 0 0 78530 598 0 0 25 0 4 0 669897752 829272064 149665 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3616.8
Current children cumulated vsize (KiB) 809836

[startup+1205.4 s]
/proc/loadavg: 10.05 10.09 10.08 11/425 11403
/proc/meminfo: memFree=22492852/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=809968 CPUtime=3621.57 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4141207 0 0 0 361494 663 0 0 25 0 4 0 669897752 829407232 149133 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202492 149133 346 106 0 197995 0
[pid=11355/tid=11356] ppid=11353 vsize=809968 CPUtime=883.08 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 67009 0 0 0 88281 27 0 0 25 0 4 0 669897752 829407232 149133 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=809968 CPUtime=862.74 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63280 0 0 0 86253 21 0 0 25 0 4 0 669897752 829407232 149133 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=809968 CPUtime=792.08 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3916259 0 0 0 78610 598 0 0 25 0 4 0 669897752 829407232 149133 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3621.57
Current children cumulated vsize (KiB) 809968

[startup+1206.2 s]
/proc/loadavg: 10.05 10.09 10.08 11/425 11404
/proc/meminfo: memFree=22487272/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=810100 CPUtime=3623.99 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4141960 0 0 0 361736 663 0 0 25 0 4 0 669897752 829542400 149177 33554432000 4194304 4625164 140736855574544 18446744073709551615 4392925 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202525 149177 346 106 0 198028 0
[pid=11355/tid=11356] ppid=11353 vsize=810100 CPUtime=883.49 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 67021 0 0 0 88322 27 0 0 25 0 4 0 669897752 829542400 149177 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=810100 CPUtime=863.56 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63300 0 0 0 86335 21 0 0 25 0 4 0 669897752 829542400 149177 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=810100 CPUtime=792.48 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3916980 0 0 0 78650 598 0 0 25 0 4 0 669897752 829542400 149177 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3623.99
Current children cumulated vsize (KiB) 810100

[startup+1207 s]
/proc/loadavg: 10.05 10.09 10.08 11/425 11404
/proc/meminfo: memFree=22487272/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=810100 CPUtime=3626.35 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) R 11353 11355 10575 0 -1 4202496 4142008 0 0 0 361972 663 0 0 25 0 4 0 669897752 829542400 149225 33554432000 4194304 4625164 140736855574544 18446744073709551615 4512029 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 202525 149225 346 106 0 198028 0
[pid=11355/tid=11356] ppid=11353 vsize=810100 CPUtime=883.88 cores=0,2,4,6
/proc/11355/task/11356/stat : 11356 (SArTagnan) R 11353 11355 10575 0 -1 4202560 67037 0 0 0 88361 27 0 0 25 0 4 0 669897752 829542400 149225 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=11355/tid=11357] ppid=11353 vsize=810100 CPUtime=864.34 cores=0,2,4,6
/proc/11355/task/11357/stat : 11357 (SArTagnan) R 11353 11355 10575 0 -1 4202560 63320 0 0 0 86413 21 0 0 25 0 4 0 669897752 829542400 149225 33554432000 4194304 4625164 140736855574544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=810100 CPUtime=792.88 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4202560 3916982 0 0 0 78690 598 0 0 25 0 4 0 669897752 829542400 149225 33554432000 4194304 4625164 140736855574544 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3626.35
Current children cumulated vsize (KiB) 810100

[startup+1207.42 s]
/proc/loadavg: 10.05 10.09 10.08 11/425 11404
/proc/meminfo: memFree=22486280/32951124 swapFree=63649240/67111528
[pid=11355] ppid=11353 vsize=0 CPUtime=3627.55 cores=0,2,4,6
/proc/11355/stat : 11355 (SArTagnan) Z 11353 11355 10575 0 -1 4203548 4142040 0 0 0 362089 666 0 0 25 0 2 0 669897752 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/11355/statm: 0 0 0 0 0 0 0
[pid=11355/tid=11358] ppid=11353 vsize=0 CPUtime=793.1 cores=0,2,4,6
/proc/11355/task/11358/stat : 11358 (SArTagnan) R 11353 11355 10575 0 -1 4203588 3916982 0 0 0 78710 600 0 0 25 0 2 0 669897752 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3627.55
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 1207.42
CPU time (s): 3627.57
CPU user time (s): 3620.9
CPU system time (s): 6.66699
CPU usage (%): 300.438
Max. virtual memory (cumulated for all children) (KiB): 810100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3620.9
system time used= 6.66699
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4142040
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= 1569
involuntary context switches= 31648

runsolver used 4.6233 second user time and 11.8472 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 23:56:33
IDJOB=3385945
IDBENCH=85343
IDSOLVER=1871
FILE ID=node130/3385945-1305582992
RUNJOBID= node130-1305581631-11114
PBS_JOBID= 13350203
Free space on /tmp= 73360 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-3385945-1305582992/watcher-3385945-1305582992 -o /tmp/evaluation-result-3385945-1305582992/solver-3385945-1305582992 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385945-1305582992.cnf -threads=4

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=1865968108

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23936852 kB
Buffers:        310816 kB
Cached:        4331676 kB
SwapCached:      10240 kB
Active:        4693344 kB
Inactive:      4019508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23936852 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:     4067484 kB
Mapped:          23728 kB
Slab:           190496 kB
PageTables:      45304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110708832 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= 73356 MiB
End job on node130 at 2011-05-17 00:16:40