Trace number 4109561

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 17.6113 25.2863

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-66-100-0.wbo
MD5SUM994f94b5e00e9f32d6033ad27b9df019
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark21.8357
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109561-1467321341.wbo
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.066s.
0.10/0.18	c declared #vars     169
0.10/0.18	c internal #vars     197
0.10/0.18	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 => 28
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
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 => 2
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 28 literals
1.44/0.56	c And the winner is solver0
1.78/0.68	c SATISFIABLE
1.78/0.68	c OPTIMIZING...
1.78/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.78/0.68	o 972
2.00/0.71	c And the winner is solver0
2.10/1.19	c Got one! Elapsed wall clock time (in seconds):1.071
2.10/1.19	o 883
2.48/1.30	c cleaning 2777 clauses out of 5557 with flag 5847/5557
2.88/1.42	c And the winner is solver1
3.17/1.69	c Got one! Elapsed wall clock time (in seconds):1.572
3.17/1.69	o 881
3.18/1.76	c cleaning 4066 clauses out of 8132 with flag 6249/10909
3.18/1.78	c And the winner is solver0
3.45/2.19	c Got one! Elapsed wall clock time (in seconds):2.073
3.45/2.19	o 880
3.48/2.27	c And the winner is solver0
3.65/2.69	c Got one! Elapsed wall clock time (in seconds):2.574
3.65/2.69	o 872
3.66/2.75	c And the winner is solver0
3.80/3.19	c Got one! Elapsed wall clock time (in seconds):3.075
3.80/3.19	o 870
3.82/3.24	c And the winner is solver0
3.92/3.69	c Got one! Elapsed wall clock time (in seconds):3.576
3.92/3.69	o 869
3.93/3.73	c cleaning 5893 clauses out of 11786 with flag 3073/18629
4.36/3.95	c cleaning 5947 clauses out of 11893 with flag 23572/24629
4.57/4.04	c And the winner is solver0
4.68/4.19	c Got one! Elapsed wall clock time (in seconds):4.077
4.68/4.19	o 865
4.88/4.30	c And the winner is solver0
4.89/4.69	c Got one! Elapsed wall clock time (in seconds):4.578
4.89/4.69	o 859
4.90/4.72	c And the winner is solver0
4.98/5.19	c Got one! Elapsed wall clock time (in seconds):5.079
4.98/5.19	o 852
4.99/5.25	c cleaning 6770 clauses out of 13540 with flag 3833/32223
5.20/5.33	c And the winner is solver0
5.29/5.69	c Got one! Elapsed wall clock time (in seconds):5.58
5.29/5.69	o 851
5.30/5.70	c And the winner is solver0
5.30/6.19	c Got one! Elapsed wall clock time (in seconds):6.081
5.30/6.19	o 337
5.30/6.20	c And the winner is solver0
5.30/6.70	c Got one! Elapsed wall clock time (in seconds):6.581
5.30/6.70	o 295
5.30/6.70	c And the winner is solver0
5.31/7.20	c Got one! Elapsed wall clock time (in seconds):7.082
5.31/7.20	o 278
5.32/7.29	c And the winner is solver0
5.52/7.70	c Got one! Elapsed wall clock time (in seconds):7.583
5.52/7.70	o 270
5.52/7.70	c And the winner is solver0
5.52/8.20	c Got one! Elapsed wall clock time (in seconds):8.084
5.52/8.20	o 247
5.52/8.21	c And the winner is solver0
5.56/8.70	c Got one! Elapsed wall clock time (in seconds):8.585
5.56/8.70	o 239
5.56/8.79	c cleaning 6671 clauses out of 13346 with flag 3317/38799
5.86/8.82	c And the winner is solver0
6.17/9.20	c Got one! Elapsed wall clock time (in seconds):9.085
6.17/9.20	o 238
6.36/9.34	c cleaning 5888 clauses out of 11785 with flag 13641/43909
6.36/9.35	c And the winner is solver0
6.52/9.70	c Got one! Elapsed wall clock time (in seconds):9.586
6.52/9.70	o 237
6.52/9.73	c And the winner is solver0
6.61/10.20	c Got one! Elapsed wall clock time (in seconds):10.087
6.61/10.20	o 231
6.61/10.25	c And the winner is solver0
6.72/10.70	c Got one! Elapsed wall clock time (in seconds):10.588
6.72/10.70	o 226
6.72/10.75	c And the winner is solver0
6.85/11.20	c Got one! Elapsed wall clock time (in seconds):11.089
6.85/11.20	o 224
6.85/11.23	c And the winner is solver0
6.92/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
6.92/11.70	o 220
6.92/11.72	c And the winner is solver0
6.95/12.20	c Got one! Elapsed wall clock time (in seconds):12.09
6.95/12.20	o 219
6.95/12.21	c And the winner is solver0
6.99/12.71	c Got one! Elapsed wall clock time (in seconds):12.591
6.99/12.71	o 189
6.99/12.75	c And the winner is solver0
7.10/13.21	c Got one! Elapsed wall clock time (in seconds):13.092
7.10/13.21	o 181
7.10/13.23	c And the winner is solver0
7.16/13.71	c Got one! Elapsed wall clock time (in seconds):13.593
7.16/13.71	o 170
7.16/13.72	c And the winner is solver0
7.22/14.21	c Got one! Elapsed wall clock time (in seconds):14.094
7.22/14.21	o 167
7.22/14.23	c And the winner is solver0
7.28/14.71	c Got one! Elapsed wall clock time (in seconds):14.595
7.28/14.71	o 166
7.28/14.73	c And the winner is solver0
7.35/15.21	c Got one! Elapsed wall clock time (in seconds):15.096
7.35/15.21	o 161
7.35/15.24	c And the winner is solver0
7.44/15.71	c Got one! Elapsed wall clock time (in seconds):15.597
7.44/15.71	o 149
7.44/15.79	c And the winner is solver0
7.63/16.21	c Got one! Elapsed wall clock time (in seconds):16.097
7.63/16.21	o 144
7.63/16.27	c cleaning 8756 clauses out of 17518 with flag 4036/55530
7.63/16.28	c And the winner is solver0
7.80/16.71	c Got one! Elapsed wall clock time (in seconds):16.598
7.80/16.71	o 142
7.80/16.74	c And the winner is solver0
7.90/17.21	c Got one! Elapsed wall clock time (in seconds):17.099
7.90/17.21	o 140
7.90/17.28	c And the winner is solver0
8.05/17.71	c Got one! Elapsed wall clock time (in seconds):17.6
8.05/17.71	o 127
8.21/17.89	c cleaning 7993 clauses out of 15991 with flag 14153/62759
8.41/17.92	c And the winner is solver0
8.46/18.21	c Got one! Elapsed wall clock time (in seconds):18.101
8.46/18.21	o 118
8.46/18.22	c And the winner is solver0
8.46/18.72	c Got one! Elapsed wall clock time (in seconds):18.601
8.46/18.72	o 116
8.65/18.83	c And the winner is solver0
8.72/19.22	c Got one! Elapsed wall clock time (in seconds):19.102
8.72/19.22	o 113
8.72/19.28	c And the winner is solver0
8.87/19.72	c Got one! Elapsed wall clock time (in seconds):19.603
8.87/19.72	o 109
8.87/19.76	c cleaning 7340 clauses out of 14686 with flag 3854/69447
8.87/19.79	c And the winner is solver0
9.06/20.22	c Got one! Elapsed wall clock time (in seconds):20.104
9.06/20.22	o 97
9.22/20.31	c And the winner is solver0
9.25/20.72	c Got one! Elapsed wall clock time (in seconds):20.605
9.25/20.72	o 86
9.41/20.80	c cleaning 6670 clauses out of 13343 with flag 8210/75444
9.41/20.88	c And the winner is solver0
9.60/21.22	c Got one! Elapsed wall clock time (in seconds):21.106
9.60/21.22	o 81
9.75/21.34	c cleaning 5963 clauses out of 11929 with flag 12678/80700
10.33/21.57	c cleaning 5980 clauses out of 11965 with flag 36978/86699
10.63/21.62	c And the winner is solver0
10.83/21.72	c Got one! Elapsed wall clock time (in seconds):21.607
10.83/21.72	o 80
10.98/21.87	c cleaning 5756 clauses out of 11519 with flag 15952/92233
11.39/22.08	c cleaning 5880 clauses out of 11761 with flag 40068/98232
12.00/22.34	c cleaning 6438 clauses out of 12880 with flag 67812/105232
12.61/22.65	c cleaning 7218 clauses out of 14442 with flag 99900/113232
13.21/23.00	c cleaning 8107 clauses out of 16225 with flag 138675/122233
14.24/23.41	c cleaning 9056 clauses out of 18115 with flag 183449/132232
15.06/23.88	c cleaning 10028 clauses out of 20058 with flag 231540/143233
16.27/24.43	c cleaning 11010 clauses out of 22029 with flag 285422/155235
17.28/24.98	c And the winner is solver0
17.46/25.28	c >>>>>>>>>> Solver number 0 (43 answers) <<<<<<<<<<<<<<<<<<
17.46/25.28	c starts		: 791
17.46/25.28	c conflicts		: 167565
17.46/25.28	c decisions		: 266130
17.46/25.28	c propagations		: 3662315
17.46/25.28	c inspects		: 66086652
17.46/25.28	c shortcuts		: 0
17.46/25.28	c learnt literals	: 31
17.46/25.28	c learnt binary clauses	: 143
17.46/25.28	c learnt ternary clauses	: 576
17.46/25.28	c learnt constraints	: 167533
17.46/25.28	c ignored constraints	: 0
17.46/25.28	c root simplifications	: 0
17.46/25.28	c removed literals (reason simplification)	: 1801701
17.46/25.28	c reason swapping (by a shorter reason)	: 0
17.46/25.28	c Calls to reduceDB	: 21
17.46/25.28	c Number of update (reduction) of LBD	: 40648
17.46/25.28	c Imported unit clauses	: 0
17.46/25.28	c number of reductions to clauses (during analyze)	: 0
17.46/25.28	c number of learned constraints concerned by reduction	: 0
17.46/25.28	c number of learning phase by resolution	: 0
17.46/25.28	c number of learning phase by cutting planes	: 0
17.46/25.28	c speed (assignments/second)	: 155255.20369663826
17.46/25.28	c non guided choices	1517
17.46/25.28	c learnt constraints type 
17.46/25.28	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
17.46/25.28	c starts		: 48
17.46/25.28	c conflicts		: 1074
17.46/25.28	c decisions		: 7177
17.46/25.28	c propagations		: 41615
17.46/25.28	c inspects		: 4225932
17.46/25.28	c shortcuts		: 0
17.46/25.28	c learnt literals	: 0
17.46/25.28	c learnt binary clauses	: 0
17.46/25.28	c learnt ternary clauses	: 0
17.46/25.28	c learnt constraints	: 1044
17.46/25.28	c ignored constraints	: 0
17.46/25.28	c root simplifications	: 0
17.46/25.28	c removed literals (reason simplification)	: 0
17.46/25.28	c reason swapping (by a shorter reason)	: 0
17.46/25.28	c Calls to reduceDB	: 0
17.46/25.28	c Number of update (reduction) of LBD	: 0
17.46/25.28	c Imported unit clauses	: 0
17.46/25.28	c number of reductions to clauses (during analyze)	: 0
17.46/25.28	c number of learned constraints concerned by reduction	: 0
17.46/25.28	c number of learning phase by resolution	: 0
17.46/25.28	c number of learning phase by cutting planes	: 0
17.46/25.28	c speed (assignments/second)	: 11715.934684684684
17.46/25.28	c non guided choices	655
17.46/25.28	c learnt constraints type 
17.46/25.28	s OPTIMUM FOUND
17.46/25.28	c Found 43 solution(s)
17.46/25.28	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 
17.46/25.28	c objective function=80
17.46/25.28	c Total wall clock time (in seconds): 25.163

Verifier Data

OK	80

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-4109561-1467321341/watcher-4109561-1467321341 -o /tmp/evaluation-result-4109561-1467321341/solver-4109561-1467321341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29020 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109561-1467321341.wbo 

pid=3007
running on 4 cores: 0,2,4,6

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.89 1.55 1.79 2/194 3010
/proc/meminfo: memFree=30423360/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11154046 98570240 977 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 24065 977 743 9 0 16771 0
[pid=3010/tid=3011] ppid=3007 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3007 3010 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11154047 98570240 978 33554432000 1073741824 1073778376 140735390303168 139643370831400 211458803072 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10011 s]
/proc/loadavg: 0.89 1.55 1.79 2/194 3010
/proc/meminfo: memFree=30423360/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 11154046 9787879424 6048 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2389619 6048 2126 9 0 2380296 0
[pid=3010/tid=3011] ppid=3007 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3007 3010 23565 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 11154047 9787879424 6048 33554432000 1073741824 1073778376 140735390303168 139643370834848 139643378709910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 0.89 1.55 1.79 2/194 3010
/proc/meminfo: memFree=30423360/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 4747 0 1 0 24 1 0 0 20 0 22 0 11154046 10060525568 7899 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 7899 2208 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2419 0 1 0 16 0 0 0 20 0 22 0 11154047 10060525568 7899 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.30026 s]
/proc/loadavg: 0.89 1.55 1.79 2/194 3010
/proc/meminfo: memFree=30423360/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 7936 0 1 0 62 2 0 0 20 0 22 0 11154046 10060525568 10387 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 10387 2247 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2419 0 1 0 16 0 0 0 20 0 22 0 11154047 10060525568 10387 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.70022 s]
/proc/loadavg: 0.89 1.55 1.79 2/194 3010
/proc/meminfo: memFree=30423360/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 16704 0 1 0 195 5 0 0 20 0 22 0 11154046 10060525568 18881 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 18881 2257 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2419 0 1 0 16 0 0 0 20 0 22 0 11154047 10060525568 18881 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 0.89 1.55 1.79 1/213 3041
/proc/meminfo: memFree=30335804/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 20688 0 1 0 303 10 0 0 20 0 19 0 11154046 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 35440 2271 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2420 0 1 0 17 0 0 0 20 0 19 0 11154047 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3024] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642990320528 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3025] ppid=3007 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) R 3007 3010 23565 0 -1 4202560 7638 0 0 0 84 0 0 0 20 0 19 0 11154052 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642989245136 139643376988948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3026] ppid=3007 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) R 3007 3010 23565 0 -1 4202560 9251 0 0 0 82 0 0 0 20 0 19 0 11154052 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642988201424 211462185397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3027] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642987162232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3028] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 35440 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 0.82 1.53 1.78 2/216 3056
/proc/meminfo: memFree=30221628/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 20762 0 1 0 364 16 0 0 20 0 19 0 11154046 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 47750 2285 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2421 0 1 0 17 0 0 0 20 0 19 0 11154047 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11154048 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3024] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642990320528 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3025] ppid=3007 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3007 3010 23565 0 -1 4202560 7639 0 0 0 91 0 0 0 20 0 19 0 11154052 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642989267128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3026] ppid=3007 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3007 3010 23565 0 -1 4202560 9251 0 0 0 89 0 0 0 20 0 19 0 11154052 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642988214328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3027] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642987162232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3028] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3050] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3050/stat : 3050 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154216 10060525568 47750 33554432000 1073741824 1073778376 140735390303168 139642982851496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9824732

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

[startup+5.70081 s]
/proc/loadavg: 0.82 1.53 1.78 1/213 3095
/proc/meminfo: memFree=30180280/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=5.3 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 20857 0 1 0 500 30 0 0 20 0 22 0 11154046 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 51686 2286 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2422 0 1 0 17 0 0 0 20 0 22 0 11154047 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 11154048 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 51686 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 56525 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3050] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3050/stat : 3050 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11154216 10060525568 56525 33554432000 1073741824 1073778376 140735390303168 139642982851496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3288] ppid=3007 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/3010/task/3288/stat : 3288 (java) R 3007 3010 23565 0 -1 4202560 9 0 0 0 65 0 0 0 20 0 22 0 11156219 10060525568 56525 33554432000 1073741824 1073778376 140735390303168 139642981799064 139643228490125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3289] ppid=3007 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/3010/task/3289/stat : 3289 (java) R 3007 3010 23565 0 -1 4202560 2 0 0 0 65 0 0 0 20 0 22 0 11156219 10060525568 56525 33554432000 1073741824 1073778376 140735390303168 139642983903152 139643228607547 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3290] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3290/stat : 3290 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156219 10060525568 56525 33554432000 1073741824 1073778376 140735390303168 139642984956840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 9824732

[startup+24.0009 s]
/proc/loadavg: 0.75 1.46 1.75 4/216 3299
/proc/meminfo: memFree=30131216/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=15.43 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 27704 0 1 0 1447 96 0 0 20 0 22 0 11154046 10060525568 87151 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 87151 2287 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2422 0 1 0 18 2 0 0 20 0 22 0 11154047 10060525568 87151 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 11154048 10060525568 87151 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 11154048 10060525568 87151 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 11154048 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 95 0 0 0 1 6 0 0 20 0 22 0 11154049 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3024] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642990320528 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3025] ppid=3007 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3007 3010 23565 0 -1 4202560 7694 0 0 0 102 0 0 0 20 0 22 0 11154052 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642989267128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3026] ppid=3007 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3007 3010 23565 0 -1 4202560 15130 0 0 0 172 2 0 0 20 0 22 0 11154052 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642988214328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3027] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642987162232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3028] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3050] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3050/stat : 3050 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11154216 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642982851496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3288] ppid=3007 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/3010/task/3288/stat : 3288 (java) R 3007 3010 23565 0 -1 4202560 15 0 0 0 222 0 0 0 20 0 22 0 11156219 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642981790224 139643228436162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3289] ppid=3007 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/3010/task/3289/stat : 3289 (java) R 3007 3010 23565 0 -1 4202560 374 0 0 0 220 2 0 0 20 0 22 0 11156219 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642983903136 139643228607322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3290] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3290/stat : 3290 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156219 10060525568 87663 33554432000 1073741824 1073778376 140735390303168 139642984956840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.43
Current children cumulated vsize (KiB) 9824732

[startup+24.8008 s]
/proc/loadavg: 0.75 1.46 1.75 3/216 3305
/proc/meminfo: memFree=30000268/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=17.06 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 27790 0 1 0 1609 97 0 0 20 0 22 0 11154046 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 93865 2287 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2422 0 1 0 18 2 0 0 20 0 22 0 11154047 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 11154048 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 147 0 0 0 1 7 0 0 20 0 22 0 11154049 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 11154049 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3024] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642990320528 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3025] ppid=3007 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3007 3010 23565 0 -1 4202560 7694 0 0 0 102 0 0 0 20 0 22 0 11154052 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642989267128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3026] ppid=3007 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3007 3010 23565 0 -1 4202560 15130 0 0 0 172 2 0 0 20 0 22 0 11154052 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642988214328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3027] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642987162232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3028] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11154052 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3050] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3050/stat : 3050 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11154216 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642982851496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3288] ppid=3007 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/3010/task/3288/stat : 3288 (java) R 3007 3010 23565 0 -1 4202560 17 0 0 0 300 0 0 0 20 0 22 0 11156219 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642981797272 139643228585887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3289] ppid=3007 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/3010/task/3289/stat : 3289 (java) R 3007 3010 23565 0 -1 4202560 379 0 0 0 297 2 0 0 20 0 22 0 11156219 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642983902960 139643228439618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3290] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3290/stat : 3290 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11156219 10060525568 93865 33554432000 1073741824 1073778376 140735390303168 139642984956840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 9824732

[startup+25.2008 s]
/proc/loadavg: 0.75 1.46 1.75 3/216 3305
/proc/meminfo: memFree=30000268/32872528 swapFree=480748/529804
[pid=3010] ppid=3007 vsize=9824732 CPUtime=17.44 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3007 3010 23565 0 -1 4202496 27791 0 1 0 1645 99 0 0 20 0 19 0 11154046 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 140735390294304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3010/statm: 2456183 92267 2287 9 0 2446860 0
[pid=3010/tid=3011] ppid=3007 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3007 3010 23565 0 -1 4202560 2422 0 1 0 18 2 0 0 20 0 19 0 11154047 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643370836856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3013] ppid=3007 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3007 3010 23565 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643348937512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3014] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3007 3010 23565 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643347884712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3015] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3007 3010 23565 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643346832424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3016] ppid=3007 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3007 3010 23565 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643009887144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3017] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3007 3010 23565 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643008833832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3018] ppid=3007 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3007 3010 23565 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643007781032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3019] ppid=3007 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3007 3010 23565 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643006728744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3020] ppid=3007 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3007 3010 23565 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 11154048 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139643005675944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3021] ppid=3007 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3007 3010 23565 0 -1 4202560 147 0 0 0 1 7 0 0 20 0 19 0 11154049 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642993478376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3022] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3007 3010 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642992424440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3023] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3007 3010 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 11154049 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642991372040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3010/tid=3024] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642990320528 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3025] ppid=3007 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3007 3010 23565 0 -1 4202560 7694 0 0 0 102 0 0 0 20 0 19 0 11154052 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642989267128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3026] ppid=3007 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3007 3010 23565 0 -1 4202560 15130 0 0 0 172 2 0 0 20 0 19 0 11154052 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642988214328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3010/tid=3027] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642987162232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3010/tid=3028] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3007 3010 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11154052 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642986109640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3010/tid=3050] ppid=3007 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3050/stat : 3050 (java) S 3007 3010 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11154216 10060525568 92267 33554432000 1073741824 1073778376 140735390303168 139642982851496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.44
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.0200005
#  lost CPU user time (s): 0.0200005
#  lost CPU system time (s): 0

Real time (s): 25.2863
CPU time (s): 17.6113
CPU user time (s): 16.5195
CPU system time (s): 1.09183
CPU usage (%): 69.6478
Max. virtual memory (cumulated for all children) (KiB): 9826192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4995
system time used= 1.09183
maximum resident set size= 375460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27802
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= 2564
involuntary context switches= 1052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.183972 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:15:41
IDJOB=4109561
IDBENCH=78852
IDSOLVER=2552
FILE ID=node141/4109561-1467321341
RUNJOBID= node141-1467319102-29020
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1110968898--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109561-1467321341/watcher-4109561-1467321341 -o /tmp/evaluation-result-4109561-1467321341/solver-4109561-1467321341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29020 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109561-1467321341.wbo

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

MD5SUM BENCH= 994f94b5e00e9f32d6033ad27b9df019
RANDOM SEED=382489246

node141.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.448
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	: 5332.89
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.448
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.448
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.448
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		: 2666.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30423732 kB
Buffers:          175288 kB
Cached:           862248 kB
SwapCached:            0 kB
Active:           448624 kB
Inactive:         717324 kB
Active(anon):     130820 kB
Inactive(anon):        4 kB
Active(file):     317804 kB
Inactive(file):   717320 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1380 kB
Writeback:             0 kB
AnonPages:        600248 kB
Mapped:            22288 kB
Shmem:               204 kB
Slab:             620416 kB
SReclaimable:      63672 kB
SUnreclaim:       556744 kB
KernelStack:        1784 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71700 MiB
End job on node141 at 2016-06-30 23:16:07