Trace number 4117619

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT72 1303.89 648.627

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_005.opb.metafix.opb
MD5SUM9f6859719394f7dd10ad7e8a825ec7ba
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark504.612
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117619-1467213774.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.046s.
0.10/0.16	c declared #vars     144
0.10/0.16	c #constraints  140
0.10/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
0.10/0.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
0.10/0.16	c org.sat4j.specs.Constr$1 => 6
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.10/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.16	c 140 constraints processed.
0.10/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6
0.10/0.16	c org.sat4j.specs.Constr$1 => 6
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 109
0.10/0.16	c org.sat4j.pb.constraints.pb.UnitClausesPB => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.16	c 140 constraints processed.
0.10/0.16	c objective function length is 144 literals
0.30/0.20	c And the winner is solver0
0.41/0.66	c SATISFIABLE
0.41/0.66	c OPTIMIZING...
0.41/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.41/0.66	o 72
2.20/1.18	c cleaning 2544 clauses out of 5088 with flag 20397/5088
3.73/1.57	c cleaning 4266 clauses out of 8546 with flag 44665/11090
5.05/2.06	c cleaning 5639 clauses out of 11278 with flag 80912/18088
6.59/2.73	c cleaning 6817 clauses out of 13640 with flag 123603/26089
8.19/3.49	c cleaning 7908 clauses out of 15822 with flag 168809/35088
10.44/4.44	c cleaning 8955 clauses out of 17918 with flag 220876/45092
13.00/5.63	c cleaning 9971 clauses out of 19960 with flag 285500/56089
15.73/6.94	c cleaning 10991 clauses out of 21988 with flag 358348/68088
18.52/8.37	c cleaning 11989 clauses out of 23997 with flag 428613/81088
22.48/10.29	c cleaning 12996 clauses out of 26008 with flag 507064/95088
27.02/12.44	c cleaning 13996 clauses out of 28012 with flag 593729/110088
31.82/14.80	c cleaning 15005 clauses out of 30016 with flag 690164/126088
37.42/17.58	c cleaning 15997 clauses out of 32012 with flag 798148/143089
43.42/20.53	c cleaning 17004 clauses out of 34014 with flag 915017/161088
49.16/23.36	c cleaning 17994 clauses out of 36010 with flag 1031094/180088
55.15/26.32	c cleaning 19002 clauses out of 38018 with flag 1157582/200090
62.96/30.23	c cleaning 20002 clauses out of 40015 with flag 1311563/221089
72.75/35.01	c cleaning 21000 clauses out of 42012 with flag 1463898/243088
83.87/40.50	c cleaning 22002 clauses out of 44012 with flag 1622634/266088
95.77/46.23	c cleaning 23002 clauses out of 46013 with flag 1787821/290091
106.75/51.60	c cleaning 23995 clauses out of 48009 with flag 1945548/315089
118.18/57.37	c cleaning 25003 clauses out of 50015 with flag 2126857/341090
130.35/63.49	c cleaning 26002 clauses out of 52010 with flag 2316555/368088
143.35/69.96	c cleaning 27000 clauses out of 54008 with flag 2515921/396088
160.40/78.27	c cleaning 27997 clauses out of 56010 with flag 2718605/425090
178.50/87.29	c cleaning 29000 clauses out of 58011 with flag 2956019/455088
196.62/96.24	c cleaning 30003 clauses out of 60016 with flag 3190768/486093
214.54/105.14	c cleaning 30997 clauses out of 62008 with flag 3425374/518088
236.23/115.82	c cleaning 31998 clauses out of 64011 with flag 3678557/551088
260.97/128.13	c cleaning 32999 clauses out of 66013 with flag 3948647/585088
275.39/135.21	c cleaning 0 clauses out of 5015 with flag 0/5016
288.08/141.36	c cleaning 34006 clauses out of 68015 with flag 4216776/620089
312.25/153.30	c cleaning 34998 clauses out of 70008 with flag 4484398/656088
337.26/165.77	c cleaning 35991 clauses out of 72014 with flag 4771216/693092
365.12/179.55	c cleaning 37007 clauses out of 74021 with flag 5043063/731090
390.71/192.39	c cleaning 38002 clauses out of 76013 with flag 5339655/770089
419.53/206.61	c cleaning 39003 clauses out of 78011 with flag 5636213/810089
451.43/222.49	c cleaning 39997 clauses out of 80007 with flag 5938814/851088
483.20/238.28	c cleaning 40995 clauses out of 82010 with flag 6277774/893088
514.04/253.66	c cleaning 41999 clauses out of 84015 with flag 6617428/936088
545.85/269.54	c cleaning 43005 clauses out of 86017 with flag 6953887/980089
580.31/286.65	c cleaning 43997 clauses out of 88011 with flag 7294682/1025088
615.52/304.21	c cleaning 45007 clauses out of 90017 with flag 7626607/1071091
652.80/322.80	c cleaning 46001 clauses out of 92008 with flag 7997345/1118089
690.99/341.91	c cleaning 46999 clauses out of 94006 with flag 8352310/1166088
731.68/362.14	c cleaning 47996 clauses out of 96007 with flag 8728841/1215088
773.68/383.11	c cleaning 48998 clauses out of 98012 with flag 9083131/1265089
818.88/405.75	c cleaning 50005 clauses out of 100013 with flag 9462313/1316088
865.27/429.01	c cleaning 50995 clauses out of 102008 with flag 9857272/1368088
914.09/453.34	c cleaning 52005 clauses out of 104016 with flag 10246709/1421091
963.90/478.18	c cleaning 52996 clauses out of 106008 with flag 10643365/1475088
1016.10/504.22	c cleaning 53994 clauses out of 108013 with flag 11032904/1530089
1071.71/532.08	c cleaning 55006 clauses out of 110018 with flag 11436667/1586088
1130.81/561.69	c cleaning 55995 clauses out of 112012 with flag 11843590/1643088
1189.89/591.18	c cleaning 57006 clauses out of 114017 with flag 12257561/1701089
1249.57/620.90	c cleaning 57997 clauses out of 116009 with flag 12669868/1760088
1302.56/647.28	c And the winner is solver0
1303.79/648.61	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1303.79/648.61	c starts		: 2206
1303.79/648.61	c conflicts		: 1813431
1303.79/648.61	c decisions		: 2066797
1303.79/648.61	c propagations		: 56374778
1303.79/648.61	c inspects		: 12339268607
1303.79/648.61	c shortcuts		: 0
1303.79/648.61	c learnt literals	: 13
1303.79/648.61	c learnt binary clauses	: 92
1303.79/648.61	c learnt ternary clauses	: 451
1303.79/648.61	c learnt constraints	: 1813417
1303.79/648.61	c ignored constraints	: 0
1303.79/648.61	c root simplifications	: 0
1303.79/648.61	c removed literals (reason simplification)	: 20611598
1303.79/648.61	c reason swapping (by a shorter reason)	: 0
1303.79/648.61	c Calls to reduceDB	: 55
1303.79/648.61	c Number of update (reduction) of LBD	: 555378
1303.79/648.61	c Imported unit clauses	: 0
1303.79/648.61	c number of reductions to clauses (during analyze)	: 0
1303.79/648.61	c number of learned constraints concerned by reduction	: 0
1303.79/648.61	c number of learning phase by resolution	: 0
1303.79/648.61	c number of learning phase by cutting planes	: 0
1303.79/648.61	c speed (assignments/second)	: 86938.67926710598
1303.79/648.61	c non guided choices	0
1303.79/648.61	c learnt constraints type 
1303.79/648.61	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1303.79/648.61	c starts		: 26
1303.79/648.61	c conflicts		: 5821
1303.79/648.61	c decisions		: 10082
1303.79/648.61	c propagations		: 145628
1303.79/648.61	c inspects		: 114019831
1303.79/648.61	c shortcuts		: 0
1303.79/648.61	c learnt literals	: 0
1303.79/648.61	c learnt binary clauses	: 0
1303.79/648.61	c learnt ternary clauses	: 0
1303.79/648.61	c learnt constraints	: 5819
1303.79/648.61	c ignored constraints	: 0
1303.79/648.61	c root simplifications	: 0
1303.79/648.61	c removed literals (reason simplification)	: 0
1303.79/648.61	c reason swapping (by a shorter reason)	: 0
1303.79/648.61	c Calls to reduceDB	: 1
1303.79/648.61	c Number of update (reduction) of LBD	: 0
1303.79/648.61	c Imported unit clauses	: 0
1303.79/648.61	c number of reductions to clauses (during analyze)	: 0
1303.79/648.61	c number of learned constraints concerned by reduction	: 0
1303.79/648.61	c number of learning phase by resolution	: 0
1303.79/648.61	c number of learning phase by cutting planes	: 0
1303.79/648.61	c speed (assignments/second)	: 224.7539910856494
1303.79/648.61	c non guided choices	0
1303.79/648.61	c learnt constraints type 
1303.79/648.61	s OPTIMUM FOUND
1303.79/648.61	c Found 1 solution(s)
1303.79/648.61	v -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 
1303.79/648.61	c objective function=72
1303.79/648.61	c Total wall clock time (in seconds): 648.5

Verifier Data

OK	72

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4117619-1467213774/watcher-4117619-1467213774 -o /tmp/evaluation-result-4117619-1467213774/solver-4117619-1467213774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117619-1467213774.opb 

pid=8530
running on 8 cores: 4-7,12-15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 3.77 3.96 3.80 4/284 8533
/proc/meminfo: memFree=25140632/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=96260 CPUtime=0 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2330209 98570240 978 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 4096 0 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 24065 978 744 9 0 16771 0
[pid=8533/tid=8534] ppid=8530 vsize=96272 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) R 8530 8533 6721 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 2330210 98582528 985 33554432000 1073741824 1073778376 140734594257744 140661166902824 216808637853 0 0 0 16784584 0 0 0 -1 12 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 3.77 3.96 3.80 4/284 8533
/proc/meminfo: memFree=25140632/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 4490 0 1 0 9 1 0 0 20 0 23 0 2330209 10133950464 6098 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2474109 6099 2141 9 0 2464786 0
[pid=8533/tid=8534] ppid=8530 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) R 8530 8533 6721 0 -1 4202560 2413 0 1 0 7 0 0 0 20 0 23 0 2330210 10133950464 6099 33554432000 1073741824 1073778376 140734594257744 140661166906440 140661174060088 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.20028 s]
/proc/loadavg: 3.77 3.96 3.80 4/284 8533
/proc/meminfo: memFree=25140632/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=0.3 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 5352 0 1 0 28 2 0 0 20 0 27 0 2330209 10406596608 8282 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 8282 2226 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) S 8530 8533 6721 0 -1 4202560 2454 0 1 0 12 2 0 0 20 0 27 0 2330210 10406596608 8282 33554432000 1073741824 1073778376 140734594257744 140661166908280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10162692

[startup+0.300338 s]
/proc/loadavg: 3.77 3.96 3.80 4/284 8533
/proc/meminfo: memFree=25140632/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 7047 0 1 0 37 4 0 0 20 0 24 0 2330209 10406596608 9035 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 9035 2238 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) S 8530 8533 6721 0 -1 4202560 2454 0 1 0 12 2 0 0 20 0 24 0 2330210 10406596608 9035 33554432000 1073741824 1073778376 140734594257744 140661166908280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10162692

[startup+0.700213 s]
/proc/loadavg: 3.77 3.96 3.80 4/284 8533
/proc/meminfo: memFree=25140632/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=0.53 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 7879 0 1 0 49 4 0 0 20 0 27 0 2330209 10406596608 10495 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 10495 2244 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) S 8530 8533 6721 0 -1 4202560 2454 0 1 0 13 2 0 0 20 0 27 0 2330210 10406596608 10495 33554432000 1073741824 1073778376 140734594257744 140661166908280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10162692

[startup+1.50161 s]
/proc/loadavg: 3.77 3.96 3.80 7/311 8563
/proc/meminfo: memFree=25042024/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=3.73 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 24484 0 1 0 364 9 0 0 20 0 27 0 2330209 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 44578 2271 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) S 8530 8533 6721 0 -1 4202560 2454 0 1 0 13 2 0 0 20 0 27 0 2330210 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661166908280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8536] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8536/stat : 8536 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661128399272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8537] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8537/stat : 8537 (java) S 8530 8533 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661127346728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8538] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8538/stat : 8538 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661126293672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8539] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8539/stat : 8539 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661125241128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8540] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8540/stat : 8540 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661124189096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8541] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8541/stat : 8541 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661123136552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8542] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8542/stat : 8542 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661122083496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8543] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8543/stat : 8543 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661121030952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8544] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8544/stat : 8544 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661119977896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8545] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8545/stat : 8545 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140661001021992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8546] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8546/stat : 8546 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660999968936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8547] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8547/stat : 8547 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660998916392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8548] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8548/stat : 8548 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660997864360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8549] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8549/stat : 8549 (java) S 8530 8533 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660107619304 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8550] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8550/stat : 8550 (java) S 8530 8533 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660106565112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8551] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8551/stat : 8551 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660105512456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8552] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8552/stat : 8552 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660104460688 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8553] ppid=8530 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/8533/task/8553/stat : 8553 (java) R 8530 8533 6721 0 -1 4202560 9482 0 0 0 88 2 0 0 20 0 27 0 2330215 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660103395440 140661172870270 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8554] ppid=8530 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/8533/task/8554/stat : 8554 (java) R 8530 8533 6721 0 -1 4202560 11119 0 0 0 88 2 0 0 20 0 27 0 2330215 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660102342528 140661172751212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8555] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8555/stat : 8555 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660101302648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8556] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8556/stat : 8556 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660100250824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8560] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8560/stat : 8560 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330226 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660096037928 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8561] ppid=8530 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/8533/task/8561/stat : 8561 (java) R 8530 8533 6721 0 -1 4202560 5 0 0 0 81 0 0 0 20 0 27 0 2330276 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660098142936 140661001600851 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8562] ppid=8530 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/8533/task/8562/stat : 8562 (java) R 8530 8533 6721 0 -1 4202560 76 0 0 0 80 1 0 0 20 0 27 0 2330276 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660099193160 140661001622777 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8563] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8563/stat : 8563 (java) S 8530 8533 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330276 10406596608 44578 33554432000 1073741824 1073778376 140734594257744 140660097090472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 10162692

[startup+3.1016 s]
/proc/loadavg: 3.77 3.96 3.80 5/311 8563
/proc/meminfo: memFree=24946220/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=7.52 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 25386 0 1 0 724 28 0 0 20 0 27 0 2330209 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 84213 2284 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) S 8530 8533 6721 0 -1 4202560 2454 0 1 0 13 2 0 0 20 0 27 0 2330210 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661166908280 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8536] ppid=8530 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/8533/task/8536/stat : 8536 (java) S 8530 8533 6721 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661128399272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8537] ppid=8530 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/8533/task/8537/stat : 8537 (java) S 8530 8533 6721 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661127346728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8538] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8538/stat : 8538 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661126293672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8539] ppid=8530 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/8533/task/8539/stat : 8539 (java) S 8530 8533 6721 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661125241128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8540] ppid=8530 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/8533/task/8540/stat : 8540 (java) S 8530 8533 6721 0 -1 4202560 29 0 0 0 2 3 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661124189096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8541] ppid=8530 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/8533/task/8541/stat : 8541 (java) S 8530 8533 6721 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661123136552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8542] ppid=8530 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/8533/task/8542/stat : 8542 (java) S 8530 8533 6721 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661122083496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8543] ppid=8530 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/8533/task/8543/stat : 8543 (java) S 8530 8533 6721 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661121030952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8544] ppid=8530 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/8533/task/8544/stat : 8544 (java) S 8530 8533 6721 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661119977896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8545] ppid=8530 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/8533/task/8545/stat : 8545 (java) S 8530 8533 6721 0 -1 4202560 11 0 0 0 0 2 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140661001021992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8546] ppid=8530 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/8533/task/8546/stat : 8546 (java) S 8530 8533 6721 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660999968936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8547] ppid=8530 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/8533/task/8547/stat : 8547 (java) S 8530 8533 6721 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660998916392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8548] ppid=8530 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/8533/task/8548/stat : 8548 (java) S 8530 8533 6721 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 27 0 2330211 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660997864360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8549] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8549/stat : 8549 (java) S 8530 8533 6721 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660107619304 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8550] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8550/stat : 8550 (java) S 8530 8533 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660106565112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8551] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8551/stat : 8551 (java) S 8530 8533 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330212 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660105512456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8552] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8552/stat : 8552 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660104460688 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8553] ppid=8530 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/8533/task/8553/stat : 8553 (java) S 8530 8533 6721 0 -1 4202560 9483 0 0 0 94 3 0 0 20 0 27 0 2330215 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660103408056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8554] ppid=8530 vsize=10162692 CPUtime=1.11 cores=4-7,12-15
/proc/8533/task/8554/stat : 8554 (java) S 8530 8533 6721 0 -1 4202560 11612 0 0 0 109 2 0 0 20 0 27 0 2330215 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660102355000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8555] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8555/stat : 8555 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660101302648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8556] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8556/stat : 8556 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330215 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660100250824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8560] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8560/stat : 8560 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330226 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660096037928 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8561] ppid=8530 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/8533/task/8561/stat : 8561 (java) R 8530 8533 6721 0 -1 4202560 8 0 0 0 234 0 0 0 20 0 27 0 2330276 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660098141032 140661001600096 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8562] ppid=8530 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/8533/task/8562/stat : 8562 (java) R 8530 8533 6721 0 -1 4202560 135 0 0 0 231 3 0 0 20 0 27 0 2330276 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660099194120 140661001637671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8563] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8563/stat : 8563 (java) S 8530 8533 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330276 10406596608 84213 33554432000 1073741824 1073778376 140734594257744 140660097090472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10162692

[startup+6.30515 s]
/proc/loadavg: 3.79 3.96 3.81 7/311 8640
/proc/meminfo: memFree=27404656/32872528 swapFree=8828/8828

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

[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.4 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) R 8530 8533 6721 0 -1 4202560 2457 0 1 0 37 3 0 0 20 0 24 0 2330210 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661166908208 140661002251106 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8536] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8536/stat : 8536 (java) S 8530 8533 6721 0 -1 4202560 275 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661128399272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8537] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8537/stat : 8537 (java) S 8530 8533 6721 0 -1 4202560 207 0 0 0 51 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661127346728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8538] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8538/stat : 8538 (java) S 8530 8533 6721 0 -1 4202560 228 0 0 0 43 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661126293672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8539] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8539/stat : 8539 (java) S 8530 8533 6721 0 -1 4202560 202 0 0 0 47 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661125241128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8540] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8540/stat : 8540 (java) S 8530 8533 6721 0 -1 4202560 206 0 0 0 50 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661124189096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8541] ppid=8530 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/8533/task/8541/stat : 8541 (java) S 8530 8533 6721 0 -1 4202560 180 0 0 0 46 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661123136552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8542] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8542/stat : 8542 (java) S 8530 8533 6721 0 -1 4202560 166 0 0 0 48 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661122083496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8543] ppid=8530 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/8533/task/8543/stat : 8543 (java) S 8530 8533 6721 0 -1 4202560 296 0 0 0 45 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661121030952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8544] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8544/stat : 8544 (java) S 8530 8533 6721 0 -1 4202560 236 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661119977896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8545] ppid=8530 vsize=10162692 CPUtime=0.63 cores=4-7,12-15
/proc/8533/task/8545/stat : 8545 (java) S 8530 8533 6721 0 -1 4202560 189 0 0 0 50 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661001021992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8546] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8546/stat : 8546 (java) S 8530 8533 6721 0 -1 4202560 203 0 0 0 52 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660999968936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8547] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8547/stat : 8547 (java) S 8530 8533 6721 0 -1 4202560 194 0 0 0 42 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660998916392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8548] ppid=8530 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/8533/task/8548/stat : 8548 (java) S 8530 8533 6721 0 -1 4202560 234 0 0 0 48 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660997864360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8549] ppid=8530 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/8533/task/8549/stat : 8549 (java) S 8530 8533 6721 0 -1 4202560 1375 0 0 0 35 8 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660107619304 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8550] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8550/stat : 8550 (java) S 8530 8533 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660106565112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8551] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8551/stat : 8551 (java) S 8530 8533 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660105512456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8552] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8552/stat : 8552 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660104460688 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8553] ppid=8530 vsize=10162692 CPUtime=2.47 cores=4-7,12-15
/proc/8533/task/8553/stat : 8553 (java) S 8530 8533 6721 0 -1 4202560 17456 0 0 0 244 3 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660103408056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8554] ppid=8530 vsize=10162692 CPUtime=1.17 cores=4-7,12-15
/proc/8533/task/8554/stat : 8554 (java) S 8530 8533 6721 0 -1 4202560 11613 0 0 0 115 2 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660102355000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8555] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8555/stat : 8555 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660101302648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8556] ppid=8530 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/8533/task/8556/stat : 8556 (java) S 8530 8533 6721 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660100250824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8560] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8560/stat : 8560 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2330226 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660096037928 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1300.32
Current children cumulated vsize (KiB) 10162692

[startup+648.401 s]
/proc/loadavg: 3.94 4.09 3.96 4/308 8655
/proc/meminfo: memFree=23106048/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=1300.73 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 38563 0 1 0 129809 264 0 0 20 0 24 0 2330209 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 682435 2294 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.79 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) R 8530 8533 6721 0 -1 4202560 2457 0 1 0 76 3 0 0 20 0 24 0 2330210 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661166906792 140661001295810 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8536] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8536/stat : 8536 (java) S 8530 8533 6721 0 -1 4202560 275 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661128399272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8537] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8537/stat : 8537 (java) S 8530 8533 6721 0 -1 4202560 207 0 0 0 51 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661127346728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8538] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8538/stat : 8538 (java) S 8530 8533 6721 0 -1 4202560 228 0 0 0 43 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661126293672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8539] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8539/stat : 8539 (java) S 8530 8533 6721 0 -1 4202560 202 0 0 0 47 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661125241128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8540] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8540/stat : 8540 (java) S 8530 8533 6721 0 -1 4202560 206 0 0 0 50 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661124189096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8541] ppid=8530 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/8533/task/8541/stat : 8541 (java) S 8530 8533 6721 0 -1 4202560 180 0 0 0 46 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661123136552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8542] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8542/stat : 8542 (java) S 8530 8533 6721 0 -1 4202560 166 0 0 0 48 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661122083496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8543] ppid=8530 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/8533/task/8543/stat : 8543 (java) S 8530 8533 6721 0 -1 4202560 296 0 0 0 45 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661121030952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8544] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8544/stat : 8544 (java) S 8530 8533 6721 0 -1 4202560 236 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661119977896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8545] ppid=8530 vsize=10162692 CPUtime=0.63 cores=4-7,12-15
/proc/8533/task/8545/stat : 8545 (java) S 8530 8533 6721 0 -1 4202560 189 0 0 0 50 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661001021992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8546] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8546/stat : 8546 (java) S 8530 8533 6721 0 -1 4202560 203 0 0 0 52 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660999968936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8547] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8547/stat : 8547 (java) S 8530 8533 6721 0 -1 4202560 194 0 0 0 42 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660998916392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8548] ppid=8530 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/8533/task/8548/stat : 8548 (java) S 8530 8533 6721 0 -1 4202560 234 0 0 0 48 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660997864360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8549] ppid=8530 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/8533/task/8549/stat : 8549 (java) S 8530 8533 6721 0 -1 4202560 1375 0 0 0 35 8 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660107619304 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8550] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8550/stat : 8550 (java) S 8530 8533 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660106565112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8551] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8551/stat : 8551 (java) S 8530 8533 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660105512456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8552] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8552/stat : 8552 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660104460688 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8553] ppid=8530 vsize=10162692 CPUtime=2.47 cores=4-7,12-15
/proc/8533/task/8553/stat : 8553 (java) S 8530 8533 6721 0 -1 4202560 17456 0 0 0 244 3 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660103408056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8554] ppid=8530 vsize=10162692 CPUtime=1.2 cores=4-7,12-15
/proc/8533/task/8554/stat : 8554 (java) S 8530 8533 6721 0 -1 4202560 11613 0 0 0 118 2 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660102355000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8555] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8555/stat : 8555 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660101302648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8556] ppid=8530 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/8533/task/8556/stat : 8556 (java) S 8530 8533 6721 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660100250824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8560] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8560/stat : 8560 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2330226 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660096037928 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1300.73
Current children cumulated vsize (KiB) 10162692

[startup+648.601 s]
/proc/loadavg: 3.94 4.09 3.96 4/308 8655
/proc/meminfo: memFree=23106048/32872528 swapFree=8828/8828
[pid=8533] ppid=8530 vsize=10162692 CPUtime=1300.93 cores=4-7,12-15
/proc/8533/stat : 8533 (java) S 8530 8533 6721 0 -1 4202496 38563 0 1 0 129829 264 0 0 20 0 24 0 2330209 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140734594248880 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/8533/statm: 2540673 682435 2294 9 0 2531350 0
[pid=8533/tid=8534] ppid=8530 vsize=10162692 CPUtime=0.99 cores=4-7,12-15
/proc/8533/task/8534/stat : 8534 (java) R 8530 8533 6721 0 -1 4202560 2457 0 1 0 96 3 0 0 20 0 24 0 2330210 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661166907944 140661001295810 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8536] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8536/stat : 8536 (java) S 8530 8533 6721 0 -1 4202560 275 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661128399272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8537] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8537/stat : 8537 (java) S 8530 8533 6721 0 -1 4202560 207 0 0 0 51 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661127346728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8538] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8538/stat : 8538 (java) S 8530 8533 6721 0 -1 4202560 228 0 0 0 43 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661126293672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8539] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8539/stat : 8539 (java) S 8530 8533 6721 0 -1 4202560 202 0 0 0 47 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661125241128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=8533/tid=8540] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8540/stat : 8540 (java) S 8530 8533 6721 0 -1 4202560 206 0 0 0 50 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661124189096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=8533/tid=8541] ppid=8530 vsize=10162692 CPUtime=0.58 cores=4-7,12-15
/proc/8533/task/8541/stat : 8541 (java) S 8530 8533 6721 0 -1 4202560 180 0 0 0 46 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661123136552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8542] ppid=8530 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/8533/task/8542/stat : 8542 (java) S 8530 8533 6721 0 -1 4202560 166 0 0 0 48 14 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661122083496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8533/tid=8543] ppid=8530 vsize=10162692 CPUtime=0.57 cores=4-7,12-15
/proc/8533/task/8543/stat : 8543 (java) S 8530 8533 6721 0 -1 4202560 296 0 0 0 45 12 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661121030952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8533/tid=8544] ppid=8530 vsize=10162692 CPUtime=0.68 cores=4-7,12-15
/proc/8533/task/8544/stat : 8544 (java) S 8530 8533 6721 0 -1 4202560 236 0 0 0 53 15 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661119977896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8545] ppid=8530 vsize=10162692 CPUtime=0.63 cores=4-7,12-15
/proc/8533/task/8545/stat : 8545 (java) S 8530 8533 6721 0 -1 4202560 189 0 0 0 50 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140661001021992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8546] ppid=8530 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/8533/task/8546/stat : 8546 (java) S 8530 8533 6721 0 -1 4202560 203 0 0 0 52 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660999968936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8547] ppid=8530 vsize=10162692 CPUtime=0.55 cores=4-7,12-15
/proc/8533/task/8547/stat : 8547 (java) S 8530 8533 6721 0 -1 4202560 194 0 0 0 42 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660998916392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8548] ppid=8530 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/8533/task/8548/stat : 8548 (java) S 8530 8533 6721 0 -1 4202560 234 0 0 0 48 13 0 0 20 0 24 0 2330211 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660997864360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8549] ppid=8530 vsize=10162692 CPUtime=0.43 cores=4-7,12-15
/proc/8533/task/8549/stat : 8549 (java) S 8530 8533 6721 0 -1 4202560 1375 0 0 0 35 8 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660107619304 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8533/tid=8550] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8550/stat : 8550 (java) S 8530 8533 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660106565112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8551] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8551/stat : 8551 (java) S 8530 8533 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 2330212 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660105512456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8552] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8552/stat : 8552 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660104460688 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=8533/tid=8553] ppid=8530 vsize=10162692 CPUtime=2.47 cores=4-7,12-15
/proc/8533/task/8553/stat : 8553 (java) S 8530 8533 6721 0 -1 4202560 17456 0 0 0 244 3 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660103408056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8554] ppid=8530 vsize=10162692 CPUtime=1.2 cores=4-7,12-15
/proc/8533/task/8554/stat : 8554 (java) S 8530 8533 6721 0 -1 4202560 11613 0 0 0 118 2 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660102355000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8555] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8555/stat : 8555 (java) S 8530 8533 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660101302648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=8533/tid=8556] ppid=8530 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/8533/task/8556/stat : 8556 (java) S 8530 8533 6721 0 -1 4202560 37 0 0 0 13 14 0 0 20 0 24 0 2330215 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660100250824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8533/tid=8560] ppid=8530 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/8533/task/8560/stat : 8560 (java) S 8530 8533 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 2330226 10406596608 682435 33554432000 1073741824 1073778376 140734594257744 140660096037928 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1300.93
Current children cumulated vsize (KiB) 10162692

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.85999
#  lost CPU user time (s): 3.05005
#  lost CPU system time (s): -0.19

Real time (s): 648.627
CPU time (s): 1303.89
CPU user time (s): 1301.25
CPU system time (s): 2.63057
CPU usage (%): 201.022
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.2
system time used= 2.82057
maximum resident set size= 2859748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18000
involuntary context switches= 10567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.55316 second user time and 6.88995 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 17:22:54
IDJOB=4117619
IDBENCH=111595
IDSOLVER=2543
FILE ID=node132/4117619-1467213774
RUNJOBID= node132-1467209088-6738
PBS_JOBID= 19997577
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_005.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117619-1467213774/watcher-4117619-1467213774 -o /tmp/evaluation-result-4117619-1467213774/solver-4117619-1467213774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117619-1467213774.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 9f6859719394f7dd10ad7e8a825ec7ba
RANDOM SEED=1710637001

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.02
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
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 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 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 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic 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 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 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:       32872528 kB
MemFree:        25141392 kB
Buffers:           94212 kB
Cached:          3836256 kB
SwapCached:            0 kB
Active:          3114364 kB
Inactive:        3831476 kB
Active(anon):    3018004 kB
Inactive(anon):        0 kB
Active(file):      96360 kB
Inactive(file):  3831476 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1024 kB
Writeback:             0 kB
AnonPages:       3064628 kB
Mapped:            22268 kB
Shmem:               216 kB
Slab:             632240 kB
SReclaimable:      71616 kB
SUnreclaim:       560624 kB
KernelStack:        2584 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3213276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2988032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node132 at 2016-06-29 17:33:43