Trace number 4092165

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 4.36234 29.4392

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh16_wcsp.wbo
MD5SUM8941aeee87a1a646f79f1fa97035d3b2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.464929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092165-1467322186.wbo
0.10/0.11	c reading problem ... 
0.25/0.27	c ... done. Wall clock time 0.16s.
0.25/0.27	c declared #vars     200
0.25/0.27	c internal #vars     1050
0.25/0.27	c #constraints  1050
0.25/0.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.25/0.28	c 1050 constraints processed.
0.25/0.28	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 850
0.25/0.28	c 1050 constraints processed.
0.25/0.28	c objective function length is 850 literals
0.50/0.38	c And the winner is solver0
0.94/0.78	c SATISFIABLE
0.94/0.78	c OPTIMIZING...
0.94/0.78	c Got one! Elapsed wall clock time (in seconds):0.666
0.94/0.78	o 4895
0.96/0.82	c And the winner is solver0
1.08/1.29	c Got one! Elapsed wall clock time (in seconds):1.178
1.08/1.29	o 3789
1.10/1.31	c And the winner is solver0
1.51/1.80	c Got one! Elapsed wall clock time (in seconds):1.685
1.51/1.80	o 3743
1.51/1.85	c And the winner is solver0
1.84/2.30	c Got one! Elapsed wall clock time (in seconds):2.191
1.84/2.30	o 3712
1.84/2.39	c And the winner is solver0
2.21/2.81	c Got one! Elapsed wall clock time (in seconds):2.696
2.21/2.81	o 3703
2.21/2.82	c And the winner is solver0
2.24/3.31	c Got one! Elapsed wall clock time (in seconds):3.199
2.24/3.31	o 3685
2.24/3.34	c And the winner is solver0
2.39/3.82	c Got one! Elapsed wall clock time (in seconds):3.704
2.39/3.82	o 3684
2.56/3.93	c And the winner is solver0
2.66/4.32	c Got one! Elapsed wall clock time (in seconds):4.206
2.66/4.32	o 3657
2.66/4.32	c And the winner is solver0
2.66/4.82	c Got one! Elapsed wall clock time (in seconds):4.709
2.66/4.82	o 3105
2.66/4.83	c And the winner is solver0
2.67/5.32	c Got one! Elapsed wall clock time (in seconds):5.212
2.67/5.32	o 2922
2.67/5.35	c And the winner is solver0
2.79/5.83	c Got one! Elapsed wall clock time (in seconds):5.714
2.79/5.83	o 2890
2.79/5.84	c And the winner is solver0
2.83/6.33	c Got one! Elapsed wall clock time (in seconds):6.217
2.83/6.33	o 2742
2.98/6.45	c And the winner is solver1
3.09/6.83	c Got one! Elapsed wall clock time (in seconds):6.719
3.09/6.83	o 2726
3.09/6.87	c And the winner is solver0
3.21/7.33	c Got one! Elapsed wall clock time (in seconds):7.222
3.21/7.33	o 2702
3.21/7.35	c And the winner is solver0
3.27/7.84	c Got one! Elapsed wall clock time (in seconds):7.724
3.27/7.84	o 2641
3.27/7.84	c And the winner is solver0
3.29/8.34	c Got one! Elapsed wall clock time (in seconds):8.225
3.29/8.34	o 2610
3.29/8.34	c And the winner is solver0
3.29/8.84	c Got one! Elapsed wall clock time (in seconds):8.727
3.29/8.84	o 2559
3.29/8.84	c And the winner is solver0
3.29/9.34	c Got one! Elapsed wall clock time (in seconds):9.228
3.29/9.34	o 2526
3.29/9.36	c And the winner is solver0
3.33/9.84	c Got one! Elapsed wall clock time (in seconds):9.73
3.33/9.84	o 2502
3.33/9.86	c And the winner is solver0
3.38/10.34	c Got one! Elapsed wall clock time (in seconds):10.231
3.38/10.34	o 2500
3.38/10.36	c And the winner is solver0
3.42/10.85	c Got one! Elapsed wall clock time (in seconds):10.733
3.42/10.85	o 2486
3.42/10.85	c And the winner is solver0
3.42/11.35	c Got one! Elapsed wall clock time (in seconds):11.234
3.42/11.35	o 1884
3.42/11.37	c And the winner is solver0
3.46/11.85	c Got one! Elapsed wall clock time (in seconds):11.736
3.46/11.85	o 1854
3.46/11.85	c And the winner is solver0
3.46/12.35	c Got one! Elapsed wall clock time (in seconds):12.238
3.46/12.35	o 1712
3.46/12.38	c And the winner is solver0
3.54/12.85	c Got one! Elapsed wall clock time (in seconds):12.739
3.54/12.85	o 1589
3.54/12.87	c And the winner is solver0
3.61/13.35	c Got one! Elapsed wall clock time (in seconds):13.241
3.61/13.35	o 1587
3.61/13.37	c And the winner is solver0
3.65/13.85	c Got one! Elapsed wall clock time (in seconds):13.742
3.65/13.85	o 1577
3.65/13.89	c And the winner is solver0
3.73/14.36	c Got one! Elapsed wall clock time (in seconds):14.244
3.73/14.36	o 1571
3.73/14.40	c And the winner is solver0
3.83/14.86	c Got one! Elapsed wall clock time (in seconds):14.745
3.83/14.86	o 1499
3.83/14.86	c And the winner is solver0
3.83/15.36	c Got one! Elapsed wall clock time (in seconds):15.247
3.83/15.36	o 1436
3.83/15.36	c And the winner is solver0
3.85/15.86	c Got one! Elapsed wall clock time (in seconds):15.749
3.85/15.86	o 1296
3.85/15.87	c And the winner is solver0
3.85/16.36	c Got one! Elapsed wall clock time (in seconds):16.25
3.85/16.36	o 882
3.85/16.37	c And the winner is solver0
3.85/16.86	c Got one! Elapsed wall clock time (in seconds):16.752
3.85/16.86	o 686
3.85/16.87	c And the winner is solver0
3.85/17.37	c Got one! Elapsed wall clock time (in seconds):17.253
3.85/17.37	o 685
3.85/17.38	c And the winner is solver0
3.90/17.87	c Got one! Elapsed wall clock time (in seconds):17.755
3.90/17.87	o 677
3.90/17.88	c And the winner is solver0
3.90/18.37	c Got one! Elapsed wall clock time (in seconds):18.257
3.90/18.37	o 666
3.90/18.38	c And the winner is solver0
3.92/18.87	c Got one! Elapsed wall clock time (in seconds):18.759
3.92/18.87	o 629
3.92/18.88	c And the winner is solver0
3.96/19.37	c Got one! Elapsed wall clock time (in seconds):19.261
3.96/19.37	o 556
3.96/19.38	c And the winner is solver0
3.96/19.88	c Got one! Elapsed wall clock time (in seconds):19.763
3.96/19.88	o 502
3.96/19.89	c And the winner is solver0
4.00/20.38	c Got one! Elapsed wall clock time (in seconds):20.265
4.00/20.38	o 496
4.05/20.40	c And the winner is solver0
4.05/20.88	c Got one! Elapsed wall clock time (in seconds):20.767
4.05/20.88	o 475
4.05/20.88	c And the winner is solver0
4.05/21.38	c Got one! Elapsed wall clock time (in seconds):21.269
4.05/21.38	o 459
4.05/21.39	c And the winner is solver0
4.06/21.88	c Got one! Elapsed wall clock time (in seconds):21.771
4.06/21.88	o 356
4.06/21.89	c And the winner is solver0
4.06/22.39	c Got one! Elapsed wall clock time (in seconds):22.273
4.06/22.39	o 352
4.08/22.40	c And the winner is solver0
4.08/22.89	c Got one! Elapsed wall clock time (in seconds):22.775
4.08/22.89	o 349
4.08/22.89	c And the winner is solver0
4.08/23.39	c Got one! Elapsed wall clock time (in seconds):23.278
4.08/23.39	o 323
4.09/23.40	c And the winner is solver0
4.16/23.90	c Got one! Elapsed wall clock time (in seconds):23.783
4.16/23.90	o 311
4.16/23.91	c And the winner is solver0
4.17/24.40	c Got one! Elapsed wall clock time (in seconds):24.285
4.17/24.40	o 306
4.17/24.40	c And the winner is solver0
4.18/24.90	c Got one! Elapsed wall clock time (in seconds):24.788
4.18/24.90	o 284
4.18/24.91	c And the winner is solver0
4.21/25.40	c Got one! Elapsed wall clock time (in seconds):25.29
4.21/25.40	o 282
4.21/25.41	c And the winner is solver0
4.23/25.90	c Got one! Elapsed wall clock time (in seconds):25.792
4.23/25.90	o 270
4.23/25.91	c And the winner is solver0
4.24/26.41	c Got one! Elapsed wall clock time (in seconds):26.294
4.24/26.41	o 269
4.24/26.42	c And the winner is solver0
4.28/26.91	c Got one! Elapsed wall clock time (in seconds):26.796
4.28/26.91	o 244
4.28/26.91	c And the winner is solver0
4.29/27.41	c Got one! Elapsed wall clock time (in seconds):27.298
4.29/27.41	o 242
4.29/27.42	c And the winner is solver0
4.29/27.91	c Got one! Elapsed wall clock time (in seconds):27.803
4.29/27.91	o 222
4.29/27.92	c And the winner is solver0
4.30/28.42	c Got one! Elapsed wall clock time (in seconds):28.304
4.30/28.42	o 204
4.30/28.42	c And the winner is solver0
4.30/28.92	c Got one! Elapsed wall clock time (in seconds):28.806
4.30/28.92	o 6
4.30/28.92	c And the winner is solver0
4.30/29.43	c >>>>>>>>>> Solver number 0 (57 answers) <<<<<<<<<<<<<<<<<<
4.30/29.43	c starts		: 160
4.30/29.43	c conflicts		: 9634
4.30/29.43	c decisions		: 66633
4.30/29.43	c propagations		: 2923770
4.30/29.43	c inspects		: 4731533
4.30/29.43	c shortcuts		: 0
4.30/29.43	c learnt literals	: 0
4.30/29.43	c learnt binary clauses	: 1
4.30/29.43	c learnt ternary clauses	: 3
4.30/29.43	c learnt constraints	: 9634
4.30/29.43	c ignored constraints	: 0
4.30/29.43	c root simplifications	: 0
4.30/29.43	c removed literals (reason simplification)	: 9354
4.30/29.43	c reason swapping (by a shorter reason)	: 0
4.30/29.43	c Calls to reduceDB	: 0
4.30/29.43	c Number of update (reduction) of LBD	: 4749
4.30/29.43	c Imported unit clauses	: 0
4.30/29.43	c number of reductions to clauses (during analyze)	: 0
4.30/29.43	c number of learned constraints concerned by reduction	: 0
4.30/29.43	c number of learning phase by resolution	: 0
4.30/29.43	c number of learning phase by cutting planes	: 0
4.30/29.43	c speed (assignments/second)	: 129467.74122127265
4.30/29.43	c non guided choices	544
4.30/29.43	c learnt constraints type 
4.30/29.43	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
4.30/29.43	c starts		: 60
4.30/29.43	c conflicts		: 1892
4.30/29.43	c decisions		: 39343
4.30/29.43	c propagations		: 158780
4.30/29.43	c inspects		: 742133
4.30/29.43	c shortcuts		: 0
4.30/29.43	c learnt literals	: 0
4.30/29.43	c learnt binary clauses	: 0
4.30/29.43	c learnt ternary clauses	: 0
4.30/29.43	c learnt constraints	: 1861
4.30/29.43	c ignored constraints	: 0
4.30/29.43	c root simplifications	: 0
4.30/29.43	c removed literals (reason simplification)	: 0
4.30/29.43	c reason swapping (by a shorter reason)	: 0
4.30/29.43	c Calls to reduceDB	: 0
4.30/29.43	c Number of update (reduction) of LBD	: 0
4.30/29.43	c Imported unit clauses	: 0
4.30/29.43	c number of reductions to clauses (during analyze)	: 0
4.30/29.43	c number of learned constraints concerned by reduction	: 0
4.30/29.43	c number of learning phase by resolution	: 0
4.30/29.43	c number of learning phase by cutting planes	: 0
4.30/29.43	c speed (assignments/second)	: 157052.42334322454
4.30/29.43	c non guided choices	449
4.30/29.43	c learnt constraints type 
4.30/29.43	s OPTIMUM FOUND
4.30/29.43	c Found 57 solution(s)
4.30/29.43	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 -x13 x14 -x15 x16 x17 -x18 x19 -x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 x37 -x38 x39 -x40 -x41 x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 -x57 x58 -x59 x60 x61 -x62 x63 -x64 x65 -x66 -x67 x68 x69 -x70 -x71 x72 x73 -x74 -x75 x76 x77 -x78 -x79 x80 -x81 x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 -x93 x94 -x95 x96 -x97 x98 x99 -x100 -x101 x102 -x103 x104 x105 -x106 x107 -x108 x109 -x110 -x111 x112 -x113 x114 x115 -x116 x117 -x118 x119 -x120 -x121 x122 -x123 x124 x125 -x126 x127 -x128 -x129 x130 -x131 x132 x133 -x134 -x135 x136 x137 -x138 -x139 x140 -x141 x142 x143 -x144 x145 -x146 -x147 x148 -x149 x150 x151 -x152 -x153 x154 -x155 x156 x157 -x158 -x159 x160 x161 -x162 -x163 x164 x165 -x166 -x167 x168 x169 -x170 x171 -x172 -x173 x174 -x175 x176 x177 -x178 -x179 x180 -x181 x182 -x183 x184 -x185 x186 -x187 x188 x189 -x190 -x191 x192 -x193 x194 -x195 x196 -x197 x198 x199 -x200 
4.30/29.43	c objective function=6
4.30/29.43	c Total wall clock time (in seconds): 29.319

Verifier Data

OK	6

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-4092165-1467322186/watcher-4092165-1467322186 -o /tmp/evaluation-result-4092165-1467322186/solver-4092165-1467322186 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467322011-11394 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092165-1467322186.wbo 

pid=13815
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: 1.75 1.80 1.83 3/196 13818
/proc/meminfo: memFree=28887048/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 2894106 98570240 978 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 24065 978 744 9 0 16771 0
[pid=13818/tid=13819] ppid=13815 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) R 13815 13818 11378 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 2894107 98578432 979 33554432000 1073741824 1073778376 140733271132880 139726907571752 139726914138656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 1.75 1.80 1.83 3/196 13818
/proc/meminfo: memFree=28887048/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 4440 0 1 0 10 0 0 0 20 0 18 0 2894106 9787879424 6067 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2389619 6067 2141 9 0 2380296 0
[pid=13818/tid=13819] ppid=13815 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) R 13815 13818 11378 0 -1 4202560 2393 0 1 0 8 0 0 0 20 0 18 0 2894107 9787879424 6067 33554432000 1073741824 1073778376 140733271132880 139726907575200 139726915467147 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.200312 s]
/proc/loadavg: 1.75 1.80 1.83 3/196 13818
/proc/meminfo: memFree=28887048/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 4693 0 1 0 24 1 0 0 20 0 18 0 2894106 9787879424 6790 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2389619 6790 2198 9 0 2380296 0
[pid=13818/tid=13819] ppid=13815 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) R 13815 13818 11378 0 -1 4202560 2409 0 1 0 18 0 0 0 20 0 18 0 2894107 9787879424 6790 33554432000 1073741824 1073778376 140733271132880 139726907566872 139726778611082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 1.75 1.80 1.83 3/196 13818
/proc/meminfo: memFree=28887048/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 5662 0 1 0 49 1 0 0 20 0 22 0 2894106 10060525568 9989 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 9989 2244 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2427 0 1 0 26 0 0 0 20 0 22 0 2894107 10060525568 9989 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824732

[startup+0.700308 s]
/proc/loadavg: 1.75 1.80 1.83 3/196 13818
/proc/meminfo: memFree=28887048/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 7962 0 1 0 90 4 0 0 20 0 19 0 2894106 10060525568 10896 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 10896 2256 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2427 0 1 0 26 0 0 0 20 0 19 0 2894107 10060525568 10896 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 1.75 1.80 1.83 2/215 13843
/proc/meminfo: memFree=28849284/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 15791 0 1 0 142 9 0 0 20 0 19 0 2894106 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 17134 2257 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2434 0 1 0 28 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894108 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5907 0 0 0 43 0 0 0 20 0 19 0 2894111 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 6108 0 0 0 45 1 0 0 20 0 19 0 2894111 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13840] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13840/stat : 13840 (java) S 13815 13818 11378 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2894135 10060525568 17134 33554432000 1073741824 1073778376 140733271132880 139726719809064 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.75 1.80 1.83 2/215 13849
/proc/meminfo: memFree=28821164/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 16871 0 1 0 211 13 0 0 20 0 19 0 2894106 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 23342 2264 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2436 0 1 0 28 1 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894108 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5923 0 0 0 60 0 0 0 20 0 19 0 2894111 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 7139 0 0 0 67 2 0 0 20 0 19 0 2894111 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13840] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13840/stat : 13840 (java) S 13815 13818 11378 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2894135 10060525568 23342 33554432000 1073741824 1073778376 140733271132880 139726719809064 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30088 s]
/proc/loadavg: 1.69 1.79 1.83 2/215 13870
/proc/meminfo: memFree=28759896/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 16963 0 1 0 262 21 0 0 20 0 19 0 2894106 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 34880 2268 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2439 0 1 0 29 2 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894108 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5934 0 0 0 68 0 0 0 20 0 19 0 2894111 10060525568 34880 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 2894108 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5951 0 0 0 85 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 7141 0 0 0 82 2 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13879] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13879/stat : 13879 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894791 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726719809192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+28.8008 s]
/proc/loadavg: 1.34 1.70 1.80 1/189 14043
/proc/meminfo: memFree=31660952/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=4.27 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 17455 0 1 0 367 60 0 0 20 0 19 0 2894106 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 47721 2282 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2444 0 1 0 36 2 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 2894108 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5951 0 0 0 85 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 7141 0 0 0 83 2 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13879] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13879/stat : 13879 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894791 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726719809192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9824732

[startup+29.2008 s]
/proc/loadavg: 1.34 1.70 1.80 1/189 14043
/proc/meminfo: memFree=31660952/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=4.27 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 17459 0 1 0 367 60 0 0 20 0 19 0 2894106 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 47721 2282 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2444 0 1 0 36 2 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 2894108 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5951 0 0 0 85 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 7141 0 0 0 83 2 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13879] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13879/stat : 13879 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894791 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726719809192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9824732

[startup+29.4008 s]
/proc/loadavg: 1.34 1.70 1.80 1/189 14043
/proc/meminfo: memFree=31660952/32872528 swapFree=8040/8040
[pid=13818] ppid=13815 vsize=9824732 CPUtime=4.27 cores=0,2,4,6
/proc/13818/stat : 13818 (java) S 13815 13818 11378 0 -1 4202496 17459 0 1 0 367 60 0 0 20 0 19 0 2894106 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 140733271124016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13818/statm: 2456183 47721 2282 9 0 2446860 0
[pid=13818/tid=13819] ppid=13815 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13818/task/13819/stat : 13819 (java) S 13815 13818 11378 0 -1 4202560 2444 0 1 0 36 2 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726907577208 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13821] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13821/stat : 13821 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726750956328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13822] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13822/stat : 13822 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726749903528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13823] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13823/stat : 13823 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726748851240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13824] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13824/stat : 13824 (java) S 13815 13818 11378 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726747798440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13825] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13825/stat : 13825 (java) S 13815 13818 11378 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726746745128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13818/tid=13826] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13826/stat : 13826 (java) S 13815 13818 11378 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726745692328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13827] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13827/stat : 13827 (java) S 13815 13818 11378 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726744640040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13828] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13828/stat : 13828 (java) S 13815 13818 11378 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2894107 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726743587240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13829] ppid=13815 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13818/task/13829/stat : 13829 (java) S 13815 13818 11378 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 2894108 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726731389672 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13830] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13830/stat : 13830 (java) S 13815 13818 11378 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726730335736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13831] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13831/stat : 13831 (java) S 13815 13818 11378 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 2894109 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726729283336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13832] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13832/stat : 13832 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726728231824 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13818/tid=13833] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13833/stat : 13833 (java) S 13815 13818 11378 0 -1 4202560 5951 0 0 0 85 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726727178424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13834] ppid=13815 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/13818/task/13834/stat : 13834 (java) S 13815 13818 11378 0 -1 4202560 7141 0 0 0 83 2 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726726125624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13835] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13835/stat : 13835 (java) S 13815 13818 11378 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726725073528 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13818/tid=13836] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13836/stat : 13836 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894111 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726724020936 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13818/tid=13879] ppid=13815 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13818/task/13879/stat : 13879 (java) S 13815 13818 11378 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2894791 10060525568 47721 33554432000 1073741824 1073778376 140733271132880 139726719809192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
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.0300002
#  lost CPU user time (s): 0.03
#  lost CPU system time (s): 0

Real time (s): 29.4392
CPU time (s): 4.36234
CPU user time (s): 3.70244
CPU system time (s): 0.659899
CPU usage (%): 14.8181
Max. virtual memory (cumulated for all children) (KiB): 9825164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67244
system time used= 0.659899
maximum resident set size= 190916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17466
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= 2387
involuntary context switches= 595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.208968 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-30 23:29:46
IDJOB=4092165
IDBENCH=79417
IDSOLVER=2552
FILE ID=node151/4092165-1467322186
RUNJOBID= node151-1467322011-11394
PBS_JOBID= 20005377
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh16_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092165-1467322186/watcher-4092165-1467322186 -o /tmp/evaluation-result-4092165-1467322186/solver-4092165-1467322186 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467322011-11394 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092165-1467322186.wbo

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

MD5SUM BENCH= 8941aeee87a1a646f79f1fa97035d3b2
RANDOM SEED=1955377419

node151.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.608
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.21
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.608
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.608
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.608
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.56
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.608
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.608
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.72
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.608
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:        28887692 kB
Buffers:           74064 kB
Cached:           201828 kB
SwapCached:            0 kB
Active:          3119872 kB
Inactive:         106752 kB
Active(anon):    2953300 kB
Inactive(anon):        0 kB
Active(file):     166572 kB
Inactive(file):   106752 kB
Unevictable:        8040 kB
Mlocked:            8040 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1108 kB
Writeback:             0 kB
AnonPages:       3005864 kB
Mapped:            22072 kB
Shmem:               204 kB
Slab:             601872 kB
SReclaimable:      44908 kB
SUnreclaim:       556964 kB
KernelStack:        1616 kB
PageTables:        10060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3275108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2936832 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= 71716 MiB
End job on node151 at 2016-06-30 23:30:15