Trace number 4263582

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
sat4j-CSP 2017-07-05SAT 5.8776698 2.5820701

General information on the benchmark

NameRlfap/Rlfap-m1-graphsMod/
Rlfap-graph-02-f24.xml
MD5SUM393d120a5a4f7f7880caf0620ddba390
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.4290299
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2245
Number of domains5
Minimum domain size4
Maximum domain size22
Distribution of domain sizes[{"size":4,"count":56},{"size":10,"count":4},{"size":18,"count":66},{"size":20,"count":116},{"size":22,"count":158}]
Minimum variable degree3
Maximum variable degree31
Distribution of variable degrees[{"degree":3,"count":2},{"degree":5,"count":12},{"degree":6,"count":21},{"degree":7,"count":38},{"degree":8,"count":42},{"degree":9,"count":44},{"degree":10,"count":45},{"degree":11,"count":27},{"degree":12,"count":16},{"degree":13,"count":27},{"degree":14,"count":21},{"degree":15,"count":44},{"degree":16,"count":30},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":31,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2245}]
Number of extensional constraints0
Number of intensional constraints2245
Distribution of constraint types[{"type":"intension","count":2245}]
Optimization problemNO
Type of objective

Solver Data

3.48/1.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.48/1.32	c This is free software under the dual EPL/GNU LGPL licenses.
3.48/1.32	c See www.sat4j.org for details.
3.48/1.32	c That software uses the Rhino library from the Mozilla project.
3.48/1.32	c version CUSTOM.v20170705
3.48/1.32	c java.runtime.name	Java(TM) SE Runtime Environment
3.48/1.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.48/1.32	c java.vm.version	25.131-b11
3.48/1.32	c java.vm.vendor	Oracle Corporation
3.48/1.32	c sun.arch.data.model	64
3.48/1.32	c java.version		1.8.0_131
3.48/1.32	c os.name		Linux
3.48/1.32	c os.version		3.10.0-514.16.1.el7.x86_64
3.48/1.32	c os.arch		amd64
3.48/1.32	c Free memory 		499604488
3.48/1.32	c Max memory 		7247757312
3.48/1.32	c Total memory 		504889344
3.48/1.32	c Number of processors 	4
3.48/1.32	c c --- Begin Solver configuration ---
3.48/1.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.48/1.32	c Learn all clauses as in MiniSAT
3.48/1.32	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.48/1.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.48/1.32	c No reason simplification
3.48/1.32	c Glucose 2.1 dynamic restart strategy
3.48/1.32	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
3.48/1.32	c timeout=2147483s
3.48/1.32	c DB Simplification allowed=false
3.48/1.32	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.48/1.32	c --- End Solver configuration ---
3.48/1.32	c constraints type 
3.48/1.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
3.48/1.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60549
3.48/1.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 751568
3.48/1.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 4490
3.48/1.32	c 817407 constraints processed.
5.85/2.56	c starts		: 7
5.85/2.56	c conflicts		: 968
5.85/2.56	c decisions		: 1368402
5.85/2.56	c propagations		: 1600479
5.85/2.56	c inspects		: 4164468
5.85/2.56	c shortcuts		: 0
5.85/2.56	c learnt literals	: 18
5.85/2.56	c learnt binary clauses	: 33
5.85/2.56	c learnt ternary clauses	: 38
5.85/2.56	c learnt constraints	: 950
5.85/2.56	c ignored constraints	: 0
5.85/2.56	c root simplifications	: 0
5.85/2.56	c removed literals (reason simplification)	: 0
5.85/2.56	c reason swapping (by a shorter reason)	: 0
5.85/2.56	c Calls to reduceDB	: 0
5.85/2.56	c Number of update (reduction) of LBD	: 155
5.85/2.56	c Imported unit clauses	: 0
5.85/2.56	c number of reductions to clauses (during analyze)	: 0
5.85/2.56	c number of learned constraints concerned by reduction	: 0
5.85/2.56	c number of learning phase by resolution	: 0
5.85/2.56	c number of learning phase by cutting planes	: 0
5.85/2.56	c number of rounding to 1 operations	: 0
5.85/2.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.85/2.56	c number of reductions of the coefficients by power 2 	: 0
5.85/2.56	c number of right shift for reduction by power 2 	: 0
5.85/2.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.85/2.56	c speed (assignments/second)	: 1337075.1879699246
5.85/2.56	c non guided choices	1337545
5.85/2.56	c learnt constraints type 
5.85/2.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33
5.85/2.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 917
5.85/2.56	s SATISFIABLE
5.85/2.56	v <instantiation type="solution">
5.85/2.56	v 	<list> x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 </list>
5.85/2.56	v 	<values> 254 16 156 394 254 16 268 30 394 156 100 338 114 352 254 16 380 142 156 394 156 394 394 156 282 44 30 268 156 394 282 44 114 352 58 296 380 142 72 310 254 16 338 100 310 72 16 254 296 58 156 394 380 142 72 310 72 310 72 310 268 30 142 380 86 324 44 282 282 44 142 380 254 16 86 324 114 352 394 156 310 72 86 324 86 324 72 310 394 156 282 44 100 338 310 72 338 100 296 58 324 86 16 254 338 100 338 100 352 114 352 114 310 72 30 268 156 394 380 142 114 352 394 156 128 366 128 366 380 142 58 296 268 30 380 142 268 30 86 324 268 30 128 366 324 86 58 296 394 156 254 16 310 72 142 380 324 86 324 86 16 254 142 380 254 16 310 72 324 86 128 366 142 380 44 282 268 30 380 142 268 30 72 310 100 338 310 72 380 142 44 282 324 86 380 142 44 282 100 338 394 156 296 58 282 44 114 352 310 72 282 44 380 142 156 394 324 86 296 58 114 352 268 30 282 44 142 380 268 30 352 114 114 352 310 72 86 324 254 16 30 268 268 30 86 324 142 380 30 268 254 16 114 352 142 380 282 44 380 142 156 394 380 142 142 380 100 338 380 142 30 268 268 30 58 296 296 58 58 296 44 282 114 352 380 142 296 58 86 324 142 380 142 380 128 366 142 380 380 142 44 282 16 254 394 156 268 30 380 142 142 380 380 142 282 44 142 380 310 72 156 394 156 394 324 86 324 86 142 380 156 394 128 366 254 16 352 114 142 380 282 44 114 352 394 156 310 72 380 142 142 380 72 310 156 394 324 86 338 100 268 30 324 86 338 100 30 268 394 156 352 114 86 324 268 30 352 114 156 394 352 114 58 296 44 282 324 86 394 156 58 296 156 394 114 352 254 16 324 86 </values>
5.85/2.56	v </instantiation>
5.85/2.56	

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15410 MiB free)
  memory of node 1: 16384 MiB (11087 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263582-1502614782/watcher-4263582-1502614782 -o /tmp/evaluation-result-4263582-1502614782/solver-4263582-1502614782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263582-1502614782.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24249, runsolver pid=24246

[startup+0.10009 s]*
/proc/loadavg: 3.94 4.56 4.86 3/201 24255
/proc/meminfo: memFree=27126680/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10018544 memory=19584 CPUtime=0.01 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 3697 0 0 0 1 0 0 0 20 0 7 0 63673658 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2504636 4896 2009 1 0 2494133 0
[pid=24249/tid=24251] ppid=24246 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 2398 0 0 0 1 0 0 0 20 0 7 0 63673666 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140485213432592 140485191663856 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10018544 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 63673667 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10018544 memory=140715449693824 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 63673667 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 63673667 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63673667 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10018544 memory=140715449693824 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63673669 10258989056 4896 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19584 KiB

[startup+0.210286 s]*
/proc/loadavg: 3.94 4.56 4.86 4/210 24264
/proc/meminfo: memFree=27120500/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10551156 memory=26552 CPUtime=0.1 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 5128 0 0 0 9 1 0 0 20 0 15 0 63673658 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2637789 6638 2785 1 0 2627261 0
[pid=24249/tid=24251] ppid=24246 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 3040 0 0 0 7 0 0 0 20 0 15 0 63673666 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140485213423056 140485193270622 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10551156 memory=288371091601405568 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10551156 memory=140715449693824 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) S 24246 24249 12560 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484769069808 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484768017264 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10551156 memory=140715449693824 CPUtime=0.01 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) R 24246 24249 12560 0 -1 4202560 293 0 0 0 1 0 0 0 20 0 15 0 63673672 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209202070 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10551156 memory=140715449693824 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673676 10804383744 6638 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26552 KiB

[startup+0.310273 s]*
/proc/loadavg: 3.94 4.56 4.86 3/210 24264
/proc/meminfo: memFree=27109496/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10551156 memory=36876 CPUtime=0.24 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 8471 0 0 0 21 3 0 0 20 0 15 0 63673658 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2637789 9219 2857 1 0 2627261 0
[pid=24249/tid=24251] ppid=24246 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 6101 0 0 0 15 2 0 0 20 0 15 0 63673666 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140485213425312 140485209212061 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63673667 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63673669 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10551156 memory=140715342704512 CPUtime=0.01 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) S 24246 24249 12560 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 63673672 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484769069808 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) S 24246 24249 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484768017264 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10551156 memory=140715449693824 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 418 0 0 0 3 0 0 0 20 0 15 0 63673672 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10551156 memory=140715449693824 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673676 10804383744 9219 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36876 KiB

[startup+0.701232 s]
/proc/loadavg: 3.94 4.56 4.86 3/210 24264
/proc/meminfo: memFree=27069628/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10551232 memory=181224 CPUtime=1.43 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 13381 0 0 0 137 6 0 0 20 0 15 0 63673658 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2637808 45306 3059 1 0 2627261 0
[pid=24249/tid=24251] ppid=24246 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 6966 0 0 0 51 4 0 0 20 0 15 0 63673666 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140485213426320 140484840337175 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 63673667 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673667 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10551232 memory=8458433173656909621 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 63673667 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10551232 memory=7086521019830130256 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63673667 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10551232 memory=4639059877604708710 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 63673669 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10551232 memory=415 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63673669 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10551232 memory=292 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63673669 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10551232 memory=103 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10551232 memory=2143 CPUtime=0.25 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) R 24246 24249 12560 0 -1 4202560 1874 0 0 0 25 0 0 0 20 0 15 0 63673672 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484769062296 140485192402388 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10551232 memory=240 CPUtime=0.28 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) R 24246 24249 12560 0 -1 4202560 1155 0 0 0 28 0 0 0 20 0 15 0 63673672 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484768008544 140485193589880 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10551232 memory=4 CPUtime=0.3 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) R 24246 24249 12560 0 -1 4202560 1968 0 0 0 30 0 0 0 20 0 15 0 63673672 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484766960640 140485188150924 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10551232 memory=281430684946144 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63673672 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63673676 10804461568 45306 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 181224 KiB

[startup+1.50123 s]
/proc/loadavg: 3.86 4.54 4.85 5/210 24264
/proc/meminfo: memFree=26960660/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10619844 memory=232036 CPUtime=4.15 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 16498 0 0 0 404 11 0 0 20 0 16 0 63673658 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2654961 58009 3104 1 0 2644414 0
[pid=24249/tid=24251] ppid=24246 vsize=10619844 memory=288230617509003574 CPUtime=1.29 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 8114 0 0 0 125 4 0 0 20 0 16 0 63673666 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140485213426144 140484840392169 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10619844 memory=15254835616287083 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 16 0 63673667 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10619844 memory=13845265987684136 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 161 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10619844 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 16 0 63673667 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10619844 memory=415 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10619844 memory=292 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10619844 memory=103 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10619844 memory=2143 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10619844 memory=240 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10619844 memory=4 CPUtime=1 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) R 24246 24249 12560 0 -1 4202560 2021 0 0 0 100 0 0 0 20 0 16 0 63673672 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484769059616 140485193096291 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10619844 memory=7649540112492468354 CPUtime=1.03 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) R 24246 24249 12560 0 -1 4202560 1766 0 0 0 103 0 0 0 20 0 16 0 63673672 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484768007056 140485190711341 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10619844 memory=5787218225478525248 CPUtime=0.62 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 2769 0 0 0 61 1 0 0 20 0 16 0 63673672 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10619844 memory=6946614835513682260 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10619844 memory=7012791189320264528 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63673676 10874720256 58009 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0

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

# cumulated CPU time of all completed processes:  user=5.75474 s, system=0.122934 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60128 s]
/proc/loadavg: 3.86 4.54 4.85 5/210 24264
/proc/meminfo: memFree=26960660/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10619844 memory=232232 CPUtime=4.46 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 16548 0 0 0 435 11 0 0 20 0 16 0 63673658 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2654961 58058 3109 1 0 2644414 0
[pid=24249/tid=24251] ppid=24246 vsize=10619844 memory=5789184151883113024 CPUtime=1.39 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 8114 0 0 0 135 4 0 0 20 0 16 0 63673666 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140485213426144 140484847182776 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10619844 memory=-8774313645642428999 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 16 0 63673667 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10619844 memory=3979247202482077291 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 161 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10619844 memory=7378912061081812632 CPUtime=0.02 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 16 0 63673667 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10619844 memory=8117042868417366075 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10619844 memory=7683008445672097340 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10619844 memory=7595710344025564002 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10619844 memory=7595127534214684027 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10619844 memory=8761640388318109335 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10619844 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) R 24246 24249 12560 0 -1 4202560 2041 0 0 0 110 0 0 0 20 0 16 0 63673672 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484769062912 140485188379593 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10619844 memory=7741234105162034284 CPUtime=1.13 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) R 24246 24249 12560 0 -1 4202560 1786 0 0 0 113 0 0 0 20 0 16 0 63673672 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484768007056 140485194612029 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10619844 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 2779 0 0 0 62 1 0 0 20 0 16 0 63673672 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10619844 memory=281430684879232 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10619844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63673676 10874720256 58058 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 10619844 KiB
Current children cumulated memory: 232232 KiB

[startup+2.00079 s]*
/proc/loadavg: 3.86 4.54 4.85 3/211 24265
/proc/meminfo: memFree=26913732/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10619844 memory=233684 CPUtime=5.38 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 16922 0 0 0 527 11 0 0 20 0 16 0 63673658 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2654961 58421 3114 1 0 2644414 0
[pid=24249/tid=24251] ppid=24246 vsize=10619844 memory=-8774313645642428999 CPUtime=1.8 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) R 24246 24249 12560 0 -1 4202560 8114 0 0 0 176 4 0 0 20 0 16 0 63673666 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140485213426496 140484847347202 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10619844 memory=4872558044660077418 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 16 0 63673667 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10619844 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 161 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10619844 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 16 0 63673667 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10619844 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 16 0 63673667 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10619844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10619844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10619844 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63673669 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10619844 memory=8314877900371809289 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10619844 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) S 24246 24249 12560 0 -1 1077944384 2390 0 0 0 138 0 0 0 20 0 16 0 63673672 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484769069808 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10619844 memory=5046899148440809480 CPUtime=1.35 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) S 24246 24249 12560 0 -1 1077944384 1809 0 0 0 135 0 0 0 20 0 16 0 63673672 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484768017264 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10619844 memory=4202935206203277506 CPUtime=0.64 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 2781 0 0 0 63 1 0 0 20 0 16 0 63673672 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10619844 memory=5573002698326426218 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10619844 memory=6004122184994726304 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63673676 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24265] ppid=24246 vsize=10619844 memory=2314885530434301544 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24265/stat : 24265 (java) S 24246 24249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 63673795 10874720256 58421 18446744073709551615 4194304 4196468 140735520330800 140484761707568 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 10619844 KiB
Current children cumulated memory: 233684 KiB

[startup+2.40076 s]
/proc/loadavg: 3.86 4.54 4.85 3/211 24265
/proc/meminfo: memFree=26913732/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10752972 memory=233808 CPUtime=5.85 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 17296 0 0 0 574 11 0 0 20 0 16 0 63673658 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2688243 58452 3116 1 0 2677696 0
[pid=24249/tid=24251] ppid=24246 vsize=10752972 memory=140715342603728 CPUtime=2.15 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) S 24246 24249 12560 0 -1 1077944384 8421 0 0 0 211 4 0 0 20 0 16 0 63673666 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485213430816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10752972 memory=140715342603760 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10752972 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 161 0 0 0 3 1 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10752972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10752972 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10752972 memory=4422625433936948835 CPUtime=1.42 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) S 24246 24249 12560 0 -1 1077944384 2397 0 0 0 142 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484769069808 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10752972 memory=7228952860318393920 CPUtime=1.42 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) S 24246 24249 12560 0 -1 1077944384 1815 0 0 0 142 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484768017264 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10752972 memory=233268 CPUtime=0.64 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 2789 0 0 0 63 1 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10752972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63673676 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 10752972 KiB
Current children cumulated memory: 233808 KiB

[startup+2.50072 s]
/proc/loadavg: 3.86 4.54 4.85 3/211 24265
/proc/meminfo: memFree=26913732/32770624 swapFree=67105588/67108860
[pid=24249] ppid=24246 vsize=10752972 memory=233808 CPUtime=5.85 cores=0,2,4,6
/proc/24249/stat : 24249 (java) S 24246 24249 12560 0 -1 1077944320 17296 0 0 0 574 11 0 0 20 0 16 0 63673658 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140735520313344 140485209190135 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
/proc/24249/statm: 2688243 58452 3116 1 0 2677696 0
[pid=24249/tid=24251] ppid=24246 vsize=10752972 memory=140715342589950 CPUtime=2.15 cores=0,2,4,6
/proc/24249/task/24251/stat : 24251 (java) S 24246 24249 12560 0 -1 1077944384 8421 0 0 0 211 4 0 0 20 0 16 0 63673666 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485213430816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24252] ppid=24246 vsize=10752972 memory=140715342599329 CPUtime=0.03 cores=0,2,4,6
/proc/24249/task/24252/stat : 24252 (java) S 24246 24249 12560 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485166156816 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24253] ppid=24246 vsize=10752972 memory=233692 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24253/stat : 24253 (java) S 24246 24249 12560 0 -1 1077944384 161 0 0 0 3 1 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485165104272 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24254] ppid=24246 vsize=10752972 memory=108494497778420 CPUtime=0.02 cores=0,2,4,6
/proc/24249/task/24254/stat : 24254 (java) S 24246 24249 12560 0 -1 1077944384 140 0 0 0 2 0 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485164051216 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24255] ppid=24246 vsize=10752972 memory=108494497778420 CPUtime=0.04 cores=0,2,4,6
/proc/24249/task/24255/stat : 24255 (java) S 24246 24249 12560 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 16 0 63673667 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140485162998672 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24256] ppid=24246 vsize=10752972 memory=140715342553080 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24256/stat : 24256 (java) S 24246 24249 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484773279984 140485209201282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24257] ppid=24246 vsize=10752972 memory=169 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24257/stat : 24257 (java) S 24246 24249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484772226208 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24258] ppid=24246 vsize=10752972 memory=3 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24258/stat : 24258 (java) S 24246 24249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 63673669 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484771173104 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24259] ppid=24246 vsize=10752972 memory=4 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24259/stat : 24259 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484770121680 140485209208731 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24260] ppid=24246 vsize=10752972 memory=288230574492221466 CPUtime=1.42 cores=0,2,4,6
/proc/24249/task/24260/stat : 24260 (java) S 24246 24249 12560 0 -1 1077944384 2397 0 0 0 142 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484769069808 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24261] ppid=24246 vsize=10752972 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/24249/task/24261/stat : 24261 (java) S 24246 24249 12560 0 -1 1077944384 1815 0 0 0 142 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484768017264 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24262] ppid=24246 vsize=10752972 memory=-7028383565733675155 CPUtime=0.64 cores=0,2,4,6
/proc/24249/task/24262/stat : 24262 (java) S 24246 24249 12560 0 -1 1077944384 2789 0 0 0 63 1 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484766964208 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24263] ppid=24246 vsize=10752972 memory=-5874771483550381248 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24263/stat : 24263 (java) S 24246 24249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63673672 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484765911904 140485209200341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
[pid=24249/tid=24264] ppid=24246 vsize=10752972 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/24249/task/24264/stat : 24264 (java) S 24246 24249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 63673676 11011043328 58452 18446744073709551615 4194304 4196468 140735520330800 140484764858928 140485209201282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13553664 140735520334224 140735520334377 140735520334377 140735520337871 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 10752972 KiB
Current children cumulated memory: 233808 KiB

Child status: 0
Real time (s): 2.58207
CPU time (s): 5.87767
CPU user time (s): 5.75474
CPU system time (s): 0.122934
CPU usage (%): 227.634
Max. virtual memory (cumulated for all children) (KiB): 10752972
Max. memory (cumulated for all children) (KiB): 233808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.75474
system time used= 0.122934
maximum resident set size= 234724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1841
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 24249
#   total CPU time (s): 5.87767
#   total CPU user time (s): 5.75474
#   total CPU system time (s): 0.122934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03804 second user time and 0.065461 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:45:41
IDJOB=4263582
IDBENCH=120794
IDSOLVER=2651
FILE ID=node126/4263582-1502614782
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphsMod/Rlfap-graph-02-f24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263582-1502614782/watcher-4263582-1502614782 -o /tmp/evaluation-result-4263582-1502614782/solver-4263582-1502614782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263582-1502614782.xml

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

MD5SUM BENCH= 393d120a5a4f7f7880caf0620ddba390
RANDOM SEED=489299742

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27134028 kB
MemAvailable:   27363240 kB
Buffers:          257604 kB
Cached:           241748 kB
SwapCached:          524 kB
Active:          5014284 kB
Inactive:         135428 kB
Active(anon):    4598092 kB
Inactive(anon):    85576 kB
Active(file):     416192 kB
Inactive(file):    49852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:       4653688 kB
Mapped:            57556 kB
Shmem:             33440 kB
Slab:             184020 kB
SReclaimable:     158008 kB
SUnreclaim:        26012 kB
KernelStack:        3616 kB
PageTables:        14192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6039216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4544512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 10:45:44