Trace number 3710542

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotOPT30 313.176 311.256

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark8.29974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710542-1338136798.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.051s.
0.10/0.16	c declared #vars     45
0.10/0.16	c #constraints  331
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c 331 constraints processed.
0.10/0.16	c SATISFIABLE
0.10/0.16	c OPTIMIZING...
0.10/0.16	c Got one! Elapsed wall clock time (in seconds):0.054
0.10/0.16	o 33
0.10/0.17	c Got one! Elapsed wall clock time (in seconds):0.057
0.10/0.17	o 32
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.106
0.27/0.21	o 31
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.27	o 30
0.64/0.47	c cleaning 2909 clauses out of 5821 with flag 5000/5821
0.93/0.66	c cleaning 4456 clauses out of 8913 with flag 11001/11822
1.26/0.92	c cleaning 5728 clauses out of 11457 with flag 18001/18822
1.57/1.25	c cleaning 6861 clauses out of 13729 with flag 26001/26822
1.99/1.66	c cleaning 7933 clauses out of 15869 with flag 35002/35823
2.50/2.13	c cleaning 8967 clauses out of 17934 with flag 45000/45821
2.99/2.68	c cleaning 9985 clauses out of 19969 with flag 56002/56823
3.70/3.33	c cleaning 10990 clauses out of 21983 with flag 68001/68822
4.50/4.13	c cleaning 11992 clauses out of 23993 with flag 81001/81822
5.30/4.96	c cleaning 12998 clauses out of 26000 with flag 95000/95821
6.31/5.96	c cleaning 13995 clauses out of 28003 with flag 110001/110822
7.31/6.97	c cleaning 14998 clauses out of 30008 with flag 126001/126822
8.51/8.10	c cleaning 16000 clauses out of 32009 with flag 143000/143821
9.82/9.42	c cleaning 17001 clauses out of 34009 with flag 161000/161821
11.24/10.90	c cleaning 18003 clauses out of 36010 with flag 180002/180823
12.84/12.46	c cleaning 19003 clauses out of 38007 with flag 200002/200823
14.65/14.30	c cleaning 19994 clauses out of 40002 with flag 221000/221821
16.55/16.19	c cleaning 21003 clauses out of 42009 with flag 243001/243822
18.85/18.45	c cleaning 21997 clauses out of 44006 with flag 266001/266822
21.16/20.73	c cleaning 22998 clauses out of 46008 with flag 290000/290821
23.68/23.20	c cleaning 24002 clauses out of 48010 with flag 315000/315821
26.59/26.19	c cleaning 24999 clauses out of 50008 with flag 341000/341821
29.71/29.26	c cleaning 26001 clauses out of 52010 with flag 368001/368822
33.02/32.52	c cleaning 27001 clauses out of 54008 with flag 396000/396821
36.24/35.71	c cleaning 28000 clauses out of 56007 with flag 425000/425821
39.84/39.35	c cleaning 28995 clauses out of 58007 with flag 455000/455821
43.75/43.20	c cleaning 30002 clauses out of 60013 with flag 486001/486822
48.15/47.66	c cleaning 30999 clauses out of 62011 with flag 518001/518822
52.56/52.04	c cleaning 32003 clauses out of 64013 with flag 551002/551823
57.56/57.06	c cleaning 33004 clauses out of 66010 with flag 585002/585823
61.98/61.50	c cleaning 34002 clauses out of 68005 with flag 620001/620822
66.88/66.36	c cleaning 35001 clauses out of 70002 with flag 656000/656821
72.19/71.61	c cleaning 35993 clauses out of 72001 with flag 693000/693821
78.31/77.78	c cleaning 36995 clauses out of 74008 with flag 731000/731821
85.52/84.91	c cleaning 38007 clauses out of 76014 with flag 770001/770822
91.94/91.39	c cleaning 39000 clauses out of 78007 with flag 810001/810822
99.15/98.24	c cleaning 39997 clauses out of 80008 with flag 851002/851823
107.06/106.12	c cleaning 41001 clauses out of 82010 with flag 893001/893822
114.31/113.32	c cleaning 41996 clauses out of 84009 with flag 936001/936822
122.41/121.43	c cleaning 43005 clauses out of 86013 with flag 980001/980822
130.84/129.89	c cleaning 43998 clauses out of 88007 with flag 1025000/1025821
139.78/138.72	c cleaning 44999 clauses out of 90009 with flag 1071000/1071821
148.80/147.70	c cleaning 46004 clauses out of 92010 with flag 1118000/1118821
158.72/157.61	c cleaning 47002 clauses out of 94007 with flag 1166001/1166822
168.90/167.46	c cleaning 47995 clauses out of 96004 with flag 1215000/1215821
178.73/177.28	c cleaning 49000 clauses out of 98010 with flag 1265001/1265822
189.26/187.72	c cleaning 50005 clauses out of 100010 with flag 1316001/1316822
199.09/197.50	c cleaning 44975 clauses out of 89955 with flag 1368001/1368822
210.03/208.40	c cleaning 48987 clauses out of 97979 with flag 1421000/1421821
219.75/218.15	c cleaning 40250 clauses out of 80518 with flag 1475001/1475822
230.85/229.24	c cleaning 47632 clauses out of 95267 with flag 1530000/1530821
242.68/241.01	c cleaning 44463 clauses out of 88925 with flag 1586001/1586822
255.71/254.05	c cleaning 50730 clauses out of 101462 with flag 1643001/1643822
270.74/269.06	c cleaning 54361 clauses out of 108732 with flag 1701001/1701822
286.48/284.71	c cleaning 49260 clauses out of 98527 with flag 1760002/1760823
300.19/298.48	c cleaning 38575 clauses out of 77159 with flag 1820000/1820821
313.01/311.23	c cleaning 3520 clauses out of 7039 with flag 1881001/1881822
313.01/311.25	c starts		: 210
313.01/311.25	c conflicts		: 1881909
313.01/311.25	c decisions		: 1921584
313.01/311.25	c propagations		: 8692761
313.01/311.25	c inspects		: 5007570025
313.01/311.25	c shortcuts		: 0
313.01/311.25	c learnt literals	: 18
313.01/311.25	c learnt binary clauses	: 189
313.01/311.25	c learnt ternary clauses	: 946
313.01/311.25	c learnt constraints	: 1881890
313.01/311.25	c ignored constraints	: 0
313.01/311.25	c root simplifications	: 227
313.01/311.25	c removed literals (reason simplification)	: 11476909
313.01/311.25	c reason swapping (by a shorter reason)	: 0
313.01/311.25	c Calls to reduceDB	: 57
313.01/311.25	c number of reductions to clauses (during analyze)	: 0
313.01/311.25	c number of learned constraints concerned by reduction	: 0
313.01/311.25	c number of learning phase by resolution	: 0
313.01/311.25	c number of learning phase by cutting planes	: 0
313.01/311.25	c speed (assignments/second)	: 27943.183096689994
313.01/311.25	c non guided choices	23
313.01/311.25	c learnt constraints type 
313.01/311.25	c constraints type 
313.01/311.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
313.01/311.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
313.01/311.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
313.01/311.25	c 331 constraints processed.
313.01/311.25	s OPTIMUM FOUND
313.01/311.25	v x1 x2 -x3 x4 x5 -x6 x7 x8 -x9 x10 -x11 x12 x13 -x14 x15 -x16 x17 x18 x19 x20 x21 x22 -x23 x24 -x25 x26 x27 -x28 x29 -x30 -x31 x32 x33 -x34 -x35 x36 x37 x38 x39 x40 x41 x42 x43 -x44 -x45 
313.01/311.25	c objective function=30
313.01/311.25	c Total wall clock time (in seconds): 311.14

Verifier Data

OK	30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710542-1338136798/watcher-3710542-1338136798 -o /tmp/evaluation-result-3710542-1338136798/solver-3710542-1338136798 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710542-1338136798.opb 

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.06 2.03 2.00 3/194 2932
/proc/meminfo: memFree=29078748/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2932/stat : 2932 (java) D 2930 2932 32120 0 -1 4202496 300 0 0 0 0 0 0 0 20 0 1 0 279805266 2560000 47 33554432000 1073741824 1073778376 140735720599632 140735720596760 270698376487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 625 47 37 9 0 29 0

[startup+0.0595601 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 2932
/proc/meminfo: memFree=29078748/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 3276 0 1 0 4 1 0 0 20 0 18 0 279805266 9787842560 4483 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2389610 4483 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100198 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 2932
/proc/meminfo: memFree=29078748/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 4368 0 1 0 9 1 0 0 20 0 18 0 279805266 9787842560 6045 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2389610 6045 2128 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300156 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 2932
/proc/meminfo: memFree=29078748/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 6995 0 1 0 51 1 0 0 20 0 19 0 279805266 9856004096 8725 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 8725 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700229 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 2932
/proc/meminfo: memFree=29078748/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=1.06 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 7708 0 1 0 104 2 0 0 20 0 19 0 279805266 9856004096 10866 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 10866 2272 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 2951
/proc/meminfo: memFree=29041552/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 7771 0 1 0 187 2 0 0 20 0 19 0 279805266 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 11401 2273 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2506 0 1 0 142 2 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065914880424 140065745793605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 279805268 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 279805271 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 2601 0 0 0 20 0 0 0 20 0 19 0 279805271 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 11401 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 2951
/proc/meminfo: memFree=29041432/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=3.49 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 7786 0 1 0 347 2 0 0 20 0 19 0 279805266 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 11413 2273 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2509 0 1 0 298 2 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065914880304 140065745906856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 279805268 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 279805271 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 2601 0 0 0 20 0 0 0 20 0 19 0 279805271 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 11413 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.05 2.03 2.00 3/214 2954
/proc/meminfo: memFree=29038644/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=6.71 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 7823 0 1 0 669 2 0 0 20 0 19 0 279805266 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 11900 2273 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2514 0 1 0 613 2 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065914880304 140065745860798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279805267 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 279805268 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 279805271 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 2601 0 0 0 20 0 0 0 20 0 19 0 279805271 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 11900 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 49 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 99 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 59 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 30 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 106 0 0 0 12 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 53 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 55 0 0 0 96 0 0 0 20 0 19 0 279805268 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1429 0 0 0 19 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 14989 0 0 0 92 3 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 312.11
Current children cumulated vsize (KiB) 9625004

[startup+310.701 s]
/proc/loadavg: 2.14 2.09 2.02 3/213 2955
/proc/meminfo: memFree=28982984/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=312.51 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 20741 0 1 0 31240 11 0 0 20 0 19 0 279805266 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 20406 2275 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=309.4 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2570 0 1 0 30934 6 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065914880304 140065746026292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 49 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 99 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 59 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 30 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 106 0 0 0 12 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 53 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 55 0 0 0 96 0 0 0 20 0 19 0 279805268 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1429 0 0 0 19 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 14989 0 0 0 92 3 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 312.51
Current children cumulated vsize (KiB) 9625004

[startup+311.101 s]
/proc/loadavg: 2.14 2.09 2.02 3/213 2955
/proc/meminfo: memFree=28982984/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=312.91 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 20741 0 1 0 31280 11 0 0 20 0 19 0 279805266 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 20406 2275 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=309.8 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2570 0 1 0 30974 6 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065914880304 140065746026284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 49 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 99 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 59 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 30 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 106 0 0 0 12 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 53 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 55 0 0 0 96 0 0 0 20 0 19 0 279805268 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1429 0 0 0 19 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 14989 0 0 0 92 3 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 312.91
Current children cumulated vsize (KiB) 9625004

[startup+311.201 s]
/proc/loadavg: 2.14 2.09 2.02 3/213 2955
/proc/meminfo: memFree=28982984/32873648 swapFree=6864/6864
[pid=2932] ppid=2930 vsize=9625004 CPUtime=313.01 cores=1,3,5,7
/proc/2932/stat : 2932 (java) S 2930 2932 32120 0 -1 4202496 20741 0 1 0 31290 11 0 0 20 0 19 0 279805266 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140735720590768 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2932/statm: 2406251 20406 2275 9 0 2396937 0
[pid=2932/tid=2934] ppid=2930 vsize=9625004 CPUtime=309.91 cores=1,3,5,7
/proc/2932/task/2934/stat : 2934 (java) R 2930 2932 32120 0 -1 4202560 2570 0 1 0 30985 6 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065914880304 140065745860074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2935] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2935/stat : 2935 (java) S 2930 2932 32120 0 -1 4202560 49 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065876372008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2936] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2936/stat : 2936 (java) S 2930 2932 32120 0 -1 4202560 99 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065875319208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2932/tid=2937] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2937/stat : 2937 (java) S 2930 2932 32120 0 -1 4202560 59 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065874266408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2938] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2938/stat : 2938 (java) S 2930 2932 32120 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065873213608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2939] ppid=2930 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/2932/task/2939/stat : 2939 (java) S 2930 2932 32120 0 -1 4202560 30 0 0 0 10 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065872161832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2940] ppid=2930 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/2932/task/2940/stat : 2940 (java) S 2930 2932 32120 0 -1 4202560 106 0 0 0 12 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065871109032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2941] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2941/stat : 2941 (java) S 2930 2932 32120 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065870056232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2942] ppid=2930 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/2932/task/2942/stat : 2942 (java) S 2930 2932 32120 0 -1 4202560 53 0 0 0 9 0 0 0 20 0 19 0 279805267 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065869003432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2943] ppid=2930 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/2932/task/2943/stat : 2943 (java) S 2930 2932 32120 0 -1 4202560 55 0 0 0 96 0 0 0 20 0 19 0 279805268 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065739082216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2944] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2944/stat : 2944 (java) S 2930 2932 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065738028280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2945] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2945/stat : 2945 (java) S 2930 2932 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279805269 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065736975368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2946] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2946/stat : 2946 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065735923856 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2947] ppid=2930 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/2932/task/2947/stat : 2947 (java) S 2930 2932 32120 0 -1 4202560 1429 0 0 0 19 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065734871992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2932/tid=2948] ppid=2930 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/2932/task/2948/stat : 2948 (java) S 2930 2932 32120 0 -1 4202560 14989 0 0 0 92 3 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065733819192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2949] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2949/stat : 2949 (java) S 2930 2932 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065732766584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2932/tid=2950] ppid=2930 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/2932/task/2950/stat : 2950 (java) S 2930 2932 32120 0 -1 4202560 19 0 0 0 2 6 0 0 20 0 19 0 279805271 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065731713992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2932/tid=2951] ppid=2930 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/2932/task/2951/stat : 2951 (java) S 2930 2932 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279805282 9856004096 20406 33554432000 1073741824 1073778376 140735720599632 140065730659496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 313.01
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 311.256
CPU time (s): 313.176
CPU user time (s): 312.894
CPU system time (s): 0.281957
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 9626908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.894
system time used= 0.281957
maximum resident set size= 84904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8321
involuntary context switches= 2419

runsolver used 0.52392 second user time and 1.3398 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 18:39:58
IDJOB=3710542
IDBENCH=1865
IDSOLVER=2289
FILE ID=node125/3710542-1338136798
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710542-1338136798/watcher-3710542-1338136798 -o /tmp/evaluation-result-3710542-1338136798/solver-3710542-1338136798 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710542-1338136798.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=1512779849

node125.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.373
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.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29079392 kB
Buffers:          449560 kB
Cached:          2432124 kB
SwapCached:         2308 kB
Active:          1452040 kB
Inactive:        1500340 kB
Active(anon):      62072 kB
Inactive(anon):     9556 kB
Active(file):    1389968 kB
Inactive(file):  1490784 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:         92764 kB
Mapped:            22568 kB
Shmem:               104 kB
Slab:             703872 kB
SReclaimable:     147124 kB
SUnreclaim:       556748 kB
KernelStack:        1760 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     700728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 18:45:10