Trace number 3733269

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-1.opb
MD5SUMa2418d45f4247bab260506429e96e746
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
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 -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126555
Number of constraints which are clauses126555
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 1534
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 1534
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 1534
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3733269-1338742137.opb
0.10/0.11	c reading problem ... 
1.51/0.92	c ... done. Wall clock time 0.809s.
1.51/0.92	c #vars     1534
1.51/0.92	c #constraints  126555
1.51/0.92	c constraints type 
1.51/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 126555
1.51/0.92	c constraints type 
1.51/0.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 126555
1.51/0.99	c And the winner is CuttingPlanes
1.73/1.93	c SATISFIABLE
1.73/1.93	c OPTIMIZING...
1.73/1.93	c Got one! Elapsed wall clock time (in seconds):1.819
1.73/1.93	o -39
1.73/1.98	c And the winner is Resolution
2.02/2.93	c Got one! Elapsed wall clock time (in seconds):2.826
2.02/2.93	o -40
2.27/3.02	c And the winner is Resolution
2.59/3.94	c Got one! Elapsed wall clock time (in seconds):3.832
2.59/3.94	o -41
2.81/4.01	c And the winner is Resolution
3.04/4.94	c Got one! Elapsed wall clock time (in seconds):4.837
3.04/4.94	o -42
3.22/5.00	c And the winner is Resolution
3.30/5.95	c Got one! Elapsed wall clock time (in seconds):5.842
3.30/5.95	o -43
3.71/6.16	c And the winner is Resolution
3.89/6.95	c Got one! Elapsed wall clock time (in seconds):6.845
3.89/6.95	o -45
6.43/8.10	c And the winner is Resolution
6.59/8.96	c Got one! Elapsed wall clock time (in seconds):8.849
6.59/8.96	o -46
6.69/9.08	c cleaning 2500 clauses out of 5000 with flag 5000/5000
11.28/11.26	c cleaning 4251 clauses out of 8501 with flag 11001/11001
16.24/13.74	c cleaning 5625 clauses out of 11249 with flag 18000/18000
22.41/16.82	c cleaning 6812 clauses out of 13624 with flag 26000/26000
29.14/20.27	c And the winner is Resolution
30.17/22.17	c Got one! Elapsed wall clock time (in seconds):22.059
30.17/22.17	o -47
30.85/22.58	c cleaning 7905 clauses out of 15813 with flag 35001/35001
39.95/27.19	c cleaning 8954 clauses out of 17908 with flag 45001/45001
50.70/32.59	c cleaning 9971 clauses out of 19953 with flag 56000/56000
63.45/38.94	c cleaning 10990 clauses out of 21982 with flag 68000/68000
78.34/46.57	c cleaning 11987 clauses out of 23992 with flag 81000/81000
90.66/52.72	c cleaning 13003 clauses out of 26006 with flag 95001/95001
112.38/63.70	c cleaning 14002 clauses out of 28003 with flag 110001/110001
128.77/71.99	c cleaning 14998 clauses out of 30000 with flag 126000/126000
149.12/82.35	c cleaning 15992 clauses out of 32002 with flag 143000/143000
174.15/94.95	c cleaning 16998 clauses out of 34010 with flag 161000/161000
198.26/107.18	c cleaning 17988 clauses out of 36013 with flag 180001/180001
220.77/118.57	c cleaning 19011 clauses out of 38024 with flag 200000/200000
254.09/135.45	c cleaning 19998 clauses out of 40013 with flag 221000/221000
295.93/156.40	c cleaning 21003 clauses out of 42016 with flag 243001/243001
342.70/179.93	c cleaning 22005 clauses out of 44013 with flag 266001/266001
373.42/195.49	c cleaning 23004 clauses out of 46008 with flag 290001/290001
412.69/215.30	c cleaning 23996 clauses out of 48004 with flag 315001/315001
475.54/246.76	c cleaning 25000 clauses out of 50008 with flag 341001/341001
531.05/274.64	c cleaning 26001 clauses out of 52007 with flag 368000/368000
596.23/307.41	c cleaning 26980 clauses out of 54007 with flag 396001/396001
631.71/325.65	c cleaning 28007 clauses out of 56026 with flag 425000/425000
680.45/350.14	c cleaning 29002 clauses out of 58020 with flag 455001/455001
742.07/381.52	c cleaning 29999 clauses out of 60017 with flag 486000/486000
829.99/425.65	c cleaning 30994 clauses out of 62018 with flag 518000/518000
921.68/476.01	c cleaning 32004 clauses out of 64024 with flag 551000/551000
928.68/479.90	c cleaning 0 clauses out of 5001 with flag 0/5001
1015.73/524.30	c cleaning 32999 clauses out of 66020 with flag 585000/585000
1064.37/551.17	c cleaning 34008 clauses out of 68021 with flag 620000/620000
1140.61/598.42	c cleaning 34999 clauses out of 70013 with flag 656000/656000
1251.89/671.02	c cleaning 36004 clauses out of 72015 with flag 693001/693001
1417.53/800.90	Exception in thread "Thread-20" java.lang.OutOfMemoryError: GC overhead limit exceeded
1417.53/800.90		at java.math.BigInteger.multiply(BigInteger.java:1145)
1417.53/800.90		at org.sat4j.pb.constraints.pb.ConflictMap.resolve(Unknown Source)
1417.53/800.90		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1417.53/800.90		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1417.53/800.90		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1417.53/800.90		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1417.53/800.90		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1417.53/800.90		at java.lang.Thread.run(Thread.java:662)
1421.39/806.20	Exception in thread "Thread-19" java.lang.OutOfMemoryError: GC overhead limit exceeded
1425.79/810.61		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1425.79/810.61		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1425.79/810.61		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1425.79/810.61		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1425.79/810.61		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1425.79/810.61		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.80 3.93 3.81 3/197 13068
/proc/meminfo: memFree=25978184/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/13068/stat : 13068 (java) R 13066 13068 11909 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 340338059 24780800 867 33554432000 1073741824 1073778376 140736906906416 140736906895480 254753669181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 6050 867 654 9 0 385 0
[pid=13068/tid=13069] ppid=13066 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) R 13066 13068 11909 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 2 0 340338060 91889664 871 33554432000 1073741824 1073778376 140736906906416 140736906895480 254749927821 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.062366 s]
/proc/loadavg: 3.80 3.93 3.81 3/197 13068
/proc/meminfo: memFree=25978184/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 3842 0 1 0 4 1 0 0 20 0 18 0 340338059 2764726272 5562 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 674982 5562 1757 9 0 665676 0
[pid=13068/tid=13069] ppid=13066 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) R 13066 13068 11909 0 -1 4202560 2633 0 1 0 3 1 0 0 20 0 18 0 340338060 2764726272 5562 33554432000 1073741824 1073778376 140736906906416 140278523878048 254750310069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100337 s]
/proc/loadavg: 3.80 3.93 3.81 3/197 13068
/proc/meminfo: memFree=25978184/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 4753 0 1 0 9 1 0 0 20 0 18 0 340338059 2764726272 6452 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 674982 6452 2109 9 0 665676 0
[pid=13068/tid=13069] ppid=13066 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) R 13066 13068 11909 0 -1 4202560 2769 0 1 0 6 1 0 0 20 0 18 0 340338060 2764726272 6453 33554432000 1073741824 1073778376 140736906906416 140278523870184 140278530882689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300226 s]
/proc/loadavg: 3.80 3.93 3.81 3/197 13068
/proc/meminfo: memFree=25978184/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 5978 0 1 0 47 2 0 0 20 0 18 0 340338059 2764726272 9094 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 674982 9094 2217 9 0 665676 0
[pid=13068/tid=13069] ppid=13066 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) R 13066 13068 11909 0 -1 4202560 2788 0 1 0 26 1 0 0 20 0 18 0 340338060 2764726272 9094 33554432000 1073741824 1073778376 140736906906416 140278523875480 140278346393680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700319 s]
/proc/loadavg: 3.80 3.93 3.81 3/197 13068
/proc/meminfo: memFree=25978184/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2699928 CPUtime=1.31 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 13048 0 1 0 125 6 0 0 20 0 18 0 340338059 2764726272 48116 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 674982 48116 2230 9 0 665676 0
[pid=13068/tid=13069] ppid=13066 vsize=2699928 CPUtime=0.67 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) R 13066 13068 11909 0 -1 4202560 2855 0 1 0 63 4 0 0 20 0 18 0 340338060 2764726272 48116 33554432000 1073741824 1073778376 140736906906416 140278523875480 140278346898504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2699928

[startup+1.50068 s]
/proc/loadavg: 3.80 3.93 3.81 4/217 13090
/proc/meminfo: memFree=25665276/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=1.73 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 13390 0 1 0 162 11 0 0 20 0 20 0 340338059 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 80527 2248 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 2926 0 1 0 82 7 0 0 20 0 20 0 340338060 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278523876504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) S 13066 13068 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340338062 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278488377832 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278485219472 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13083] ppid=13066 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/13068/task/13083/stat : 13083 (java) S 13066 13068 11909 0 -1 4202560 4988 0 0 0 36 1 0 0 20 0 20 0 340338065 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278484167608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13084] ppid=13066 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/13068/task/13084/stat : 13084 (java) S 13066 13068 11909 0 -1 4202560 4227 0 0 0 32 0 0 0 20 0 20 0 340338065 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278483114808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13085] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13085/stat : 13085 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278482062200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13086] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13086/stat : 13086 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278481009608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 80527 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.80 3.93 3.81 3/217 13092
/proc/meminfo: memFree=25658124/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 16663 0 1 0 237 17 0 0 20 0 20 0 340338059 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 85926 2258 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 2927 0 1 0 84 7 0 0 20 0 20 0 340338060 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278523876504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) S 13066 13068 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340338062 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278488377832 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278485219472 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13083] ppid=13066 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/13068/task/13083/stat : 13083 (java) R 13066 13068 11909 0 -1 4202560 5005 0 0 0 59 1 0 0 20 0 20 0 340338065 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278484161456 140278529578707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13084] ppid=13066 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/13068/task/13084/stat : 13084 (java) R 13066 13068 11909 0 -1 4202560 7390 0 0 0 55 1 0 0 20 0 20 0 340338065 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278483102216 254750352503 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13085] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13085/stat : 13085 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278482062200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13086] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13086/stat : 13086 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278481009608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 85926 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.65 3.90 3.80 3/217 13098
/proc/meminfo: memFree=25560744/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 19349 0 1 0 363 26 0 0 20 0 20 0 340338059 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 95956 2275 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 2928 0 1 0 85 7 0 0 20 0 20 0 340338060 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278523876504 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 340338061 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340338062 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278488377832 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 95956 33554432000 1073741824 1073778376 140736906906416 140278485219472 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1426.33
Current children cumulated vsize (KiB) 2966184

[startup+1901.4 s]
/proc/loadavg: 1.03 0.35 1.20 4/219 13208
/proc/meminfo: memFree=24725308/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=1427.14 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 25458 0 1 0 142504 210 0 0 20 0 20 0 340338059 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 361718 2288 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 3068 0 1 0 88 10 0 0 20 0 20 0 340338060 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278523876520 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 328 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=3.25 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 245 0 0 0 311 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 289 0 0 0 344 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 268 0 0 0 369 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 278 0 0 0 367 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 247 0 0 0 345 12 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 336 15 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 318 0 0 0 383 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=196.21 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) R 13066 13068 11909 0 -1 4202560 222 0 0 0 19604 17 0 0 20 0 20 0 340338062 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278488377992 140278526071394 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278485217880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13083] ppid=13066 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/13068/task/13083/stat : 13083 (java) S 13066 13068 11909 0 -1 4202560 8319 0 0 0 170 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278484167608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13084] ppid=13066 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/13068/task/13084/stat : 13084 (java) S 13066 13068 11909 0 -1 4202560 10007 0 0 0 121 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278483114808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13085] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13085/stat : 13085 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278482062200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13086] ppid=13066 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/13068/task/13086/stat : 13086 (java) S 13066 13068 11909 0 -1 4202560 110 0 0 0 41 36 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278481009608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1427.14
Current children cumulated vsize (KiB) 2966184

[startup+1901.8 s]
/proc/loadavg: 1.03 0.35 1.20 4/219 13208
/proc/meminfo: memFree=24725432/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=1427.54 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 25458 0 1 0 142544 210 0 0 20 0 20 0 340338059 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 361718 2288 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 3068 0 1 0 88 10 0 0 20 0 20 0 340338060 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278523876520 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 328 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=3.25 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 245 0 0 0 311 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 289 0 0 0 344 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 268 0 0 0 369 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 278 0 0 0 367 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 247 0 0 0 345 12 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 336 15 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 318 0 0 0 383 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=196.62 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) R 13066 13068 11909 0 -1 4202560 222 0 0 0 19645 17 0 0 20 0 20 0 340338062 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278488377992 140278529999980 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278485217880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13083] ppid=13066 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/13068/task/13083/stat : 13083 (java) S 13066 13068 11909 0 -1 4202560 8319 0 0 0 170 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278484167608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13084] ppid=13066 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/13068/task/13084/stat : 13084 (java) S 13066 13068 11909 0 -1 4202560 10007 0 0 0 121 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278483114808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13085] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13085/stat : 13085 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278482062200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13086] ppid=13066 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/13068/task/13086/stat : 13086 (java) S 13066 13068 11909 0 -1 4202560 110 0 0 0 41 36 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278481009608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1427.54
Current children cumulated vsize (KiB) 2966184

[startup+1902 s]
/proc/loadavg: 1.03 0.35 1.20 4/219 13208
/proc/meminfo: memFree=24725432/32873844 swapFree=7628/7628
[pid=13068] ppid=13066 vsize=2966184 CPUtime=1427.74 cores=1,3,5,7
/proc/13068/stat : 13068 (java) S 13066 13068 11909 0 -1 4202496 25458 0 1 0 142564 210 0 0 20 0 20 0 340338059 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140736906897552 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13068/statm: 741546 361718 2288 9 0 732240 0
[pid=13068/tid=13069] ppid=13066 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/13068/task/13069/stat : 13069 (java) S 13066 13068 11909 0 -1 4202560 3068 0 1 0 88 10 0 0 20 0 20 0 340338060 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278523876520 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13071] ppid=13066 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/13068/task/13071/stat : 13071 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 328 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278508157480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13072] ppid=13066 vsize=2966184 CPUtime=3.25 cores=1,3,5,7
/proc/13068/task/13072/stat : 13072 (java) S 13066 13068 11909 0 -1 4202560 245 0 0 0 311 14 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278507104680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13073] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13073/stat : 13073 (java) S 13066 13068 11909 0 -1 4202560 289 0 0 0 344 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278506051880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13074] ppid=13066 vsize=2966184 CPUtime=3.82 cores=1,3,5,7
/proc/13068/task/13074/stat : 13074 (java) S 13066 13068 11909 0 -1 4202560 268 0 0 0 369 13 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278504999080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13075] ppid=13066 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/13068/task/13075/stat : 13075 (java) S 13066 13068 11909 0 -1 4202560 278 0 0 0 367 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278503947304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13076] ppid=13066 vsize=2966184 CPUtime=3.57 cores=1,3,5,7
/proc/13068/task/13076/stat : 13076 (java) S 13066 13068 11909 0 -1 4202560 247 0 0 0 345 12 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278502894504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13077] ppid=13066 vsize=2966184 CPUtime=3.51 cores=1,3,5,7
/proc/13068/task/13077/stat : 13077 (java) S 13066 13068 11909 0 -1 4202560 269 0 0 0 336 15 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278501841704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13078] ppid=13066 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/13068/task/13078/stat : 13078 (java) S 13066 13068 11909 0 -1 4202560 318 0 0 0 383 17 0 0 20 0 20 0 340338061 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278500788904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13079] ppid=13066 vsize=2966184 CPUtime=196.81 cores=1,3,5,7
/proc/13068/task/13079/stat : 13079 (java) R 13066 13068 11909 0 -1 4202560 222 0 0 0 19664 17 0 0 20 0 20 0 340338062 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278488377992 140278530383994 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13080] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13080/stat : 13080 (java) S 13066 13068 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278487323896 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13081] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13081/stat : 13081 (java) S 13066 13068 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340338063 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278486270984 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13082] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13082/stat : 13082 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278485217880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13083] ppid=13066 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/13068/task/13083/stat : 13083 (java) S 13066 13068 11909 0 -1 4202560 8319 0 0 0 170 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278484167608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13068/tid=13084] ppid=13066 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/13068/task/13084/stat : 13084 (java) S 13066 13068 11909 0 -1 4202560 10007 0 0 0 121 2 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278483114808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13085] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13085/stat : 13085 (java) S 13066 13068 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278482062200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13068/tid=13086] ppid=13066 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/13068/task/13086/stat : 13086 (java) S 13066 13068 11909 0 -1 4202560 110 0 0 0 41 36 0 0 20 0 20 0 340338065 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278481009608 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13068/tid=13089] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13089/stat : 13089 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278477849512 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13068/tid=13090] ppid=13066 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/13068/task/13090/stat : 13090 (java) S 13066 13068 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340338158 3037372416 361718 33554432000 1073741824 1073778376 140736906906416 140278476796712 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1427.74
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 13068 and gives
#  childrusage.ru_utime.tv_sec=1425
#  childrusage.ru_utime.tv_usec=194337
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=312648
# CPU time returned by wait4() is 1427.51
# while last known CPU time is 1427.74
#
# 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.83008
#  lost CPU user time (s): 3.01013
#  lost CPU system time (s): -0.18

Real time (s): 1902.02
CPU time (s): 1430.57
CPU user time (s): 1428.65
CPU system time (s): 1.92
CPU usage (%): 75.2131
Max. virtual memory (cumulated for all children) (KiB): 2967740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1425.19
system time used= 2.31265
maximum resident set size= 1446872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25458
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= 47030
involuntary context switches= 34839

runsolver used 5.22321 second user time and 13.7809 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 18:48:57
IDJOB=3733269
IDBENCH=2265
IDSOLVER=2324
FILE ID=node145/3733269-1338742137
RUNJOBID= node145-1338737268-11926
PBS_JOBID= 14636762
Free space on /tmp= 70920 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/frb59-26-opb/normalized-frb59-26-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733269-1338742137/watcher-3733269-1338742137 -o /tmp/evaluation-result-3733269-1338742137/solver-3733269-1338742137 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733269-1338742137.opb

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

MD5SUM BENCH= a2418d45f4247bab260506429e96e746
RANDOM SEED=16294206

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25978728 kB
Buffers:          446048 kB
Cached:          4818328 kB
SwapCached:            0 kB
Active:          2393056 kB
Inactive:        3602532 kB
Active(anon):     722136 kB
Inactive(anon):    10916 kB
Active(file):    1670920 kB
Inactive(file):  3591616 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:        707444 kB
Mapped:            22316 kB
Shmem:               200 kB
Slab:             725512 kB
SReclaimable:     166892 kB
SUnreclaim:       558620 kB
KernelStack:        1632 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 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= 70920 MiB
End job on node145 at 2012-06-03 19:20:39