Trace number 4122347

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 Res+CP PB16UNSAT 1339.65 667.915

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n24-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM1ae2225652fcf7a6a91e552282c81dc6
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 benchmark609.877
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97
Total number of constraints204
Number of constraints which are clauses204
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122347-1467310095.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.037s.
0.11/0.14	c declared #vars     97
0.11/0.14	c #constraints  204
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204
0.11/0.15	c 204 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 204
0.11/0.15	c 204 constraints processed.
1.51/0.59	c cleaning 2499 clauses out of 5001 with flag 39238/5001
2.29/0.76	c cleaning 0 clauses out of 5002 with flag 0/5002
2.68/0.88	c cleaning 4244 clauses out of 8501 with flag 79832/11000
3.33/1.15	c cleaning 0 clauses out of 11000 with flag 0/11000
3.64/1.27	c cleaning 5625 clauses out of 11257 with flag 131006/18000
4.69/1.66	c cleaning 0 clauses out of 18001 with flag 0/18001
5.28/1.83	c cleaning 6811 clauses out of 13634 with flag 192659/26002
6.50/2.36	c cleaning 0 clauses out of 26000 with flag 0/26000
6.89/2.54	c cleaning 7908 clauses out of 15824 with flag 260240/35003
8.29/3.26	c cleaning 0 clauses out of 35002 with flag 0/35002
8.72/3.40	c cleaning 8952 clauses out of 17914 with flag 338355/45001
10.52/4.38	c cleaning 0 clauses out of 45000 with flag 0/45000
10.52/4.38	c cleaning 9977 clauses out of 19962 with flag 428220/56001
13.16/5.63	c cleaning 10989 clauses out of 21984 with flag 523429/68000
13.55/5.84	c cleaning 0 clauses out of 56000 with flag 0/56000
15.96/7.05	c cleaning 11998 clauses out of 23997 with flag 617844/81002
17.16/7.63	c cleaning 0 clauses out of 68000 with flag 0/68000
19.39/8.76	c cleaning 12995 clauses out of 25998 with flag 722559/95001
21.79/9.94	c cleaning 0 clauses out of 81000 with flag 0/81000
23.78/10.95	c cleaning 13995 clauses out of 28002 with flag 839912/110000
27.82/12.92	c cleaning 0 clauses out of 95000 with flag 0/95000
28.02/13.04	c cleaning 14993 clauses out of 30007 with flag 949425/126000
32.88/15.41	c cleaning 15996 clauses out of 32014 with flag 1067799/143000
33.66/15.86	c cleaning 0 clauses out of 110000 with flag 0/110000
38.26/18.17	c cleaning 17001 clauses out of 34018 with flag 1199243/161000
42.86/20.48	c cleaning 0 clauses out of 126001 with flag 0/126001
44.87/21.41	c cleaning 18005 clauses out of 36018 with flag 1333057/180001
51.48/24.75	c cleaning 19002 clauses out of 38013 with flag 1480084/200001
53.28/25.67	c cleaning 0 clauses out of 143000 with flag 0/143000
59.30/28.66	c cleaning 20001 clauses out of 40010 with flag 1636831/221000
66.51/32.21	c cleaning 0 clauses out of 161000 with flag 0/161000
67.71/32.80	c cleaning 20992 clauses out of 42009 with flag 1804960/243000
76.93/37.50	c cleaning 22005 clauses out of 44017 with flag 1987212/266000
80.31/39.17	c cleaning 0 clauses out of 180001 with flag 0/180001
87.15/42.56	c cleaning 22996 clauses out of 46012 with flag 2170295/290000
97.35/47.65	c cleaning 0 clauses out of 200000 with flag 0/200000
98.15/48.04	c cleaning 24002 clauses out of 48017 with flag 2383567/315001
110.19/54.04	c cleaning 25002 clauses out of 50015 with flag 2588536/341001
110.78/54.33	c cleaning 0 clauses out of 221000 with flag 0/221000
123.40/60.61	c cleaning 25998 clauses out of 52012 with flag 2786202/368000
136.64/67.24	c cleaning 26999 clauses out of 54014 with flag 2986786/396000
136.64/67.26	c cleaning 0 clauses out of 243001 with flag 0/243001
151.66/74.75	c cleaning 28002 clauses out of 56017 with flag 3190464/425002
162.26/80.02	c cleaning 0 clauses out of 266002 with flag 0/266002
168.07/82.92	c cleaning 29001 clauses out of 58015 with flag 3410904/455002
186.51/92.10	c cleaning 30004 clauses out of 60012 with flag 3643330/486000
193.93/95.88	c cleaning 0 clauses out of 290002 with flag 0/290002
205.31/101.57	c cleaning 30994 clauses out of 62008 with flag 3857590/518000
225.36/111.54	c cleaning 0 clauses out of 315002 with flag 0/315002
225.56/111.66	c cleaning 31999 clauses out of 64014 with flag 4093684/551000
245.61/121.66	c cleaning 33000 clauses out of 66015 with flag 4333100/585000
257.05/127.32	c cleaning 0 clauses out of 341000 with flag 0/341000
269.85/133.70	c cleaning 33996 clauses out of 68016 with flag 4566137/620001
292.28/144.96	c cleaning 0 clauses out of 368000 with flag 0/368000
295.68/146.64	c cleaning 35005 clauses out of 70019 with flag 4819381/656000
321.13/159.34	c cleaning 35998 clauses out of 72014 with flag 5082680/693000
342.14/169.83	c cleaning 0 clauses out of 396002 with flag 0/396002
349.40/173.50	c cleaning 37001 clauses out of 74016 with flag 5346102/731000
380.64/189.09	c cleaning 38000 clauses out of 76017 with flag 5639870/770002
399.45/198.47	c cleaning 0 clauses out of 425000 with flag 0/425000
412.65/205.09	c cleaning 39003 clauses out of 78016 with flag 5906509/810001
444.72/221.10	c cleaning 40002 clauses out of 80015 with flag 6199644/851003
451.92/224.69	c cleaning 0 clauses out of 455001 with flag 0/455001
481.56/239.47	c cleaning 41000 clauses out of 82010 with flag 6494345/893000
503.58/250.45	c cleaning 0 clauses out of 486000 with flag 0/486000
521.03/259.17	c cleaning 41997 clauses out of 84011 with flag 6793887/936001
557.26/277.30	c cleaning 0 clauses out of 518001 with flag 0/518001
564.85/281.00	c cleaning 43003 clauses out of 86013 with flag 7103335/980000
608.71/302.96	c cleaning 43995 clauses out of 88010 with flag 7407094/1025000
621.12/309.20	c cleaning 0 clauses out of 551003 with flag 0/551003
654.82/325.94	c cleaning 45001 clauses out of 90016 with flag 7722294/1071001
687.99/342.46	c cleaning 0 clauses out of 585000 with flag 0/585000
703.16/349.91	c cleaning 45998 clauses out of 92015 with flag 8034502/1118001
758.84/377.76	c cleaning 47004 clauses out of 94017 with flag 8354578/1166001
789.30/392.94	c cleaning 0 clauses out of 620000 with flag 0/620000
813.74/405.13	c cleaning 47999 clauses out of 96013 with flag 8675724/1215001
872.20/434.35	c cleaning 49001 clauses out of 98013 with flag 9007903/1265001
892.99/444.75	c cleaning 0 clauses out of 656000 with flag 0/656000
933.67/465.09	c cleaning 49998 clauses out of 100012 with flag 9327587/1316001
1000.36/498.31	c cleaning 0 clauses out of 693000 with flag 0/693000
1001.54/498.98	c cleaning 50997 clauses out of 102013 with flag 9649050/1368000
1064.87/530.51	c cleaning 51998 clauses out of 104016 with flag 9986618/1421000
1112.77/554.41	c cleaning 0 clauses out of 731000 with flag 0/731000
1133.95/565.08	c cleaning 53003 clauses out of 106019 with flag 10338441/1475001
1204.11/600.04	c cleaning 0 clauses out of 770001 with flag 0/770001
1205.91/600.94	c cleaning 53997 clauses out of 108014 with flag 10689294/1530000
1287.44/641.67	c cleaning 55007 clauses out of 110019 with flag 11053062/1586003
1339.29/667.43	c And the winner is solver0
1339.29/667.50	c cleaning 0 clauses out of 810000 with flag 0/810000
1339.29/667.79	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1339.29/667.79	c starts		: 329
1339.29/667.79	c conflicts		: 1628434
1339.29/667.79	c decisions		: 1940507
1339.29/667.79	c propagations		: 25041809
1339.29/667.79	c inspects		: 12988177996
1339.29/667.79	c shortcuts		: 0
1339.29/667.79	c learnt literals	: 20
1339.29/667.79	c learnt binary clauses	: 165
1339.29/667.79	c learnt ternary clauses	: 773
1339.29/667.79	c learnt constraints	: 1628413
1339.29/667.79	c ignored constraints	: 0
1339.29/667.79	c root simplifications	: 0
1339.29/667.79	c removed literals (reason simplification)	: 5685770
1339.29/667.79	c reason swapping (by a shorter reason)	: 0
1339.29/667.79	c Calls to reduceDB	: 52
1339.29/667.79	c Number of update (reduction) of LBD	: 448002
1339.29/667.79	c Imported unit clauses	: 0
1339.29/667.79	c number of reductions to clauses (during analyze)	: 0
1339.29/667.79	c number of learned constraints concerned by reduction	: 0
1339.29/667.79	c number of learning phase by resolution	: 0
1339.29/667.79	c number of learning phase by cutting planes	: 0
1339.29/667.79	c speed (assignments/second)	: 37507.7271719659
1339.29/667.79	c non guided choices	20
1339.30/667.84	c learnt constraints type 
1339.30/667.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 165
1339.30/667.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97260
1339.30/667.84	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1339.30/667.84	c starts		: 171
1339.30/667.84	c conflicts		: 810000
1339.30/667.84	c decisions		: 926223
1339.30/667.84	c propagations		: 14229266
1339.30/667.84	c inspects		: 5961653688
1339.30/667.84	c shortcuts		: 0
1339.30/667.84	c learnt literals	: 0
1339.30/667.84	c learnt binary clauses	: 0
1339.30/667.84	c learnt ternary clauses	: 0
1339.30/667.84	c learnt constraints	: 810000
1339.30/667.84	c ignored constraints	: 0
1339.30/667.84	c root simplifications	: 0
1339.30/667.84	c removed literals (reason simplification)	: 0
1339.30/667.84	c reason swapping (by a shorter reason)	: 0
1339.30/667.84	c Calls to reduceDB	: 36
1339.30/667.84	c Number of update (reduction) of LBD	: 0
1339.30/667.84	c Imported unit clauses	: 0
1339.30/667.84	c number of reductions to clauses (during analyze)	: 0
1339.30/667.84	c number of learned constraints concerned by reduction	: 0
1339.30/667.84	c number of learning phase by resolution	: 0
1339.30/667.84	c number of learning phase by cutting planes	: 0
1339.30/667.84	c speed (assignments/second)	: 21311.282082772315
1339.30/667.84	c non guided choices	20
1339.42/667.91	c learnt constraints type 
1339.42/667.91	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 810000
1339.42/667.91	s UNSATISFIABLE
1339.42/667.91	c Total wall clock time (in seconds): 667.8

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-4122347-1467310095/watcher-4122347-1467310095 -o /tmp/evaluation-result-4122347-1467310095/solver-4122347-1467310095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4122347-1467310095.opb 

pid=16249
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: 3.92 4.05 3.42 4/261 16252
/proc/meminfo: memFree=29688420/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 12116063 96370688 931 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 23544 938 712 9 0 16769 0
[pid=16252/tid=16253] ppid=16249 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) R 16249 16252 13211 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 2 0 12116063 98635776 963 33554432000 1073741824 1073778376 140733307309520 140033432383016 249640825952 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.92 4.05 3.42 4/261 16252
/proc/meminfo: memFree=29688420/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 4494 0 1 0 9 2 0 0 20 0 18 0 12116063 9787879424 6129 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2389619 6129 2156 9 0 2380296 0
[pid=16252/tid=16253] ppid=16249 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) R 16249 16252 13211 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 12116063 9787879424 6129 33554432000 1073741824 1073778376 140733307309520 140033432387928 249653420469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 3.92 4.05 3.42 4/261 16252
/proc/meminfo: memFree=29688420/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 6859 0 1 0 30 3 0 0 20 0 22 0 12116063 10060525568 9465 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 9465 2224 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 9465 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300287 s]
/proc/loadavg: 3.92 4.05 3.42 4/261 16252
/proc/meminfo: memFree=29688420/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 8560 0 1 0 70 3 0 0 20 0 22 0 12116063 10060525568 10571 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 10571 2239 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 10571 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700239 s]
/proc/loadavg: 3.92 4.05 3.42 4/261 16252
/proc/meminfo: memFree=29688420/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 24011 0 1 0 222 7 0 0 20 0 22 0 12116063 10060525568 35541 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 35541 2259 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 35541 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.92 4.05 3.42 5/283 16274
/proc/meminfo: memFree=29509392/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 27736 0 1 0 440 9 0 0 20 0 22 0 12116063 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 46763 2275 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116067 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 13211 0 -1 4202560 15146 0 0 0 91 3 0 0 20 0 22 0 12116067 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033252076472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8755 0 0 0 71 1 0 0 20 0 22 0 12116067 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116068 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116068 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/16252/task/16271/stat : 16271 (java) R 16249 16252 13211 0 -1 4202560 24 0 0 0 130 0 0 0 20 0 22 0 12116078 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140032240234480 140033265157314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16272] ppid=16249 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/16252/task/16272/stat : 16272 (java) R 16249 16252 13211 0 -1 4202560 92 0 0 0 129 2 0 0 20 0 22 0 12116078 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140032239181696 140033265230691 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16273] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16273/stat : 16273 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140032238138280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16274] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16274/stat : 16274 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 46763 33554432000 1073741824 1073778376 140733307309520 140032237085480 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 3.92 4.05 3.42 5/283 16274
/proc/meminfo: memFree=29502860/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 30870 0 1 0 800 9 0 0 20 0 22 0 12116063 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 49325 2275 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116067 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 13211 0 -1 4202560 18261 0 0 0 124 3 0 0 20 0 22 0 12116067 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033252076472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8755 0 0 0 77 2 0 0 20 0 22 0 12116067 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116068 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116068 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/16252/task/16271/stat : 16271 (java) R 16249 16252 13211 0 -1 4202560 26 0 0 0 288 0 0 0 20 0 22 0 12116078 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140032240234480 140033265196308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16272] ppid=16249 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/16252/task/16272/stat : 16272 (java) R 16249 16252 13211 0 -1 4202560 92 0 0 0 288 2 0 0 20 0 22 0 12116078 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140032239181680 140033265196345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16273] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16273/stat : 16273 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140032238138280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16274] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16274/stat : 16274 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 49325 33554432000 1073741824 1073778376 140733307309520 140032237085480 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.93 4.05 3.42 5/283 16274
/proc/meminfo: memFree=29489896/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=14.55 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 30976 0 1 0 1442 13 0 0 20 0 22 0 12116063 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 51530 2275 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2416 0 1 0 11 2 0 0 20 0 22 0 12116063 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 12116064 10060525568 51530 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 151 0 0 0 65 3 0 0 20 0 22 0 12116064 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 179 0 0 0 1 8 0 0 20 0 22 0 12116065 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12116065 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116067 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 13211 0 -1 4202560 18269 0 0 0 134 4 0 0 20 0 22 0 12116067 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033252076472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8841 0 0 0 124 2 0 0 20 0 22 0 12116067 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12116068 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 39 0 0 0 9 18 0 0 20 0 22 0 12116068 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16271] ppid=16249 vsize=9824732 CPUtime=663.57 cores=1,3,5,7
/proc/16252/task/16271/stat : 16271 (java) R 16249 16252 13211 0 -1 4202560 85 0 0 0 66345 12 0 0 20 0 22 0 12116078 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140032240241424 140033265196345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16272] ppid=16249 vsize=9824732 CPUtime=663.54 cores=1,3,5,7
/proc/16252/task/16272/stat : 16272 (java) R 16249 16252 13211 0 -1 4202560 439 0 0 0 66336 18 0 0 20 0 22 0 12116078 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140032239189360 140033265404319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16273] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16273/stat : 16273 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140032238138280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16274] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16274/stat : 16274 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12116078 10060525568 114244 33554432000 1073741824 1073778376 140733307309520 140032237085480 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1338.89
Current children cumulated vsize (KiB) 9824732

[startup+667.601 s]
/proc/loadavg: 2.14 2.79 3.17 3/255 16390
/proc/meminfo: memFree=30784016/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=1336.21 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 32790 0 1 0 133534 87 0 0 20 0 19 0 12116063 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 114230 2277 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2421 0 1 0 13 3 0 0 20 0 19 0 12116063 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033432388472 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 185 0 0 0 58 4 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 165 0 0 0 64 3 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 169 0 0 0 67 4 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 149 0 0 0 63 4 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 138 0 0 0 56 3 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 151 0 0 0 65 3 0 0 20 0 19 0 12116064 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 179 0 0 0 1 8 0 0 20 0 19 0 12116065 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116067 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 13211 0 -1 4202560 18269 0 0 0 134 4 0 0 20 0 19 0 12116067 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033252076472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8841 0 0 0 124 2 0 0 20 0 19 0 12116067 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116068 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 39 0 0 0 9 18 0 0 20 0 19 0 12116068 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16273] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16273/stat : 16273 (java) S 16249 16252 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12116078 10060525568 114230 33554432000 1073741824 1073778376 140733307309520 140032238138280 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1336.21
Current children cumulated vsize (KiB) 9824732

[startup+667.808 s]
/proc/loadavg: 2.14 2.79 3.17 1/252 16390
/proc/meminfo: memFree=30784140/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=1336.22 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 32796 0 1 0 133535 87 0 0 20 0 19 0 12116063 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 114234 2280 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2421 0 1 0 13 3 0 0 20 0 19 0 12116063 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033432388312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 185 0 0 0 58 4 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 165 0 0 0 64 3 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 169 0 0 0 67 4 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 149 0 0 0 63 4 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 138 0 0 0 56 3 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 151 0 0 0 65 3 0 0 20 0 19 0 12116064 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 179 0 0 0 1 8 0 0 20 0 19 0 12116065 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116067 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) R 16249 16252 13211 0 -1 4202560 18269 0 0 0 134 4 0 0 20 0 19 0 12116067 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033252076312 249653420469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8844 0 0 0 124 2 0 0 20 0 19 0 12116067 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116068 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 39 0 0 0 9 18 0 0 20 0 19 0 12116068 10060525568 114234 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1336.22
Current children cumulated vsize (KiB) 9824732

[startup+667.901 s]
/proc/loadavg: 2.14 2.79 3.17 1/252 16390
/proc/meminfo: memFree=30784140/32872528 swapFree=189444/189444
[pid=16252] ppid=16249 vsize=9824732 CPUtime=1336.34 cores=1,3,5,7
/proc/16252/stat : 16252 (java) S 16249 16252 13211 0 -1 4202496 32804 0 1 0 133547 87 0 0 20 0 19 0 12116063 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140733307300656 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16252/statm: 2456183 114242 2287 9 0 2446860 0
[pid=16252/tid=16253] ppid=16249 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/16252/task/16253/stat : 16253 (java) S 16249 16252 13211 0 -1 4202560 2421 0 1 0 13 3 0 0 20 0 19 0 12116063 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033432388312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16255] ppid=16249 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16252/task/16255/stat : 16255 (java) S 16249 16252 13211 0 -1 4202560 185 0 0 0 58 4 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033393879592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16256] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16256/stat : 16256 (java) S 16249 16252 13211 0 -1 4202560 165 0 0 0 64 3 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033392826792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16257] ppid=16249 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16252/task/16257/stat : 16257 (java) S 16249 16252 13211 0 -1 4202560 169 0 0 0 67 4 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033391773992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16258] ppid=16249 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/16252/task/16258/stat : 16258 (java) S 16249 16252 13211 0 -1 4202560 149 0 0 0 63 4 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033390721192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16259] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16259/stat : 16259 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033389669416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16260] ppid=16249 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16252/task/16260/stat : 16260 (java) S 16249 16252 13211 0 -1 4202560 147 0 0 0 65 4 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033388616616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16261] ppid=16249 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/16252/task/16261/stat : 16261 (java) S 16249 16252 13211 0 -1 4202560 138 0 0 0 56 3 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033387563816 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16252/tid=16262] ppid=16249 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16252/task/16262/stat : 16262 (java) S 16249 16252 13211 0 -1 4202560 151 0 0 0 65 3 0 0 20 0 19 0 12116064 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033386511016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16263] ppid=16249 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16252/task/16263/stat : 16263 (java) S 16249 16252 13211 0 -1 4202560 179 0 0 0 1 8 0 0 20 0 19 0 12116065 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033256286696 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16264] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16264/stat : 16264 (java) S 16249 16252 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033255232760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16265] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16265/stat : 16265 (java) S 16249 16252 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12116065 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033254179848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16266] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16266/stat : 16266 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116067 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033253128336 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16267] ppid=16249 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/16252/task/16267/stat : 16267 (java) S 16249 16252 13211 0 -1 4202560 18277 0 0 0 137 4 0 0 20 0 19 0 12116067 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033252076472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16252/tid=16268] ppid=16249 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16252/task/16268/stat : 16268 (java) S 16249 16252 13211 0 -1 4202560 8844 0 0 0 124 2 0 0 20 0 19 0 12116067 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033251023672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16252/tid=16269] ppid=16249 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16252/task/16269/stat : 16269 (java) S 16249 16252 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12116068 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140033249971064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16252/tid=16270] ppid=16249 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16252/task/16270/stat : 16270 (java) S 16249 16252 13211 0 -1 4202560 39 0 0 0 9 18 0 0 20 0 19 0 12116068 10060525568 114242 33554432000 1073741824 1073778376 140733307309520 140032241298376 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1336.34
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.08008
#  lost CPU user time (s): 3.29004
#  lost CPU system time (s): -0.21

Real time (s): 667.915
CPU time (s): 1339.65
CPU user time (s): 1338.76
CPU system time (s): 0.892832
CPU usage (%): 200.572
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1335.47
system time used= 1.10283
maximum resident set size= 516964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32806
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17638
involuntary context switches= 20814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49862 second user time and 3.03354 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:08:15
IDJOB=4122347
IDBENCH=111073
IDSOLVER=2543
FILE ID=node102/4122347-1467310095
RUNJOBID= node102-1467308727-13228
PBS_JOBID= 20005272
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n24-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122347-1467310095/watcher-4122347-1467310095 -o /tmp/evaluation-result-4122347-1467310095/solver-4122347-1467310095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122347-1467310095.opb

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

MD5SUM BENCH= 1ae2225652fcf7a6a91e552282c81dc6
RANDOM SEED=624151366

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.744
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:        29688948 kB
Buffers:          154224 kB
Cached:           537668 kB
SwapCached:            0 kB
Active:          1834336 kB
Inactive:         417976 kB
Active(anon):    1563240 kB
Inactive(anon):        0 kB
Active(file):     271096 kB
Inactive(file):   417976 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1753972 kB
Mapped:            22688 kB
Shmem:               204 kB
Slab:             608464 kB
SReclaimable:      51836 kB
SUnreclaim:       556628 kB
KernelStack:        2288 kB
PageTables:         7848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2048692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1499136 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= 71668 MiB
End job on node102 at 2016-06-30 20:19:23