Trace number 4119289

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT-20 632.178 324.03

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0055-0055.opb
MD5SUM095000da397b8b5a882460fe77646bfc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-20
Best CPU time to get the best result obtained on this benchmark0.143977
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables75
Total number of constraints25
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 150
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 150
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)150
Sum of products size (including duplicates)300
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4119289-1467252289.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.042s.
0.11/0.15	c declared #vars     75
0.11/0.15	c internal #vars     225
0.11/0.15	c #constraints  350
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 175
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 150
0.11/0.15	c 350 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 175
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 150
0.11/0.15	c 350 constraints processed.
0.11/0.15	c objective function length is 150 literals
0.11/0.16	c And the winner is solver0
0.18/0.65	c SATISFIABLE
0.18/0.65	c OPTIMIZING...
0.18/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
0.18/0.65	o -14
0.73/0.80	c And the winner is solver0
0.82/1.15	c Got one! Elapsed wall clock time (in seconds):1.048
0.82/1.15	o -15
0.82/1.16	c And the winner is solver0
0.84/1.66	c Got one! Elapsed wall clock time (in seconds):1.549
0.84/1.66	o -16
0.84/1.66	c And the winner is solver0
0.84/2.16	c Got one! Elapsed wall clock time (in seconds):2.051
0.84/2.16	o -17
2.87/2.71	c cleaning 2693 clauses out of 5385 with flag 10816/5385
2.87/2.77	c And the winner is solver1
3.34/3.16	c Got one! Elapsed wall clock time (in seconds):3.052
3.34/3.16	o -18
3.67/3.38	c cleaning 4111 clauses out of 8221 with flag 9344/10914
4.63/3.70	c cleaning 5053 clauses out of 10109 with flag 22761/16913
5.27/4.03	c cleaning 6028 clauses out of 12058 with flag 38583/23915
6.16/4.48	c cleaning 7015 clauses out of 14031 with flag 56418/31916
7.41/5.00	c cleaning 8004 clauses out of 16014 with flag 76394/40914
8.88/5.70	c cleaning 9005 clauses out of 18010 with flag 98445/50914
10.29/6.41	c cleaning 10000 clauses out of 20007 with flag 122619/61916
11.95/7.24	c cleaning 11000 clauses out of 22006 with flag 150634/73915
13.95/8.20	c cleaning 12002 clauses out of 24006 with flag 180563/86915
16.60/9.52	c cleaning 13001 clauses out of 26002 with flag 212341/100913
19.00/10.79	c cleaning 14001 clauses out of 28001 with flag 246397/115913
22.02/12.25	c cleaning 14996 clauses out of 30002 with flag 282514/131915
25.49/13.97	c cleaning 16003 clauses out of 32005 with flag 318756/148914
28.50/15.47	c cleaning 17001 clauses out of 34004 with flag 357050/166916
32.57/17.49	c cleaning 17997 clauses out of 36002 with flag 398942/185915
37.84/20.05	c cleaning 19000 clauses out of 38004 with flag 445354/205914
42.06/22.12	c cleaning 19997 clauses out of 40003 with flag 491595/226913
46.26/24.27	c cleaning 21002 clauses out of 42008 with flag 538898/248915
52.10/27.12	c cleaning 22002 clauses out of 44004 with flag 589816/271913
58.50/30.36	c cleaning 23002 clauses out of 46005 with flag 642859/295916
60.50/31.36	c And the winner is solver0
60.69/31.66	c Got one! Elapsed wall clock time (in seconds):31.558
60.69/31.66	o -19
60.95/31.87	c And the winner is solver0
61.17/32.17	c Got one! Elapsed wall clock time (in seconds):32.06
61.17/32.17	o -20
62.70/32.90	c cleaning 19265 clauses out of 38529 with flag 9002/311442
63.70/33.46	c cleaning 12633 clauses out of 25265 with flag 22444/317443
65.14/34.15	c cleaning 9815 clauses out of 19630 with flag 41199/324441
66.33/34.74	c cleaning 8906 clauses out of 17816 with flag 60719/332442
67.55/35.32	c cleaning 8953 clauses out of 17909 with flag 81681/341441
68.73/35.91	c cleaning 9476 clauses out of 18956 with flag 103067/351441
69.93/36.57	c cleaning 10238 clauses out of 20481 with flag 127034/362442
71.53/37.36	c cleaning 11122 clauses out of 22243 with flag 152143/374442
73.33/38.21	c cleaning 12060 clauses out of 24121 with flag 179137/387442
75.23/39.19	c cleaning 13029 clauses out of 26060 with flag 209596/401441
77.62/40.34	c cleaning 14013 clauses out of 28032 with flag 242773/416442
79.82/41.47	c cleaning 15008 clauses out of 30019 with flag 278371/432442
82.44/42.78	c cleaning 16005 clauses out of 32013 with flag 315019/449444
85.05/44.04	c cleaning 17000 clauses out of 34005 with flag 352845/467441
88.44/45.72	c cleaning 17994 clauses out of 36005 with flag 401603/486441
92.70/47.89	c cleaning 19002 clauses out of 38011 with flag 459052/506441
96.70/49.86	c cleaning 20005 clauses out of 40009 with flag 516165/527441
100.90/51.97	c cleaning 21002 clauses out of 42007 with flag 569000/549444
105.11/54.04	c cleaning 22001 clauses out of 44004 with flag 628901/572443
109.98/56.42	c cleaning 23000 clauses out of 46002 with flag 686046/596442
114.00/58.45	c cleaning 24001 clauses out of 48001 with flag 740408/621441
120.41/61.69	c cleaning 24992 clauses out of 50001 with flag 808940/647442
126.84/64.88	c cleaning 26002 clauses out of 52010 with flag 872416/674443
133.43/68.16	c cleaning 27000 clauses out of 54006 with flag 935347/702441
141.49/72.13	c cleaning 28001 clauses out of 56007 with flag 1014056/731442
147.28/75.04	c cleaning 29001 clauses out of 58010 with flag 1078108/761446
155.48/79.10	c cleaning 30001 clauses out of 60005 with flag 1158533/792442
163.75/83.28	c cleaning 30997 clauses out of 62003 with flag 1231900/824441
173.36/88.03	c cleaning 31997 clauses out of 64006 with flag 1311492/857441
182.00/92.40	c cleaning 33002 clauses out of 66010 with flag 1391739/891442
192.41/97.54	c cleaning 34001 clauses out of 68008 with flag 1477149/926442
204.29/103.45	c cleaning 35003 clauses out of 70006 with flag 1570560/962441
215.49/109.04	c cleaning 36001 clauses out of 72004 with flag 1656565/999442
225.72/114.14	c cleaning 36996 clauses out of 74002 with flag 1741596/1037441
236.52/119.53	c cleaning 38003 clauses out of 76006 with flag 1825496/1076441
247.92/125.29	c cleaning 39000 clauses out of 78004 with flag 1917421/1116442
257.92/130.20	c cleaning 40002 clauses out of 80003 with flag 2010097/1157441
268.72/135.61	c cleaning 40999 clauses out of 82001 with flag 2105793/1199441
281.92/142.26	c cleaning 42002 clauses out of 84003 with flag 2202955/1242442
296.32/149.42	c cleaning 42994 clauses out of 86001 with flag 2300574/1286442
314.11/158.34	c cleaning 44002 clauses out of 88008 with flag 2406550/1331443
330.51/166.57	c cleaning 44999 clauses out of 90004 with flag 2515039/1377441
348.91/175.78	c cleaning 45997 clauses out of 92007 with flag 2638132/1424443
368.41/185.70	c cleaning 47003 clauses out of 94009 with flag 2752094/1472442
389.80/196.37	c cleaning 48004 clauses out of 96007 with flag 2866160/1521443
407.53/204.86	c cleaning 48999 clauses out of 98002 with flag 2975495/1571442
425.93/214.01	c cleaning 49995 clauses out of 100003 with flag 3094321/1622442
444.92/223.53	c cleaning 51003 clauses out of 102007 with flag 3214266/1674441
464.53/233.33	c cleaning 52000 clauses out of 104007 with flag 3329234/1727444
486.92/244.57	c cleaning 53001 clauses out of 106005 with flag 3452162/1781442
509.72/255.90	c cleaning 53997 clauses out of 108003 with flag 3573217/1836441
532.31/267.24	c cleaning 55001 clauses out of 110006 with flag 3694700/1892441
566.09/284.09	c cleaning 56003 clauses out of 112005 with flag 3822831/1949441
601.49/301.73	c cleaning 56996 clauses out of 114002 with flag 3956475/2007442
617.49/309.78	c And the winner is solver0
632.05/324.01	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
632.05/324.01	c starts		: 3337
632.05/324.01	c conflicts		: 2042582
632.05/324.01	c decisions		: 2417635
632.05/324.01	c propagations		: 62422886
632.05/324.01	c inspects		: 5798869172
632.05/324.01	c shortcuts		: 0
632.05/324.01	c learnt literals	: 7
632.05/324.01	c learnt binary clauses	: 17
632.05/324.01	c learnt ternary clauses	: 14
632.05/324.01	c learnt constraints	: 2042574
632.05/324.01	c ignored constraints	: 0
632.05/324.01	c root simplifications	: 0
632.05/324.01	c removed literals (reason simplification)	: 2541799
632.05/324.01	c reason swapping (by a shorter reason)	: 0
632.05/324.01	c Calls to reduceDB	: 75
632.05/324.01	c Number of update (reduction) of LBD	: 92626
632.05/324.01	c Imported unit clauses	: 0
632.05/324.01	c number of reductions to clauses (during analyze)	: 0
632.05/324.01	c number of learned constraints concerned by reduction	: 0
632.05/324.01	c number of learning phase by resolution	: 0
632.05/324.01	c number of learning phase by cutting planes	: 0
632.05/324.01	c speed (assignments/second)	: 194553.52000299204
632.05/324.01	c non guided choices	0
632.05/324.01	c learnt constraints type 
632.05/324.01	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
632.05/324.01	c starts		: 34
632.05/324.01	c conflicts		: 4887
632.05/324.01	c decisions		: 15979
632.05/324.01	c propagations		: 130639
632.05/324.01	c inspects		: 72039555
632.05/324.01	c shortcuts		: 0
632.05/324.01	c learnt literals	: 0
632.05/324.01	c learnt binary clauses	: 0
632.05/324.01	c learnt ternary clauses	: 0
632.05/324.01	c learnt constraints	: 4885
632.05/324.01	c ignored constraints	: 0
632.05/324.01	c root simplifications	: 0
632.05/324.01	c removed literals (reason simplification)	: 0
632.05/324.01	c reason swapping (by a shorter reason)	: 0
632.05/324.01	c Calls to reduceDB	: 0
632.05/324.01	c Number of update (reduction) of LBD	: 0
632.05/324.01	c Imported unit clauses	: 0
632.05/324.01	c number of reductions to clauses (during analyze)	: 0
632.05/324.01	c number of learned constraints concerned by reduction	: 0
632.05/324.01	c number of learning phase by resolution	: 0
632.05/324.01	c number of learning phase by cutting planes	: 0
632.05/324.01	c speed (assignments/second)	: 447.63144820024326
632.05/324.01	c non guided choices	0
632.05/324.01	c learnt constraints type 
632.05/324.01	s OPTIMUM FOUND
632.05/324.01	c Found 7 solution(s)
632.05/324.01	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 
632.05/324.01	c objective function=-20
632.05/324.01	c Total wall clock time (in seconds): 323.908

Verifier Data

OK	-20

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-4119289-1467252289/watcher-4119289-1467252289 -o /tmp/evaluation-result-4119289-1467252289/solver-4119289-1467252289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6244 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119289-1467252289.opb 

pid=9210
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: 3.01 2.99 3.13 4/197 9213
/proc/meminfo: memFree=27487472/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4248817 98570240 977 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 24065 977 743 9 0 16771 0
[pid=9213/tid=9214] ppid=9210 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) R 9210 9213 6228 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4248817 98570240 977 33554432000 1073741824 1073778376 140736650552432 140633149177384 211458803072 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.01 2.99 3.13 4/197 9213
/proc/meminfo: memFree=27487472/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 4248817 9787879424 6118 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2389619 6118 2156 9 0 2380296 0
[pid=9213/tid=9214] ppid=9210 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) R 9210 9213 6228 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 4248817 9787879424 6118 33554432000 1073741824 1073778376 140736650552432 140633149180832 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 3.01 2.99 3.13 4/197 9213
/proc/meminfo: memFree=27487472/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 4582 0 1 0 17 1 0 0 20 0 19 0 4248817 10060525568 7727 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 7727 2176 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2412 0 1 0 13 0 0 0 20 0 19 0 4248817 10060525568 7727 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.300362 s]
/proc/loadavg: 3.01 2.99 3.13 4/197 9213
/proc/meminfo: memFree=27487472/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 4582 0 1 0 17 1 0 0 20 0 19 0 4248817 10060525568 7727 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 7727 2176 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2412 0 1 0 13 0 0 0 20 0 19 0 4248817 10060525568 7727 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.700205 s]
/proc/loadavg: 3.01 2.99 3.13 4/197 9213
/proc/meminfo: memFree=27487472/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 6370 0 1 0 32 1 0 0 20 0 22 0 4248817 10060525568 9873 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 9873 2225 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2412 0 1 0 13 0 0 0 20 0 22 0 4248817 10060525568 9873 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50071 s]
/proc/loadavg: 2.93 2.97 3.13 3/216 9238
/proc/meminfo: memFree=27450260/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 7943 0 1 0 81 3 0 0 20 0 19 0 4248817 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 11725 2234 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2413 0 1 0 13 0 0 0 20 0 19 0 4248817 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4248819 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 1842 0 0 0 18 0 0 0 20 0 19 0 4248822 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 2336 0 0 0 18 0 0 0 20 0 19 0 4248822 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9234] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9234/stat : 9234 (java) S 9210 9213 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4248833 10060525568 11725 33554432000 1073741824 1073778376 140736650552432 140632962118440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 2.93 2.97 3.13 7/219 9247
/proc/meminfo: memFree=27430972/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 25559 0 1 0 325 9 0 0 20 0 19 0 4248817 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 40212 2266 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 19 0 4248817 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4248818 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4248819 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 9769 0 0 0 85 0 0 0 20 0 19 0 4248822 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 11954 0 0 0 82 2 0 0 20 0 19 0 4248822 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9247] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9247/stat : 9247 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4249033 10060525568 40212 33554432000 1073741824 1073778376 140736650552432 140632963171752 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.02 2.99 3.13 5/219 9250
/proc/meminfo: memFree=27144880/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=10.08 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 26115 0 1 0 984 24 0 0 20 0 22 0 4248817 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 96623 2279 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) S 9210 9213 6228 0 -1 4202560 2415 0 1 0 14 0 0 0 20 0 22 0 4248817 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140633149182840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 4248818 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 203 0 0 0 0 0 0 0 20 0 22 0 4248819 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4248820 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4248820 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4248822 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 9770 0 0 0 102 0 0 0 20 0 22 0 4248822 10060525568 96623 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=0.96 cores=0,2,4,6

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

[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 150 0 0 0 26 7 0 0 20 0 20 0 4248818 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 182 0 0 0 28 7 0 0 20 0 20 0 4248818 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 192 0 0 0 28 8 0 0 20 0 20 0 4248818 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 210 0 0 0 29 9 0 0 20 0 20 0 4248818 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 217 0 0 0 33 8 0 0 20 0 20 0 4248818 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 1358 0 0 0 42 5 0 0 20 0 20 0 4248819 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 4248820 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 4248820 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4248822 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 11674 0 0 0 129 1 0 0 20 0 20 0 4248822 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 16675 0 0 0 166 3 0 0 20 0 20 0 4248822 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4248822 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 20 0 4248822 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9250] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9250/stat : 9250 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 4249133 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632962118440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9255] ppid=9210 vsize=9824732 CPUtime=288.54 cores=0,2,4,6
/proc/9213/task/9255/stat : 9255 (java) R 9210 9213 6228 0 -1 4202560 177 0 0 0 28845 9 0 0 20 0 20 0 4252034 10060525568 753032 33554432000 1073741824 1073778376 140736650552432 140632964221408 140633017803191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 629.57
Current children cumulated vsize (KiB) 9824732

[startup+323.201 s]
/proc/loadavg: 3.84 3.62 3.37 4/218 9265
/proc/meminfo: memFree=24357964/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=631.23 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 36776 0 1 0 62990 133 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 753030 2288 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) R 9210 9213 6228 0 -1 4202560 2428 0 1 0 35 2 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633149182448 140633017854676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 228 0 0 0 35 10 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 196 0 0 0 27 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 193 0 0 0 27 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 150 0 0 0 26 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 182 0 0 0 28 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 192 0 0 0 28 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 210 0 0 0 29 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 217 0 0 0 33 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 1358 0 0 0 42 5 0 0 20 0 19 0 4248819 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 11674 0 0 0 130 1 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 16675 0 0 0 166 3 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9250] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9250/stat : 9250 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4249133 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632962118440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 631.23
Current children cumulated vsize (KiB) 9824732

[startup+323.601 s]
/proc/loadavg: 3.84 3.62 3.37 4/217 9265
/proc/meminfo: memFree=24358088/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=631.64 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 36776 0 1 0 63031 133 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 753030 2288 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) R 9210 9213 6228 0 -1 4202560 2428 0 1 0 75 2 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633149182504 140633016899504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 228 0 0 0 35 10 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 196 0 0 0 27 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 193 0 0 0 27 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 150 0 0 0 26 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 182 0 0 0 28 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 192 0 0 0 28 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 210 0 0 0 29 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 217 0 0 0 33 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 1358 0 0 0 42 5 0 0 20 0 19 0 4248819 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 11674 0 0 0 131 1 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 16675 0 0 0 166 3 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9250] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9250/stat : 9250 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4249133 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632962118440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 631.64
Current children cumulated vsize (KiB) 9824732

[startup+324.001 s]
/proc/loadavg: 3.84 3.62 3.37 4/217 9265
/proc/meminfo: memFree=24358088/32872528 swapFree=480236/529292
[pid=9213] ppid=9210 vsize=9824732 CPUtime=632.05 cores=0,2,4,6
/proc/9213/stat : 9213 (java) S 9210 9213 6228 0 -1 4202496 36776 0 1 0 63072 133 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140736650543568 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9213/statm: 2456183 753030 2288 9 0 2446860 0
[pid=9213/tid=9214] ppid=9210 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9213/task/9214/stat : 9214 (java) R 9210 9213 6228 0 -1 4202560 2428 0 1 0 115 2 0 0 20 0 19 0 4248817 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633149182600 140633017450596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9216] ppid=9210 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/9213/task/9216/stat : 9216 (java) S 9210 9213 6228 0 -1 4202560 228 0 0 0 35 10 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633138244008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9217] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9217/stat : 9217 (java) S 9210 9213 6228 0 -1 4202560 196 0 0 0 27 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633137191464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9218] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9218/stat : 9218 (java) S 9210 9213 6228 0 -1 4202560 193 0 0 0 27 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140633136138408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9219] ppid=9210 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9213/task/9219/stat : 9219 (java) S 9210 9213 6228 0 -1 4202560 150 0 0 0 26 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632989055272 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9220] ppid=9210 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9213/task/9220/stat : 9220 (java) S 9210 9213 6228 0 -1 4202560 182 0 0 0 28 7 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632988003240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9221] ppid=9210 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9213/task/9221/stat : 9221 (java) S 9210 9213 6228 0 -1 4202560 192 0 0 0 28 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632986950696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9222] ppid=9210 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/9213/task/9222/stat : 9222 (java) S 9210 9213 6228 0 -1 4202560 210 0 0 0 29 9 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632985897640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9223] ppid=9210 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/9213/task/9223/stat : 9223 (java) S 9210 9213 6228 0 -1 4202560 217 0 0 0 33 8 0 0 20 0 19 0 4248818 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632984845096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9224] ppid=9210 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/9213/task/9224/stat : 9224 (java) S 9210 9213 6228 0 -1 4202560 1358 0 0 0 42 5 0 0 20 0 19 0 4248819 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632972646760 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9225] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9225/stat : 9225 (java) S 9210 9213 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632971593080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9226] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9226/stat : 9226 (java) S 9210 9213 6228 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4248820 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632970539912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9227] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9227/stat : 9227 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632969488656 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9213/tid=9228] ppid=9210 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/9213/task/9228/stat : 9228 (java) S 9210 9213 6228 0 -1 4202560 11674 0 0 0 132 1 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632968436536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9213/tid=9229] ppid=9210 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9213/task/9229/stat : 9229 (java) S 9210 9213 6228 0 -1 4202560 16675 0 0 0 166 3 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632967383992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9230] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9230/stat : 9230 (java) S 9210 9213 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632966331128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9213/tid=9231] ppid=9210 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9213/task/9231/stat : 9231 (java) S 9210 9213 6228 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 4248822 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632965278792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9213/tid=9250] ppid=9210 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9213/task/9250/stat : 9250 (java) S 9210 9213 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4249133 10060525568 753030 33554432000 1073741824 1073778376 140736650552432 140632962118440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.05
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 324.03
CPU time (s): 632.178
CPU user time (s): 630.666
CPU system time (s): 1.51177
CPU usage (%): 195.099
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 630.666
system time used= 1.51177
maximum resident set size= 3019380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36787
page faults= 1
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8885
involuntary context switches= 9737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16982 second user time and 1.3028 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 04:04:49
IDJOB=4119289
IDBENCH=111693
IDSOLVER=2543
FILE ID=node141/4119289-1467252289
RUNJOBID= node141-1467246696-6244
PBS_JOBID= 20004482
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0055-0055.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119289-1467252289/watcher-4119289-1467252289 -o /tmp/evaluation-result-4119289-1467252289/solver-4119289-1467252289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6244 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119289-1467252289.opb

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

MD5SUM BENCH= 095000da397b8b5a882460fe77646bfc
RANDOM SEED=1883822412

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5339.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27487752 kB
Buffers:          134168 kB
Cached:           722512 kB
SwapCached:            0 kB
Active:          3436656 kB
Inactive:         670700 kB
Active(anon):    3253284 kB
Inactive(anon):        4 kB
Active(file):     183372 kB
Inactive(file):   670696 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:       3779564 kB
Mapped:            22224 kB
Shmem:               204 kB
Slab:             609524 kB
SReclaimable:      53080 kB
SUnreclaim:       556444 kB
KernelStack:        1696 kB
PageTables:        12332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4178980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3233792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 04:10:13