Trace number 4120502

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 1327.5 1326.24

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-93.cnf.gz-extracted.pb.metafix.opb
MD5SUM4baa07f1f2f042a370f379c3361f52d3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables373
Total number of constraints372
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)372
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120502-1467311311.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.061s.
0.09/0.17	c declared #vars     373
0.09/0.17	c #constraints  372
0.09/0.17	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 372
0.09/0.18	c 372 constraints processed.
0.67/0.43	c cleaning 2490 clauses out of 5000 with flag 24586/5000
0.95/0.61	c cleaning 4241 clauses out of 8511 with flag 56037/11001
1.15/0.85	c cleaning 5624 clauses out of 11269 with flag 94207/18000
1.46/1.11	c cleaning 6809 clauses out of 13645 with flag 135403/26000
1.76/1.43	c cleaning 7899 clauses out of 15838 with flag 187228/35002
2.06/1.78	c cleaning 8953 clauses out of 17937 with flag 241145/45000
2.47/2.18	c cleaning 9975 clauses out of 19984 with flag 299780/56000
2.97/2.62	c cleaning 10982 clauses out of 22011 with flag 368541/68002
3.47/3.14	c cleaning 11991 clauses out of 24028 with flag 439706/81001
4.07/3.72	c cleaning 13002 clauses out of 26037 with flag 522334/95001
4.77/4.47	c cleaning 13999 clauses out of 28034 with flag 616754/110000
5.57/5.23	c cleaning 14999 clauses out of 30035 with flag 707230/126000
6.37/6.06	c cleaning 16016 clauses out of 32037 with flag 803046/143001
7.26/6.99	c cleaning 17001 clauses out of 34022 with flag 905304/161002
8.26/7.98	c cleaning 17996 clauses out of 36020 with flag 1012368/180001
9.36/9.04	c cleaning 18993 clauses out of 38024 with flag 1129039/200001
10.56/10.21	c cleaning 20002 clauses out of 40030 with flag 1256066/221000
11.76/11.46	c cleaning 20996 clauses out of 42030 with flag 1390500/243002
13.16/12.88	c cleaning 21999 clauses out of 44032 with flag 1535765/266000
14.77/14.41	c cleaning 22998 clauses out of 46033 with flag 1681901/290000
16.36/16.02	c cleaning 24013 clauses out of 48036 with flag 1839656/315001
18.07/17.75	c cleaning 24997 clauses out of 50023 with flag 2008871/341001
19.96/19.66	c cleaning 25996 clauses out of 52025 with flag 2179523/368000
21.86/21.53	c cleaning 26998 clauses out of 54030 with flag 2355701/396001
23.86/23.58	c cleaning 27999 clauses out of 56031 with flag 2542278/425000
26.06/25.70	c cleaning 29016 clauses out of 58034 with flag 2730720/455002
28.36/28.01	c cleaning 30003 clauses out of 60019 with flag 2929638/486003
30.76/30.45	c cleaning 30987 clauses out of 62013 with flag 3131783/518000
33.37/33.05	c cleaning 32003 clauses out of 64026 with flag 3345533/551000
36.16/35.83	c cleaning 32996 clauses out of 66024 with flag 3560591/585001
39.06/38.73	c cleaning 34002 clauses out of 68029 with flag 3792538/620002
42.06/41.73	c cleaning 34989 clauses out of 70025 with flag 4023785/656000
45.36/45.02	c cleaning 36007 clauses out of 72036 with flag 4260889/693000
48.96/48.63	c cleaning 36993 clauses out of 74031 with flag 4508065/731002
52.46/52.13	c cleaning 38009 clauses out of 76038 with flag 4766957/770002
56.16/55.80	c cleaning 39000 clauses out of 78027 with flag 5029949/810000
60.16/59.83	c cleaning 40004 clauses out of 80029 with flag 5299781/851002
64.47/64.18	c cleaning 40988 clauses out of 82023 with flag 5568536/893000
68.87/68.57	c cleaning 42006 clauses out of 84036 with flag 5847940/936001
73.11/72.76	c cleaning 43002 clauses out of 86029 with flag 6129094/980000
77.70/77.33	c cleaning 44002 clauses out of 88028 with flag 6416892/1025001
82.31/81.91	c cleaning 45003 clauses out of 90026 with flag 6699369/1071001
87.11/86.77	c cleaning 45994 clauses out of 92022 with flag 6997746/1118000
92.11/91.72	c cleaning 47010 clauses out of 94031 with flag 7302149/1166003
97.31/96.94	c cleaning 47992 clauses out of 96019 with flag 7606296/1215001
102.82/102.43	c cleaning 49001 clauses out of 98027 with flag 7916901/1265001
108.51/108.13	c cleaning 49996 clauses out of 100026 with flag 8222902/1316001
115.21/114.88	c cleaning 51000 clauses out of 102029 with flag 8551852/1368000
121.01/120.68	c cleaning 52002 clauses out of 104030 with flag 8875194/1421001
127.61/127.23	c cleaning 53002 clauses out of 106030 with flag 9193430/1475003
134.41/134.05	c cleaning 53989 clauses out of 108026 with flag 9518329/1530001
141.21/140.82	c cleaning 55000 clauses out of 110037 with flag 9859111/1586001
148.00/147.68	c cleaning 56017 clauses out of 112036 with flag 10198721/1643000
155.10/154.75	c cleaning 56990 clauses out of 114020 with flag 10545592/1701001
162.70/162.39	c cleaning 57997 clauses out of 116029 with flag 10897020/1760000
170.60/170.20	c cleaning 58998 clauses out of 118032 with flag 11247355/1820000
178.80/178.44	c cleaning 59999 clauses out of 120034 with flag 11599962/1881000
187.11/186.74	c cleaning 61013 clauses out of 122038 with flag 11968274/1943003
195.58/195.15	c cleaning 61996 clauses out of 124022 with flag 12327087/2006000
204.08/203.65	c cleaning 63003 clauses out of 126027 with flag 12689637/2070001
212.88/212.45	c cleaning 64003 clauses out of 128024 with flag 13067894/2135001
222.77/222.36	c cleaning 64995 clauses out of 130022 with flag 13441501/2201002
232.26/231.84	c cleaning 65997 clauses out of 132026 with flag 13816224/2268001
241.89/241.43	c cleaning 67006 clauses out of 134028 with flag 14207504/2336000
251.88/251.44	c cleaning 67993 clauses out of 136023 with flag 14601388/2405001
261.88/261.45	c cleaning 69009 clauses out of 138029 with flag 15003779/2475000
272.28/271.87	c cleaning 69992 clauses out of 140021 with flag 15409331/2546001
282.88/282.48	c cleaning 70992 clauses out of 142028 with flag 15822944/2618000
294.08/293.63	c cleaning 71998 clauses out of 144039 with flag 16234135/2691003
305.18/304.73	c cleaning 73001 clauses out of 146038 with flag 16643743/2765000
316.77/316.35	c cleaning 73993 clauses out of 148037 with flag 17070308/2840000
329.28/328.82	c cleaning 75015 clauses out of 150044 with flag 17497863/2916000
341.94/341.41	c cleaning 75998 clauses out of 152030 with flag 17932790/2993001
354.33/353.81	c cleaning 77000 clauses out of 154032 with flag 18362232/3071001
366.72/366.25	c cleaning 77996 clauses out of 156032 with flag 18801396/3150001
379.83/379.33	c cleaning 79006 clauses out of 158037 with flag 19247478/3230002
392.83/392.36	c cleaning 80003 clauses out of 160029 with flag 19698084/3311000
406.02/405.58	c cleaning 81008 clauses out of 162029 with flag 20152010/3393003
420.32/419.90	c cleaning 81995 clauses out of 164019 with flag 20612001/3476001
435.12/434.69	c cleaning 82993 clauses out of 166023 with flag 21066710/3560000
449.72/449.25	c cleaning 84005 clauses out of 168032 with flag 21533638/3645002
464.82/464.34	c cleaning 85005 clauses out of 170025 with flag 22005987/3731000
480.72/480.25	c cleaning 85990 clauses out of 172022 with flag 22473957/3818002
496.91/496.42	c cleaning 87002 clauses out of 174031 with flag 22960956/3906001
513.80/513.32	c cleaning 87996 clauses out of 176029 with flag 23433222/3995001
530.35/529.82	c cleaning 89000 clauses out of 178035 with flag 23913324/4085003
547.26/546.72	c cleaning 90004 clauses out of 180034 with flag 24401887/4176002
564.35/563.84	c cleaning 91001 clauses out of 182030 with flag 24890833/4268002
582.35/581.85	c cleaning 92004 clauses out of 184029 with flag 25384498/4361002
600.54/600.01	c cleaning 93001 clauses out of 186024 with flag 25879106/4455001
619.14/618.68	c cleaning 94003 clauses out of 188023 with flag 26383177/4550001
637.74/637.29	c cleaning 94996 clauses out of 190019 with flag 26895777/4646000
657.24/656.74	c cleaning 96001 clauses out of 192026 with flag 27410014/4743003
677.04/676.55	c cleaning 97000 clauses out of 194022 with flag 27928354/4841000
697.03/696.59	c cleaning 97987 clauses out of 196022 with flag 28448074/4940000
717.83/717.24	c cleaning 99004 clauses out of 198035 with flag 28968150/5040000
738.12/737.59	c cleaning 99994 clauses out of 200032 with flag 29487516/5141001
758.72/758.12	c cleaning 101005 clauses out of 202038 with flag 30027425/5243001
780.62/780.07	c cleaning 102002 clauses out of 204033 with flag 30567130/5346001
801.92/801.30	c cleaning 102994 clauses out of 206030 with flag 31108191/5450000
823.92/823.39	c cleaning 104007 clauses out of 208036 with flag 31656624/5555000
845.53/844.91	c cleaning 105005 clauses out of 210029 with flag 32221599/5661000
867.32/866.73	c cleaning 105998 clauses out of 212025 with flag 32778088/5768001
890.42/889.80	c cleaning 106996 clauses out of 214026 with flag 33346337/5876000
914.72/914.18	c cleaning 108012 clauses out of 216031 with flag 33918362/5985001
937.93/937.22	c cleaning 108991 clauses out of 218019 with flag 34500128/6095001
962.53/961.86	c cleaning 109996 clauses out of 220028 with flag 35074215/6206001
986.44/985.71	c cleaning 111012 clauses out of 222031 with flag 35662785/6318000
1011.94/1011.21	c cleaning 111991 clauses out of 224019 with flag 36256999/6431000
1036.43/1035.73	c cleaning 112998 clauses out of 226030 with flag 36848448/6545002
1061.24/1060.60	c cleaning 114004 clauses out of 228031 with flag 37454061/6660001
1085.63/1084.97	c cleaning 114992 clauses out of 230027 with flag 38071099/6776001
1111.53/1110.85	c cleaning 115997 clauses out of 232034 with flag 38699179/6893000
1141.39/1140.57	c cleaning 117005 clauses out of 234038 with flag 39318426/7011001
1175.29/1174.41	c cleaning 118008 clauses out of 236032 with flag 39946000/7130000
1205.68/1204.84	c cleaning 118988 clauses out of 238025 with flag 40592269/7250001
1241.47/1240.63	c cleaning 120008 clauses out of 240037 with flag 41226108/7371001
1274.08/1273.28	c cleaning 121007 clauses out of 242029 with flag 41871379/7493001
1304.17/1303.40	c cleaning 121999 clauses out of 244021 with flag 42552979/7616000
1327.10/1326.20	c starts		: 18995
1327.10/1326.20	c conflicts		: 7720721
1327.10/1326.20	c decisions		: 11770851
1327.10/1326.20	c propagations		: 141258598
1327.10/1326.20	c inspects		: 28200113596
1327.10/1326.20	c shortcuts		: 0
1327.10/1326.20	c learnt literals	: 12
1327.10/1326.20	c learnt binary clauses	: 9
1327.10/1326.20	c learnt ternary clauses	: 28
1327.10/1326.20	c learnt constraints	: 7720708
1327.10/1326.20	c ignored constraints	: 0
1327.10/1326.20	c root simplifications	: 0
1327.10/1326.20	c removed literals (reason simplification)	: 0
1327.10/1326.20	c reason swapping (by a shorter reason)	: 0
1327.10/1326.20	c Calls to reduceDB	: 119
1327.10/1326.20	c Number of update (reduction) of LBD	: 2371275
1327.10/1326.20	c Imported unit clauses	: 0
1327.10/1326.20	c number of reductions to clauses (during analyze)	: 0
1327.10/1326.20	c number of learned constraints concerned by reduction	: 0
1327.10/1326.20	c number of learning phase by resolution	: 0
1327.10/1326.20	c number of learning phase by cutting planes	: 0
1327.10/1326.20	c speed (assignments/second)	: 106527.77396521636
1327.10/1326.20	c non guided choices	102597
1327.10/1326.24	c learnt constraints type 
1327.10/1326.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1327.10/1326.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 226721
1327.10/1326.24	s UNSATISFIABLE
1327.10/1326.24	c Total wall clock time (in seconds): 1326.122

Verifier Data

ERROR: no interpretation found !

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-4120502-1467311311/watcher-4120502-1467311311 -o /tmp/evaluation-result-4120502-1467311311/solver-4120502-1467311311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120502-1467311311.opb 

pid=20675
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.00 2.01 1.94 3/194 20678
/proc/meminfo: memFree=28679580/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20678/stat : 20678 (java) D 20675 20678 19879 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 12027212 9515008 184 33554432000 1073741824 1073778376 140734105344704 140734105335928 218234514871 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/20678/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.01 1.94 3/194 20678
/proc/meminfo: memFree=28679580/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 12027212 9787879424 6030 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.00 2.01 1.94 3/194 20678
/proc/meminfo: memFree=28679580/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 4768 0 1 0 24 1 0 0 20 0 19 0 12027212 9856040960 6862 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 6867 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300214 s]
/proc/loadavg: 2.00 2.01 1.94 3/194 20678
/proc/meminfo: memFree=28679580/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 6738 0 1 0 52 1 0 0 20 0 19 0 12027212 9856040960 7913 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 7913 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700147 s]
/proc/loadavg: 2.00 2.01 1.94 3/194 20678
/proc/meminfo: memFree=28679580/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 7730 0 1 0 104 1 0 0 20 0 19 0 12027212 9856040960 8434 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 8434 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50065 s]
/proc/loadavg: 2.00 2.01 1.94 3/213 20697
/proc/meminfo: memFree=28652576/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 7736 0 1 0 185 1 0 0 20 0 19 0 12027212 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 9461 2256 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2411 0 1 0 144 2 0 0 20 0 19 0 12027213 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670425759424 140670262492880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1401 0 0 0 18 0 0 0 20 0 19 0 12027218 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 9461 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 20697
/proc/meminfo: memFree=28647604/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 7739 0 1 0 345 2 0 0 20 0 19 0 12027212 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 10485 2256 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2414 0 1 0 304 2 0 0 20 0 19 0 12027213 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670425759424 140670262534237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1401 0 0 0 18 0 0 0 20 0 19 0 12027218 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 10485 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 20697
/proc/meminfo: memFree=28638240/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 7746 0 1 0 664 2 0 0 20 0 19 0 12027212 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 12768 2257 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2420 0 1 0 623 2 0 0 20 0 19 0 12027213 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670425759424 140670262281732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12027214 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1401 0 0 0 18 0 0 0 20 0 19 0 12027218 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 12768 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 137 0 0 0 8 2 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 75 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 36 0 0 0 9 1 0 0 20 0 19 0 12027214 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1883 0 0 0 21 0 0 0 20 0 19 0 12027218 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 78 0 0 0 9 17 0 0 20 0 19 0 12027218 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 66890 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1325.67
Current children cumulated vsize (KiB) 9625040

[startup+1325.61 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 20992
/proc/meminfo: memFree=28432736/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1326.49 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 9003 0 1 0 132613 36 0 0 20 0 19 0 12027212 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 66891 2272 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=1325.2 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2483 0 1 0 132493 27 0 0 20 0 19 0 12027213 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670425768472 140670262283392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 34 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 137 0 0 0 8 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 75 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 36 0 0 0 9 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1884 0 0 0 23 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 78 0 0 0 9 17 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1326.49
Current children cumulated vsize (KiB) 9625040

[startup+1326 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 20992
/proc/meminfo: memFree=28432736/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1326.89 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 9003 0 1 0 132653 36 0 0 20 0 19 0 12027212 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 66891 2272 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=1325.6 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2483 0 1 0 132533 27 0 0 20 0 19 0 12027213 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670425768264 140670262723859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 34 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 137 0 0 0 8 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 75 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 36 0 0 0 9 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1884 0 0 0 24 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 78 0 0 0 9 17 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1326.89
Current children cumulated vsize (KiB) 9625040

[startup+1326.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 20992
/proc/meminfo: memFree=28432736/32872528 swapFree=7620/7620
[pid=20678] ppid=20675 vsize=9625040 CPUtime=1327.1 cores=1,3,5,7
/proc/20678/stat : 20678 (java) S 20675 20678 19879 0 -1 4202496 9004 0 1 0 132674 36 0 0 20 0 19 0 12027212 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140735430371136 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20678/statm: 2406260 66891 2272 9 0 2396937 0
[pid=20678/tid=20680] ppid=20675 vsize=9625040 CPUtime=1325.8 cores=1,3,5,7
/proc/20678/task/20680/stat : 20680 (java) R 20675 20678 19879 0 -1 4202560 2484 0 1 0 132553 27 0 0 20 0 19 0 12027213 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670425766432 140670262570577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20681] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20681/stat : 20681 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670387259688 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20682] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20682/stat : 20682 (java) S 20675 20678 19879 0 -1 4202560 34 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670386206888 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20683] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20683/stat : 20683 (java) S 20675 20678 19879 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670385154600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20684] ppid=20675 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20678/task/20684/stat : 20684 (java) S 20675 20678 19879 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670384101800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20678/tid=20685] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20685/stat : 20685 (java) S 20675 20678 19879 0 -1 4202560 137 0 0 0 8 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670383049512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20686] ppid=20675 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/20678/task/20686/stat : 20686 (java) S 20675 20678 19879 0 -1 4202560 75 0 0 0 6 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670381996712 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20678/tid=20687] ppid=20675 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20678/task/20687/stat : 20687 (java) S 20675 20678 19879 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670380944424 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20688] ppid=20675 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/20678/task/20688/stat : 20688 (java) S 20675 20678 19879 0 -1 4202560 36 0 0 0 9 1 0 0 20 0 19 0 12027214 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670262045608 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20689] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20689/stat : 20689 (java) S 20675 20678 19879 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 19 0 12027215 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670249847016 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20690] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20690/stat : 20690 (java) S 20675 20678 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670248793080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20691] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20691/stat : 20691 (java) S 20675 20678 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12027216 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670247740680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20692] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20692/stat : 20692 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140670246689168 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20693] ppid=20675 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20678/task/20693/stat : 20693 (java) S 20675 20678 19879 0 -1 4202560 2647 0 0 0 19 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669507070648 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20694] ppid=20675 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20678/task/20694/stat : 20694 (java) S 20675 20678 19879 0 -1 4202560 1884 0 0 0 25 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669506017848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20695] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20695/stat : 20695 (java) S 20675 20678 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669504965752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20678/tid=20696] ppid=20675 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20678/task/20696/stat : 20696 (java) S 20675 20678 19879 0 -1 4202560 78 0 0 0 9 17 0 0 20 0 19 0 12027218 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669503913160 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20678/tid=20697] ppid=20675 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20678/task/20697/stat : 20697 (java) S 20675 20678 19879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12027230 9856040960 66891 33554432000 1073741824 1073778376 140735430380000 140669502858152 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1327.1
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1326.24
CPU time (s): 1327.5
CPU user time (s): 1326.79
CPU system time (s): 0.709892
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1326.79
system time used= 0.709892
maximum resident set size= 267660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9035
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28300
involuntary context switches= 18918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.70153 second user time and 11.5862 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:28:31
IDJOB=4120502
IDBENCH=109977
IDSOLVER=2546
FILE ID=node106/4120502-1467311311
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-93.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120502-1467311311/watcher-4120502-1467311311 -o /tmp/evaluation-result-4120502-1467311311/solver-4120502-1467311311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120502-1467311311.opb

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

MD5SUM BENCH= 4baa07f1f2f042a370f379c3361f52d3
RANDOM SEED=873085149

node106.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.495
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.99
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.495
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.56
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.495
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.495
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.495
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.56
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.495
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.495
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.495
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:        28680496 kB
Buffers:           78992 kB
Cached:          3132200 kB
SwapCached:            0 kB
Active:          2549812 kB
Inactive:         871876 kB
Active(anon):     196996 kB
Inactive(anon):    15724 kB
Active(file):    2352816 kB
Inactive(file):   856152 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:        219592 kB
Mapped:            23440 kB
Shmem:               204 kB
Slab:             625676 kB
SReclaimable:      68916 kB
SUnreclaim:       556760 kB
KernelStack:        1760 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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 node106 at 2016-06-30 20:50:37