Trace number 3737884

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 56.2665 28.5283

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3737884-1338755177.opb
0.10/0.10	c reading problem ... 
0.61/0.41	c ... done. Wall clock time 0.304s.
0.61/0.41	c #vars     1564
0.61/0.41	c #constraints  3081
0.61/0.41	c constraints type 
0.61/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
0.61/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.61/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.61/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
0.61/0.41	c constraints type 
0.61/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.61/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
0.61/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.61/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
3.59/1.25	c cleaning 2493 clauses out of 5000 with flag 5000/5000
4.69/1.76	c cleaning 4249 clauses out of 8510 with flag 11003/11003
5.89/2.34	c cleaning 5615 clauses out of 11258 with flag 18000/18000
7.49/3.15	c cleaning 6818 clauses out of 13643 with flag 26000/26000
9.49/4.15	c cleaning 7910 clauses out of 15825 with flag 35000/35000
11.47/5.15	c cleaning 8944 clauses out of 17915 with flag 45000/45000
13.46/6.18	c cleaning 9480 clauses out of 18971 with flag 55000/55000
15.61/7.29	c cleaning 9737 clauses out of 19493 with flag 65002/65002
18.16/8.59	c cleaning 9870 clauses out of 19754 with flag 75000/75000
20.34/9.60	c cleaning 9926 clauses out of 19884 with flag 85000/85000
22.50/10.77	c cleaning 9963 clauses out of 19958 with flag 95000/95000
24.86/11.94	c cleaning 9982 clauses out of 19995 with flag 105000/105000
26.80/12.98	c cleaning 10002 clauses out of 20013 with flag 115000/115000
29.17/14.15	c cleaning 10005 clauses out of 20011 with flag 125000/125000
31.53/15.39	c cleaning 9996 clauses out of 20007 with flag 135001/135001
33.88/16.52	c cleaning 9993 clauses out of 20010 with flag 145000/145000
36.42/17.86	c cleaning 9998 clauses out of 20017 with flag 155000/155000
38.77/19.00	c cleaning 9994 clauses out of 20019 with flag 165000/165000
40.91/20.12	c cleaning 10011 clauses out of 20027 with flag 175002/175002
43.07/21.29	c cleaning 10004 clauses out of 20014 with flag 185000/185000
45.79/22.67	c cleaning 10002 clauses out of 20012 with flag 195002/195002
48.53/24.07	c cleaning 10003 clauses out of 20012 with flag 205004/205004
51.27/25.44	c cleaning 9999 clauses out of 20005 with flag 215000/215000
54.02/26.83	c cleaning 9998 clauses out of 20006 with flag 225000/225000
56.15/27.91	c And the winner is CuttingPlanes
56.09/28.52	c starts		: 12
56.09/28.52	c conflicts		: 1842
56.09/28.52	c decisions		: 5203
56.09/28.52	c propagations		: 320981
56.09/28.52	c inspects		: 10148762
56.09/28.52	c learnt literals	: 0
56.09/28.52	c learnt binary clauses	: 0
56.09/28.52	c learnt ternary clauses	: 0
56.09/28.52	c learnt clauses	: 1841
56.09/28.52	c ignored clauses	: 0
56.09/28.52	c root simplifications	: 0
56.09/28.52	c removed literals (reason simplification)	: 0
56.09/28.52	c reason swapping (by a shorter reason)	: 0
56.09/28.52	c Calls to reduceDB	: 0
56.09/28.52	c number of reductions to clauses (during analyze)	: 0
56.09/28.52	c number of learned constraints concerned by reduction	: 0
56.09/28.52	c number of learning phase by resolution	: 0
56.09/28.52	c number of learning phase by cutting planes	: 0
56.09/28.52	c speed (assignments/second)	: 11419.966556373858
56.09/28.52	c non guided choices	1481
56.09/28.52	c learnt constraints type 
56.09/28.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
56.09/28.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1840
56.09/28.52	c constraints type 
56.09/28.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
56.09/28.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
56.09/28.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
56.09/28.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
56.09/28.52	c constraints type 
56.09/28.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
56.09/28.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
56.09/28.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
56.09/28.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
56.09/28.52	s UNSATISFIABLE
56.09/28.52	c Total wall clock time (in seconds): 28.415

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-3737884-1338755177/watcher-3737884-1338755177 -o /tmp/evaluation-result-3737884-1338755177/solver-3737884-1338755177 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737884-1338755177.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: 1.78 1.85 2.43 3/195 21252
/proc/meminfo: memFree=26912816/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 1156 0 0 0 0 0 0 0 20 0 2 0 341642017 91889664 878 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 22434 883 668 9 0 16769 0
[pid=21252/tid=21253] ppid=21250 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) R 21250 21252 17063 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 341642018 91893760 892 33554432000 1073741824 1073778376 140735242605472 140735242594536 209883882423 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0145149 s]
/proc/loadavg: 1.78 1.85 2.43 3/195 21252
/proc/meminfo: memFree=26912816/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=1623620 CPUtime=0 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 2458 0 1 0 0 0 0 0 20 0 2 0 341642017 1662586880 2651 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 405905 2668 942 9 0 397014 0
[pid=21252/tid=21253] ppid=21250 vsize=1623620 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) R 21250 21252 17063 0 -1 4202560 1340 0 1 0 0 0 0 0 20 0 2 0 341642018 1662586880 2679 33554432000 1073741824 1073778376 140735242605472 140273789229360 209883509531 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100261 s]
/proc/loadavg: 1.78 1.85 2.43 3/195 21252
/proc/meminfo: memFree=26912816/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 4750 0 1 0 9 1 0 0 20 0 18 0 341642017 2764726272 6448 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 674982 6448 2124 9 0 665676 0
[pid=21252/tid=21253] ppid=21250 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) R 21250 21252 17063 0 -1 4202560 2770 0 1 0 7 0 0 0 20 0 18 0 341642018 2764726272 6448 33554432000 1073741824 1073778376 140735242605472 140273789202416 140273794058066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300237 s]
/proc/loadavg: 1.78 1.85 2.43 3/195 21252
/proc/meminfo: memFree=26912816/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 6306 0 1 0 45 1 0 0 20 0 18 0 341642017 2764726272 8636 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 674982 8636 2223 9 0 665676 0
[pid=21252/tid=21253] ppid=21250 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) R 21250 21252 17063 0 -1 4202560 2782 0 1 0 27 0 0 0 20 0 18 0 341642018 2764726272 8636 33554432000 1073741824 1073778376 140735242605472 140273789202416 140273648687405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700205 s]
/proc/loadavg: 1.78 1.85 2.43 3/195 21252
/proc/meminfo: memFree=26912816/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 12537 0 1 0 169 3 0 0 20 0 22 0 341642017 3037372416 24251 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 24251 2247 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2796 0 1 0 38 1 0 0 20 0 22 0 341642018 3037372416 24251 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 2966184

[startup+1.50078 s]
/proc/loadavg: 1.78 1.85 2.43 6/217 21274
/proc/meminfo: memFree=26678828/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=4.23 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17018 0 1 0 414 9 0 0 20 0 22 0 341642017 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 101919 2280 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2796 0 1 0 38 1 0 0 20 0 22 0 341642018 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21263] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21263/stat : 21263 (java) S 21250 21252 17063 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 341642020 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273636248040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21264] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21264/stat : 21264 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273635194104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21265] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21265/stat : 21265 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273634141192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21266] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21266/stat : 21266 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140273633089680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21267] ppid=21250 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/21252/task/21267/stat : 21267 (java) S 21250 21252 17063 0 -1 4202560 6545 0 0 0 82 2 0 0 20 0 22 0 341642023 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272893684664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6170 0 0 0 82 2 0 0 20 0 22 0 341642023 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21271] ppid=21250 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/21252/task/21271/stat : 21271 (java) R 21250 21252 17063 0 -1 4202560 103 0 0 0 101 3 0 0 20 0 22 0 341642059 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272889471400 140273649232939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21272] ppid=21250 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/21252/task/21272/stat : 21272 (java) R 21250 21252 17063 0 -1 4202560 147 0 0 0 101 2 0 0 20 0 22 0 341642059 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272888418344 140273649316129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 101919 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 1.78 1.85 2.43 3/217 21274
/proc/meminfo: memFree=26495812/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=7.49 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17050 0 1 0 739 10 0 0 20 0 22 0 341642017 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 106541 2280 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2796 0 1 0 38 1 0 0 20 0 22 0 341642018 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21263] ppid=21250 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/21252/task/21263/stat : 21263 (java) S 21250 21252 17063 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 341642020 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273636248040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21264] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21264/stat : 21264 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273635194104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21265] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21265/stat : 21265 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273634141192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21266] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21266/stat : 21266 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140273633089680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21267] ppid=21250 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/21252/task/21267/stat : 21267 (java) S 21250 21252 17063 0 -1 4202560 6546 0 0 0 85 2 0 0 20 0 22 0 341642023 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272893684664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6170 0 0 0 86 2 0 0 20 0 22 0 341642023 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21271] ppid=21250 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/21252/task/21271/stat : 21271 (java) R 21250 21252 17063 0 -1 4202560 108 0 0 0 254 3 0 0 20 0 22 0 341642059 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272889469552 140273649236109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21272] ppid=21250 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/21252/task/21272/stat : 21272 (java) R 21250 21252 17063 0 -1 4202560 152 0 0 0 254 3 0 0 20 0 22 0 341642059 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272888417368 140273649147666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 106541 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 2966184

[startup+6.30083 s]
/proc/loadavg: 1.80 1.86 2.42 3/217 21274
/proc/meminfo: memFree=26447528/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=13.82 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17114 0 1 0 1370 12 0 0 20 0 22 0 341642017 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 123028 2280 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2796 0 1 0 38 1 0 0 20 0 22 0 341642018 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 341642019 3037372416 123028 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6171 0 0 0 86 2 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21271] ppid=21250 vsize=2966184 CPUtime=24.98 cores=0,2,4,6
/proc/21252/task/21271/stat : 21271 (java) R 21250 21252 17063 0 -1 4202560 155 0 0 0 2495 3 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272889471440 140273649346829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21272] ppid=21250 vsize=2966184 CPUtime=24.98 cores=0,2,4,6
/proc/21252/task/21272/stat : 21272 (java) R 21250 21252 17063 0 -1 4202560 195 0 0 0 2495 3 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272888416424 140273649239273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.55
Current children cumulated vsize (KiB) 2966184

[startup+27.9008 s]
/proc/loadavg: 1.86 1.86 2.41 3/217 21274
/proc/meminfo: memFree=26348620/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=56.15 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17290 0 1 0 5599 16 0 0 20 0 22 0 341642017 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 142553 2280 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2798 0 1 0 38 1 0 0 20 0 22 0 341642018 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 22 0 341642019 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21263] ppid=21250 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/21252/task/21263/stat : 21263 (java) S 21250 21252 17063 0 -1 4202560 46 0 0 0 124 2 0 0 20 0 22 0 341642020 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273636248040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21264] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21264/stat : 21264 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273635194104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21265] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21265/stat : 21265 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341642021 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273634141192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21266] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21266/stat : 21266 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140273633089680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21267] ppid=21250 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/21252/task/21267/stat : 21267 (java) S 21250 21252 17063 0 -1 4202560 6546 0 0 0 90 2 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272893684664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6171 0 0 0 86 2 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341642023 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21271] ppid=21250 vsize=2966184 CPUtime=25.77 cores=0,2,4,6
/proc/21252/task/21271/stat : 21271 (java) R 21250 21252 17063 0 -1 4202560 155 0 0 0 2574 3 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272889471440 140273649238547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21272] ppid=21250 vsize=2966184 CPUtime=25.77 cores=0,2,4,6
/proc/21252/task/21272/stat : 21272 (java) R 21250 21252 17063 0 -1 4202560 195 0 0 0 2574 3 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272888416304 140273649335121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341642059 3037372416 142553 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.15
Current children cumulated vsize (KiB) 2966184

[startup+28.3007 s]
/proc/loadavg: 1.86 1.86 2.41 3/217 21274
/proc/meminfo: memFree=26348620/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=56.09 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17291 0 1 0 5591 18 0 0 20 0 20 0 341642017 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 142544 2281 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2798 0 1 0 38 1 0 0 20 0 20 0 341642018 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21263] ppid=21250 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/21252/task/21263/stat : 21263 (java) S 21250 21252 17063 0 -1 4202560 46 0 0 0 124 2 0 0 20 0 20 0 341642020 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273636248040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21264] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21264/stat : 21264 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341642021 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273635194104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21265] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21265/stat : 21265 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341642021 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273634141192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21266] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21266/stat : 21266 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273633089680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21267] ppid=21250 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/21252/task/21267/stat : 21267 (java) S 21250 21252 17063 0 -1 4202560 6546 0 0 0 90 2 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272893684664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6171 0 0 0 86 2 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341642059 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341642059 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.09
Current children cumulated vsize (KiB) 2966184

[startup+28.5007 s]
/proc/loadavg: 1.71 1.83 2.40 1/215 21274
/proc/meminfo: memFree=26348620/32873844 swapFree=7632/7632
[pid=21252] ppid=21250 vsize=2966184 CPUtime=56.09 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21250 21252 17063 0 -1 4202496 17291 0 1 0 5591 18 0 0 20 0 20 0 341642017 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140735242596608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21252/statm: 741546 142544 2281 9 0 732240 0
[pid=21252/tid=21253] ppid=21250 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/21252/task/21253/stat : 21253 (java) S 21250 21252 17063 0 -1 4202560 2798 0 1 0 38 1 0 0 20 0 20 0 341642018 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273789228184 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21255] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21255/stat : 21255 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273773509160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21256] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21256/stat : 21256 (java) S 21250 21252 17063 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273772456360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21257] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21257/stat : 21257 (java) S 21250 21252 17063 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273771403560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21258] ppid=21250 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21252/task/21258/stat : 21258 (java) S 21250 21252 17063 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273770350760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21259] ppid=21250 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21252/task/21259/stat : 21259 (java) S 21250 21252 17063 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273769298984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21260] ppid=21250 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/21252/task/21260/stat : 21260 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273768246184 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21261] ppid=21250 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21252/task/21261/stat : 21261 (java) S 21250 21252 17063 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273767193384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21262] ppid=21250 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/21252/task/21262/stat : 21262 (java) S 21250 21252 17063 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 20 0 341642019 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273648659112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21263] ppid=21250 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/21252/task/21263/stat : 21263 (java) S 21250 21252 17063 0 -1 4202560 46 0 0 0 124 2 0 0 20 0 20 0 341642020 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273636248040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21264] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21264/stat : 21264 (java) S 21250 21252 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341642021 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273635194104 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21265] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21265/stat : 21265 (java) S 21250 21252 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341642021 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273634141192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21266] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21266/stat : 21266 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140273633089680 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21267] ppid=21250 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/21252/task/21267/stat : 21267 (java) S 21250 21252 17063 0 -1 4202560 6546 0 0 0 90 2 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272893684664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21252/tid=21268] ppid=21250 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/21252/task/21268/stat : 21268 (java) S 21250 21252 17063 0 -1 4202560 6171 0 0 0 86 2 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272892631864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21269] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21269/stat : 21269 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272891579256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21252/tid=21270] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21270/stat : 21270 (java) S 21250 21252 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341642023 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272890526664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21252/tid=21273] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21273/stat : 21273 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341642059 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272887366568 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21252/tid=21274] ppid=21250 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21274/stat : 21274 (java) S 21250 21252 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341642059 3037372416 142544 33554432000 1073741824 1073778376 140735242605472 140272886313768 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.09
Current children cumulated vsize (KiB) 2966184

Child status: 20

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

Real time (s): 28.5283
CPU time (s): 56.2665
CPU user time (s): 56.0025
CPU system time (s): 0.263956
CPU usage (%): 197.23
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.9225
system time used= 0.283956
maximum resident set size= 570216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17301
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2547
involuntary context switches= 2237

runsolver used 0.135979 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 22:26:17
IDJOB=3737884
IDBENCH=48342
IDSOLVER=2324
FILE ID=node141/3737884-1338755177
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737884-1338755177/watcher-3737884-1338755177 -o /tmp/evaluation-result-3737884-1338755177/solver-3737884-1338755177 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737884-1338755177.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=1364171716

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26912824 kB
Buffers:          428980 kB
Cached:          3189264 kB
SwapCached:          216 kB
Active:          2724816 kB
Inactive:        2349992 kB
Active(anon):    1447276 kB
Inactive(anon):    11288 kB
Active(file):    1277540 kB
Inactive(file):  2338704 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               200 kB
Writeback:             0 kB
AnonPages:       1500156 kB
Mapped:            19012 kB
Shmem:               172 kB
Slab:             741704 kB
SReclaimable:     183676 kB
SUnreclaim:       558028 kB
KernelStack:        1776 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 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= 70720 MiB
End job on node141 at 2012-06-03 22:26:46