Trace number 4109325

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 PB 2.3.6 Res+CP PB16OPTIMUM 26.019 28.0682

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-33-100-0.wbo
MD5SUM1921961b34f7430fccb0e54df4a4f9ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark6.65899
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1171
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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 	8
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109325-1466341861.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.065s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     238
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 69 literals
0.26/0.28	c And the winner is solver0
0.97/0.68	c SATISFIABLE
0.97/0.68	c OPTIMIZING...
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
0.97/0.68	o 734
0.97/0.69	c And the winner is solver0
1.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.03/1.18	o 729
1.03/1.18	c And the winner is solver0
1.05/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.05/1.68	o 381
1.09/1.73	c And the winner is solver0
1.33/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.33/2.18	o 355
1.39/2.21	c And the winner is solver0
1.42/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.42/2.68	o 351
1.42/2.69	c And the winner is solver0
1.42/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
1.42/3.18	o 343
1.42/3.20	c And the winner is solver0
1.48/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
1.48/3.68	o 335
1.48/3.69	c And the winner is solver0
1.48/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
1.48/4.19	o 268
1.48/4.19	c And the winner is solver0
1.48/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.48/4.69	o 267
1.48/4.69	c And the winner is solver0
1.48/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.48/5.19	o 256
1.48/5.19	c And the winner is solver0
1.59/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.59/5.69	o 252
1.61/5.70	c And the winner is solver0
1.61/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.61/6.19	o 232
1.94/6.36	c And the winner is solver0
2.09/6.69	c Got one! Elapsed wall clock time (in seconds):6.586
2.09/6.69	o 225
2.10/6.78	c cleaning 3812 clauses out of 7635 with flag 3802/7635
3.08/7.00	c And the winner is solver0
3.11/7.19	c Got one! Elapsed wall clock time (in seconds):7.087
3.11/7.19	o 223
3.11/7.25	c cleaning 4809 clauses out of 9617 with flag 3562/13429
3.11/7.26	c And the winner is solver0
3.25/7.70	c Got one! Elapsed wall clock time (in seconds):7.588
3.25/7.70	o 217
3.26/7.74	c And the winner is solver0
3.34/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
3.34/8.20	o 208
3.54/8.32	c And the winner is solver0
3.60/8.70	c Got one! Elapsed wall clock time (in seconds):8.595
3.60/8.70	o 204
3.81/8.86	c cleaning 5958 clauses out of 11916 with flag 10444/20537
3.81/8.90	c And the winner is solver0
4.06/9.20	c Got one! Elapsed wall clock time (in seconds):9.096
4.06/9.20	o 167
4.27/9.37	c And the winner is solver0
4.51/9.70	c Got one! Elapsed wall clock time (in seconds):9.597
4.51/9.70	o 163
4.51/9.76	c cleaning 5885 clauses out of 11771 with flag 4368/26350
4.51/9.78	c And the winner is solver0
4.76/10.20	c Got one! Elapsed wall clock time (in seconds):10.098
4.76/10.20	o 162
4.76/10.22	c And the winner is solver0
4.81/10.71	c Got one! Elapsed wall clock time (in seconds):10.599
4.81/10.71	o 136
4.81/10.76	c And the winner is solver0
5.06/11.21	c Got one! Elapsed wall clock time (in seconds):11.1
5.06/11.21	o 135
5.06/11.25	c And the winner is solver0
5.28/11.71	c Got one! Elapsed wall clock time (in seconds):11.601
5.28/11.71	o 132
5.28/11.73	c And the winner is solver0
5.46/12.21	c Got one! Elapsed wall clock time (in seconds):12.102
5.46/12.21	o 131
5.64/12.39	c cleaning 6565 clauses out of 13134 with flag 17765/33598
5.64/12.40	c And the winner is solver0
5.90/12.71	c Got one! Elapsed wall clock time (in seconds):12.603
5.90/12.71	o 130
6.09/12.82	c And the winner is solver0
6.19/13.21	c Got one! Elapsed wall clock time (in seconds):13.104
6.19/13.21	o 97
6.37/13.38	c cleaning 6233 clauses out of 12469 with flag 10471/39498
6.63/13.41	c And the winner is solver0
6.85/13.71	c Got one! Elapsed wall clock time (in seconds):13.605
6.85/13.71	o 88
7.23/13.98	c cleaning 6099 clauses out of 12201 with flag 20280/45463
7.51/14.02	c And the winner is solver0
7.79/14.21	c Got one! Elapsed wall clock time (in seconds):14.106
7.79/14.21	o 73
7.79/14.24	c And the winner is solver0
7.98/14.71	c Got one! Elapsed wall clock time (in seconds):14.607
7.98/14.71	o 69
8.36/14.91	c cleaning 5860 clauses out of 11734 with flag 14895/51095
8.36/14.93	c And the winner is solver0
8.98/15.22	c Got one! Elapsed wall clock time (in seconds):15.109
8.98/15.22	o 67
8.98/15.24	c And the winner is solver0
9.09/15.72	c Got one! Elapsed wall clock time (in seconds):15.611
9.09/15.72	o 64
9.46/15.92	c And the winner is solver0
9.75/16.22	c Got one! Elapsed wall clock time (in seconds):16.113
9.75/16.22	o 62
9.75/16.28	c cleaning 6508 clauses out of 13022 with flag 3999/58243
10.31/16.54	c cleaning 6258 clauses out of 12516 with flag 27584/64245
10.70/16.73	c And the winner is solver0
10.82/17.22	c Got one! Elapsed wall clock time (in seconds):17.115
10.82/17.22	o 46
10.82/17.29	c cleaning 5911 clauses out of 11823 with flag 3773/69810
11.19/17.41	c And the winner is solver0
11.49/17.72	c Got one! Elapsed wall clock time (in seconds):17.616
11.49/17.72	o 34
11.64/17.81	c cleaning 5596 clauses out of 11200 with flag 7746/75098
11.84/17.99	c And the winner is solver0
12.19/18.23	c Got one! Elapsed wall clock time (in seconds):18.118
12.19/18.23	o 33
12.19/18.25	c And the winner is solver0
12.27/18.73	c Got one! Elapsed wall clock time (in seconds):18.621
12.27/18.73	o 32
12.27/18.78	c And the winner is solver0
12.38/19.23	c Got one! Elapsed wall clock time (in seconds):19.124
12.38/19.23	o 21
12.38/19.27	c And the winner is solver0
12.47/19.73	c Got one! Elapsed wall clock time (in seconds):19.626
12.47/19.73	o 14
12.84/19.94	c cleaning 8732 clauses out of 17473 with flag 16599/86967
13.22/20.20	c cleaning 7366 clauses out of 14740 with flag 40761/92966
13.82/20.49	c cleaning 7184 clauses out of 14375 with flag 68199/99967
14.67/20.86	c cleaning 7591 clauses out of 15189 with flag 99159/107966
15.31/21.17	c And the winner is solver0
15.48/21.24	c Got one! Elapsed wall clock time (in seconds):21.13
15.48/21.24	o 10
15.59/21.33	c And the winner is solver0
15.68/21.74	c Got one! Elapsed wall clock time (in seconds):21.634
15.68/21.74	o 8
15.99/21.96	c cleaning 10277 clauses out of 20561 with flag 16158/120931
16.59/22.24	c cleaning 8138 clauses out of 16284 with flag 43001/126931
17.45/22.61	c cleaning 7565 clauses out of 15145 with flag 75130/133931
17.45/22.62	c And the winner is solver0
17.55/22.75	c Got one! Elapsed wall clock time (in seconds):22.639
17.55/22.75	o 7
17.96/22.96	c cleaning 6528 clauses out of 13057 with flag 21715/139408
18.58/23.21	c cleaning 6252 clauses out of 12528 with flag 46688/145408
18.77/23.30	c And the winner is solver0
18.85/23.75	c Got one! Elapsed wall clock time (in seconds):23.645
18.85/23.75	o 6
18.94/23.89	c cleaning 5848 clauses out of 11712 with flag 14259/150845
19.54/24.15	c cleaning 5923 clauses out of 11864 with flag 41699/156845
19.95/24.33	c And the winner is solver0
20.62/24.96	c Got one! Elapsed wall clock time (in seconds):24.852
20.62/24.96	o 5
20.74/25.01	c cleaning 5676 clauses out of 11357 with flag 4868/162262
21.14/25.26	c cleaning 5835 clauses out of 11679 with flag 32928/168261
21.76/25.56	c cleaning 6419 clauses out of 12845 with flag 65073/175263
21.96/25.65	c And the winner is solver0
22.39/26.02	c Got one! Elapsed wall clock time (in seconds):25.908
22.39/26.02	o 3
22.54/26.16	c cleaning 5958 clauses out of 11938 with flag 14967/180776
22.94/26.40	c cleaning 5983 clauses out of 11980 with flag 43708/186776
23.54/26.69	c cleaning 6492 clauses out of 12998 with flag 76263/193777
24.14/26.91	c And the winner is solver0
24.18/27.02	c Got one! Elapsed wall clock time (in seconds):26.915
24.18/27.02	o 2
24.53/27.28	c cleaning 8518 clauses out of 17037 with flag 25186/204313
25.14/27.55	c cleaning 7244 clauses out of 14514 with flag 56165/210313
25.73/27.85	c cleaning 7128 clauses out of 14256 with flag 89747/217313
25.73/27.86	c And the winner is solver0
25.92/28.06	c >>>>>>>>>> Solver number 0 (46 answers) <<<<<<<<<<<<<<<<<<
25.92/28.06	c starts		: 110
25.92/28.06	c conflicts		: 217463
25.92/28.06	c decisions		: 336137
25.92/28.06	c propagations		: 5065150
25.92/28.06	c inspects		: 97045027
25.92/28.06	c shortcuts		: 0
25.92/28.06	c learnt literals	: 39
25.92/28.06	c learnt binary clauses	: 23
25.92/28.06	c learnt ternary clauses	: 466
25.92/28.06	c learnt constraints	: 217423
25.92/28.06	c ignored constraints	: 0
25.92/28.06	c root simplifications	: 0
25.92/28.06	c removed literals (reason simplification)	: 837030
25.92/28.06	c reason swapping (by a shorter reason)	: 0
25.92/28.06	c Calls to reduceDB	: 32
25.92/28.06	c Number of update (reduction) of LBD	: 56247
25.92/28.06	c Imported unit clauses	: 0
25.92/28.06	c number of reductions to clauses (during analyze)	: 0
25.92/28.06	c number of learned constraints concerned by reduction	: 0
25.92/28.06	c number of learning phase by resolution	: 0
25.92/28.06	c number of learning phase by cutting planes	: 0
25.92/28.06	c speed (assignments/second)	: 181683.34588758563
25.92/28.06	c non guided choices	2010
25.92/28.06	c learnt constraints type 
25.92/28.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.92/28.06	c starts		: 47
25.92/28.06	c conflicts		: 577
25.92/28.06	c decisions		: 5401
25.92/28.06	c propagations		: 23290
25.92/28.06	c inspects		: 1373046
25.92/28.06	c shortcuts		: 0
25.92/28.06	c learnt literals	: 0
25.92/28.06	c learnt binary clauses	: 0
25.92/28.06	c learnt ternary clauses	: 0
25.92/28.06	c learnt constraints	: 533
25.92/28.06	c ignored constraints	: 0
25.92/28.06	c root simplifications	: 0
25.92/28.06	c removed literals (reason simplification)	: 0
25.92/28.06	c reason swapping (by a shorter reason)	: 0
25.92/28.06	c Calls to reduceDB	: 0
25.92/28.06	c Number of update (reduction) of LBD	: 0
25.92/28.06	c Imported unit clauses	: 0
25.92/28.06	c number of reductions to clauses (during analyze)	: 0
25.92/28.06	c number of learned constraints concerned by reduction	: 0
25.92/28.06	c number of learning phase by resolution	: 0
25.92/28.06	c number of learning phase by cutting planes	: 0
25.92/28.06	c speed (assignments/second)	: 22810.96963761019
25.92/28.06	c non guided choices	1236
25.92/28.06	c learnt constraints type 
25.92/28.06	s OPTIMUM FOUND
25.92/28.06	c Found 45 solution(s)
25.92/28.06	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 -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 
25.92/28.06	c objective function=2
25.92/28.06	c Total wall clock time (in seconds): 27.953

Verifier Data

OK	2

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-4109325-1466341861/watcher-4109325-1466341861 -o /tmp/evaluation-result-4109325-1466341861/solver-4109325-1466341861 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109325-1466341861.wbo 

pid=28616
running on 4 cores: 1,3,5,7

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: 0.34 0.08 0.02 2/194 28619
/proc/meminfo: memFree=31180304/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36236532 98570240 977 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 24065 977 743 9 0 16771 0
[pid=28619/tid=28620] ppid=28616 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) R 28616 28619 28131 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36236532 98570240 978 33554432000 1073741824 1073778376 140733360562320 140339366637096 247064249728 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 0.34 0.08 0.02 2/194 28619
/proc/meminfo: memFree=31180304/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 4501 0 1 0 9 1 0 0 20 0 18 0 36236532 9787879424 6122 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2389619 6122 2156 9 0 2380296 0
[pid=28619/tid=28620] ppid=28616 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) R 28616 28619 28131 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 36236532 9787879424 6122 33554432000 1073741824 1073778376 140733360562320 140339366641016 140339369485849 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) 9558476

[startup+0.200278 s]
/proc/loadavg: 0.34 0.08 0.02 2/194 28619
/proc/meminfo: memFree=31180304/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 4834 0 1 0 25 1 0 0 20 0 22 0 36236532 10060525568 7939 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 7946 2220 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 22 0 36236532 10060525568 7946 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300257 s]
/proc/loadavg: 0.34 0.08 0.02 2/194 28619
/proc/meminfo: memFree=31180304/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 7401 0 1 0 62 4 0 0 20 0 19 0 36236532 10060525568 9796 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 9796 2252 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 36236532 10060525568 9796 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700209 s]
/proc/loadavg: 0.34 0.08 0.02 2/194 28619
/proc/meminfo: memFree=31180304/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 13320 0 1 0 96 5 0 0 20 0 19 0 36236532 10060525568 13704 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 13704 2252 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 36236532 10060525568 13704 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 0.34 0.08 0.02 3/216 28647
/proc/meminfo: memFree=31129248/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 13332 0 1 0 100 5 0 0 20 0 19 0 36236532 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 14731 2253 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2417 0 1 0 14 2 0 0 20 0 19 0 36236532 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 5330 0 0 0 32 1 0 0 20 0 19 0 36236536 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 4240 0 0 0 29 0 0 0 20 0 19 0 36236536 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236550 10060525568 14731 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 0.31 0.08 0.02 4/216 28659
/proc/meminfo: memFree=31106044/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 14066 0 1 0 133 9 0 0 20 0 19 0 36236532 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 20430 2257 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 36236532 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36236533 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 5365 0 0 0 46 1 0 0 20 0 19 0 36236536 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 4908 0 0 0 35 1 0 0 20 0 19 0 36236536 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236550 10060525568 20430 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30076 s]
/proc/loadavg: 0.31 0.08 0.02 3/216 28683
/proc/meminfo: memFree=31073848/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 14198 0 1 0 182 12 0 0 20 0 22 0 36236532 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 33577 2268 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 22 0 36236532 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36236533 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) R 28616 28619 28131 0 -1 4202560 5385 0 0 0 62 1 0 0 20 0 22 0 36236536 10060525568 33577 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067632053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 147 0 0 0 0 4 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 11628 0 0 0 117 2 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 10684 0 0 0 175 1 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36236550 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28956] ppid=28616 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/28619/task/28956/stat : 28956 (java) R 28616 28619 28131 0 -1 4202560 4 0 0 0 60 0 0 0 20 0 22 0 36239028 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338710635720 140339214477350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28957] ppid=28616 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/28619/task/28957/stat : 28957 (java) R 28616 28619 28131 0 -1 4202560 4 0 0 0 60 0 0 0 20 0 22 0 36239028 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338711685984 140339214989116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28958] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28958/stat : 28958 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36239029 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338708529960 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 9824732

[startup+27.2008 s]
/proc/loadavg: 0.57 0.15 0.05 3/216 28967
/proc/meminfo: memFree=30860996/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=24.53 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 27000 0 1 0 2358 95 0 0 20 0 22 0 36236532 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 85699 2287 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2420 0 1 0 22 2 0 0 20 0 22 0 36236532 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 147 0 0 0 0 4 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 11628 0 0 0 117 2 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 10684 0 0 0 175 1 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36236550 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 9824732

[startup+27.6079 s]
/proc/loadavg: 0.68 0.18 0.06 3/216 28979
/proc/meminfo: memFree=30860912/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=25.34 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 27000 0 1 0 2439 95 0 0 20 0 22 0 36236532 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 85699 2287 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2420 0 1 0 22 2 0 0 20 0 22 0 36236532 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 36236533 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 147 0 0 0 0 4 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36236534 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 11628 0 0 0 117 2 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 10684 0 0 0 175 1 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36236536 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36236550 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28974] ppid=28616 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/28619/task/28974/stat : 28974 (java) R 28616 28619 28131 0 -1 4202560 3 0 0 0 56 0 0 0 20 0 22 0 36239235 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338708521104 140339214560336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28975] ppid=28616 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/28619/task/28975/stat : 28975 (java) R 28616 28619 28131 0 -1 4202560 2 0 0 0 56 0 0 0 20 0 22 0 36239235 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338711686064 140339214657521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28976] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28976/stat : 28976 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36239236 10060525568 85699 33554432000 1073741824 1073778376 140733360562320 140338710636072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 9824732

[startup+28.0008 s]
/proc/loadavg: 0.68 0.18 0.06 3/216 28979
/proc/meminfo: memFree=30860912/32872528 swapFree=249320/249320
[pid=28619] ppid=28616 vsize=9824732 CPUtime=25.92 cores=1,3,5,7
/proc/28619/stat : 28619 (java) S 28616 28619 28131 0 -1 4202496 27001 0 1 0 2495 97 0 0 20 0 19 0 36236532 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140733360553456 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28619/statm: 2456183 85693 2287 9 0 2446860 0
[pid=28619/tid=28620] ppid=28616 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/28619/task/28620/stat : 28620 (java) S 28616 28619 28131 0 -1 4202560 2420 0 1 0 22 2 0 0 20 0 19 0 36236532 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339366642552 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28622] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28622/stat : 28622 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339339094696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28623] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28623/stat : 28623 (java) S 28616 28619 28131 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339338042152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28624] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28624/stat : 28624 (java) S 28616 28619 28131 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339336989608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28625] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28625/stat : 28625 (java) S 28616 28619 28131 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339335937064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28626] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28626/stat : 28626 (java) S 28616 28619 28131 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339334883496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28627] ppid=28616 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28619/task/28627/stat : 28627 (java) S 28616 28619 28131 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339333830952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28628] ppid=28616 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28619/task/28628/stat : 28628 (java) S 28616 28619 28131 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339332778408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28629] ppid=28616 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28619/task/28629/stat : 28629 (java) S 28616 28619 28131 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 19 0 36236533 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140339203058216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28619/tid=28630] ppid=28616 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28619/task/28630/stat : 28630 (java) S 28616 28619 28131 0 -1 4202560 147 0 0 0 0 4 0 0 20 0 19 0 36236534 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338720111208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28631] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28631/stat : 28631 (java) S 28616 28619 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338719057528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28632] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28632/stat : 28632 (java) S 28616 28619 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36236534 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338718004872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28636] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28636/stat : 28636 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338716953616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28637] ppid=28616 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/28619/task/28637/stat : 28637 (java) S 28616 28619 28131 0 -1 4202560 11628 0 0 0 117 2 0 0 20 0 19 0 36236536 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338715899960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28619/tid=28638] ppid=28616 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/28619/task/28638/stat : 28638 (java) S 28616 28619 28131 0 -1 4202560 10684 0 0 0 175 1 0 0 20 0 19 0 36236536 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338714847416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28619/tid=28639] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28639/stat : 28639 (java) S 28616 28619 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338713795064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28640] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28640/stat : 28640 (java) S 28616 28619 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36236536 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338712742728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28619/tid=28643] ppid=28616 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28619/task/28643/stat : 28643 (java) S 28616 28619 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36236550 10060525568 85693 33554432000 1073741824 1073778376 140733360562320 140338709583400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.92
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 28.0682
CPU time (s): 26.019
CPU user time (s): 24.9472
CPU system time (s): 1.07184
CPU usage (%): 92.6992
Max. virtual memory (cumulated for all children) (KiB): 9826404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9472
system time used= 1.07184
maximum resident set size= 342800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27012
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2604
involuntary context switches= 1533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.111982 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 15:11:01
IDJOB=4109325
IDBENCH=78778
IDSOLVER=2552
FILE ID=node103/4109325-1466341861
RUNJOBID= node103-1466341826-28148
PBS_JOBID= 19922045
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110975965--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109325-1466341861/watcher-4109325-1466341861 -o /tmp/evaluation-result-4109325-1466341861/solver-4109325-1466341861 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28148 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109325-1466341861.wbo

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

MD5SUM BENCH= 1921961b34f7430fccb0e54df4a4f9ba
RANDOM SEED=1741667656

node103.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.278
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 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.55
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.278
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 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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 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.278
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 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.278
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 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.278
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 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:        31180832 kB
Buffers:          165800 kB
Cached:           326588 kB
SwapCached:         2492 kB
Active:           338716 kB
Inactive:         354916 kB
Active(anon):     200676 kB
Inactive(anon):     3408 kB
Active(file):     138040 kB
Inactive(file):   351508 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099656 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:        412592 kB
Mapped:            16596 kB
Shmem:                 0 kB
Slab:             616904 kB
SReclaimable:      60864 kB
SUnreclaim:       556040 kB
KernelStack:        1784 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     911568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 71732 MiB
End job on node103 at 2016-06-19 15:11:29