Trace number 4091966

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 68.5416 49.4487

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
MD5SUMa6a99f7cb7296aed3ef8f4a1cd1ac483
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark44.0683
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1777
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
Number of bits of the biggest sum of numbers10
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.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091966-1466079090.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.219s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     2008
0.46/0.34	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 1777 literals
0.73/0.45	c And the winner is solver0
1.23/0.84	c SATISFIABLE
1.23/0.84	c OPTIMIZING...
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.725
1.23/0.84	o 627
1.23/0.88	c And the winner is solver0
1.84/1.36	c Got one! Elapsed wall clock time (in seconds):1.239
1.84/1.36	o 327
1.84/1.38	c And the winner is solver0
2.06/1.87	c Got one! Elapsed wall clock time (in seconds):1.748
2.06/1.87	o 326
3.16/2.21	c And the winner is solver0
3.17/2.37	c Got one! Elapsed wall clock time (in seconds):2.255
3.17/2.37	o 325
3.22/2.48	c And the winner is solver0
3.45/2.88	c Got one! Elapsed wall clock time (in seconds):2.762
3.45/2.88	o 322
3.45/2.89	c And the winner is solver0
3.50/3.38	c Got one! Elapsed wall clock time (in seconds):3.266
3.50/3.38	o 310
3.50/3.39	c And the winner is solver0
3.51/3.89	c Got one! Elapsed wall clock time (in seconds):3.77
3.51/3.89	o 292
3.54/3.90	c And the winner is solver0
3.56/4.39	c Got one! Elapsed wall clock time (in seconds):4.275
3.56/4.39	o 277
3.56/4.40	c And the winner is solver0
3.58/4.90	c Got one! Elapsed wall clock time (in seconds):4.778
3.58/4.90	o 127
3.59/4.91	c And the winner is solver0
3.62/5.40	c Got one! Elapsed wall clock time (in seconds):5.281
3.62/5.40	o 114
3.62/5.50	c And the winner is solver0
3.83/5.90	c Got one! Elapsed wall clock time (in seconds):5.784
3.83/5.90	o 113
3.83/5.97	c And the winner is solver0
4.03/6.40	c Got one! Elapsed wall clock time (in seconds):6.287
4.03/6.40	o 98
4.03/6.42	c And the winner is solver0
4.10/6.91	c Got one! Elapsed wall clock time (in seconds):6.789
4.10/6.91	o 97
4.10/6.98	c And the winner is solver0
4.36/7.41	c Got one! Elapsed wall clock time (in seconds):7.292
4.36/7.41	o 96
4.36/7.44	c And the winner is solver0
4.44/7.91	c Got one! Elapsed wall clock time (in seconds):7.795
4.44/7.91	o 81
4.44/7.96	c And the winner is solver0
4.56/8.42	c Got one! Elapsed wall clock time (in seconds):8.298
4.56/8.42	o 74
4.56/8.49	c And the winner is solver0
4.72/8.93	c Got one! Elapsed wall clock time (in seconds):8.815
4.72/8.93	o 70
4.85/9.03	c And the winner is solver0
4.93/9.44	c Got one! Elapsed wall clock time (in seconds):9.319
4.93/9.44	o 64
5.69/9.83	c cleaning 5065 clauses out of 10150 with flag 16393/10150
5.69/9.84	c And the winner is solver0
5.84/9.94	c Got one! Elapsed wall clock time (in seconds):9.823
5.84/9.94	o 59
5.84/10.00	c And the winner is solver0
5.96/10.45	c Got one! Elapsed wall clock time (in seconds):10.329
5.96/10.45	o 58
5.96/10.46	c And the winner is solver0
6.00/10.95	c Got one! Elapsed wall clock time (in seconds):10.834
6.00/10.95	o 41
6.00/10.97	c And the winner is solver0
6.05/11.46	c Got one! Elapsed wall clock time (in seconds):11.34
6.05/11.46	o 28
6.05/11.49	c And the winner is solver0
6.13/11.96	c Got one! Elapsed wall clock time (in seconds):11.847
6.13/11.96	o 27
6.21/12.09	c And the winner is solver0
6.50/12.47	c Got one! Elapsed wall clock time (in seconds):12.355
6.50/12.47	o 23
6.54/12.56	c And the winner is solver0
6.67/12.98	c Got one! Elapsed wall clock time (in seconds):12.863
6.67/12.98	o 22
6.70/13.01	c And the winner is solver0
6.73/13.49	c Got one! Elapsed wall clock time (in seconds):13.371
6.73/13.49	o 21
7.17/13.74	c cleaning 6113 clauses out of 12234 with flag 19535/17299
8.03/14.11	c And the winner is solver0
8.07/14.50	c Got one! Elapsed wall clock time (in seconds):14.379
8.07/14.50	o 18
8.07/14.58	c cleaning 5949 clauses out of 11910 with flag 6338/23088
8.28/14.63	c And the winner is solver0
8.37/15.01	c Got one! Elapsed wall clock time (in seconds):14.889
8.37/15.01	o 14
8.53/15.12	c And the winner is solver0
8.69/15.52	c Got one! Elapsed wall clock time (in seconds):15.399
8.69/15.52	o 13
8.69/15.59	c And the winner is solver0
8.84/16.03	c Got one! Elapsed wall clock time (in seconds):15.91
8.84/16.03	o 12
8.96/16.10	c And the winner is solver0
8.99/16.54	c Got one! Elapsed wall clock time (in seconds):16.421
8.99/16.54	o 11
8.99/16.58	c And the winner is solver0
9.10/17.05	c Got one! Elapsed wall clock time (in seconds):16.933
9.10/17.05	o 10
9.46/17.27	c And the winner is solver0
9.61/17.56	c Got one! Elapsed wall clock time (in seconds):17.444
9.61/17.56	o 9
9.69/17.66	c cleaning 7485 clauses out of 14980 with flag 9087/32107
10.72/18.10	c cleaning 6736 clauses out of 13498 with flag 62201/38110
11.52/18.60	c cleaning 6876 clauses out of 13759 with flag 127933/45107
12.78/19.15	c And the winner is solver0
12.90/19.57	c Got one! Elapsed wall clock time (in seconds):19.457
12.90/19.57	o 7
12.93/19.66	c And the winner is solver0
13.08/20.09	c Got one! Elapsed wall clock time (in seconds):19.971
13.08/20.09	o 6
13.48/20.38	c And the winner is solver0
13.67/20.60	c Got one! Elapsed wall clock time (in seconds):20.486
13.67/20.60	o 5
14.04/20.82	c cleaning 10205 clauses out of 20410 with flag 17843/58634
14.04/20.86	c And the winner is solver0
14.18/21.12	c Got one! Elapsed wall clock time (in seconds):21.003
14.18/21.12	o 4
14.97/21.51	c cleaning 7837 clauses out of 15684 with flag 44713/64113
15.17/21.69	c And the winner is solver0
15.38/22.14	c Got one! Elapsed wall clock time (in seconds):22.023
15.38/22.14	o 3
15.67/22.30	c cleaning 6426 clauses out of 12856 with flag 18105/69122
16.51/22.74	c cleaning 6207 clauses out of 12430 with flag 80940/75122
17.53/23.25	c cleaning 6608 clauses out of 13222 with flag 158221/82121
18.91/23.92	c cleaning 7306 clauses out of 14617 with flag 245742/90124
20.33/24.66	c cleaning 8144 clauses out of 16309 with flag 330965/99122
20.73/24.84	c And the winner is solver0
20.84/25.16	c Got one! Elapsed wall clock time (in seconds):25.042
20.84/25.16	o 1
21.11/25.39	c cleaning 6853 clauses out of 13724 with flag 26225/104681
22.09/25.81	c cleaning 6430 clauses out of 12874 with flag 82340/110684
22.89/26.29	c cleaning 6714 clauses out of 13441 with flag 146580/117681
24.12/26.86	c cleaning 7352 clauses out of 14728 with flag 230858/125682
25.54/27.56	c cleaning 8185 clauses out of 16375 with flag 327905/134681
27.12/28.34	c cleaning 9092 clauses out of 18190 with flag 440976/144681
29.16/29.36	c cleaning 10048 clauses out of 20101 with flag 566351/155684
31.36/30.46	c cleaning 11010 clauses out of 22052 with flag 708530/167683
34.01/31.78	c cleaning 12017 clauses out of 24040 with flag 862153/180681
37.41/33.49	c cleaning 13012 clauses out of 26023 with flag 1049360/194681
41.02/35.23	c cleaning 14002 clauses out of 28012 with flag 1216118/209682
44.85/37.19	c cleaning 14995 clauses out of 30010 with flag 1381009/225682
49.25/39.35	c cleaning 16002 clauses out of 32014 with flag 1557315/242681
54.32/41.84	c cleaning 17004 clauses out of 34012 with flag 1755115/260682
59.12/44.29	c cleaning 18002 clauses out of 36008 with flag 1899458/279683
63.72/46.53	c cleaning 18994 clauses out of 38005 with flag 2026794/299683
67.33/48.38	c cleaning 20002 clauses out of 40005 with flag 2123183/320681
68.19/48.74	c And the winner is solver0
68.42/49.43	c >>>>>>>>>> Solver number 0 (40 answers) <<<<<<<<<<<<<<<<<<
68.42/49.43	c starts		: 268
68.42/49.43	c conflicts		: 329391
68.42/49.43	c decisions		: 510547
68.42/49.43	c propagations		: 18832491
68.42/49.43	c inspects		: 465344726
68.42/49.43	c shortcuts		: 0
68.42/49.43	c learnt literals	: 27
68.42/49.43	c learnt binary clauses	: 187
68.42/49.43	c learnt ternary clauses	: 903
68.42/49.43	c learnt constraints	: 329363
68.42/49.43	c ignored constraints	: 0
68.42/49.43	c root simplifications	: 0
68.42/49.43	c removed literals (reason simplification)	: 1743221
68.42/49.43	c reason swapping (by a shorter reason)	: 0
68.42/49.43	c Calls to reduceDB	: 30
68.42/49.43	c Number of update (reduction) of LBD	: 119716
68.42/49.43	c Imported unit clauses	: 0
68.42/49.43	c number of reductions to clauses (during analyze)	: 0
68.42/49.43	c number of learned constraints concerned by reduction	: 0
68.42/49.43	c number of learning phase by resolution	: 0
68.42/49.43	c number of learning phase by cutting planes	: 0
68.42/49.43	c speed (assignments/second)	: 383710.08557457215
68.42/49.43	c non guided choices	4681
68.42/49.43	c learnt constraints type 
68.42/49.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
68.42/49.43	c starts		: 61
68.42/49.43	c conflicts		: 4034
68.42/49.43	c decisions		: 55630
68.42/49.43	c propagations		: 215477
68.42/49.43	c inspects		: 48618106
68.42/49.43	c shortcuts		: 0
68.42/49.43	c learnt literals	: 0
68.42/49.43	c learnt binary clauses	: 0
68.42/49.43	c learnt ternary clauses	: 0
68.42/49.43	c learnt constraints	: 4010
68.42/49.43	c ignored constraints	: 0
68.42/49.43	c root simplifications	: 0
68.42/49.43	c removed literals (reason simplification)	: 0
68.42/49.43	c reason swapping (by a shorter reason)	: 0
68.42/49.43	c Calls to reduceDB	: 0
68.42/49.43	c Number of update (reduction) of LBD	: 0
68.42/49.43	c Imported unit clauses	: 0
68.42/49.43	c number of reductions to clauses (during analyze)	: 0
68.42/49.43	c number of learned constraints concerned by reduction	: 0
68.42/49.43	c number of learning phase by resolution	: 0
68.42/49.43	c number of learning phase by cutting planes	: 0
68.42/49.43	c speed (assignments/second)	: 8897.022998472274
68.42/49.43	c non guided choices	4209
68.42/49.43	c learnt constraints type 
68.42/49.43	s OPTIMUM FOUND
68.42/49.43	c Found 39 solution(s)
68.42/49.43	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
68.42/49.43	c objective function=1
68.42/49.43	c Total wall clock time (in seconds): 49.316

Verifier Data

OK	1

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-4091966-1466079090/watcher-4091966-1466079090 -o /tmp/evaluation-result-4091966-1466079090/solver-4091966-1466079090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9509 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091966-1466079090.wbo 

pid=13191
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: 2.68 2.36 2.31 3/196 13194
/proc/meminfo: memFree=26774244/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13194/stat : 13194 (java) D 13191 13194 6847 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 9955634 2560000 46 33554432000 1073741824 1073778376 140737474127744 140737474124872 270698376487 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 625 46 37 9 0 29 0

[startup+0.10011 s]
/proc/loadavg: 2.68 2.36 2.31 3/196 13194
/proc/meminfo: memFree=26774244/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 9955634 9787879424 6044 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.68 2.36 2.31 3/196 13194
/proc/meminfo: memFree=26774244/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 4721 0 1 0 22 1 0 0 20 0 18 0 9955634 9787879424 6801 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2389619 6801 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.68 2.36 2.31 3/196 13194
/proc/meminfo: memFree=26774244/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 5725 0 1 0 45 1 0 0 20 0 18 0 9955634 9787879424 8457 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2389619 8457 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700245 s]
/proc/loadavg: 2.68 2.36 2.31 3/196 13194
/proc/meminfo: memFree=26774244/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 10789 0 1 0 119 4 0 0 20 0 19 0 9955634 10060525568 12889 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 12889 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.68 2.36 2.31 4/215 13219
/proc/meminfo: memFree=26699372/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 22853 0 1 0 195 11 0 0 20 0 19 0 9955634 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 21094 2265 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) S 13191 13194 6847 0 -1 4202560 2425 0 1 0 31 2 0 0 20 0 19 0 9955635 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809071956856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 6881 0 0 0 60 0 0 0 20 0 19 0 9955640 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12202 0 0 0 72 3 0 0 20 0 19 0 9955640 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955670 10060525568 21094 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 2.68 2.36 2.31 5/218 13225
/proc/meminfo: memFree=26664920/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 23615 0 1 0 335 15 0 0 20 0 19 0 9955634 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 38518 2269 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) S 13191 13194 6847 0 -1 4202560 2426 0 1 0 33 2 0 0 20 0 19 0 9955635 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809071956856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9955636 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 7574 0 0 0 89 0 0 0 20 0 19 0 9955640 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12213 0 0 0 98 3 0 0 20 0 19 0 9955640 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955670 10060525568 38518 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (3.57 s) is less than in the last sample (3.58 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+4.40069 s]
/proc/loadavg: 2.55 2.34 2.30 8/217 13239
/proc/meminfo: memFree=26604980/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 23648 0 1 0 343 15 0 0 20 0 21 0 9955634 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 44666 2271 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) S 13191 13194 6847 0 -1 4202560 2429 0 1 0 34 2 0 0 20 0 21 0 9955635 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809071956856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9955636 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9955638 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 9955638 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9955638 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955640 10060525568 44666 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) R 13191 13194 6847 0 -1 4202560 7574 0 0 0 92 0 0 0 20 0 21 0 9955640 10060525568 44668 33554432000 1073741824 1073778376 140737474127744 139808420603968 139809074563912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12213 0 0 0 101 3 0 0 20 0 21 0 9955640 10060525568 44668 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9955640 10060525568 44668 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9955638 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 9955638 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9955640 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 7579 0 0 0 126 0 0 0 20 0 22 0 9955640 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12224 0 0 0 118 3 0 0 20 0 22 0 9955640 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9955640 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9955640 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9955670 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13331] ppid=13191 vsize=9824732 CPUtime=22.58 cores=1,3,5,7
/proc/13194/task/13331/stat : 13331 (java) R 13191 13194 6847 0 -1 4202560 12 0 0 0 2258 0 0 0 20 0 22 0 9958153 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808416391736 139808920342017 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13332] ppid=13191 vsize=9824732 CPUtime=22.57 cores=1,3,5,7
/proc/13194/task/13332/stat : 13332 (java) R 13191 13194 6847 0 -1 4202560 690 0 0 0 2238 19 0 0 20 0 22 0 9958153 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808415337136 139808920455036 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13333] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13333/stat : 13333 (java) S 13191 13194 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9958156 10060525568 561362 33554432000 1073741824 1073778376 140737474127744 139808414287272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 66.72
Current children cumulated vsize (KiB) 9824732

[startup+48.8009 s]
/proc/loadavg: 2.82 2.43 2.33 4/218 13333
/proc/meminfo: memFree=24420028/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=68.19 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 27106 0 1 0 6686 133 0 0 20 0 19 0 9955634 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 595971 2289 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) S 13191 13194 6847 0 -1 4202560 2438 0 1 0 60 2 0 0 20 0 19 0 9955635 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809071956856 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 106 0 0 0 15 2 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 69 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 129 0 0 0 20 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 1048 0 0 0 1 3 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 7579 0 0 0 126 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12224 0 0 0 118 3 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955670 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 68.19
Current children cumulated vsize (KiB) 9824732

[startup+49.2007 s]
/proc/loadavg: 2.82 2.43 2.33 4/218 13333
/proc/meminfo: memFree=24420028/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=68.2 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 27106 0 1 0 6687 133 0 0 20 0 19 0 9955634 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 595971 2289 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) R 13191 13194 6847 0 -1 4202560 2438 0 1 0 61 2 0 0 20 0 19 0 9955635 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809071956856 139808921154563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 106 0 0 0 15 2 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 69 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 129 0 0 0 20 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 1048 0 0 0 1 3 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 7579 0 0 0 126 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12224 0 0 0 118 3 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955670 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 68.2
Current children cumulated vsize (KiB) 9824732

[startup+49.4009 s]
/proc/loadavg: 2.82 2.43 2.33 4/218 13333
/proc/meminfo: memFree=24420028/32872528 swapFree=1541688/1694988
[pid=13194] ppid=13191 vsize=9824732 CPUtime=68.41 cores=1,3,5,7
/proc/13194/stat : 13194 (java) S 13191 13194 6847 0 -1 4202496 27106 0 1 0 6708 133 0 0 20 0 19 0 9955634 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 140737474118880 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13194/statm: 2456183 595971 2289 9 0 2446860 0
[pid=13194/tid=13196] ppid=13191 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/13194/task/13196/stat : 13196 (java) R 13191 13194 6847 0 -1 4202560 2438 0 1 0 81 2 0 0 20 0 19 0 9955635 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809071956616 139808920268249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13197] ppid=13191 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13194/task/13197/stat : 13197 (java) S 13191 13194 6847 0 -1 4202560 106 0 0 0 15 2 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809044409128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13198] ppid=13191 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/13194/task/13198/stat : 13198 (java) S 13191 13194 6847 0 -1 4202560 104 0 0 0 17 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809043356328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13199] ppid=13191 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13194/task/13199/stat : 13199 (java) S 13191 13194 6847 0 -1 4202560 102 0 0 0 13 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809042304040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13200] ppid=13191 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/13194/task/13200/stat : 13200 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809041251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13201] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13201/stat : 13201 (java) S 13191 13194 6847 0 -1 4202560 69 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809040197928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13202] ppid=13191 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13194/task/13202/stat : 13202 (java) S 13191 13194 6847 0 -1 4202560 129 0 0 0 20 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139809039145128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13203] ppid=13191 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/13194/task/13203/stat : 13203 (java) S 13191 13194 6847 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808908814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13204] ppid=13191 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/13194/task/13204/stat : 13204 (java) S 13191 13194 6847 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 19 0 9955636 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808907762088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13205] ppid=13191 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13194/task/13205/stat : 13205 (java) S 13191 13194 6847 0 -1 4202560 1048 0 0 0 1 3 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808424815336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13206] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13206/stat : 13206 (java) S 13191 13194 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808423761400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13207] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13207/stat : 13207 (java) S 13191 13194 6847 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 9955638 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808422709000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13208] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13208/stat : 13208 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808421657488 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13194/tid=13209] ppid=13191 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/13194/task/13209/stat : 13209 (java) S 13191 13194 6847 0 -1 4202560 7579 0 0 0 127 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808420604088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13194/tid=13210] ppid=13191 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/13194/task/13210/stat : 13210 (java) S 13191 13194 6847 0 -1 4202560 12224 0 0 0 118 3 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808419551288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13211] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13211/stat : 13211 (java) S 13191 13194 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808418499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13194/tid=13212] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13212/stat : 13212 (java) S 13191 13194 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9955640 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808417446600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13194/tid=13216] ppid=13191 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13194/task/13216/stat : 13216 (java) S 13191 13194 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9955670 10060525568 595971 33554432000 1073741824 1073778376 140737474127744 139808413234728 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 68.41
Current children cumulated vsize (KiB) 9824732

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): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 49.4487
CPU time (s): 68.5416
CPU user time (s): 67.0818
CPU system time (s): 1.45978
CPU usage (%): 138.611
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0718
system time used= 1.45978
maximum resident set size= 2399136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3197
involuntary context switches= 3689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.235964 second user time and 0.26096 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 14:11:30
IDJOB=4091966
IDBENCH=78961
IDSOLVER=2552
FILE ID=node125/4091966-1466079090
RUNJOBID= node125-1466075444-9509
PBS_JOBID= 19904014
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091966-1466079090/watcher-4091966-1466079090 -o /tmp/evaluation-result-4091966-1466079090/solver-4091966-1466079090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9509 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091966-1466079090.wbo

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

MD5SUM BENCH= a6a99f7cb7296aed3ef8f4a1cd1ac483
RANDOM SEED=964260233

node125.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		: 2666.683
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	: 5333.36
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		: 2666.683
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		: 2666.683
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		: 2666.683
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.54
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		: 2666.683
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		: 2666.683
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		: 2666.683
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		: 2666.683
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:        26775036 kB
Buffers:           22676 kB
Cached:            57200 kB
SwapCached:         2664 kB
Active:          3632704 kB
Inactive:          56048 kB
Active(anon):    3607020 kB
Inactive(anon):     3820 kB
Active(file):      25684 kB
Inactive(file):    52228 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096840 kB
Dirty:               568 kB
Writeback:             0 kB
AnonPages:       5414728 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565748 kB
SReclaimable:       9400 kB
SUnreclaim:       556348 kB
KernelStack:        1800 kB
PageTables:        14996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5599816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3821568 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= 71744 MiB
End job on node125 at 2016-06-16 14:12:20