Trace number 4109545

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 21.7917 25.613

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-66-100-0.wbo
MD5SUM666d5c712f5e475011fc9b955250b39c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark3.89641
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109545-1467321311.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.064s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     211
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.11/0.17	c 101 constraints processed.
0.11/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.11/0.17	c 101 constraints processed.
0.11/0.17	c objective function length is 42 literals
0.67/0.36	c And the winner is solver0
1.27/0.67	c SATISFIABLE
1.27/0.67	c OPTIMIZING...
1.27/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.27/0.67	o 542
1.27/0.69	c And the winner is solver0
1.31/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
1.31/1.17	o 536
1.31/1.20	c And the winner is solver0
1.36/1.68	c Got one! Elapsed wall clock time (in seconds):1.57
1.36/1.68	o 535
1.36/1.68	c And the winner is solver0
1.44/2.18	c Got one! Elapsed wall clock time (in seconds):2.071
1.44/2.18	o 516
1.50/2.22	c And the winner is solver0
1.60/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
1.60/2.68	o 503
1.60/2.69	c And the winner is solver0
1.68/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
1.68/3.18	o 502
1.68/3.20	c And the winner is solver0
1.75/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
1.75/3.68	o 493
1.75/3.69	c And the winner is solver0
1.75/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
1.75/4.18	o 485
1.75/4.20	c And the winner is solver0
1.85/4.68	c Got one! Elapsed wall clock time (in seconds):4.576
1.85/4.68	o 478
1.89/4.70	c And the winner is solver0
1.93/5.18	c Got one! Elapsed wall clock time (in seconds):5.078
1.93/5.18	o 466
1.96/5.23	c And the winner is solver0
2.04/5.68	c Got one! Elapsed wall clock time (in seconds):5.578
2.04/5.68	o 463
2.07/5.70	c And the winner is solver0
2.09/6.18	c Got one! Elapsed wall clock time (in seconds):6.079
2.09/6.18	o 462
2.11/6.20	c And the winner is solver0
2.13/6.69	c Got one! Elapsed wall clock time (in seconds):6.58
2.13/6.69	o 458
2.13/6.69	c And the winner is solver0
2.13/7.19	c Got one! Elapsed wall clock time (in seconds):7.081
2.13/7.19	o 445
2.13/7.19	c And the winner is solver0
2.13/7.69	c Got one! Elapsed wall clock time (in seconds):7.582
2.13/7.69	o 341
2.13/7.69	c And the winner is solver0
2.16/8.19	c Got one! Elapsed wall clock time (in seconds):8.083
2.16/8.19	o 325
2.16/8.19	c And the winner is solver0
2.16/8.69	c Got one! Elapsed wall clock time (in seconds):8.584
2.16/8.69	o 303
2.17/8.70	c And the winner is solver0
2.17/9.19	c Got one! Elapsed wall clock time (in seconds):9.085
2.17/9.19	o 268
2.18/9.21	c And the winner is solver0
2.26/9.69	c Got one! Elapsed wall clock time (in seconds):9.586
2.26/9.69	o 256
2.26/9.69	c And the winner is solver0
2.27/10.19	c Got one! Elapsed wall clock time (in seconds):10.088
2.27/10.19	o 246
2.27/10.23	c And the winner is solver0
2.42/10.69	c Got one! Elapsed wall clock time (in seconds):10.588
2.42/10.69	o 235
2.42/10.71	c And the winner is solver0
2.46/11.19	c Got one! Elapsed wall clock time (in seconds):11.089
2.46/11.19	o 223
2.47/11.23	c And the winner is solver0
2.63/11.70	c Got one! Elapsed wall clock time (in seconds):11.59
2.63/11.70	o 215
2.63/11.74	c And the winner is solver0
2.75/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
2.75/12.20	o 214
2.77/12.22	c And the winner is solver0
2.80/12.70	c Got one! Elapsed wall clock time (in seconds):12.595
2.80/12.70	o 198
2.80/12.71	c And the winner is solver0
2.80/13.20	c Got one! Elapsed wall clock time (in seconds):13.096
2.80/13.20	o 182
2.81/13.25	c And the winner is solver0
2.92/13.70	c Got one! Elapsed wall clock time (in seconds):13.599
2.92/13.70	o 175
2.92/13.78	c cleaning 6474 clauses out of 12947 with flag 3030/12947
3.55/14.01	c cleaning 6234 clauses out of 12471 with flag 23280/18945
3.77/14.16	c And the winner is solver0
3.93/14.20	c Got one! Elapsed wall clock time (in seconds):14.099
3.93/14.20	o 158
3.93/14.28	c cleaning 6072 clauses out of 12146 with flag 3233/24854
4.24/14.31	c And the winner is solver0
4.53/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
4.53/14.71	o 145
4.70/14.87	c cleaning 5556 clauses out of 11113 with flag 12509/29893
4.95/14.91	c And the winner is solver0
5.30/15.21	c Got one! Elapsed wall clock time (in seconds):15.101
5.30/15.21	o 138
5.51/15.36	c cleaning 5587 clauses out of 11174 with flag 14135/35510
5.72/15.41	c And the winner is solver0
5.81/15.71	c Got one! Elapsed wall clock time (in seconds):15.602
5.81/15.71	o 137
6.01/15.86	c And the winner is solver0
6.16/16.21	c Got one! Elapsed wall clock time (in seconds):16.103
6.16/16.21	o 116
6.16/16.25	c cleaning 6196 clauses out of 12394 with flag 3380/42317
6.33/16.31	c And the winner is solver0
6.41/16.71	c Got one! Elapsed wall clock time (in seconds):16.604
6.41/16.71	o 115
6.58/16.85	c cleaning 6046 clauses out of 12096 with flag 13243/48215
6.98/17.05	c cleaning 6019 clauses out of 12046 with flag 33078/54211
7.18/17.13	c And the winner is solver0
7.26/17.21	c Got one! Elapsed wall clock time (in seconds):17.105
7.26/17.21	o 114
7.45/17.32	c cleaning 5928 clauses out of 11856 with flag 11174/60040
7.86/17.56	c cleaning 5958 clauses out of 11929 with flag 30387/66041
7.86/17.57	c And the winner is solver0
8.03/17.71	c Got one! Elapsed wall clock time (in seconds):17.605
8.03/17.71	o 111
8.20/17.80	c And the winner is solver0
8.25/18.21	c Got one! Elapsed wall clock time (in seconds):18.106
8.25/18.21	o 102
8.42/18.32	c cleaning 6016 clauses out of 12043 with flag 11271/72113
8.82/18.51	c And the winner is solver0
9.14/18.86	c Got one! Elapsed wall clock time (in seconds):18.757
9.14/18.86	o 88
9.46/19.07	c cleaning 8316 clauses out of 16632 with flag 19433/82718
9.86/19.28	c cleaning 7151 clauses out of 14315 with flag 42559/88717
10.46/19.53	c cleaning 7081 clauses out of 14166 with flag 69507/95720
11.09/19.85	c cleaning 7533 clauses out of 15082 with flag 100366/103717
11.67/20.20	c cleaning 8265 clauses out of 16549 with flag 135664/112717
12.09/20.36	c And the winner is solver0
12.26/20.41	c Got one! Elapsed wall clock time (in seconds):20.308
12.26/20.41	o 61
12.26/20.46	c cleaning 6833 clauses out of 13669 with flag 4010/118102
12.65/20.69	c cleaning 6417 clauses out of 12836 with flag 29282/124102
13.32/20.93	c cleaning 6707 clauses out of 13421 with flag 56980/131104
13.71/21.16	c And the winner is solver0
14.17/21.57	c Got one! Elapsed wall clock time (in seconds):21.465
14.17/21.57	o 60
14.50/21.79	c cleaning 9013 clauses out of 18026 with flag 21537/142416
15.11/22.02	c cleaning 7504 clauses out of 15008 with flag 45010/148412
15.50/22.28	c cleaning 7249 clauses out of 14504 with flag 72049/155412
16.10/22.59	c cleaning 7623 clauses out of 15255 with flag 105941/163412
16.93/22.97	c cleaning 8314 clauses out of 16632 with flag 147945/172412
16.93/22.98	c And the winner is solver0
17.12/23.07	c Got one! Elapsed wall clock time (in seconds):22.967
17.12/23.07	o 52
17.38/23.25	c cleaning 6829 clauses out of 13675 with flag 18808/177771
17.78/23.43	c And the winner is solver0
17.93/23.57	c Got one! Elapsed wall clock time (in seconds):23.469
17.93/23.57	o 51
18.21/23.78	c cleaning 8582 clauses out of 17163 with flag 18890/188091
18.81/24.00	c cleaning 7285 clauses out of 14580 with flag 41353/194091
19.22/24.25	c cleaning 7141 clauses out of 14296 with flag 67630/201094
19.80/24.54	c cleaning 7574 clauses out of 15149 with flag 95147/209091
20.47/24.89	c cleaning 8284 clauses out of 16573 with flag 128523/218091
21.27/25.28	c cleaning 9139 clauses out of 18281 with flag 164920/228093
21.52/25.38	c And the winner is solver0
21.71/25.60	c >>>>>>>>>> Solver number 0 (42 answers) <<<<<<<<<<<<<<<<<<
21.71/25.60	c starts		: 181
21.71/25.60	c conflicts		: 230799
21.71/25.60	c decisions		: 389919
21.71/25.60	c propagations		: 5961572
21.71/25.60	c inspects		: 89197321
21.71/25.60	c shortcuts		: 0
21.71/25.60	c learnt literals	: 37
21.71/25.60	c learnt binary clauses	: 158
21.71/25.60	c learnt ternary clauses	: 982
21.71/25.60	c learnt constraints	: 230761
21.71/25.60	c ignored constraints	: 0
21.71/25.60	c root simplifications	: 0
21.71/25.60	c removed literals (reason simplification)	: 1882297
21.71/25.60	c reason swapping (by a shorter reason)	: 0
21.71/25.60	c Calls to reduceDB	: 31
21.71/25.60	c Number of update (reduction) of LBD	: 64124
21.71/25.60	c Imported unit clauses	: 0
21.71/25.60	c number of reductions to clauses (during analyze)	: 0
21.71/25.60	c number of learned constraints concerned by reduction	: 0
21.71/25.60	c number of learning phase by resolution	: 0
21.71/25.60	c number of learning phase by cutting planes	: 0
21.71/25.60	c speed (assignments/second)	: 234449.11121598238
21.71/25.60	c non guided choices	1474
21.71/25.60	c learnt constraints type 
21.71/25.60	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
21.71/25.60	c starts		: 43
21.71/25.60	c conflicts		: 538
21.71/25.60	c decisions		: 5119
21.71/25.60	c propagations		: 24237
21.71/25.60	c inspects		: 878624
21.71/25.60	c shortcuts		: 0
21.71/25.60	c learnt literals	: 0
21.71/25.60	c learnt binary clauses	: 0
21.71/25.60	c learnt ternary clauses	: 0
21.71/25.60	c learnt constraints	: 505
21.71/25.60	c ignored constraints	: 0
21.71/25.60	c root simplifications	: 0
21.71/25.60	c removed literals (reason simplification)	: 0
21.71/25.60	c reason swapping (by a shorter reason)	: 0
21.71/25.60	c Calls to reduceDB	: 0
21.71/25.60	c Number of update (reduction) of LBD	: 0
21.71/25.60	c Imported unit clauses	: 0
21.71/25.60	c number of reductions to clauses (during analyze)	: 0
21.71/25.60	c number of learned constraints concerned by reduction	: 0
21.71/25.60	c number of learning phase by resolution	: 0
21.71/25.60	c number of learning phase by cutting planes	: 0
21.71/25.60	c speed (assignments/second)	: 11974.802371541502
21.71/25.60	c non guided choices	591
21.71/25.60	c learnt constraints type 
21.71/25.60	s OPTIMUM FOUND
21.71/25.60	c Found 41 solution(s)
21.71/25.60	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 
21.71/25.60	c objective function=51
21.71/25.60	c Total wall clock time (in seconds): 25.499

Verifier Data

OK	51

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-4109545-1467321311/watcher-4109545-1467321311 -o /tmp/evaluation-result-4109545-1467321311/solver-4109545-1467321311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109545-1467321311.wbo 

pid=13198
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: 1.71 1.97 2.03 2/194 13201
/proc/meminfo: memFree=28407748/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2810134 98570240 977 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 24065 977 743 9 0 16771 0
[pid=13201/tid=13202] ppid=13198 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) R 13198 13201 3195 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2810134 98570240 977 33554432000 1073741824 1073778376 140734038811280 139764978601512 217410520448 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.71 1.97 2.03 2/194 13201
/proc/meminfo: memFree=28407748/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 2810134 9787879424 6133 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2389619 6133 2158 9 0 2380296 0
[pid=13201/tid=13202] ppid=13198 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) R 13198 13201 3195 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 2810134 9787879424 6133 33554432000 1073741824 1073778376 140734038811280 139764978604960 217413905453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 1.71 1.97 2.03 2/194 13201
/proc/meminfo: memFree=28407748/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 4825 0 1 0 26 2 0 0 20 0 22 0 2810134 10060525568 7946 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 7954 2219 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 2810134 10060525568 7954 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300284 s]
/proc/loadavg: 1.71 1.97 2.03 2/194 13201
/proc/meminfo: memFree=28407748/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 8409 0 1 0 65 2 0 0 20 0 22 0 2810134 10060525568 10057 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 10057 2247 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 22 0 2810134 10060525568 10061 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700274 s]
/proc/loadavg: 1.71 1.97 2.03 2/194 13201
/proc/meminfo: memFree=28407748/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 14452 0 1 0 125 6 0 0 20 0 19 0 2810134 10060525568 14414 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 14414 2253 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2415 0 1 0 15 0 0 0 20 0 19 0 2810134 10060525568 14414 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.71 1.97 2.03 3/216 13235
/proc/meminfo: memFree=28358600/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 14462 0 1 0 128 8 0 0 20 0 19 0 2810134 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 15950 2253 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 19 0 2810134 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810136 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/13201/task/13216/stat : 13216 (java) S 13198 13201 3195 0 -1 4202560 6270 0 0 0 42 1 0 0 20 0 19 0 2810139 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764328409400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 4430 0 0 0 28 1 0 0 20 0 19 0 2810139 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 15950 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.71 1.97 2.03 4/216 13250
/proc/meminfo: memFree=28338384/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 14524 0 1 0 156 12 0 0 20 0 19 0 2810134 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 21102 2256 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 2810134 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810136 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/13201/task/13216/stat : 13216 (java) S 13198 13201 3195 0 -1 4202560 6298 0 0 0 54 1 0 0 20 0 19 0 2810139 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764328409400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 4433 0 0 0 36 1 0 0 20 0 19 0 2810139 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 21102 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.30088 s]
/proc/loadavg: 1.57 1.93 2.02 1/213 13286
/proc/meminfo: memFree=28294740/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 14638 0 1 0 190 23 0 0 20 0 19 0 2810134 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 33443 2267 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2419 0 1 0 16 0 0 0 20 0 19 0 2810134 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810136 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 33443 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=0.69 cores=1,3,5,7

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

/proc/13201/task/13216/stat : 13216 (java) S 13198 13201 3195 0 -1 4202560 6305 0 0 0 67 2 0 0 20 0 19 0 2810139 10060525568 37539 33554432000 1073741824 1073778376 140734038811280 139764328409400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 4447 0 0 0 40 2 0 0 20 0 19 0 2810139 10060525568 37539 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 37539 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 37539 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 37539 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732
#
############


[startup+12.7008 s]
/proc/loadavg: 1.60 1.93 2.02 3/216 13352
/proc/meminfo: memFree=28048012/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 15244 0 1 0 243 36 0 0 20 0 19 0 2810134 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 42188 2280 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2419 0 1 0 16 1 0 0 20 0 19 0 2810134 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2810135 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 19 0 2810136 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/13201/task/13216/stat : 13216 (java) S 13198 13201 3195 0 -1 4202560 6307 0 0 0 82 2 0 0 20 0 19 0 2810139 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764328409400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 4872 0 0 0 51 2 0 0 20 0 19 0 2810139 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 42188 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=/usr/local/sbin/pbs_mom 

[startup+25.501 s]
/proc/loadavg: 1.83 1.97 2.02 3/216 13534
/proc/meminfo: memFree=28131908/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=21.67 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 26799 0 1 0 2086 81 0 0 20 0 19 0 2810134 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 84681 2286 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) S 13198 13201 3195 0 -1 4202560 2420 0 1 0 17 2 0 0 20 0 19 0 2810134 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764978606968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 48 0 0 0 6 1 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 145 0 0 0 1 5 0 0 20 0 19 0 2810136 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/13201/task/13216/stat : 13216 (java) S 13198 13201 3195 0 -1 4202560 7714 0 0 0 111 2 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764328409400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 14405 0 0 0 132 2 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 9824732

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13201 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.601 s]
/proc/loadavg: 1.83 1.97 2.02 3/216 13534
/proc/meminfo: memFree=28131908/32872528 swapFree=1522152/1652968
[pid=13201] ppid=13198 vsize=9824732 CPUtime=21.7 cores=1,3,5,7
/proc/13201/stat : 13201 (java) S 13198 13201 3195 0 -1 4202496 26799 0 1 0 2089 81 0 0 20 0 19 0 2810134 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 140734038802416 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13201/statm: 2456183 84681 2286 9 0 2446860 0
[pid=13201/tid=13202] ppid=13198 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/13201/task/13202/stat : 13202 (java) R 13198 13201 3195 0 -1 4202560 2420 0 1 0 18 2 0 0 20 0 19 0 2810134 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764978606480 139764829906183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13204] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13204/stat : 13204 (java) S 13198 13201 3195 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764951059368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13205] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13205/stat : 13205 (java) S 13198 13201 3195 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764950006824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13206] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13206/stat : 13206 (java) S 13198 13201 3195 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764948953768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13207] ppid=13198 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/13201/task/13207/stat : 13207 (java) S 13198 13201 3195 0 -1 4202560 48 0 0 0 6 1 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764947901224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13208] ppid=13198 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/13201/task/13208/stat : 13208 (java) S 13198 13201 3195 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764818291112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13209] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13209/stat : 13209 (java) S 13198 13201 3195 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764817238568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13210] ppid=13198 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/13201/task/13210/stat : 13210 (java) S 13198 13201 3195 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764816185512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13211] ppid=13198 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/13201/task/13211/stat : 13211 (java) S 13198 13201 3195 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 2810135 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764815132968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13212] ppid=13198 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/13201/task/13212/stat : 13212 (java) S 13198 13201 3195 0 -1 4202560 145 0 0 0 1 5 0 0 20 0 19 0 2810136 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764332620648 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13201/tid=13213] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13213/stat : 13213 (java) S 13198 13201 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764331566968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13214] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13214/stat : 13214 (java) S 13198 13201 3195 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 2810137 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764330513800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13215] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13215/stat : 13215 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764329462544 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13216] ppid=13198 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/13201/task/13216/stat : 13216 (java) R 13198 13201 3195 0 -1 4202560 7714 0 0 0 112 2 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764328409240 139764984632049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13201/tid=13217] ppid=13198 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/13201/task/13217/stat : 13217 (java) S 13198 13201 3195 0 -1 4202560 14405 0 0 0 132 2 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764327356856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13218] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13218/stat : 13218 (java) S 13198 13201 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764326303992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13201/tid=13219] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13219/stat : 13219 (java) S 13198 13201 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2810139 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764325251656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13201/tid=13225] ppid=13198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13201/task/13225/stat : 13225 (java) S 13198 13201 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2810152 10060525568 84681 33554432000 1073741824 1073778376 140734038811280 139764322092328 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.7
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): 25.613
CPU time (s): 21.7917
CPU user time (s): 20.9078
CPU system time (s): 0.883865
CPU usage (%): 85.0807
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8978
system time used= 0.883865
maximum resident set size= 338752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26810
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= 2465
involuntary context switches= 1744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135979 second user time and 0.233964 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 23:15:11
IDJOB=4109545
IDBENCH=78845
IDSOLVER=2552
FILE ID=node122/4109545-1467321311
RUNJOBID= node122-1467319216-8602
PBS_JOBID= 20005252
Free space on /tmp= 71728 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.1110966483--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109545-1467321311/watcher-4109545-1467321311 -o /tmp/evaluation-result-4109545-1467321311/solver-4109545-1467321311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467319216-8602 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109545-1467321311.wbo

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

MD5SUM BENCH= 666d5c712f5e475011fc9b955250b39c
RANDOM SEED=1172201914

node122.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.814
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.62
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.814
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.814
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.814
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.814
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.814
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.56
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.814
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.814
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:        28408624 kB
Buffers:           98480 kB
Cached:          1759728 kB
SwapCached:            0 kB
Active:           409716 kB
Inactive:        1649920 kB
Active(anon):     203984 kB
Inactive(anon):        4 kB
Active(file):     205732 kB
Inactive(file):  1649916 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       1815236 kB
Mapped:            22268 kB
Shmem:               204 kB
Slab:             619188 kB
SReclaimable:      63000 kB
SUnreclaim:       556188 kB
KernelStack:        1792 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71728 MiB
End job on node122 at 2016-06-30 23:15:37