Trace number 4085414

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 PB16OPT5 593.284 590.706

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_30_30.r.opb
MD5SUM28e00d9d9bb0c4a536b74577b47a7849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark7.18691
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 clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
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)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4085414-1465243172.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.082s.
0.25/0.21	c declared #vars     100
0.25/0.21	c #constraints  100
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.25/0.21	c 100 constraints processed.
0.25/0.21	c objective function length is 100 literals
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.087
0.25/0.21	o 9
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.091
0.25/0.21	o 8
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.095
0.25/0.22	o 7
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.202
0.51/0.33	o 6
0.80/0.53	c cleaning 2968 clauses out of 5945 with flag 11438/5945
1.10/0.72	c cleaning 4479 clauses out of 8975 with flag 25375/11943
1.30/0.96	c cleaning 5741 clauses out of 11500 with flag 41740/18947
1.61/1.28	c cleaning 6872 clauses out of 13758 with flag 60445/26946
2.03/1.68	c cleaning 7929 clauses out of 15883 with flag 81646/35943
2.53/2.14	c cleaning 8961 clauses out of 17954 with flag 105183/45943
3.02/2.68	c cleaning 9987 clauses out of 19997 with flag 131191/56947
3.74/3.35	c cleaning 11001 clauses out of 22010 with flag 159562/68947
4.53/4.11	c cleaning 11998 clauses out of 24007 with flag 190277/81945
5.33/4.97	c cleaning 12985 clauses out of 26008 with flag 223637/95944
6.33/6.00	c cleaning 13994 clauses out of 28022 with flag 259521/110943
7.19/6.77	c cleaning 15015 clauses out of 30029 with flag 299735/126944
8.29/7.86	c cleaning 16006 clauses out of 32013 with flag 343618/143943
9.78/9.34	c cleaning 17004 clauses out of 34008 with flag 390042/161944
11.30/10.87	c cleaning 17998 clauses out of 36003 with flag 438716/180943
13.37/12.68	c cleaning 18993 clauses out of 38005 with flag 490470/200943
15.27/14.54	c cleaning 19983 clauses out of 40012 with flag 543830/221943
17.47/16.76	c cleaning 20998 clauses out of 42035 with flag 599646/243949
19.93/18.99	c cleaning 22015 clauses out of 44037 with flag 659023/266949
22.34/21.37	c cleaning 23006 clauses out of 46021 with flag 720990/290948
24.75/23.70	c cleaning 23984 clauses out of 48010 with flag 784325/315943
27.26/26.24	c cleaning 25006 clauses out of 50029 with flag 851654/341946
29.76/28.78	c cleaning 26008 clauses out of 52020 with flag 920820/368943
32.56/31.58	c cleaning 26996 clauses out of 54013 with flag 994323/396944
35.90/34.71	c cleaning 28003 clauses out of 56019 with flag 1068710/425946
39.30/38.17	c cleaning 29011 clauses out of 58022 with flag 1147767/455952
42.90/41.75	c cleaning 29984 clauses out of 60002 with flag 1227614/486943
46.81/45.60	c cleaning 31004 clauses out of 62021 with flag 1310943/518946
51.21/50.02	c cleaning 31998 clauses out of 64015 with flag 1398321/551944
54.94/53.60	c cleaning 33005 clauses out of 66016 with flag 1486941/585943
59.12/57.57	c cleaning 34004 clauses out of 68014 with flag 1576432/620946
63.63/61.76	c cleaning 34997 clauses out of 70008 with flag 1669612/656944
68.03/66.15	c cleaning 36003 clauses out of 72011 with flag 1765804/693944
72.33/70.49	c cleaning 37001 clauses out of 74008 with flag 1865950/731944
76.62/74.70	c cleaning 37989 clauses out of 76008 with flag 1971780/770945
81.52/79.67	c cleaning 39004 clauses out of 78019 with flag 2076097/810945
86.42/84.56	c cleaning 39993 clauses out of 80017 with flag 2189409/851947
91.53/89.68	c cleaning 41005 clauses out of 82020 with flag 2303894/893943
97.33/95.45	c cleaning 42004 clauses out of 84019 with flag 2418043/936947
103.13/101.22	c cleaning 42991 clauses out of 86013 with flag 2534888/980945
109.63/107.71	c cleaning 44007 clauses out of 88023 with flag 2656069/1025946
116.24/114.31	c cleaning 45001 clauses out of 90013 with flag 2777422/1071943
123.44/121.50	c cleaning 46003 clauses out of 92015 with flag 2902208/1118946
130.14/128.26	c cleaning 47004 clauses out of 94013 with flag 3032177/1166947
136.84/134.95	c cleaning 47998 clauses out of 96005 with flag 3174319/1215943
144.64/142.71	c cleaning 48994 clauses out of 98007 with flag 3317173/1265943
152.30/150.37	c cleaning 50007 clauses out of 100013 with flag 3460035/1316943
160.00/158.02	c cleaning 50992 clauses out of 102006 with flag 3602518/1368943
168.50/166.59	c cleaning 51996 clauses out of 104016 with flag 3750613/1421945
177.50/175.54	c cleaning 53008 clauses out of 106023 with flag 3898877/1475948
186.82/184.87	c cleaning 53995 clauses out of 108010 with flag 4052742/1530943
196.61/194.69	c cleaning 55003 clauses out of 110018 with flag 4205504/1586946
207.01/205.04	c cleaning 56000 clauses out of 112012 with flag 4359057/1643943
218.22/216.20	c cleaning 56986 clauses out of 114012 with flag 4515151/1701943
228.42/226.45	c cleaning 58007 clauses out of 116027 with flag 4675978/1760944
240.41/238.46	c cleaning 59012 clauses out of 118028 with flag 4842718/1820952
252.51/250.54	c cleaning 59992 clauses out of 120007 with flag 5010817/1881943
264.17/262.16	c cleaning 61002 clauses out of 122015 with flag 5175240/1943943
276.48/274.41	c cleaning 62001 clauses out of 124012 with flag 5345860/2006943
290.67/288.60	c cleaning 62997 clauses out of 126013 with flag 5516037/2070945
305.49/303.44	c cleaning 63998 clauses out of 128016 with flag 5685347/2135945
321.00/318.91	c cleaning 64994 clauses out of 130018 with flag 5859679/2201945
336.62/334.56	c cleaning 65999 clauses out of 132022 with flag 6041606/2268943
351.93/349.85	c cleaning 67009 clauses out of 134023 with flag 6224775/2336943
368.32/366.27	c cleaning 67992 clauses out of 136018 with flag 6409291/2405947
385.33/383.26	c cleaning 69005 clauses out of 138022 with flag 6596753/2475943
402.83/400.71	c cleaning 69998 clauses out of 140019 with flag 6781700/2546945
419.92/417.72	c cleaning 71006 clauses out of 142024 with flag 6968722/2618948
437.13/434.98	c cleaning 72009 clauses out of 144017 with flag 7156001/2691947
454.04/451.86	c cleaning 72999 clauses out of 146004 with flag 7351444/2765944
473.06/470.82	c cleaning 73992 clauses out of 148004 with flag 7566875/2840943
492.57/490.36	c cleaning 75005 clauses out of 150015 with flag 7792074/2916946
512.07/509.87	c Got one! Elapsed wall clock time (in seconds):509.742
512.07/509.87	o 5
514.07/511.83	c cleaning 77377 clauses out of 154772 with flag 14152/2996708
515.07/512.85	c cleaning 41698 clauses out of 83395 with flag 31135/3002708
515.67/513.46	c cleaning 24342 clauses out of 48701 with flag 52539/3009712
516.08/513.89	c cleaning 16171 clauses out of 32358 with flag 77100/3017711
516.57/514.33	c cleaning 12581 clauses out of 25184 with flag 103755/3026708
516.97/514.75	c cleaning 11297 clauses out of 22603 with flag 132138/3036708
517.47/515.21	c cleaning 11152 clauses out of 22308 with flag 161295/3047711
517.87/515.70	c cleaning 11575 clauses out of 23153 with flag 194600/3059708
518.47/516.27	c cleaning 12289 clauses out of 24578 with flag 231177/3072708
519.17/516.96	c cleaning 13140 clauses out of 26289 with flag 269341/3086708
519.97/517.76	c cleaning 14069 clauses out of 28149 with flag 308259/3101708
520.82/518.52	c cleaning 15040 clauses out of 30079 with flag 350458/3117708
521.63/519.39	c cleaning 16021 clauses out of 32043 with flag 397253/3134712
522.63/520.35	c cleaning 17000 clauses out of 34019 with flag 447593/3152709
523.63/521.40	c cleaning 17999 clauses out of 36020 with flag 499695/3171710
525.03/522.70	c cleaning 18996 clauses out of 38023 with flag 554834/3191712
526.23/523.99	c cleaning 20000 clauses out of 40024 with flag 612912/3212709
527.72/525.43	c cleaning 21006 clauses out of 42023 with flag 672726/3234708
529.23/526.95	c cleaning 22000 clauses out of 44019 with flag 732441/3257711
530.92/528.64	c cleaning 23008 clauses out of 46016 with flag 799585/3281708
532.73/530.38	c cleaning 23995 clauses out of 48010 with flag 867091/3306710
534.52/532.10	c cleaning 25006 clauses out of 50012 with flag 937320/3332708
536.42/534.01	c cleaning 25996 clauses out of 52006 with flag 1012731/3359708
538.32/535.93	c cleaning 27005 clauses out of 54010 with flag 1089597/3387708
540.62/538.25	c cleaning 28000 clauses out of 56010 with flag 1168797/3416713
543.12/540.72	c cleaning 28993 clauses out of 58003 with flag 1246303/3446708
545.52/543.14	c cleaning 30005 clauses out of 60009 with flag 1327861/3477708
548.22/545.83	c cleaning 30995 clauses out of 62009 with flag 1410436/3509714
551.22/548.84	c cleaning 31995 clauses out of 64010 with flag 1496615/3542712
554.63/552.29	c cleaning 33003 clauses out of 66015 with flag 1586786/3576713
558.22/555.85	c cleaning 33997 clauses out of 68009 with flag 1679970/3611711
561.72/559.37	c cleaning 34999 clauses out of 70009 with flag 1772492/3647710
565.63/563.22	c cleaning 35999 clauses out of 72006 with flag 1867468/3684708
569.82/567.46	c cleaning 36998 clauses out of 74004 with flag 1965534/3722708
574.22/571.88	c cleaning 38000 clauses out of 76006 with flag 2064761/3761711
578.93/576.52	c cleaning 38995 clauses out of 78004 with flag 2166566/3801712
583.72/581.33	c cleaning 39997 clauses out of 80000 with flag 2270111/3842708
589.02/586.61	c cleaning 41000 clauses out of 82000 with flag 2375509/3884712
593.02/590.69	c starts		: 2655
593.02/590.69	c conflicts		: 3921145
593.02/590.69	c decisions		: 6709240
593.02/590.69	c propagations		: 35469854
593.02/590.69	c inspects		: 13058732473
593.02/590.69	c shortcuts		: 0
593.02/590.69	c learnt literals	: 62
593.02/590.69	c learnt binary clauses	: 141
593.02/590.69	c learnt ternary clauses	: 257
593.02/590.69	c learnt constraints	: 3921082
593.02/590.69	c ignored constraints	: 0
593.02/590.69	c root simplifications	: 0
593.02/590.69	c removed literals (reason simplification)	: 0
593.02/590.69	c reason swapping (by a shorter reason)	: 0
593.02/590.69	c Calls to reduceDB	: 110
593.02/590.69	c Number of update (reduction) of LBD	: 1208078
593.02/590.69	c Imported unit clauses	: 0
593.02/590.69	c number of reductions to clauses (during analyze)	: 0
593.02/590.69	c number of learned constraints concerned by reduction	: 0
593.02/590.69	c number of learning phase by resolution	: 0
593.02/590.69	c number of learning phase by cutting planes	: 0
593.02/590.69	c speed (assignments/second)	: 60069.831678456576
593.02/590.69	c non guided choices	0
593.02/590.69	c learnt constraints type 
593.02/590.69	s OPTIMUM FOUND
593.02/590.69	c Found 5 solution(s)
593.02/590.69	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 
593.02/590.69	c objective function=5
593.02/590.69	c Total wall clock time (in seconds): 590.564

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-4085414-1465243172/watcher-4085414-1465243172 -o /tmp/evaluation-result-4085414-1465243172/solver-4085414-1465243172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085414-1465243172.opb 

pid=14235
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: 2.16 2.15 2.17 3/194 14238
/proc/meminfo: memFree=30164704/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/14238/stat : 14238 (java) R 14235 14238 7184 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 106250436 8192 1 33554432000 0 0 0 140736710195912 214369463735 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14238/statm: 2 1 0 0 0 2 0

[startup+0.100166 s]
/proc/loadavg: 2.16 2.15 2.17 3/194 14238
/proc/meminfo: memFree=30164704/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 4346 0 1 0 7 1 0 0 20 0 18 0 106250436 9787879424 5465 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2389619 5466 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 2.16 2.15 2.17 3/194 14238
/proc/meminfo: memFree=30164704/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 4794 0 1 0 24 1 0 0 20 0 18 0 106250436 9787879424 6869 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2389619 6869 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300357 s]
/proc/loadavg: 2.16 2.15 2.17 3/194 14238
/proc/meminfo: memFree=30164704/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 7440 0 1 0 49 2 0 0 20 0 19 0 106250436 9856040960 8261 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 8261 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700267 s]
/proc/loadavg: 2.16 2.15 2.17 3/194 14238
/proc/meminfo: memFree=30164704/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 8749 0 1 0 108 2 0 0 20 0 19 0 106250436 9856040960 9221 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 9221 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.16 2.15 2.17 3/213 14257
/proc/meminfo: memFree=30131316/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 8789 0 1 0 191 2 0 0 20 0 19 0 106250436 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 10761 2256 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2413 0 1 0 144 2 0 0 20 0 19 0 106250437 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977906987136 139977766233852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106250439 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2772 0 0 0 26 0 0 0 20 0 19 0 106250443 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 2333 0 0 0 17 0 0 0 20 0 19 0 106250443 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 10761 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.16 2.15 2.17 3/213 14257
/proc/meminfo: memFree=30124676/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 8793 0 1 0 350 3 0 0 20 0 19 0 106250436 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 12809 2256 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2417 0 1 0 304 2 0 0 20 0 19 0 106250437 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977906978496 139977766151914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106250439 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2772 0 0 0 26 0 0 0 20 0 19 0 106250443 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 2333 0 0 0 17 0 0 0 20 0 19 0 106250443 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 12809 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.22 2.17 2.17 4/213 14257
/proc/meminfo: memFree=30112764/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 8801 0 1 0 670 3 0 0 20 0 19 0 106250436 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 15688 2257 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2424 0 1 0 624 2 0 0 20 0 19 0 106250437 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977906978496 139977766233852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106250438 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106250439 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2772 0 0 0 26 0 0 0 20 0 19 0 106250443 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 2333 0 0 0 17 0 0 0 20 0 19 0 106250443 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 15688 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 61 0 0 0 6 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 215 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 169 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 106250439 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2774 0 0 0 29 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 18666 0 0 0 163 4 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 11 11 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 591.22
Current children cumulated vsize (KiB) 9625040

[startup+589.601 s]
/proc/loadavg: 2.18 2.16 2.17 4/213 14293
/proc/meminfo: memFree=29786028/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=592.02 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 26067 0 1 0 59175 27 0 0 20 0 19 0 106250436 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 61277 2272 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=589.37 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2486 0 1 0 58924 13 0 0 20 0 19 0 106250437 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977906978496 139977766157583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 61 0 0 0 6 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 215 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 169 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 106250439 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2774 0 0 0 29 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 18666 0 0 0 163 4 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 11 11 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 592.02
Current children cumulated vsize (KiB) 9625040

[startup+590.401 s]
/proc/loadavg: 2.18 2.16 2.17 4/213 14293
/proc/meminfo: memFree=29786028/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=592.82 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 26067 0 1 0 59255 27 0 0 20 0 19 0 106250436 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 61277 2272 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=590.16 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2486 0 1 0 59003 13 0 0 20 0 19 0 106250437 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977906978496 139977766158514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 61 0 0 0 6 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 215 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 169 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 106250439 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2774 0 0 0 29 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 18666 0 0 0 163 4 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 11 11 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 592.82
Current children cumulated vsize (KiB) 9625040

[startup+590.601 s]
/proc/loadavg: 2.18 2.16 2.17 4/213 14293
/proc/meminfo: memFree=29786028/32872528 swapFree=15784/1434320
[pid=14238] ppid=14235 vsize=9625040 CPUtime=593.02 cores=1,3,5,7
/proc/14238/stat : 14238 (java) S 14235 14238 7184 0 -1 4202496 26067 0 1 0 59275 27 0 0 20 0 19 0 106250436 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 140737092591616 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14238/statm: 2406260 61277 2272 9 0 2396937 0
[pid=14238/tid=14240] ppid=14235 vsize=9625040 CPUtime=590.36 cores=1,3,5,7
/proc/14238/task/14240/stat : 14240 (java) R 14235 14238 7184 0 -1 4202560 2486 0 1 0 59023 13 0 0 20 0 19 0 106250437 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977906978496 139977766151955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14241] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14241/stat : 14241 (java) S 14235 14238 7184 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977885088040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14242] ppid=14235 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14238/task/14242/stat : 14242 (java) S 14235 14238 7184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977681791144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14243] ppid=14235 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14238/task/14243/stat : 14243 (java) S 14235 14238 7184 0 -1 4202560 61 0 0 0 6 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977680738856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14244] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14244/stat : 14244 (java) S 14235 14238 7184 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977679686056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14245] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14245/stat : 14245 (java) S 14235 14238 7184 0 -1 4202560 215 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977678633768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14246] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14246/stat : 14246 (java) S 14235 14238 7184 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977677580968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14247] ppid=14235 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14238/task/14247/stat : 14247 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977676528680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14248] ppid=14235 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14238/task/14248/stat : 14248 (java) S 14235 14238 7184 0 -1 4202560 169 0 0 0 5 0 0 0 20 0 19 0 106250438 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977675475880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14238/tid=14249] ppid=14235 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14238/task/14249/stat : 14249 (java) S 14235 14238 7184 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 19 0 106250439 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977663277288 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14250] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14250/stat : 14250 (java) S 14235 14238 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977662223352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14251] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14251/stat : 14251 (java) S 14235 14238 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106250440 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977661170952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14252] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14252/stat : 14252 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250442 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977660119440 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14253] ppid=14235 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14238/task/14253/stat : 14253 (java) S 14235 14238 7184 0 -1 4202560 2774 0 0 0 29 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977659067064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14254] ppid=14235 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/14238/task/14254/stat : 14254 (java) S 14235 14238 7184 0 -1 4202560 18666 0 0 0 163 4 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977658014264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14238/tid=14255] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14255/stat : 14255 (java) S 14235 14238 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977656962168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14238/tid=14256] ppid=14235 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14238/task/14256/stat : 14256 (java) S 14235 14238 7184 0 -1 4202560 36 0 0 0 11 11 0 0 20 0 19 0 106250443 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977655909576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14238/tid=14257] ppid=14235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14238/task/14257/stat : 14257 (java) S 14235 14238 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106250457 9856040960 61277 33554432000 1073741824 1073778376 140737092600480 139977654756264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 593.02
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 590.706
CPU time (s): 593.284
CPU user time (s): 592.822
CPU system time (s): 0.461929
CPU usage (%): 100.436
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.822
system time used= 0.461929
maximum resident set size= 245224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26106
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12884
involuntary context switches= 2864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.73074 second user time and 2.31565 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 21:59:32
IDJOB=4085414
IDBENCH=2891
IDSOLVER=2546
FILE ID=node130/4085414-1465243172
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_30_30.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085414-1465243172/watcher-4085414-1465243172 -o /tmp/evaluation-result-4085414-1465243172/solver-4085414-1465243172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085414-1465243172.opb

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

MD5SUM BENCH= 28e00d9d9bb0c4a536b74577b47a7849
RANDOM SEED=437995649

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.61
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.261
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.261
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.261
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.261
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:        30164960 kB
Buffers:           37316 kB
Cached:            97668 kB
SwapCached:         1752 kB
Active:           493720 kB
Inactive:          73480 kB
Active(anon):     433528 kB
Inactive(anon):     1200 kB
Active(file):      60192 kB
Inactive(file):    72280 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098352 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       1868280 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             568224 kB
SReclaimable:      11648 kB
SUnreclaim:       556576 kB
KernelStack:        1592 kB
PageTables:         8084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2246072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1812480 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= 71748 MiB
End job on node130 at 2016-06-06 22:09:23