Trace number 3733236

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) 1455.23 1902.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-5.opb
MD5SUM32f273c48805c1e726044ae006778010
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80035
Number of constraints which are clauses80035
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 1150
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 1150
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 1150
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.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.06/0.07	c version 2.2.0.v20100531
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		1349517296
0.06/0.07	c Max memory 		1356595200
0.06/0.07	c Total memory 		1356595200
0.06/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3733236-1338741777.opb
0.11/0.10	c reading problem ... 
1.27/0.73	c ... done. Wall clock time 0.633s.
1.27/0.73	c #vars     1150
1.27/0.73	c #constraints  80035
1.27/0.73	c constraints type 
1.27/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 80035
1.27/0.73	c constraints type 
1.27/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 80035
1.27/0.78	c And the winner is CuttingPlanes
1.46/1.74	c SATISFIABLE
1.46/1.74	c OPTIMIZING...
1.46/1.74	c Got one! Elapsed wall clock time (in seconds):1.639
1.46/1.74	o -34
1.67/1.85	c And the winner is Resolution
1.98/2.75	c Got one! Elapsed wall clock time (in seconds):2.645
1.98/2.75	o -35
2.17/2.88	c And the winner is Resolution
2.85/3.75	c Got one! Elapsed wall clock time (in seconds):3.649
2.85/3.75	o -36
3.04/3.82	c And the winner is Resolution
3.23/4.75	c Got one! Elapsed wall clock time (in seconds):4.652
3.23/4.75	o -37
3.78/5.01	c And the winner is Resolution
3.86/5.76	c Got one! Elapsed wall clock time (in seconds):5.655
3.86/5.76	o -38
5.49/6.56	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.09/6.83	c And the winner is Resolution
6.26/7.76	c Got one! Elapsed wall clock time (in seconds):7.658
6.26/7.76	o -39
8.81/9.08	c cleaning 4250 clauses out of 8500 with flag 11000/11000
12.74/10.92	c cleaning 5625 clauses out of 11250 with flag 18000/18000
17.15/13.13	c cleaning 6807 clauses out of 13625 with flag 26000/26000
23.07/16.10	c cleaning 7906 clauses out of 15818 with flag 35000/35000
29.25/19.28	c cleaning 8947 clauses out of 17913 with flag 45001/45001
29.72/19.56	c And the winner is Resolution
30.40/20.76	c Got one! Elapsed wall clock time (in seconds):20.661
30.40/20.76	o -40
37.18/24.13	c cleaning 9980 clauses out of 19965 with flag 56000/56000
46.52/28.86	c cleaning 10993 clauses out of 21986 with flag 68001/68001
58.96/35.17	c cleaning 11986 clauses out of 23992 with flag 81000/81000
68.50/39.90	c cleaning 13004 clauses out of 26007 with flag 95001/95001
81.80/46.62	c cleaning 13995 clauses out of 28002 with flag 110000/110000
94.80/53.27	c cleaning 15002 clauses out of 30007 with flag 126000/126000
109.69/60.89	c cleaning 15986 clauses out of 32005 with flag 143000/143000
125.94/69.01	c cleaning 17008 clauses out of 34020 with flag 161001/161001
141.62/76.99	c cleaning 17999 clauses out of 36011 with flag 180000/180000
156.67/84.59	c cleaning 18993 clauses out of 38012 with flag 200000/200000
177.68/95.26	c cleaning 20007 clauses out of 40019 with flag 221000/221000
200.74/106.82	c cleaning 21006 clauses out of 42012 with flag 243000/243000
230.66/121.80	c cleaning 21999 clauses out of 44006 with flag 266000/266000
249.16/131.29	c cleaning 23000 clauses out of 46008 with flag 290001/290001
281.73/147.77	c cleaning 24003 clauses out of 48007 with flag 315000/315000
313.83/163.82	c cleaning 24995 clauses out of 50004 with flag 341000/341000
343.34/178.77	c cleaning 26002 clauses out of 52009 with flag 368000/368000
380.14/197.21	c cleaning 26997 clauses out of 54007 with flag 396000/396000
403.28/209.15	c cleaning 28005 clauses out of 56010 with flag 425000/425000
439.07/227.17	c cleaning 28989 clauses out of 58005 with flag 455000/455000
453.46/234.50	c cleaning 0 clauses out of 5000 with flag 0/5000
478.68/247.16	c cleaning 30008 clauses out of 60016 with flag 486000/486000
540.54/278.32	c cleaning 30999 clauses out of 62009 with flag 518001/518001
591.50/303.94	c cleaning 31998 clauses out of 64009 with flag 551000/551000
655.43/335.97	c cleaning 33000 clauses out of 66011 with flag 585000/585000
687.28/352.07	c cleaning 33995 clauses out of 68011 with flag 620000/620000
727.84/373.09	c cleaning 34998 clauses out of 70016 with flag 656000/656000
772.99/395.60	c cleaning 36003 clauses out of 72019 with flag 693001/693001
827.05/423.62	c cleaning 37001 clauses out of 74015 with flag 731000/731000
921.83/471.79	c cleaning 37994 clauses out of 76014 with flag 770000/770000
990.85/510.29	c cleaning 39003 clauses out of 78020 with flag 810000/810000
1084.97/571.86	c cleaning 40003 clauses out of 80017 with flag 851000/851000
1184.73/639.50	c cleaning 41000 clauses out of 82014 with flag 893000/893000
1277.54/710.23	c cleaning 42002 clauses out of 84014 with flag 936000/936000
1448.34/858.05	Exception in thread "Thread-17" java.lang.OutOfMemoryError: GC overhead limit exceeded
1448.34/858.05		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1448.34/858.05		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1448.34/858.05		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1448.34/858.05		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1448.34/858.05		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1448.34/858.05		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1448.34/858.05		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1448.34/858.05		at java.lang.Thread.run(Thread.java:662)
1451.78/862.83	Exception in thread "Thread-18" java.lang.OutOfMemoryError: GC overhead limit exceeded
1451.78/862.83		at java.math.BigInteger.add(BigInteger.java:1023)
1451.78/862.83		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1451.78/862.83		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1451.78/862.83		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1451.78/862.83		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1451.78/862.83		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1451.78/862.83		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1451.78/862.83		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1451.78/862.83		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-3733236-1338741777/watcher-3733236-1338741777 -o /tmp/evaluation-result-3733236-1338741777/solver-3733236-1338741777 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733236-1338741777.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.35 3.58 3.55 4/197 574
/proc/meminfo: memFree=27318128/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/574/stat : 574 (java) R 572 574 32179 0 -1 4202496 346 0 0 0 0 0 0 0 20 0 1 0 340303160 9445376 93 33554432000 1073741824 1073778376 140737211510960 140737211508088 260181159815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/574/statm: 2306 96 75 9 0 38 0

[startup+0.072546 s]
/proc/loadavg: 3.35 3.58 3.55 4/197 574
/proc/meminfo: memFree=27318128/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 3951 0 1 0 5 1 0 0 20 0 18 0 340303160 2764726272 5159 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 674982 5159 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100246 s]
/proc/loadavg: 3.35 3.58 3.55 4/197 574
/proc/meminfo: memFree=27318128/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 4857 0 1 0 10 1 0 0 20 0 18 0 340303160 2764726272 6038 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 674982 6041 2137 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300224 s]
/proc/loadavg: 3.35 3.58 3.55 4/197 574
/proc/meminfo: memFree=27318128/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 5927 0 1 0 47 1 0 0 20 0 18 0 340303160 2764726272 8722 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 674982 8722 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700231 s]
/proc/loadavg: 3.35 3.58 3.55 4/197 574
/proc/meminfo: memFree=27318128/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2699928 CPUtime=1.27 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 12422 0 1 0 122 5 0 0 20 0 18 0 340303160 2764726272 48800 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 674982 48800 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.50065 s]
/proc/loadavg: 3.35 3.58 3.55 3/217 596
/proc/meminfo: memFree=27085676/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 13177 0 1 0 139 7 0 0 20 0 20 0 340303160 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 55050 2246 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 2930 0 1 0 68 3 0 0 20 0 20 0 340303161 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718612244712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 4719 0 0 0 28 1 0 0 20 0 20 0 340303166 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 4284 0 0 0 33 0 0 0 20 0 20 0 340303166 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303238 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303238 3037372416 55050 33554432000 1073741824 1073778376 140737211510960 140718600635432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2966184

[startup+3.10066 s]
/proc/loadavg: 3.35 3.58 3.55 3/217 598
/proc/meminfo: memFree=27078904/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 17790 0 1 0 273 12 0 0 20 0 20 0 340303160 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 61169 2258 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 2932 0 1 0 69 4 0 0 20 0 20 0 340303161 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340303162 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718612244712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303163 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 8198 0 0 0 73 2 0 0 20 0 20 0 340303166 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 5333 0 0 0 74 0 0 0 20 0 20 0 340303166 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340303166 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303238 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340303238 3037372416 61169 33554432000 1073741824 1073778376 140737211510960 140718600635432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 2966184

[startup+6.30067 s]
/proc/loadavg: 3.24 3.56 3.54 3/217 604
/proc/meminfo: memFree=26957280/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=5.02 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 19280 0 1 0 481 21 0 0 20 0 22 0 340303160 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 100510 2276 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 2934 0 1 0 70 4 0 0 20 0 22 0 340303161 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340303162 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) S 572 574 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340303163 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718612244712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340303163 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340303163 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340303166 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 8210 0 0 0 86 2 0 0 20 0 22 0 340303166 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 6643 0 0 0 90 1 0 0 20 0 22 0 340303166 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340303166 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340303166 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340303238 3037372416 100510 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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


[startup+1901.4 s]
/proc/loadavg: 0.58 0.26 1.20 4/219 774
/proc/meminfo: memFree=26068768/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=1452.06 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 23061 0 1 0 145035 171 0 0 20 0 21 0 340303160 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 361156 2288 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 3168 0 1 0 72 5 0 0 20 0 21 0 340303161 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 344 0 0 0 425 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 291 0 0 0 398 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 255 0 0 0 385 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 290 0 0 0 395 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 245 0 0 0 386 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 295 0 0 0 408 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=3.99 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 301 0 0 0 386 13 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 330 0 0 0 369 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=277.88 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) R 572 574 32179 0 -1 4202560 206 0 0 0 27768 20 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718612244872 140718772063361 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 8926 0 0 0 157 2 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 6664 0 0 0 111 1 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 109 0 0 0 22 25 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718600635432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=774] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/774/stat : 774 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340493162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718602739896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.06
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 0.58 0.26 1.20 4/219 774
/proc/meminfo: memFree=26054444/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=1452.47 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 23061 0 1 0 145076 171 0 0 20 0 21 0 340303160 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 361156 2288 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 3168 0 1 0 72 5 0 0 20 0 21 0 340303161 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 344 0 0 0 425 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 291 0 0 0 398 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 255 0 0 0 385 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 290 0 0 0 395 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 245 0 0 0 386 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 295 0 0 0 408 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=3.99 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 301 0 0 0 386 13 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 330 0 0 0 369 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=278.28 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) R 572 574 32179 0 -1 4202560 206 0 0 0 27808 20 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718612244872 140718772445256 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 8926 0 0 0 157 2 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 6664 0 0 0 111 1 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 109 0 0 0 22 25 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718600635432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=774] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/774/stat : 774 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340493162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718602739896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.47
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 0.58 0.26 1.20 4/219 774
/proc/meminfo: memFree=26054444/32873648 swapFree=7116/7116
[pid=574] ppid=572 vsize=2966184 CPUtime=1452.66 cores=0,2,4,6
/proc/574/stat : 574 (java) S 572 574 32179 0 -1 4202496 23061 0 1 0 145095 171 0 0 20 0 21 0 340303160 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140737211502096 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/574/statm: 741546 361156 2288 9 0 732240 0
[pid=574/tid=576] ppid=572 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/574/task/576/stat : 576 (java) S 572 574 32179 0 -1 4202560 3168 0 1 0 72 5 0 0 20 0 21 0 340303161 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718765937816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=577] ppid=572 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/574/task/577/stat : 577 (java) S 572 574 32179 0 -1 4202560 344 0 0 0 425 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718699886888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=578] ppid=572 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/574/task/578/stat : 578 (java) S 572 574 32179 0 -1 4202560 291 0 0 0 398 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718630758568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=579] ppid=572 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/574/task/579/stat : 579 (java) S 572 574 32179 0 -1 4202560 255 0 0 0 385 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718629706280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=580] ppid=572 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/574/task/580/stat : 580 (java) S 572 574 32179 0 -1 4202560 290 0 0 0 395 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718628653480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=581] ppid=572 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/574/task/581/stat : 581 (java) S 572 574 32179 0 -1 4202560 245 0 0 0 386 9 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718627601192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=582] ppid=572 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/574/task/582/stat : 582 (java) S 572 574 32179 0 -1 4202560 295 0 0 0 408 11 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718626548392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=583] ppid=572 vsize=2966184 CPUtime=3.99 cores=0,2,4,6
/proc/574/task/583/stat : 583 (java) S 572 574 32179 0 -1 4202560 301 0 0 0 386 13 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718625496104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=584] ppid=572 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/574/task/584/stat : 584 (java) S 572 574 32179 0 -1 4202560 330 0 0 0 369 12 0 0 20 0 21 0 340303162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718624443304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=585] ppid=572 vsize=2966184 CPUtime=278.48 cores=0,2,4,6
/proc/574/task/585/stat : 585 (java) R 572 574 32179 0 -1 4202560 206 0 0 0 27828 20 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718612244872 140718772445256 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=574/tid=586] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/586/stat : 586 (java) S 572 574 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718611190776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=587] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/587/stat : 587 (java) S 572 574 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340303163 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718610138376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=588] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/588/stat : 588 (java) S 572 574 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718609086864 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=589] ppid=572 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/574/task/589/stat : 589 (java) S 572 574 32179 0 -1 4202560 8926 0 0 0 157 2 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718608034488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=590] ppid=572 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/574/task/590/stat : 590 (java) S 572 574 32179 0 -1 4202560 6664 0 0 0 111 1 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718606981688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=574/tid=591] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/591/stat : 591 (java) S 572 574 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718605929592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=574/tid=592] ppid=572 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/574/task/592/stat : 592 (java) S 572 574 32179 0 -1 4202560 109 0 0 0 22 25 0 0 20 0 21 0 340303166 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718604877000 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=574/tid=595] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/595/stat : 595 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718601688232 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=596] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/596/stat : 596 (java) S 572 574 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340303238 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718600635432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=574/tid=774] ppid=572 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/574/task/774/stat : 774 (java) S 572 574 32179 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340493162 3037372416 361156 33554432000 1073741824 1073778376 140737211510960 140718602739896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1452.66
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 574 and gives
#  childrusage.ru_utime.tv_sec=1450
#  childrusage.ru_utime.tv_usec=170540
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=883713
# CPU time returned by wait4() is 1452.05
# while last known CPU time is 1452.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 2.57019
#  lost CPU user time (s): 2.74011
#  lost CPU system time (s): -0.17

Real time (s): 1902.02
CPU time (s): 1455.23
CPU user time (s): 1453.69
CPU system time (s): 1.54
CPU usage (%): 76.5097
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1450.17
system time used= 1.88371
maximum resident set size= 1444624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23061
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49655
involuntary context switches= 53995

runsolver used 5.63914 second user time and 13.5079 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 18:42:57
IDJOB=3733236
IDBENCH=2262
IDSOLVER=2324
FILE ID=node123/3733236-1338741777
RUNJOBID= node123-1338737887-32195
PBS_JOBID= 14636768
Free space on /tmp= 71300 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/frb50-23-opb/normalized-frb50-23-5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733236-1338741777/watcher-3733236-1338741777 -o /tmp/evaluation-result-3733236-1338741777/solver-3733236-1338741777 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733236-1338741777.opb

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

MD5SUM BENCH= 32f273c48805c1e726044ae006778010
RANDOM SEED=727389796

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27318556 kB
Buffers:         1800148 kB
Cached:          2242228 kB
SwapCached:         2268 kB
Active:          2753092 kB
Inactive:        1901728 kB
Active(anon):     605180 kB
Inactive(anon):     5504 kB
Active(file):    2147912 kB
Inactive(file):  1896224 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              4272 kB
Writeback:             0 kB
AnonPages:        623720 kB
Mapped:            18540 kB
Shmem:                 0 kB
Slab:             750580 kB
SReclaimable:     194020 kB
SUnreclaim:       556560 kB
KernelStack:        1624 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 19:14:39