Trace number 3733115

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1173.51 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
MD5SUM62a6bdf0e089cd0b8a79007277394096
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109401
Number of constraints which are clauses109401
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3733115-1338741564.opb
0.07/0.13	c reading problem ... 
1.47/0.90	c ... done. Wall clock time 0.768s.
1.47/0.90	c #vars     1400
1.47/0.90	c #constraints  109401
1.47/0.90	c constraints type 
1.47/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 109401
1.47/0.90	c constraints type 
1.47/0.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109401
1.47/0.96	c And the winner is CuttingPlanes
1.77/1.91	c SATISFIABLE
1.77/1.91	c OPTIMIZING...
1.77/1.91	c Got one! Elapsed wall clock time (in seconds):1.775
1.77/1.91	o -38
2.10/2.00	c And the winner is Resolution
2.52/2.92	c Got one! Elapsed wall clock time (in seconds):2.782
2.52/2.92	o -39
2.83/3.10	c And the winner is Resolution
3.31/3.92	c Got one! Elapsed wall clock time (in seconds):3.787
3.31/3.92	o -40
4.23/4.32	c And the winner is Resolution
4.38/4.93	c Got one! Elapsed wall clock time (in seconds):4.792
4.38/4.93	o -42
5.14/5.32	c And the winner is Resolution
5.30/5.93	c Got one! Elapsed wall clock time (in seconds):5.796
5.30/5.93	o -43
6.32/6.44	c cleaning 2498 clauses out of 5000 with flag 5000/5000
10.16/8.33	c cleaning 4252 clauses out of 8503 with flag 11001/11001
14.93/10.77	c cleaning 5618 clauses out of 11250 with flag 18000/18000
20.33/13.48	c cleaning 6816 clauses out of 13632 with flag 26000/26000
27.60/17.11	c cleaning 7908 clauses out of 15816 with flag 35000/35000
35.53/21.11	c cleaning 8946 clauses out of 17908 with flag 45000/45000
44.31/25.56	c cleaning 9980 clauses out of 19962 with flag 56000/56000
55.23/31.09	c cleaning 10984 clauses out of 21982 with flag 68000/68000
67.19/37.10	c cleaning 11997 clauses out of 23998 with flag 81000/81000
80.71/43.94	c cleaning 12999 clauses out of 26002 with flag 95001/95001
96.49/51.88	c cleaning 13999 clauses out of 28002 with flag 110000/110000
109.85/58.68	c cleaning 15002 clauses out of 30004 with flag 126001/126001
124.49/66.18	c And the winner is Resolution
126.95/69.31	c Got one! Elapsed wall clock time (in seconds):69.181
126.95/69.31	o -44
130.00/70.82	c cleaning 16001 clauses out of 32001 with flag 143000/143000
154.09/82.93	c cleaning 16994 clauses out of 34000 with flag 161000/161000
173.48/92.73	c cleaning 18000 clauses out of 36009 with flag 180003/180003
196.05/104.15	c cleaning 18999 clauses out of 38006 with flag 200000/200000
222.26/117.48	c cleaning 19998 clauses out of 40007 with flag 221000/221000
248.84/130.71	c cleaning 21003 clauses out of 42010 with flag 243001/243001
284.85/148.79	c cleaning 21997 clauses out of 44006 with flag 266000/266000
310.72/161.85	c cleaning 22999 clauses out of 46009 with flag 290000/290000
345.81/179.65	c cleaning 23998 clauses out of 48010 with flag 315000/315000
396.76/205.11	c cleaning 25000 clauses out of 50012 with flag 341000/341000
435.47/224.65	c cleaning 26003 clauses out of 52012 with flag 368000/368000
477.58/245.89	c cleaning 27003 clauses out of 54009 with flag 396000/396000
509.78/262.34	c cleaning 27998 clauses out of 56006 with flag 425000/425000
557.99/286.53	c cleaning 29002 clauses out of 58008 with flag 455000/455000
575.00/295.34	c cleaning 0 clauses out of 5001 with flag 0/5001
628.57/322.09	c cleaning 30001 clauses out of 60006 with flag 486000/486000
681.04/348.68	c cleaning 30996 clauses out of 62005 with flag 518000/518000
739.42/379.79	c cleaning 31997 clauses out of 64009 with flag 551000/551000
792.39/407.48	c cleaning 32986 clauses out of 66013 with flag 585001/585001
830.48/426.94	c cleaning 34011 clauses out of 68026 with flag 620000/620000
1000.92/566.53	c cleaning 35002 clauses out of 70015 with flag 656000/656000
1163.85/699.88	Exception in thread "Thread-15" java.lang.OutOfMemoryError: GC overhead limit exceeded
1163.85/699.88		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1163.85/699.88		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1163.85/699.88		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1163.85/699.88		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1163.85/699.88		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1163.85/699.88		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1163.85/699.88		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1163.85/699.88		at java.lang.Thread.run(Thread.java:662)
1170.99/706.91	Exception in thread "Thread-16" java.lang.OutOfMemoryError: GC overhead limit exceeded
1170.99/706.91		at java.math.BigInteger.subtract(BigInteger.java:1098)
1170.99/706.91		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
1170.99/706.91		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
1170.99/706.91		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1170.99/706.91		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1170.99/706.91		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1170.99/706.91		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

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-3733115-1338741564/watcher-3733115-1338741564 -o /tmp/evaluation-result-3733115-1338741564/solver-3733115-1338741564 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733115-1338741564.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.56 3.55 3.16 4/197 10152
/proc/meminfo: memFree=26129480/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10152/stat : 10152 (java6) D 10150 10152 9489 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 340281234 2560000 46 33554432000 1073741824 1073778376 140735581878896 140735581876024 223642479911 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/10152/statm: 625 46 37 9 0 29 0

[startup+0.102029 s]
/proc/loadavg: 3.56 3.55 3.16 4/197 10152
/proc/meminfo: memFree=26129480/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 3896 0 1 0 6 1 0 0 20 0 18 0 340281234 2764726272 5616 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.200248 s]
/proc/loadavg: 3.56 3.55 3.16 4/197 10152
/proc/meminfo: memFree=26129480/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 5016 0 1 0 22 1 0 0 20 0 18 0 340281234 2764726272 7166 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 674982 7166 2187 9 0 665676 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 2699928

[startup+0.300257 s]
/proc/loadavg: 3.56 3.55 3.16 4/197 10152
/proc/meminfo: memFree=26129480/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 5576 0 1 0 40 1 0 0 20 0 18 0 340281234 2764726272 8625 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 674982 8625 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2699928

[startup+0.70023 s]
/proc/loadavg: 3.56 3.55 3.16 4/197 10152
/proc/meminfo: memFree=26129480/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 12813 0 1 0 123 5 0 0 20 0 18 0 340281234 2764726272 42502 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 674982 42502 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.56 3.55 3.16 3/217 10174
/proc/meminfo: memFree=25850224/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2900648 CPUtime=1.77 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 13899 0 1 0 169 8 0 0 20 0 20 0 340281234 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 725162 71903 2251 9 0 715856 0
[pid=10152/tid=10154] ppid=10150 vsize=2900648 CPUtime=0.86 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 2905 0 1 0 82 4 0 0 20 0 20 0 340281236 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281237 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281238 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340281238 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340281239 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012845784040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340281239 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340281239 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281242 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2900648 CPUtime=0.38 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 4415 0 0 0 37 1 0 0 20 0 20 0 340281242 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2900648 CPUtime=0.39 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 5332 0 0 0 39 0 0 0 20 0 20 0 340281242 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281242 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340281242 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340281329 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2900648 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340281329 2970263552 71903 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 2900648

[startup+3.10067 s]
/proc/loadavg: 3.56 3.55 3.16 5/217 10176
/proc/meminfo: memFree=25830212/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2966184 CPUtime=3.23 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 19665 0 1 0 311 12 0 0 20 0 21 0 340281234 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 741546 79452 2261 9 0 732240 0
[pid=10152/tid=10154] ppid=10150 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 2906 0 1 0 83 5 0 0 20 0 21 0 340281236 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281237 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281238 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 340281238 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012845784040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) R 10150 10152 9489 0 -1 4202560 9914 0 0 0 91 2 0 0 20 0 21 0 340281242 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012841563944 140013477145335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) R 10150 10152 9489 0 -1 4202560 5512 0 0 0 71 0 0 0 20 0 21 0 340281242 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012840506056 140013471536192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 79452 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 2966184

[startup+6.30069 s]
/proc/loadavg: 3.68 3.58 3.17 3/217 10182
/proc/meminfo: memFree=25724464/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2966184 CPUtime=6.12 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 19792 0 1 0 592 20 0 0 20 0 22 0 340281234 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 741546 102402 2276 9 0 732240 0
[pid=10152/tid=10154] ppid=10150 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 2906 0 1 0 84 5 0 0 20 0 22 0 340281236 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340281237 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 340281238 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340281238 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340281239 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012845784040 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340281239 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340281239 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340281242 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 9914 0 0 0 106 2 0 0 20 0 22 0 340281242 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 5514 0 0 0 88 2 0 0 20 0 22 0 340281242 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340281242 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340281242 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340281329 3037372416 102402 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 312 0 0 0 290 12 0 0 20 0 21 0 340281238 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=245.32 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) R 10150 10152 9489 0 -1 4202560 190 0 0 0 24514 18 0 0 20 0 21 0 340281239 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012845784200 140013477156367 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 9916 0 0 0 113 2 0 0 20 0 21 0 340281242 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 8765 0 0 0 167 2 0 0 20 0 21 0 340281242 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 109 0 0 0 31 33 0 0 20 0 21 0 340281242 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362929 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1172.04
Current children cumulated vsize (KiB) 2966184

[startup+1901.5 s]
/proc/loadavg: 1.94 1.94 2.25 4/219 10408
/proc/meminfo: memFree=24040364/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2966184 CPUtime=1172.84 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 25684 0 1 0 117115 169 0 0 20 0 21 0 340281234 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 741546 362930 2288 9 0 732240 0
[pid=10152/tid=10154] ppid=10150 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 3104 0 1 0 88 6 0 0 20 0 21 0 340281236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 280 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 253 0 0 0 303 11 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 290 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 270 0 0 0 307 13 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 256 0 0 0 280 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2966184 CPUtime=2.54 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 228 0 0 0 244 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 287 0 0 0 297 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2966184 CPUtime=3.02 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 312 0 0 0 290 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=246.12 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) R 10150 10152 9489 0 -1 4202560 191 0 0 0 24594 18 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012845784200 140013475515504 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 9916 0 0 0 113 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 8765 0 0 0 167 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 109 0 0 0 32 33 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10408] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10408/stat : 10408 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340471236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012837360312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1172.84
Current children cumulated vsize (KiB) 2966184

[startup+1901.9 s]
/proc/loadavg: 1.94 1.94 2.25 4/219 10408
/proc/meminfo: memFree=24040364/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2966184 CPUtime=1173.25 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 25684 0 1 0 117156 169 0 0 20 0 21 0 340281234 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 741546 362930 2288 9 0 732240 0
[pid=10152/tid=10154] ppid=10150 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 3104 0 1 0 88 6 0 0 20 0 21 0 340281236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 280 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 253 0 0 0 303 11 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 290 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 270 0 0 0 307 13 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 256 0 0 0 280 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2966184 CPUtime=2.54 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 228 0 0 0 244 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 287 0 0 0 297 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2966184 CPUtime=3.02 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 312 0 0 0 290 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=246.53 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) R 10150 10152 9489 0 -1 4202560 191 0 0 0 24635 18 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012845784200 140013473550780 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 9916 0 0 0 113 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 8765 0 0 0 167 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 109 0 0 0 32 33 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10408] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10408/stat : 10408 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340471236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012837360312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1173.25
Current children cumulated vsize (KiB) 2966184

[startup+1902.01 s]
/proc/loadavg: 1.94 1.94 2.25 4/219 10408
/proc/meminfo: memFree=24040364/32873844 swapFree=7628/7628
[pid=10152] ppid=10150 vsize=2966184 CPUtime=1173.35 cores=0,2,4,6
/proc/10152/stat : 10152 (java) S 10150 10152 9489 0 -1 4202496 25684 0 1 0 117166 169 0 0 20 0 21 0 340281234 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140734468277712 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10152/statm: 741546 362930 2288 9 0 732240 0
[pid=10152/tid=10154] ppid=10150 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10152/task/10154/stat : 10154 (java) S 10150 10152 9489 0 -1 4202560 3104 0 1 0 88 6 0 0 20 0 21 0 340281236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013469389976 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10155] ppid=10150 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/10152/task/10155/stat : 10155 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 280 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013453671464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10156] ppid=10150 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/10152/task/10156/stat : 10156 (java) S 10150 10152 9489 0 -1 4202560 253 0 0 0 303 11 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013452618664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10157] ppid=10150 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (java) S 10150 10152 9489 0 -1 4202560 225 0 0 0 290 9 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013333375784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10158] ppid=10150 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/10152/task/10158/stat : 10158 (java) S 10150 10152 9489 0 -1 4202560 270 0 0 0 307 13 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013332322984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10159] ppid=10150 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/10152/task/10159/stat : 10159 (java) S 10150 10152 9489 0 -1 4202560 256 0 0 0 280 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013331270184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10160] ppid=10150 vsize=2966184 CPUtime=2.54 cores=0,2,4,6
/proc/10152/task/10160/stat : 10160 (java) S 10150 10152 9489 0 -1 4202560 228 0 0 0 244 10 0 0 20 0 21 0 340281237 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013330217384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10161] ppid=10150 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/10152/task/10161/stat : 10161 (java) S 10150 10152 9489 0 -1 4202560 287 0 0 0 297 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013329164584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10162] ppid=10150 vsize=2966184 CPUtime=3.02 cores=0,2,4,6
/proc/10152/task/10162/stat : 10162 (java) S 10150 10152 9489 0 -1 4202560 312 0 0 0 290 12 0 0 20 0 21 0 340281238 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140013328111784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10163] ppid=10150 vsize=2966184 CPUtime=246.63 cores=0,2,4,6
/proc/10152/task/10163/stat : 10163 (java) R 10150 10152 9489 0 -1 4202560 191 0 0 0 24645 18 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012845784200 140013473550746 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10164] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10164/stat : 10164 (java) S 10150 10152 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012844730104 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10165] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10165/stat : 10165 (java) S 10150 10152 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340281239 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012843677192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10152/tid=10166] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10166/stat : 10166 (java) S 10150 10152 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012842625680 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10167] ppid=10150 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/10152/task/10167/stat : 10167 (java) S 10150 10152 9489 0 -1 4202560 9916 0 0 0 113 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012841572792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10168] ppid=10150 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10152/task/10168/stat : 10168 (java) S 10150 10152 9489 0 -1 4202560 8765 0 0 0 167 2 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012840519992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10169] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10169/stat : 10169 (java) S 10150 10152 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012839467384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10152/tid=10170] ppid=10150 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/10152/task/10170/stat : 10170 (java) S 10150 10152 9489 0 -1 4202560 109 0 0 0 32 33 0 0 20 0 21 0 340281242 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012838414792 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10173] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10173/stat : 10173 (java) S 10150 10152 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012835255720 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10152/tid=10174] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10174/stat : 10174 (java) S 10150 10152 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340281329 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012834202920 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10152/tid=10408] ppid=10150 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10408/stat : 10408 (java) S 10150 10152 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340471236 3037372416 362930 33554432000 1073741824 1073778376 140734468286576 140012837360312 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1173.35
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1902.02
CPU time (s): 1173.51
CPU user time (s): 1171.62
CPU system time (s): 1.88271
CPU usage (%): 61.6978
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.62
system time used= 1.88271
maximum resident set size= 1451720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25684
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47488
involuntary context switches= 35028

runsolver used 5.51416 second user time and 11.8762 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 18:39:24
IDJOB=3733115
IDBENCH=2248
IDSOLVER=2324
FILE ID=node144/3733115-1338741564
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733115-1338741564/watcher-3733115-1338741564 -o /tmp/evaluation-result-3733115-1338741564/solver-3733115-1338741564 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733115-1338741564.opb

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

MD5SUM BENCH= 62a6bdf0e089cd0b8a79007277394096
RANDOM SEED=1250342492

node144.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.196
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.39
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.196
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.196
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.91
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.196
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.90
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.196
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	: 5331.92
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.196
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.196
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:       32873844 kB
MemFree:        26129108 kB
Buffers:         1717148 kB
Cached:          3663012 kB
SwapCached:          464 kB
Active:          3972704 kB
Inactive:        1890308 kB
Active(anon):     463256 kB
Inactive(anon):    11188 kB
Active(file):    3509448 kB
Inactive(file):  1879120 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              2808 kB
Writeback:             0 kB
AnonPages:        478892 kB
Mapped:            22448 kB
Shmem:               172 kB
Slab:             740244 kB
SReclaimable:     181880 kB
SUnreclaim:       558364 kB
KernelStack:        1624 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70832 MiB
End job on node144 at 2012-06-03 19:11:06