Trace number 3733093

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM4c9dc9cf5c24873d3237c90ee1682632
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109379
Number of constraints which are clauses109379
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	
0.09/0.12	c solving HOME/instance-3733093-1338741518.opb
0.09/0.12	c reading problem ... 
1.38/0.89	c ... done. Wall clock time 0.765s.
1.38/0.89	c #vars     1400
1.38/0.89	c #constraints  109379
1.38/0.89	c constraints type 
1.38/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 109379
1.38/0.89	c constraints type 
1.38/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 109379
1.48/0.94	c And the winner is CuttingPlanes
1.72/1.89	c SATISFIABLE
1.72/1.89	c OPTIMIZING...
1.72/1.89	c Got one! Elapsed wall clock time (in seconds):1.771
1.72/1.89	o -37
1.73/1.93	c And the winner is Resolution
1.94/2.90	c Got one! Elapsed wall clock time (in seconds):2.779
1.94/2.90	o -38
2.31/3.01	c And the winner is Resolution
2.84/3.91	c Got one! Elapsed wall clock time (in seconds):3.785
2.84/3.91	o -39
2.84/3.95	c And the winner is Resolution
3.06/4.91	c Got one! Elapsed wall clock time (in seconds):4.789
3.06/4.91	o -40
3.06/4.96	c And the winner is Resolution
3.27/5.92	c Got one! Elapsed wall clock time (in seconds):5.793
3.27/5.92	o -41
4.04/6.24	c And the winner is Resolution
4.21/6.92	c Got one! Elapsed wall clock time (in seconds):6.797
4.21/6.92	o -43
6.26/7.93	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.93/9.77	c cleaning 4250 clauses out of 8499 with flag 11000/11000
14.50/12.09	c cleaning 5625 clauses out of 11249 with flag 18000/18000
18.49/14.08	c And the winner is Resolution
19.29/14.93	c Got one! Elapsed wall clock time (in seconds):14.81
19.29/14.93	o -44
20.62/15.66	c cleaning 6808 clauses out of 13624 with flag 26000/26000
27.92/19.32	c cleaning 7904 clauses out of 15816 with flag 35000/35000
35.90/23.31	c cleaning 8949 clauses out of 17912 with flag 45000/45000
45.02/27.96	c cleaning 9972 clauses out of 19963 with flag 56000/56000
55.76/33.32	c cleaning 10994 clauses out of 21992 with flag 68001/68001
68.11/39.65	c cleaning 11987 clauses out of 23997 with flag 81000/81000
80.84/46.03	c cleaning 13003 clauses out of 26010 with flag 95000/95000
98.97/55.13	c cleaning 14001 clauses out of 28008 with flag 110001/110001
111.96/61.78	c cleaning 14994 clauses out of 30006 with flag 126000/126000
131.22/71.54	c cleaning 16004 clauses out of 32012 with flag 143000/143000
152.86/82.45	c cleaning 17004 clauses out of 34008 with flag 161000/161000
173.26/92.79	c cleaning 17995 clauses out of 36005 with flag 180001/180001
191.45/101.94	c cleaning 19005 clauses out of 38010 with flag 200001/200001
217.56/115.29	c cleaning 19996 clauses out of 40005 with flag 221001/221001
241.42/127.28	c cleaning 21004 clauses out of 42008 with flag 243000/243000
267.76/140.51	c cleaning 22000 clauses out of 44004 with flag 266000/266000
293.64/153.60	c cleaning 22997 clauses out of 46004 with flag 290000/290000
326.04/170.13	c cleaning 23998 clauses out of 48008 with flag 315001/315001
369.34/191.84	c cleaning 24997 clauses out of 50010 with flag 341001/341001
417.60/216.08	c cleaning 26003 clauses out of 52012 with flag 368000/368000
474.64/244.78	c cleaning 26994 clauses out of 54009 with flag 396000/396000
508.33/261.98	c cleaning 28003 clauses out of 56015 with flag 425000/425000
544.22/280.07	c cleaning 0 clauses out of 5000 with flag 0/5000
551.59/283.83	c cleaning 29005 clauses out of 58013 with flag 455001/455001
595.45/305.96	c cleaning 30001 clauses out of 60007 with flag 486000/486000
667.43/342.22	c cleaning 30997 clauses out of 62007 with flag 518001/518001
735.98/379.05	c cleaning 31998 clauses out of 64009 with flag 551000/551000
810.31/417.70	c cleaning 33005 clauses out of 66012 with flag 585001/585001
847.39/437.39	c cleaning 34001 clauses out of 68007 with flag 620001/620001
1031.42/590.98	c cleaning 34999 clauses out of 70005 with flag 656000/656000
1228.62/763.57	Exception in thread "Thread-18" java.lang.OutOfMemoryError: GC overhead limit exceeded
1228.62/763.57		at java.math.BigInteger.add(BigInteger.java:1023)
1228.62/763.57		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1228.62/763.57		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1228.62/763.57		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1228.62/763.57		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1228.62/763.57		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1228.62/763.57		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1228.62/763.57		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1228.62/763.57		at java.lang.Thread.run(Thread.java:662)
1236.83/771.74	Exception in thread "Thread-17" java.lang.OutOfMemoryError: Java heap space

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-3733093-1338741518/watcher-3733093-1338741518 -o /tmp/evaluation-result-3733093-1338741518/solver-3733093-1338741518 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733093-1338741518.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.86 3.86 3.66 4/199 20285
/proc/meminfo: memFree=28083928/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20285/stat : 20285 (java6) D 20283 20285 11290 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340276609 9515008 182 33554432000 1073741824 1073778376 140733684636544 140733684627576 215143497397 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 2323 182 140 9 0 71 0

[startup+0.105079 s]
/proc/loadavg: 3.86 3.86 3.66 4/199 20285
/proc/meminfo: memFree=28083928/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 4648 0 1 0 8 1 0 0 20 0 18 0 340276609 2764726272 6346 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 674982 6346 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.20025 s]
/proc/loadavg: 3.86 3.86 3.66 4/199 20285
/proc/meminfo: memFree=28083928/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 5032 0 1 0 23 1 0 0 20 0 18 0 340276609 2764726272 7169 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 674982 7169 2187 9 0 665676 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 2699928

[startup+0.300248 s]
/proc/loadavg: 3.86 3.86 3.66 4/199 20285
/proc/meminfo: memFree=28083928/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 5799 0 1 0 44 1 0 0 20 0 18 0 340276609 2764726272 8695 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 674982 8695 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700245 s]
/proc/loadavg: 3.86 3.86 3.66 4/199 20285
/proc/meminfo: memFree=28083928/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 12927 0 1 0 123 5 0 0 20 0 18 0 340276609 2764726272 44595 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 674982 44595 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2699928

[startup+1.50073 s]
/proc/loadavg: 3.86 3.86 3.66 3/219 20307
/proc/meminfo: memFree=27804168/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 13741 0 1 0 163 9 0 0 20 0 20 0 340276609 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 71865 2248 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 2904 0 1 0 81 5 0 0 20 0 20 0 340276610 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652001937768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 4961 0 0 0 32 1 0 0 20 0 20 0 340276616 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 4626 0 0 0 39 1 0 0 20 0 20 0 340276616 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340276703 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340276703 3037372416 71865 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 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+3.10076 s]
/proc/loadavg: 3.86 3.86 3.66 3/219 20309
/proc/meminfo: memFree=27797504/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 19225 0 1 0 250 13 0 0 20 0 21 0 340276609 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 78312 2258 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 2906 0 1 0 82 5 0 0 20 0 21 0 340276610 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 340276611 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652001937768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=0.58 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) R 20283 20285 11290 0 -1 4202560 5027 0 0 0 57 1 0 0 20 0 21 0 340276616 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651997713520 140652040364170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) R 20283 20285 11290 0 -1 4202560 9952 0 0 0 63 2 0 0 20 0 21 0 340276616 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651996674880 140652040341592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 78312 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 3.71 3.83 3.66 3/219 20315
/proc/meminfo: memFree=27766832/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=4.21 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 19458 0 1 0 397 24 0 0 20 0 20 0 340276609 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 97269 2275 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 2907 0 1 0 83 5 0 0 20 0 20 0 340276610 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 340276611 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) S 20283 20285 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652001937768 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340276613 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 5060 0 0 0 83 2 0 0 20 0 20 0 340276616 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 10030 0 0 0 97 2 0 0 20 0 20 0 340276616 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340276616 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340276703 3037372416 97269 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 247 0 0 0 265 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=309.22 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) R 20283 20285 11290 0 -1 4202560 211 0 0 0 30901 21 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652001937928 140652044291361 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 5065 0 0 0 111 2 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 13396 0 0 0 171 3 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 110 0 0 0 30 35 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1239.98
Current children cumulated vsize (KiB) 2966184

[startup+1901.5 s]
/proc/loadavg: 2.06 1.93 2.25 4/222 20498
/proc/meminfo: memFree=26497632/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=1240.78 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 25475 0 1 0 123908 170 0 0 20 0 21 0 340276609 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 361252 2287 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 3166 0 1 0 86 7 0 0 20 0 21 0 340276610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=2.81 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 279 0 0 0 269 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=2.65 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 226 0 0 0 256 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 291 0 0 0 287 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=2.91 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 256 0 0 0 279 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 213 0 0 0 254 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 234 0 0 0 275 10 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=2.83 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 235 0 0 0 272 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 247 0 0 0 265 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=310.02 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) R 20283 20285 11290 0 -1 4202560 211 0 0 0 30981 21 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652001937928 140652043562224 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 5065 0 0 0 111 2 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 13396 0 0 0 171 3 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 110 0 0 0 30 35 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20498] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20498/stat : 20498 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340466610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651993513784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1240.78
Current children cumulated vsize (KiB) 2966184

[startup+1901.9 s]
/proc/loadavg: 2.06 1.93 2.25 4/222 20498
/proc/meminfo: memFree=26497624/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=1241.19 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 25475 0 1 0 123949 170 0 0 20 0 21 0 340276609 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 361252 2287 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 3166 0 1 0 86 7 0 0 20 0 21 0 340276610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=2.81 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 279 0 0 0 269 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=2.65 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 226 0 0 0 256 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 291 0 0 0 287 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=2.91 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 256 0 0 0 279 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 213 0 0 0 254 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 234 0 0 0 275 10 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=2.83 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 235 0 0 0 272 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 247 0 0 0 265 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=310.42 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) R 20283 20285 11290 0 -1 4202560 211 0 0 0 31021 21 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652001937928 140652041597244 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 5065 0 0 0 111 2 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 13396 0 0 0 171 3 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 110 0 0 0 30 35 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20498] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20498/stat : 20498 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340466610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651993513784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.19
Current children cumulated vsize (KiB) 2966184

[startup+1902.01 s]
/proc/loadavg: 2.06 1.93 2.25 4/222 20498
/proc/meminfo: memFree=26497624/32873844 swapFree=7380/7380
[pid=20285] ppid=20283 vsize=2966184 CPUtime=1241.29 cores=0,2,4,6
/proc/20285/stat : 20285 (java) S 20283 20285 11290 0 -1 4202496 25475 0 1 0 123959 170 0 0 20 0 21 0 340276609 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140736731026112 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20285/statm: 741546 361252 2287 9 0 732240 0
[pid=20285/tid=20287] ppid=20283 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/20285/task/20287/stat : 20287 (java) S 20283 20285 11290 0 -1 4202560 3166 0 1 0 86 7 0 0 20 0 21 0 340276610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652037436568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20288] ppid=20283 vsize=2966184 CPUtime=2.81 cores=0,2,4,6
/proc/20285/task/20288/stat : 20288 (java) S 20283 20285 11290 0 -1 4202560 279 0 0 0 269 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652021717416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20289] ppid=20283 vsize=2966184 CPUtime=2.65 cores=0,2,4,6
/proc/20285/task/20289/stat : 20289 (java) S 20283 20285 11290 0 -1 4202560 226 0 0 0 256 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652020664872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20290] ppid=20283 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/20285/task/20290/stat : 20290 (java) S 20283 20285 11290 0 -1 4202560 291 0 0 0 287 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652019611816 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20291] ppid=20283 vsize=2966184 CPUtime=2.91 cores=0,2,4,6
/proc/20285/task/20291/stat : 20291 (java) S 20283 20285 11290 0 -1 4202560 256 0 0 0 279 12 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652018559272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20292] ppid=20283 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/20285/task/20292/stat : 20292 (java) S 20283 20285 11290 0 -1 4202560 213 0 0 0 254 9 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652017507240 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20293] ppid=20283 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/20285/task/20293/stat : 20293 (java) S 20283 20285 11290 0 -1 4202560 234 0 0 0 275 10 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652016454696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20294] ppid=20283 vsize=2966184 CPUtime=2.83 cores=0,2,4,6
/proc/20285/task/20294/stat : 20294 (java) S 20283 20285 11290 0 -1 4202560 235 0 0 0 272 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652015401640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20295] ppid=20283 vsize=2966184 CPUtime=2.76 cores=0,2,4,6
/proc/20285/task/20295/stat : 20295 (java) S 20283 20285 11290 0 -1 4202560 247 0 0 0 265 11 0 0 20 0 21 0 340276611 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652014349096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20296] ppid=20283 vsize=2966184 CPUtime=310.52 cores=0,2,4,6
/proc/20285/task/20296/stat : 20296 (java) R 20283 20285 11290 0 -1 4202560 211 0 0 0 31031 21 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652001937928 140652044291380 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20297] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20297/stat : 20297 (java) S 20283 20285 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140652000884088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20298] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20298/stat : 20298 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276613 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651999830920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20299] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20299/stat : 20299 (java) S 20283 20285 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651998779664 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20285/tid=20300] ppid=20283 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/20285/task/20300/stat : 20300 (java) S 20283 20285 11290 0 -1 4202560 5065 0 0 0 111 2 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651997727544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20285/tid=20301] ppid=20283 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/20285/task/20301/stat : 20301 (java) S 20283 20285 11290 0 -1 4202560 13396 0 0 0 171 3 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651996675000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20302] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20302/stat : 20302 (java) S 20283 20285 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651995622136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20285/tid=20303] ppid=20283 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/20285/task/20303/stat : 20303 (java) S 20283 20285 11290 0 -1 4202560 110 0 0 0 30 35 0 0 20 0 21 0 340276616 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651994569800 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20306] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20306/stat : 20306 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651873162024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20307] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20307/stat : 20307 (java) S 20283 20285 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340276703 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651872109480 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20285/tid=20498] ppid=20283 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20285/task/20498/stat : 20498 (java) S 20283 20285 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340466610 3037372416 361252 33554432000 1073741824 1073778376 140736731034976 140651993513784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.29
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1902.02
CPU time (s): 1241.57
CPU user time (s): 1239.58
CPU system time (s): 1.9827
CPU usage (%): 65.2761
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1239.58
system time used= 1.9827
maximum resident set size= 1445008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47652
involuntary context switches= 36243

runsolver used 3.22851 second user time and 8.64569 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 18:38:38
IDJOB=3733093
IDBENCH=2245
IDSOLVER=2324
FILE ID=node133/3733093-1338741518
RUNJOBID= node133-1338736630-19082
PBS_JOBID= 14636724
Free space on /tmp= 70480 MiB

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

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

MD5SUM BENCH= 4c9dc9cf5c24873d3237c90ee1682632
RANDOM SEED=1963953886

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:        28084192 kB
Buffers:          485104 kB
Cached:          2817732 kB
SwapCached:          676 kB
Active:          2069916 kB
Inactive:        1814536 kB
Active(anon):     573040 kB
Inactive(anon):    10220 kB
Active(file):    1496876 kB
Inactive(file):  1804316 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              2876 kB
Writeback:             4 kB
AnonPages:        589144 kB
Mapped:            18720 kB
Shmem:                 0 kB
Slab:             759532 kB
SReclaimable:     201216 kB
SUnreclaim:       558316 kB
KernelStack:        1640 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 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= 70480 MiB
End job on node133 at 2012-06-03 19:10:20