Trace number 4118096

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 Resolution PB16OPT-1952753 137.243 136.113

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0234-0234.opb
MD5SUMc3b9816e5d84e5f10f8eef5e69f7d592
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1952753
Best CPU time to get the best result obtained on this benchmark137.243
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints24
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)24
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 180
Biggest coefficient in the objective function 313633
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 15282558
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 313633
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 15282558
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)180
Sum of products size (including duplicates)360
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4118096-1467221720.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.14	c ... done. Wall clock time 0.038s.
0.10/0.14	c declared #vars     72
0.10/0.14	c internal #vars     252
0.10/0.14	c #constraints  408
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 180
0.10/0.14	c 408 constraints processed.
0.10/0.14	c objective function length is 180 literals
0.10/0.15	c SATISFIABLE
0.10/0.15	c OPTIMIZING...
0.10/0.15	c Got one! Elapsed wall clock time (in seconds):0.046
0.10/0.15	o -1690633
0.10/0.16	c Got one! Elapsed wall clock time (in seconds):0.055
0.10/0.16	o -1712040
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.065
0.10/0.17	o -1742805
0.10/0.18	c Got one! Elapsed wall clock time (in seconds):0.071
0.10/0.18	o -1773369
0.77/0.58	c cleaning 2501 clauses out of 5011 with flag 11464/5011
1.28/0.94	c cleaning 4251 clauses out of 8512 with flag 24468/11013
1.78/1.44	c cleaning 5631 clauses out of 11263 with flag 40119/18015
2.38/2.07	c cleaning 6815 clauses out of 13629 with flag 57589/26012
3.11/2.79	c cleaning 7905 clauses out of 15813 with flag 76643/35011
4.01/3.61	c cleaning 8950 clauses out of 17909 with flag 97603/45012
4.92/4.51	c cleaning 9975 clauses out of 19959 with flag 121061/56012
6.02/5.65	c cleaning 10993 clauses out of 21985 with flag 147171/68013
7.31/6.91	c cleaning 11996 clauses out of 23991 with flag 174375/81012
8.52/8.15	c cleaning 12997 clauses out of 25997 with flag 203989/95014
10.12/9.75	c cleaning 13999 clauses out of 27999 with flag 238772/110013
12.12/11.70	c cleaning 14998 clauses out of 29998 with flag 275318/126011
14.12/13.74	c cleaning 15998 clauses out of 32001 with flag 314825/143012
16.32/15.93	c cleaning 16999 clauses out of 34002 with flag 357843/161011
18.51/18.19	c cleaning 18000 clauses out of 36003 with flag 403645/180011
19.22/18.88	c Got one! Elapsed wall clock time (in seconds):18.769
19.22/18.88	o -1794016
19.82/19.43	c cleaning 14834 clauses out of 29668 with flag 11034/191676
20.42/20.01	c cleaning 10415 clauses out of 20832 with flag 25704/197674
20.92/20.60	c cleaning 8703 clauses out of 17415 with flag 43093/204672
21.62/21.24	c cleaning 8353 clauses out of 16712 with flag 61365/212672
22.21/21.87	c cleaning 8676 clauses out of 17361 with flag 80355/221674
23.11/22.79	c cleaning 9336 clauses out of 18685 with flag 107164/231674
24.21/23.80	c cleaning 10173 clauses out of 20350 with flag 139106/242675
25.12/24.77	c cleaning 11087 clauses out of 22174 with flag 173644/254672
26.43/26.01	c cleaning 12041 clauses out of 24087 with flag 206208/267672
27.94/27.57	c cleaning 13022 clauses out of 26047 with flag 238756/281673
29.63/29.22	c cleaning 14013 clauses out of 28025 with flag 274214/296673
29.93/29.51	c Got one! Elapsed wall clock time (in seconds):29.404
29.93/29.51	o -1826303
30.03/29.68	c cleaning 9726 clauses out of 19462 with flag 4567/302123
30.53/30.12	c cleaning 7863 clauses out of 15735 with flag 17482/308122
31.03/30.63	c cleaning 7434 clauses out of 14876 with flag 32275/315126
31.63/31.23	c cleaning 7714 clauses out of 15438 with flag 49231/323122
32.13/31.78	c Got one! Elapsed wall clock time (in seconds):31.67
32.13/31.78	o -1828100
32.53/32.16	c cleaning 10307 clauses out of 20620 with flag 10757/336018
32.93/32.56	c cleaning 8154 clauses out of 16313 with flag 24322/342018
33.23/32.82	c Got one! Elapsed wall clock time (in seconds):32.714
33.23/32.82	o -1842577
33.23/32.82	c Got one! Elapsed wall clock time (in seconds):32.717
33.23/32.82	o -1879142
33.23/32.82	c Got one! Elapsed wall clock time (in seconds):32.718
33.23/32.82	o -1879696
33.23/32.84	c Got one! Elapsed wall clock time (in seconds):32.73
33.23/32.84	o -1913220
33.23/32.84	c Got one! Elapsed wall clock time (in seconds):32.732
33.23/32.84	o -1913774
33.39/32.91	c cleaning 7021 clauses out of 14057 with flag 2552/347916
33.75/33.27	c cleaning 6513 clauses out of 13037 with flag 16217/353917
34.15/33.69	c cleaning 6762 clauses out of 13524 with flag 31102/360917
34.76/34.23	c cleaning 7374 clauses out of 14761 with flag 48141/368916
35.45/34.94	c cleaning 8192 clauses out of 16388 with flag 67359/377917
36.15/35.68	c cleaning 9095 clauses out of 18195 with flag 91528/387916
37.15/36.61	c cleaning 10047 clauses out of 20100 with flag 119278/398916
38.07/37.57	c cleaning 11016 clauses out of 22053 with flag 148860/410916
39.26/38.71	c cleaning 12017 clauses out of 24041 with flag 179752/423920
40.66/40.19	c cleaning 13011 clauses out of 26021 with flag 221929/437917
42.37/41.87	c cleaning 14000 clauses out of 28011 with flag 266527/452918
44.06/43.57	c cleaning 15005 clauses out of 30009 with flag 308605/468916
45.96/45.50	c cleaning 16002 clauses out of 32005 with flag 352230/485917
48.06/47.55	c cleaning 16997 clauses out of 34002 with flag 395395/503916
50.06/49.59	c cleaning 17998 clauses out of 36005 with flag 439492/522916
51.26/50.79	c Got one! Elapsed wall clock time (in seconds):50.681
51.26/50.79	o -1939442
51.85/51.39	c cleaning 17315 clauses out of 34630 with flag 10866/539539
52.49/51.91	c cleaning 11651 clauses out of 23311 with flag 25464/545535
52.89/52.39	c cleaning 9332 clauses out of 18663 with flag 46447/552538
53.50/52.94	c cleaning 8654 clauses out of 17329 with flag 70157/560536
54.09/53.58	c cleaning 8832 clauses out of 17677 with flag 93299/569538
54.89/54.35	c cleaning 9419 clauses out of 18843 with flag 119562/579536
55.60/55.10	c cleaning 10212 clauses out of 20424 with flag 146350/590536
56.59/56.06	c cleaning 11100 clauses out of 22213 with flag 173765/602537
57.80/57.24	c cleaning 12051 clauses out of 24112 with flag 207069/615536
59.00/58.43	c cleaning 13030 clauses out of 26063 with flag 242434/629538
60.39/59.86	c cleaning 14014 clauses out of 28030 with flag 277614/644535
61.99/61.44	c cleaning 15004 clauses out of 30016 with flag 315219/660535
63.59/63.05	c cleaning 16008 clauses out of 32016 with flag 356173/677539
65.39/64.89	c cleaning 17001 clauses out of 34004 with flag 400535/695535
65.89/65.35	c Got one! Elapsed wall clock time (in seconds):65.245
65.89/65.35	o -1948152
66.39/65.87	c cleaning 13600 clauses out of 27207 with flag 12815/705739
66.89/66.30	c cleaning 9799 clauses out of 19604 with flag 26971/711736
67.19/66.65	c Got one! Elapsed wall clock time (in seconds):66.548
67.19/66.65	o -1952753
67.70/67.12	c cleaning 10386 clauses out of 20777 with flag 12305/722708
68.09/67.51	c cleaning 8191 clauses out of 16391 with flag 26016/728708
68.49/67.92	c cleaning 7596 clauses out of 15200 with flag 41821/735708
69.09/68.53	c cleaning 7795 clauses out of 15604 with flag 69759/743708
69.69/69.17	c cleaning 8402 clauses out of 16809 with flag 94865/752708
70.49/69.95	c cleaning 9201 clauses out of 18407 with flag 122045/762708
71.29/70.71	c cleaning 10101 clauses out of 20205 with flag 149850/773707
72.20/71.65	c cleaning 11049 clauses out of 22107 with flag 178566/785710
73.39/72.84	c cleaning 12027 clauses out of 24057 with flag 211691/798709
74.79/74.24	c cleaning 13014 clauses out of 26028 with flag 251813/812707
75.99/75.43	c cleaning 14007 clauses out of 28015 with flag 286474/827708
77.60/77.08	c cleaning 15001 clauses out of 30007 with flag 330491/843707
79.59/79.04	c cleaning 16000 clauses out of 32006 with flag 378928/860707
81.49/80.92	c cleaning 17000 clauses out of 34006 with flag 424224/878707
83.99/83.40	c cleaning 18004 clauses out of 36009 with flag 475141/897710
85.99/85.48	c cleaning 18996 clauses out of 38003 with flag 520225/917708
88.69/88.16	c cleaning 20004 clauses out of 40008 with flag 575932/938709
91.29/90.71	c cleaning 21002 clauses out of 42003 with flag 632281/960708
93.79/93.25	c cleaning 21998 clauses out of 44000 with flag 683066/983707
96.59/96.09	c cleaning 22997 clauses out of 46005 with flag 737967/1007710
99.89/99.37	c cleaning 24004 clauses out of 48008 with flag 798940/1032710
103.19/102.60	c cleaning 25001 clauses out of 50001 with flag 866264/1058707
107.29/106.78	c cleaning 25997 clauses out of 52002 with flag 932809/1085709
111.51/110.91	c cleaning 27002 clauses out of 54003 with flag 999576/1113707
116.18/115.36	c cleaning 28002 clauses out of 56003 with flag 1070249/1142709
120.86/119.89	c cleaning 28995 clauses out of 58001 with flag 1137329/1172710
125.47/124.50	c cleaning 29996 clauses out of 60003 with flag 1208517/1203707
130.50/129.49	c cleaning 30999 clauses out of 62006 with flag 1285228/1235707
136.70/135.60	c cleaning 32003 clauses out of 64006 with flag 1359813/1268708
137.20/136.10	c starts		: 2588
137.20/136.10	c conflicts		: 1271971
137.20/136.10	c decisions		: 1416823
137.20/136.10	c propagations		: 48549908
137.20/136.10	c inspects		: 2210937002
137.20/136.10	c shortcuts		: 0
137.20/136.10	c learnt literals	: 14
137.20/136.10	c learnt binary clauses	: 18
137.20/136.10	c learnt ternary clauses	: 24
137.20/136.10	c learnt constraints	: 1271956
137.20/136.10	c ignored constraints	: 0
137.20/136.10	c root simplifications	: 0
137.20/136.10	c removed literals (reason simplification)	: 0
137.20/136.10	c reason swapping (by a shorter reason)	: 0
137.20/136.10	c Calls to reduceDB	: 92
137.20/136.10	c Number of update (reduction) of LBD	: 51061
137.20/136.10	c Imported unit clauses	: 0
137.20/136.10	c number of reductions to clauses (during analyze)	: 0
137.20/136.10	c number of learned constraints concerned by reduction	: 0
137.20/136.10	c number of learning phase by resolution	: 0
137.20/136.10	c number of learning phase by cutting planes	: 0
137.20/136.10	c speed (assignments/second)	: 357097.5234816891
137.20/136.10	c non guided choices	2
137.20/136.10	c learnt constraints type 
137.20/136.10	s OPTIMUM FOUND
137.20/136.11	c Found 15 solution(s)
137.20/136.11	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 
137.20/136.11	c objective function=-1952753
137.20/136.11	c Total wall clock time (in seconds): 136.0

Verifier Data

OK	-1952753

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-4118096-1467221720/watcher-4118096-1467221720 -o /tmp/evaluation-result-4118096-1467221720/solver-4118096-1467221720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118096-1467221720.opb 

pid=5714
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: 2.11 2.09 2.04 3/194 5717
/proc/meminfo: memFree=29995256/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 3278376 98570240 976 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 24065 976 743 9 0 16771 0
[pid=5717/tid=5718] ppid=5714 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3278377 98570240 976 33554432000 1073741824 1073778376 140734634275232 140720540466728 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.11 2.09 2.04 3/194 5717
/proc/meminfo: memFree=29995256/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 4438 0 1 0 9 1 0 0 20 0 18 0 3278376 9787879424 6070 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2389619 6070 2140 9 0 2380296 0
[pid=5717/tid=5718] ppid=5714 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2376 0 1 0 8 0 0 0 20 0 18 0 3278377 9787879424 6070 33554432000 1073741824 1073778376 140734634275232 140720540470176 140720530533810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200362 s]
/proc/loadavg: 2.11 2.09 2.04 3/194 5717
/proc/meminfo: memFree=29995256/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 5490 0 1 0 24 1 0 0 20 0 19 0 3278376 9856040960 7823 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 7823 2215 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2403 0 1 0 18 0 0 0 20 0 19 0 3278377 9856040960 7823 33554432000 1073741824 1073778376 140734634275232 140720540463408 140720392496432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300307 s]
/proc/loadavg: 2.11 2.09 2.04 3/194 5717
/proc/meminfo: memFree=29995256/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 6985 0 1 0 51 1 0 0 20 0 19 0 3278376 9856040960 8698 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 8698 2226 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2404 0 1 0 28 0 0 0 20 0 19 0 3278377 9856040960 8698 33554432000 1073741824 1073778376 140734634275232 140720540463408 140720392449312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700289 s]
/proc/loadavg: 2.11 2.09 2.04 3/194 5717
/proc/meminfo: memFree=29995256/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 7931 0 1 0 102 2 0 0 20 0 19 0 3278376 9856040960 9204 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 9204 2236 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2405 0 1 0 68 0 0 0 20 0 19 0 3278377 9856040960 9204 33554432000 1073741824 1073778376 140734634275232 140720540463408 140720392608960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 5736
/proc/meminfo: memFree=29962504/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 7939 0 1 0 187 2 0 0 20 0 19 0 3278376 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 10744 2240 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2409 0 1 0 148 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720540471680 140720392856953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 1795 0 0 0 16 0 0 0 20 0 19 0 3278381 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2466 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 10744 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 5736
/proc/meminfo: memFree=29955616/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 7946 0 1 0 349 2 0 0 20 0 19 0 3278376 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 13306 2241 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2414 0 1 0 306 2 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720540462800 140720392847808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 1797 0 0 0 18 0 0 0 20 0 19 0 3278381 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2466 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 13306 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.10 2.09 2.04 3/213 5736
/proc/meminfo: memFree=29937496/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 7956 0 1 0 669 2 0 0 20 0 19 0 3278376 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 17194 2242 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2423 0 1 0 626 2 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720540462800 140720392856953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 1797 0 0 0 19 0 0 0 20 0 19 0 3278381 9856040960 17194 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6

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

[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 13765 0 0 0 80 3 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2469 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 136.3
Current children cumulated vsize (KiB) 9625040

[startup+135.601 s]
/proc/loadavg: 2.27 2.18 2.08 3/213 5738
/proc/meminfo: memFree=28006224/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=136.7 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 20073 0 1 0 13659 11 0 0 20 0 19 0 3278376 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 47364 2264 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=135.51 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2486 0 1 0 13546 5 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720540469696 140720393007604 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 13765 0 0 0 80 3 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2469 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 136.7
Current children cumulated vsize (KiB) 9625040

[startup+136.001 s]
/proc/loadavg: 2.27 2.18 2.08 3/213 5738
/proc/meminfo: memFree=28006224/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=137.1 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 20073 0 1 0 13699 11 0 0 20 0 19 0 3278376 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 47364 2264 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=135.91 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2486 0 1 0 13586 5 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720540462800 140720392847584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 13765 0 0 0 80 3 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2469 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 137.1
Current children cumulated vsize (KiB) 9625040

[startup+136.101 s]
/proc/loadavg: 2.27 2.18 2.08 3/213 5738
/proc/meminfo: memFree=28006224/32872528 swapFree=242912/249044
[pid=5717] ppid=5714 vsize=9625040 CPUtime=137.2 cores=0,2,4,6
/proc/5717/stat : 5717 (java) S 5714 5717 4289 0 -1 4202496 20075 0 1 0 13709 11 0 0 20 0 19 0 3278376 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140734634266368 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5717/statm: 2406260 47364 2264 9 0 2396937 0
[pid=5717/tid=5718] ppid=5714 vsize=9625040 CPUtime=136.01 cores=0,2,4,6
/proc/5717/task/5718/stat : 5718 (java) R 5714 5717 4289 0 -1 4202560 2486 0 1 0 13596 5 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720540462800 140720393034158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5720] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5720/stat : 5720 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720512924072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5721] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5721/stat : 5721 (java) S 5714 5717 4289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720511871528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5722] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5722/stat : 5722 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720381405352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5723] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5723/stat : 5723 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720380352808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5724] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5724/stat : 5724 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720379300776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5725] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5725/stat : 5725 (java) S 5714 5717 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720378248232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5717/tid=5726] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5726/stat : 5726 (java) S 5714 5717 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140720377195176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5727] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5727/stat : 5727 (java) S 5714 5717 4289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3278377 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719905827624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5728] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5728/stat : 5728 (java) S 5714 5717 4289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 3278378 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719893629288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5729] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5729/stat : 5729 (java) S 5714 5717 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719892575608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5730] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5730/stat : 5730 (java) S 5714 5717 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3278379 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719891522440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5731] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5731/stat : 5731 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719890471184 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5732] ppid=5714 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/5717/task/5732/stat : 5732 (java) S 5714 5717 4289 0 -1 4202560 13767 0 0 0 80 3 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719889419064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5717/tid=5733] ppid=5714 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5717/task/5733/stat : 5733 (java) S 5714 5717 4289 0 -1 4202560 2469 0 0 0 22 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719888366520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5734] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5734/stat : 5734 (java) S 5714 5717 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719887313656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5717/tid=5735] ppid=5714 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5717/task/5735/stat : 5735 (java) S 5714 5717 4289 0 -1 4202560 10 0 0 0 0 1 0 0 20 0 19 0 3278381 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719886261320 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5717/tid=5736] ppid=5714 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5717/task/5736/stat : 5736 (java) S 5714 5717 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3278391 9856040960 47364 33554432000 1073741824 1073778376 140734634275232 140719885108264 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 137.2
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 136.113
CPU time (s): 137.243
CPU user time (s): 137.07
CPU system time (s): 0.172973
CPU usage (%): 100.83
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.07
system time used= 0.172973
maximum resident set size= 207324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20091
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3222
involuntary context switches= 1411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.791879 second user time and 0.91786 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 19:35:21
IDJOB=4118096
IDBENCH=111449
IDSOLVER=2546
FILE ID=node103/4118096-1467221720
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0234-0234.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118096-1467221720/watcher-4118096-1467221720 -o /tmp/evaluation-result-4118096-1467221720/solver-4118096-1467221720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118096-1467221720.opb

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

MD5SUM BENCH= c3b9816e5d84e5f10f8eef5e69f7d592
RANDOM SEED=1821158393

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        29996164 kB
Buffers:           94384 kB
Cached:          1222568 kB
SwapCached:            0 kB
Active:          1459412 kB
Inactive:         418760 kB
Active(anon):     564036 kB
Inactive(anon):        0 kB
Active(file):     895376 kB
Inactive(file):   418760 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             4 kB
AnonPages:        734868 kB
Mapped:            22124 kB
Shmem:               204 kB
Slab:             603124 kB
SReclaimable:      47120 kB
SUnreclaim:       556004 kB
KernelStack:        1584 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1556760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 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= 71712 MiB
End job on node103 at 2016-06-29 19:37:37