Trace number 4081748

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 PB16OPT5 1111.59 555.079

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark13.062
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint41
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081748-1465254289.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.76/0.40	c ... done. Wall clock time 0.29s.
0.76/0.40	c declared #vars     100
0.76/0.40	c internal #vars     3170
0.76/0.40	c #constraints  6240
0.76/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.40	c constraints type 
0.76/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3170
0.76/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.76/0.40	c 6240 constraints processed.
0.76/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.40	c constraints type 
0.76/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3170
0.76/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
0.76/0.40	c 6240 constraints processed.
0.76/0.40	c objective function length is 100 literals
0.76/0.43	c And the winner is solver0
1.00/0.90	c SATISFIABLE
1.00/0.90	c OPTIMIZING...
1.00/0.90	c Got one! Elapsed wall clock time (in seconds):0.794
1.00/0.90	o 8
1.38/1.01	c And the winner is solver0
1.54/1.40	c Got one! Elapsed wall clock time (in seconds):1.296
1.54/1.40	o 7
2.70/1.76	c And the winner is solver0
3.10/1.90	c Got one! Elapsed wall clock time (in seconds):1.798
3.10/1.90	o 6
4.45/2.55	c cleaning 2918 clauses out of 5846 with flag 9135/5846
7.05/3.56	c cleaning 4459 clauses out of 8930 with flag 23056/11848
9.56/4.77	c cleaning 5727 clauses out of 11468 with flag 39343/18845
12.65/6.22	c cleaning 6861 clauses out of 13741 with flag 58234/26845
16.15/7.91	c cleaning 7934 clauses out of 15883 with flag 80230/35848
20.01/9.80	c cleaning 8966 clauses out of 17946 with flag 104892/45845
24.49/12.00	c cleaning 9975 clauses out of 19980 with flag 131820/56845
29.59/14.55	c cleaning 10996 clauses out of 22005 with flag 161183/68845
37.40/18.40	c cleaning 12004 clauses out of 24010 with flag 197229/81846
46.49/22.95	c cleaning 13002 clauses out of 26005 with flag 235610/95845
56.36/27.84	c cleaning 14003 clauses out of 28005 with flag 276313/110847
66.44/32.82	c cleaning 15000 clauses out of 30001 with flag 318762/126846
78.24/38.74	c cleaning 15996 clauses out of 32000 with flag 366172/143845
78.64/38.91	c And the winner is solver0
78.85/39.17	c Got one! Elapsed wall clock time (in seconds):39.059
78.85/39.17	o 5
82.10/40.75	c cleaning 10724 clauses out of 21447 with flag 14061/149288
85.48/42.43	c cleaning 8350 clauses out of 16723 with flag 31113/155288
89.28/44.31	c cleaning 7687 clauses out of 15375 with flag 50838/162290
93.70/46.56	c cleaning 7836 clauses out of 15686 with flag 73073/170288
99.34/49.19	c cleaning 8424 clauses out of 16855 with flag 97814/179293
105.34/51.99	c cleaning 9213 clauses out of 18427 with flag 125550/189289
111.34/54.99	c cleaning 10095 clauses out of 20214 with flag 155641/200289
117.99/58.20	c cleaning 11060 clauses out of 22123 with flag 187809/212293
125.41/61.97	c cleaning 12027 clauses out of 24057 with flag 223508/225288
134.45/66.32	c cleaning 13003 clauses out of 26031 with flag 263350/239289
143.65/70.94	c cleaning 14004 clauses out of 28029 with flag 308523/254290
153.92/76.06	c cleaning 15000 clauses out of 30023 with flag 353759/270288
164.98/81.52	c cleaning 15984 clauses out of 32023 with flag 403860/287288
176.56/87.32	c cleaning 17017 clauses out of 34039 with flag 455258/305288
188.84/93.45	c cleaning 17998 clauses out of 36022 with flag 510384/324288
201.69/99.82	c cleaning 19010 clauses out of 38024 with flag 567530/344288
214.57/106.23	c cleaning 19988 clauses out of 40019 with flag 624375/365293
228.60/113.23	c cleaning 21011 clauses out of 42025 with flag 683636/387288
244.65/121.24	c cleaning 22001 clauses out of 44015 with flag 750828/410289
261.35/129.55	c cleaning 23004 clauses out of 46013 with flag 822176/434288
278.26/137.98	c cleaning 23991 clauses out of 48009 with flag 897919/459288
295.71/146.64	c cleaning 24999 clauses out of 50018 with flag 972745/485288
314.81/156.16	c cleaning 25978 clauses out of 52019 with flag 1048964/512288
335.04/166.56	c cleaning 27021 clauses out of 54041 with flag 1125750/540288
354.32/176.14	c cleaning 28008 clauses out of 56020 with flag 1205619/569289
374.60/186.24	c cleaning 28966 clauses out of 58010 with flag 1287280/599288
396.35/197.06	c cleaning 29985 clauses out of 60044 with flag 1370781/630288
420.00/208.84	c cleaning 31019 clauses out of 62058 with flag 1464550/662288
444.69/221.14	c cleaning 32009 clauses out of 64040 with flag 1556714/695289
469.18/233.38	c cleaning 32993 clauses out of 66029 with flag 1654069/729288
495.50/246.41	c cleaning 33999 clauses out of 68038 with flag 1757776/764290
522.78/260.03	c cleaning 35004 clauses out of 70038 with flag 1860966/800289
551.10/274.15	c cleaning 36002 clauses out of 72033 with flag 1965817/837288
579.26/288.16	c cleaning 37010 clauses out of 74030 with flag 2074442/875288
588.89/292.95	c cleaning 0 clauses out of 6031 with flag 0/6032
609.60/303.41	c cleaning 37989 clauses out of 76022 with flag 2182183/914291
640.14/318.61	c cleaning 39012 clauses out of 78030 with flag 2293465/954289
672.27/334.61	c cleaning 40006 clauses out of 80017 with flag 2406531/995289
704.85/350.85	c cleaning 40993 clauses out of 82008 with flag 2524054/1037288
740.94/368.80	c cleaning 42003 clauses out of 84017 with flag 2644801/1080290
775.69/386.15	c cleaning 42999 clauses out of 86013 with flag 2769756/1124291
812.37/404.47	c cleaning 43996 clauses out of 88010 with flag 2895201/1169288
850.16/423.29	c cleaning 45002 clauses out of 90013 with flag 3023492/1215289
888.91/442.52	c cleaning 45993 clauses out of 92008 with flag 3155472/1262288
928.11/462.02	c cleaning 46980 clauses out of 94013 with flag 3288509/1310289
968.64/482.27	c cleaning 48006 clauses out of 96028 with flag 3422566/1359288
1011.39/503.96	c cleaning 49009 clauses out of 98026 with flag 3559423/1409295
1054.33/525.31	c cleaning 49989 clauses out of 100006 with flag 3696695/1460289
1097.13/546.62	c cleaning 50992 clauses out of 102004 with flag 3835401/1512288
1107.99/552.09	c And the winner is solver0
1111.27/555.06	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1111.27/555.06	c starts		: 611
1111.27/555.06	c conflicts		: 1529515
1111.27/555.06	c decisions		: 2665100
1111.27/555.06	c propagations		: 382271015
1111.27/555.06	c inspects		: 5722807539
1111.27/555.06	c shortcuts		: 0
1111.27/555.06	c learnt literals	: 72
1111.27/555.06	c learnt binary clauses	: 78
1111.27/555.06	c learnt ternary clauses	: 105
1111.27/555.06	c learnt constraints	: 1529442
1111.27/555.06	c ignored constraints	: 0
1111.27/555.06	c root simplifications	: 0
1111.27/555.06	c removed literals (reason simplification)	: 243642
1111.27/555.06	c reason swapping (by a shorter reason)	: 0
1111.27/555.06	c Calls to reduceDB	: 61
1111.27/555.06	c Number of update (reduction) of LBD	: 444186
1111.27/555.06	c Imported unit clauses	: 0
1111.27/555.06	c number of reductions to clauses (during analyze)	: 0
1111.27/555.06	c number of learned constraints concerned by reduction	: 0
1111.27/555.06	c number of learning phase by resolution	: 0
1111.27/555.06	c number of learning phase by cutting planes	: 0
1111.27/555.06	c speed (assignments/second)	: 689202.5431933609
1111.27/555.06	c non guided choices	0
1111.27/555.06	c learnt constraints type 
1111.27/555.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1111.27/555.06	c starts		: 42
1111.27/555.06	c conflicts		: 8547
1111.27/555.06	c decisions		: 14952
1111.27/555.06	c propagations		: 2219198
1111.27/555.06	c inspects		: 721492813
1111.27/555.06	c shortcuts		: 0
1111.27/555.06	c learnt literals	: 0
1111.27/555.06	c learnt binary clauses	: 0
1111.27/555.06	c learnt ternary clauses	: 0
1111.27/555.06	c learnt constraints	: 8545
1111.27/555.06	c ignored constraints	: 0
1111.27/555.06	c root simplifications	: 0
1111.27/555.06	c removed literals (reason simplification)	: 0
1111.27/555.06	c reason swapping (by a shorter reason)	: 0
1111.27/555.06	c Calls to reduceDB	: 1
1111.27/555.06	c Number of update (reduction) of LBD	: 0
1111.27/555.06	c Imported unit clauses	: 0
1111.27/555.06	c number of reductions to clauses (during analyze)	: 0
1111.27/555.06	c number of learned constraints concerned by reduction	: 0
1111.27/555.06	c number of learning phase by resolution	: 0
1111.27/555.06	c number of learning phase by cutting planes	: 0
1111.27/555.06	c speed (assignments/second)	: 4301.638314699087
1111.27/555.06	c non guided choices	0
1111.27/555.06	c learnt constraints type 
1111.27/555.06	s OPTIMUM FOUND
1111.27/555.06	c Found 4 solution(s)
1111.27/555.06	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 
1111.27/555.06	c objective function=5
1111.27/555.06	c Total wall clock time (in seconds): 554.957

Verifier Data

OK	5

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-4081748-1465254289/watcher-4081748-1465254289 -o /tmp/evaluation-result-4081748-1465254289/solver-4081748-1465254289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081748-1465254289.opb 

pid=20108
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.16 4.29 4.19 4/199 20111
/proc/meminfo: memFree=27426512/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107361692 98570240 979 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 24065 979 744 9 0 16771 0
[pid=20111/tid=20112] ppid=20108 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 107361693 98570240 979 33554432000 1073741824 1073778376 140736915680624 140603131432488 273905698176 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.16 4.29 4.19 4/199 20111
/proc/meminfo: memFree=27426512/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 4528 0 1 0 10 1 0 0 20 0 18 0 107361692 9787879424 6153 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2389619 6153 2156 9 0 2380296 0
[pid=20111/tid=20112] ppid=20108 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2421 0 1 0 8 0 0 0 20 0 18 0 107361693 9787879424 6153 33554432000 1073741824 1073778376 140736915680624 140603131437400 140603138864952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200356 s]
/proc/loadavg: 4.16 4.29 4.19 4/199 20111
/proc/meminfo: memFree=27426512/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 4614 0 1 0 22 1 0 0 20 0 18 0 107361692 9787879424 7233 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2389619 7233 2208 9 0 2380296 0
[pid=20111/tid=20112] ppid=20108 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2435 0 1 0 16 1 0 0 20 0 18 0 107361693 9787879424 7233 33554432000 1073741824 1073778376 140736915680624 140603131436144 140603071241535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300375 s]
/proc/loadavg: 4.16 4.29 4.19 4/199 20111
/proc/meminfo: memFree=27426512/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 6269 0 1 0 46 2 0 0 20 0 18 0 107361692 9787879424 9303 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2389619 9303 2244 9 0 2380296 0
[pid=20111/tid=20112] ppid=20108 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2439 0 1 0 26 1 0 0 20 0 18 0 107361693 9787879424 9303 33554432000 1073741824 1073778376 140736915680624 140603131437080 140603071386724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 4.16 4.29 4.19 4/199 20111
/proc/meminfo: memFree=27426512/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 10063 0 1 0 95 5 0 0 20 0 19 0 107361692 10060525568 13678 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 13678 2263 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) S 20108 20111 15677 0 -1 4202560 2453 0 1 0 36 2 0 0 20 0 19 0 107361693 10060525568 13678 33554432000 1073741824 1073778376 140736915680624 140603131437944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.16 4.29 4.19 3/218 20136
/proc/meminfo: memFree=27373340/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 12891 0 1 0 182 8 0 0 20 0 22 0 107361692 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 16925 2266 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) S 20108 20111 15677 0 -1 4202560 2456 0 1 0 36 2 0 0 20 0 22 0 107361693 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140603131437944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) R 20108 20111 15677 0 -1 4202560 5452 0 0 0 46 1 0 0 20 0 22 0 107361697 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602950826368 140603134044289 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) R 20108 20111 15677 0 -1 4202560 3629 0 0 0 51 0 0 0 20 0 22 0 107361697 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602949786296 140603137397901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107361733 10060525568 16925 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.16 4.29 4.19 5/221 20142
/proc/meminfo: memFree=27259840/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=6.19 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 22100 0 1 0 602 17 0 0 20 0 22 0 107361692 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 54735 2294 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) S 20108 20111 15677 0 -1 4202560 2456 0 1 0 36 2 0 0 20 0 22 0 107361693 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140603131437944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 94 0 0 0 2 1 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 91 0 0 0 2 1 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107361694 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) S 20108 20111 15677 0 -1 4202560 8832 0 0 0 114 2 0 0 20 0 22 0 107361697 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602950838840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) S 20108 20111 15677 0 -1 4202560 8971 0 0 0 109 3 0 0 20 0 22 0 107361697 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602949786296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107361697 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107361733 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20140] ppid=20108 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/20111/task/20140/stat : 20140 (java) R 20108 20111 15677 0 -1 4202560 4 0 0 0 111 0 0 0 20 0 22 0 107361883 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602945573640 140603071811040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20141] ppid=20108 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/20111/task/20141/stat : 20141 (java) R 20108 20111 15677 0 -1 4202560 43 0 0 0 112 0 0 0 20 0 22 0 107361883 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602946625032 140603072206221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20142] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20142/stat : 20142 (java) S 20108 20111 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107361883 10060525568 54735 33554432000 1073741824 1073778376 140736915680624 140602944521512 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.38 4.33 4.20 5/221 20142
/proc/meminfo: memFree=27039032/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=12.87 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 23292 0 1 0 1258 29 0 0 20 0 22 0 107361692 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 130663 2294 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) S 20108 20111 15677 0 -1 4202560 2456 0 1 0 36 2 0 0 20 0 22 0 107361693 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140603131437944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 194 0 0 0 6 2 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 201 0 0 0 6 1 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 119 0 0 0 8 3 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 85 0 0 0 6 2 0 0 20 0 22 0 107361694 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 209 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107361695 10060525568 130663 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 605 0 0 0 144 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 387 0 0 0 137 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 317 0 0 0 131 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 395 0 0 0 148 8 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 287 0 0 0 142 7 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 420 0 0 0 144 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 2628 0 0 0 225 12 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) S 20108 20111 15677 0 -1 4202560 8845 0 0 0 125 2 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602950838840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) S 20108 20111 15677 0 -1 4202560 15176 0 0 0 249 4 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602949786296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 31 0 0 0 7 16 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107361733 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1109.87
Current children cumulated vsize (KiB) 9824732

[startup+554.401 s]
/proc/loadavg: 4.14 4.22 4.18 4/217 20161
/proc/meminfo: memFree=24331508/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=1110.68 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 35583 0 1 0 110898 170 0 0 20 0 19 0 107361692 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 592849 2303 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2461 0 1 0 193 3 0 0 20 0 19 0 107361693 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140603131435568 140603071395766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 471 0 0 0 141 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 335 0 0 0 142 12 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 605 0 0 0 144 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 387 0 0 0 137 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 317 0 0 0 131 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 395 0 0 0 148 8 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 287 0 0 0 142 7 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 420 0 0 0 144 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 2628 0 0 0 225 13 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) S 20108 20111 15677 0 -1 4202560 8845 0 0 0 125 2 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602950838840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) S 20108 20111 15677 0 -1 4202560 15176 0 0 0 249 4 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602949786296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 33 0 0 0 7 16 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107361733 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1110.68
Current children cumulated vsize (KiB) 9824732

[startup+554.801 s]
/proc/loadavg: 4.14 4.22 4.18 4/217 20161
/proc/meminfo: memFree=24331508/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=1111.07 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 35583 0 1 0 110937 170 0 0 20 0 19 0 107361692 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 592849 2303 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2461 0 1 0 232 3 0 0 20 0 19 0 107361693 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140603131435568 140603072381557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 471 0 0 0 141 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 335 0 0 0 142 12 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 605 0 0 0 144 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 387 0 0 0 137 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 317 0 0 0 131 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 395 0 0 0 148 8 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 287 0 0 0 142 7 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 420 0 0 0 144 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 2628 0 0 0 225 13 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) S 20108 20111 15677 0 -1 4202560 8845 0 0 0 125 2 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602950838840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) S 20108 20111 15677 0 -1 4202560 15176 0 0 0 249 4 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602949786296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 33 0 0 0 7 16 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107361733 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1111.07
Current children cumulated vsize (KiB) 9824732

[startup+555.001 s]
/proc/loadavg: 4.14 4.22 4.18 4/217 20161
/proc/meminfo: memFree=24331508/32872528 swapFree=15540/1663004
[pid=20111] ppid=20108 vsize=9824732 CPUtime=1111.27 cores=1,3,5,7
/proc/20111/stat : 20111 (java) S 20108 20111 15677 0 -1 4202496 35583 0 1 0 110957 170 0 0 20 0 19 0 107361692 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140736915671760 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20111/statm: 2456183 592849 2303 9 0 2446860 0
[pid=20111/tid=20112] ppid=20108 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/20111/task/20112/stat : 20112 (java) R 20108 20111 15677 0 -1 4202560 2461 0 1 0 252 3 0 0 20 0 19 0 107361693 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140603131435568 140603071395778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20114] ppid=20108 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20111/task/20114/stat : 20114 (java) S 20108 20111 15677 0 -1 4202560 471 0 0 0 141 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602974615720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20115] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20115/stat : 20115 (java) S 20108 20111 15677 0 -1 4202560 335 0 0 0 142 12 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602973563176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20116] ppid=20108 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/20111/task/20116/stat : 20116 (java) S 20108 20111 15677 0 -1 4202560 605 0 0 0 144 11 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602972510632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20117] ppid=20108 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/20111/task/20117/stat : 20117 (java) S 20108 20111 15677 0 -1 4202560 387 0 0 0 137 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602971458088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20118] ppid=20108 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/20111/task/20118/stat : 20118 (java) S 20108 20111 15677 0 -1 4202560 317 0 0 0 131 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602970405544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20119] ppid=20108 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/20111/task/20119/stat : 20119 (java) S 20108 20111 15677 0 -1 4202560 395 0 0 0 148 8 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602969353000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20120] ppid=20108 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/20111/task/20120/stat : 20120 (java) S 20108 20111 15677 0 -1 4202560 287 0 0 0 142 7 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602968300456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20121] ppid=20108 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20111/task/20121/stat : 20121 (java) S 20108 20111 15677 0 -1 4202560 420 0 0 0 144 10 0 0 20 0 19 0 107361694 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602967247912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20122] ppid=20108 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/20111/task/20122/stat : 20122 (java) S 20108 20111 15677 0 -1 4202560 2628 0 0 0 225 13 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602955049064 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20123] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20123/stat : 20123 (java) S 20108 20111 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602953995384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20124] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20124/stat : 20124 (java) S 20108 20111 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107361695 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602952942728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20125] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20125/stat : 20125 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602951891472 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20111/tid=20126] ppid=20108 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/20111/task/20126/stat : 20126 (java) S 20108 20111 15677 0 -1 4202560 8845 0 0 0 125 2 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602950838840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20111/tid=20127] ppid=20108 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/20111/task/20127/stat : 20127 (java) S 20108 20111 15677 0 -1 4202560 15176 0 0 0 249 4 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602949786296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20128] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20128/stat : 20128 (java) S 20108 20111 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602948733944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20111/tid=20129] ppid=20108 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20111/task/20129/stat : 20129 (java) S 20108 20111 15677 0 -1 4202560 33 0 0 0 7 16 0 0 20 0 19 0 107361697 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602947681608 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20111/tid=20133] ppid=20108 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20111/task/20133/stat : 20133 (java) S 20108 20111 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107361733 10060525568 592849 33554432000 1073741824 1073778376 140736915680624 140602943468712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1111.27
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 555.079
CPU time (s): 1111.59
CPU user time (s): 1109.67
CPU system time (s): 1.91271
CPU usage (%): 200.257
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1109.67
system time used= 1.91271
maximum resident set size= 2961448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35598
page faults= 1
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17006
involuntary context switches= 24527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.44648 second user time and 5.35719 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:04:49
IDJOB=4081748
IDBENCH=48143
IDSOLVER=2543
FILE ID=node134/4081748-1465254289
RUNJOBID= node134-1465243580-15694
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081748-1465254289/watcher-4081748-1465254289 -o /tmp/evaluation-result-4081748-1465254289/solver-4081748-1465254289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15694 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081748-1465254289.opb

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=2000297676

node134.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.403
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.80
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.403
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.403
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.56
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.403
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.403
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.403
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.403
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.56
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.403
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:        27426776 kB
Buffers:           51664 kB
Cached:           120180 kB
SwapCached:         1804 kB
Active:          2969316 kB
Inactive:         101368 kB
Active(anon):    2900152 kB
Inactive(anon):     1040 kB
Active(file):      69164 kB
Inactive(file):   100328 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       4565280 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             569288 kB
SReclaimable:      12748 kB
SUnreclaim:       556540 kB
KernelStack:        1616 kB
PageTables:        13208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4717204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4472832 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= 71732 MiB
End job on node134 at 2016-06-07 01:14:04