Trace number 3733181

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94308
Number of constraints which are clauses94308
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 1272
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 1272
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 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733181-1338741651.opb
0.09/0.11	c reading problem ... 
1.28/0.79	c ... done. Wall clock time 0.678s.
1.28/0.79	c #vars     1272
1.28/0.79	c #constraints  94308
1.28/0.79	c constraints type 
1.28/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94308
1.28/0.79	c constraints type 
1.28/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94308
1.39/0.83	c And the winner is CuttingPlanes
1.63/1.79	c SATISFIABLE
1.63/1.79	c OPTIMIZING...
1.63/1.79	c Got one! Elapsed wall clock time (in seconds):1.684
1.63/1.79	o -36
2.03/1.92	c And the winner is Resolution
2.61/2.80	c Got one! Elapsed wall clock time (in seconds):2.69
2.61/2.80	o -37
2.61/2.81	c And the winner is Resolution
2.79/3.80	c Got one! Elapsed wall clock time (in seconds):3.694
2.79/3.80	o -38
3.15/3.93	c And the winner is Resolution
3.39/4.81	c Got one! Elapsed wall clock time (in seconds):4.698
3.39/4.81	o -39
4.02/5.11	c And the winner is Resolution
4.11/5.81	c Got one! Elapsed wall clock time (in seconds):5.701
4.11/5.81	o -40
5.83/6.67	c cleaning 2501 clauses out of 5001 with flag 5001/5001
9.49/8.41	c cleaning 4250 clauses out of 8499 with flag 11000/11000
13.88/10.61	c cleaning 5615 clauses out of 11249 with flag 18000/18000
18.68/13.08	c cleaning 6814 clauses out of 13634 with flag 26000/26000
25.10/16.20	c cleaning 7908 clauses out of 15821 with flag 35001/35001
32.11/19.77	c cleaning 8957 clauses out of 17913 with flag 45001/45001
37.01/22.21	c And the winner is Resolution
37.49/23.03	c Got one! Elapsed wall clock time (in seconds):22.921
37.49/23.03	o -41
40.30/24.47	c cleaning 9975 clauses out of 19955 with flag 56000/56000
49.67/29.14	c cleaning 10983 clauses out of 21980 with flag 68000/68000
60.08/34.48	c cleaning 11992 clauses out of 23997 with flag 81000/81000
70.81/39.81	c cleaning 12999 clauses out of 26006 with flag 95001/95001
85.21/47.08	c cleaning 14003 clauses out of 28006 with flag 110000/110000
97.79/53.42	c cleaning 14997 clauses out of 30004 with flag 126001/126001
113.86/61.67	c cleaning 15998 clauses out of 32006 with flag 143000/143000
131.01/70.29	c cleaning 16997 clauses out of 34008 with flag 161000/161000
150.83/80.30	c cleaning 18001 clauses out of 36011 with flag 180000/180000
168.86/89.37	c cleaning 19003 clauses out of 38010 with flag 200000/200000
193.03/101.67	c cleaning 20001 clauses out of 40007 with flag 221000/221000
218.02/114.18	c cleaning 21002 clauses out of 42006 with flag 243000/243000
246.83/128.63	c cleaning 21996 clauses out of 44004 with flag 266000/266000
268.88/139.81	c cleaning 22999 clauses out of 46009 with flag 290001/290001
294.90/153.10	c cleaning 24005 clauses out of 48009 with flag 315000/315000
323.13/167.30	c cleaning 24992 clauses out of 50004 with flag 341000/341000
368.94/190.28	c cleaning 25999 clauses out of 52012 with flag 368000/368000
413.43/212.67	c cleaning 27006 clauses out of 54013 with flag 396000/396000
439.24/225.99	c cleaning 28004 clauses out of 56008 with flag 425001/425001
472.74/242.89	c cleaning 28993 clauses out of 58004 with flag 455001/455001
487.09/250.24	c cleaning 0 clauses out of 5004 with flag 0/5004
517.50/265.41	c cleaning 29998 clauses out of 60010 with flag 486000/486000
570.63/292.31	c cleaning 31001 clauses out of 62012 with flag 518000/518000
618.01/316.14	c cleaning 32006 clauses out of 64013 with flag 551002/551002
709.26/361.70	c cleaning 33001 clauses out of 66007 with flag 585002/585002
745.05/380.58	c cleaning 33992 clauses out of 68004 with flag 620000/620000
797.43/409.75	c cleaning 35004 clauses out of 70012 with flag 656000/656000
866.35/450.43	c cleaning 36000 clauses out of 72008 with flag 693000/693000
954.00/507.34	c cleaning 36999 clauses out of 74009 with flag 731001/731001
1084.60/598.16	c cleaning 38003 clauses out of 76009 with flag 770000/770000
1338.13/820.16	Exception in thread "Thread-15" java.lang.OutOfMemoryError: GC overhead limit exceeded
1338.13/820.16		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1338.13/820.16		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1338.13/820.16		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1338.13/820.16		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1338.13/820.16		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1338.13/820.16		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1338.13/820.16		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1338.13/820.16		at java.lang.Thread.run(Thread.java:662)
1343.72/826.98	Exception in thread "Thread-16" java.lang.OutOfMemoryError: GC overhead limit exceeded
1343.72/826.98		at java.math.BigInteger.add(BigInteger.java:1049)
1343.72/826.98		at java.math.BigInteger.add(BigInteger.java:1023)
1343.72/826.98		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1343.72/826.98		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1343.72/826.98		at org.sat4j.pb.core.PBSolverCP.analyzeCP(Unknown Source)
1343.72/826.98		at org.sat4j.pb.core.PBSolverCP.analyze(Unknown Source)
1343.72/826.98		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1343.72/826.98		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1343.72/826.98		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1343.72/826.98		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733181-1338741651/watcher-3733181-1338741651 -o /tmp/evaluation-result-3733181-1338741651/solver-3733181-1338741651 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733181-1338741651.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.57 3.40 3.47 4/198 26408
/proc/meminfo: memFree=26228840/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26408/stat : 26408 (java6) D 26406 26408 25443 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340290854 9515008 182 33554432000 1073741824 1073778376 140736928130816 140736928121848 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26408/statm: 2323 182 140 9 0 71 0

[startup+0.100087 s]
/proc/loadavg: 3.57 3.40 3.47 4/198 26408
/proc/meminfo: memFree=26228840/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 4720 0 1 0 8 1 0 0 20 0 18 0 340290854 2764726272 6429 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 674982 6429 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.200203 s]
/proc/loadavg: 3.57 3.40 3.47 4/198 26408
/proc/meminfo: memFree=26228840/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 5237 0 1 0 25 2 0 0 20 0 18 0 340290854 2764726272 7369 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 674982 7369 2203 9 0 665676 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2699928

[startup+0.300223 s]
/proc/loadavg: 3.57 3.40 3.47 4/198 26408
/proc/meminfo: memFree=26228840/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 5844 0 1 0 45 2 0 0 20 0 18 0 340290854 2764726272 9096 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 674982 9096 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700189 s]
/proc/loadavg: 3.57 3.40 3.47 4/198 26408
/proc/meminfo: memFree=26228840/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 12786 0 1 0 123 5 0 0 20 0 18 0 340290854 2764726272 48642 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 674982 48642 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 2699928

[startup+1.50057 s]
/proc/loadavg: 3.57 3.40 3.47 3/218 26430
/proc/meminfo: memFree=25987000/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=1.63 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 13728 0 1 0 155 8 0 0 20 0 20 0 340290854 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 62638 2248 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 2893 0 1 0 71 4 0 0 20 0 20 0 340290855 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674961918952 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 5105 0 0 0 35 0 0 0 20 0 20 0 340290860 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 4487 0 0 0 40 0 0 0 20 0 20 0 340290860 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290936 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26430] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26430/stat : 26430 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290937 3037372416 62638 33554432000 1073741824 1073778376 140734423178432 139674832053544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 2966184

[startup+3.10065 s]
/proc/loadavg: 3.77 3.45 3.48 4/218 26432
/proc/meminfo: memFree=25970344/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=2.79 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 18096 0 1 0 268 11 0 0 20 0 20 0 340290854 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 68820 2258 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 2894 0 1 0 73 4 0 0 20 0 20 0 340290855 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340290856 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674961918952 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290857 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 9311 0 0 0 93 1 0 0 20 0 20 0 340290860 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 4566 0 0 0 62 0 0 0 20 0 20 0 340290860 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340290860 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290936 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26430] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26430/stat : 26430 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340290937 3037372416 68820 33554432000 1073741824 1073778376 140734423178432 139674832053544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 2966184

[startup+6.30077 s]
/proc/loadavg: 3.77 3.45 3.48 3/218 26438
/proc/meminfo: memFree=25814440/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=5.15 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 18490 0 1 0 496 19 0 0 20 0 22 0 340290854 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 99941 2276 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 2896 0 1 0 74 4 0 0 20 0 22 0 340290855 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340290856 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) S 26406 26408 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340290857 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674961918952 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 340290857 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340290857 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340290860 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 9325 0 0 0 113 2 0 0 20 0 22 0 340290860 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 4793 0 0 0 81 0 0 0 20 0 22 0 340290860 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340290860 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340290860 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340290936 3037372416 99941 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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


[startup+1901.5 s]
/proc/loadavg: 1.40 0.49 1.10 4/219 26542
/proc/meminfo: memFree=25209980/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=1344.27 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 25465 0 1 0 134275 152 0 0 20 0 21 0 340290854 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 360767 2288 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 3157 0 1 0 75 6 0 0 20 0 21 0 340290855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 280 0 0 0 296 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 272 0 0 0 300 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 225 0 0 0 301 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 282 0 0 0 301 12 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 260 0 0 0 301 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 288 0 0 0 301 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 309 0 0 0 328 11 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 211 0 0 0 302 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=313.59 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) R 26406 26408 25443 0 -1 4202560 180 0 0 0 31340 19 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674961919112 139675003542644 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 9339 0 0 0 135 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 8973 0 0 0 153 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 110 0 0 0 21 26 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290936 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26430] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26430/stat : 26430 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290937 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674832053544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26542] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26542/stat : 26542 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340480855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674835210936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1344.27
Current children cumulated vsize (KiB) 2966184

[startup+1901.9 s]
/proc/loadavg: 1.40 0.49 1.10 4/219 26542
/proc/meminfo: memFree=25207932/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=1344.67 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 25465 0 1 0 134315 152 0 0 20 0 21 0 340290854 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 360767 2288 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 3157 0 1 0 75 6 0 0 20 0 21 0 340290855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 280 0 0 0 296 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 272 0 0 0 300 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 225 0 0 0 301 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 282 0 0 0 301 12 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 260 0 0 0 301 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 288 0 0 0 301 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 309 0 0 0 328 11 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 211 0 0 0 302 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=314 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) R 26406 26408 25443 0 -1 4202560 180 0 0 0 31381 19 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674961919112 139675004271918 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 9339 0 0 0 135 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 8973 0 0 0 153 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 110 0 0 0 21 26 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290936 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26430] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26430/stat : 26430 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290937 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674832053544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26542] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26542/stat : 26542 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340480855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674835210936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1344.67
Current children cumulated vsize (KiB) 2966184

[startup+1902.01 s]
/proc/loadavg: 1.40 0.49 1.10 4/219 26542
/proc/meminfo: memFree=25207932/32873660 swapFree=7120/7120
[pid=26408] ppid=26406 vsize=2966184 CPUtime=1344.77 cores=0,2,4,6
/proc/26408/stat : 26408 (java) S 26406 26408 25443 0 -1 4202496 25465 0 1 0 134325 152 0 0 20 0 21 0 340290854 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 140734423169568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26408/statm: 741546 360767 2288 9 0 732240 0
[pid=26408/tid=26410] ppid=26406 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/26408/task/26410/stat : 26410 (java) S 26406 26408 25443 0 -1 4202560 3157 0 1 0 75 6 0 0 20 0 21 0 340290855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674997417112 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26411] ppid=26406 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/26408/task/26411/stat : 26411 (java) S 26406 26408 25443 0 -1 4202560 280 0 0 0 296 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674981698600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26412] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26412/stat : 26412 (java) S 26406 26408 25443 0 -1 4202560 272 0 0 0 300 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674980645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26413] ppid=26406 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/26408/task/26413/stat : 26413 (java) S 26406 26408 25443 0 -1 4202560 225 0 0 0 301 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674979593000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26414] ppid=26406 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26408/task/26414/stat : 26414 (java) S 26406 26408 25443 0 -1 4202560 282 0 0 0 301 12 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674978540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26415] ppid=26406 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/26408/task/26415/stat : 26415 (java) S 26406 26408 25443 0 -1 4202560 260 0 0 0 301 10 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674977487400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26416] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26416/stat : 26416 (java) S 26406 26408 25443 0 -1 4202560 288 0 0 0 301 9 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674976434600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26417] ppid=26406 vsize=2966184 CPUtime=3.39 cores=0,2,4,6
/proc/26408/task/26417/stat : 26417 (java) S 26406 26408 25443 0 -1 4202560 309 0 0 0 328 11 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674975381800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26418] ppid=26406 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/26408/task/26418/stat : 26418 (java) S 26406 26408 25443 0 -1 4202560 211 0 0 0 302 8 0 0 20 0 21 0 340290856 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674974329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26419] ppid=26406 vsize=2966184 CPUtime=314.1 cores=0,2,4,6
/proc/26408/task/26419/stat : 26419 (java) R 26406 26408 25443 0 -1 4202560 180 0 0 0 31391 19 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674961919112 139675001577788 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26420] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26420/stat : 26420 (java) S 26406 26408 25443 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674960865016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26421] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26421/stat : 26421 (java) S 26406 26408 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 340290857 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674959812104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26422] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26422/stat : 26422 (java) S 26406 26408 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674958760592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26408/tid=26423] ppid=26406 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26408/task/26423/stat : 26423 (java) S 26406 26408 25443 0 -1 4202560 9339 0 0 0 135 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674957707704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26424] ppid=26406 vsize=2966184 CPUtime=1.55 cores=0,2,4,6
/proc/26408/task/26424/stat : 26424 (java) S 26406 26408 25443 0 -1 4202560 8973 0 0 0 153 2 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674956654904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26425] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26425/stat : 26425 (java) S 26406 26408 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674955602296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26408/tid=26426] ppid=26406 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/26408/task/26426/stat : 26426 (java) S 26406 26408 25443 0 -1 4202560 110 0 0 0 21 26 0 0 20 0 21 0 340290860 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674836265416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26429] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26429/stat : 26429 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290936 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674833106344 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26408/tid=26430] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26430/stat : 26430 (java) S 26406 26408 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 340290937 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674832053544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26408/tid=26542] ppid=26406 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26408/task/26542/stat : 26542 (java) S 26406 26408 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340480855 3037372416 360767 33554432000 1073741824 1073778376 140734423178432 139674835210936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1344.77
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 26408 and gives
#  childrusage.ru_utime.tv_sec=1342
#  childrusage.ru_utime.tv_usec=416921
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=732736
# CPU time returned by wait4() is 1344.15
# while last known CPU time is 1344.77
#
# 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.23987
#  lost CPU user time (s): 2.38989
#  lost CPU system time (s): -0.15

Real time (s): 1902.02
CPU time (s): 1347.01
CPU user time (s): 1345.64
CPU system time (s): 1.37
CPU usage (%): 70.8199
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1342.42
system time used= 1.73274
maximum resident set size= 1443068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25465
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48366
involuntary context switches= 44577

runsolver used 5.41118 second user time and 13.336 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 18:40:51
IDJOB=3733181
IDBENCH=2256
IDSOLVER=2324
FILE ID=node117/3733181-1338741651
RUNJOBID= node117-1338737787-25459
PBS_JOBID= 14636766
Free space on /tmp= 69116 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/frb53-24-opb/normalized-frb53-24-4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733181-1338741651/watcher-3733181-1338741651 -o /tmp/evaluation-result-3733181-1338741651/solver-3733181-1338741651 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733181-1338741651.opb

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

MD5SUM BENCH= 1a88750537364c45876077f809191628
RANDOM SEED=497920043

node117.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.148
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.148
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.148
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.91
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26229748 kB
Buffers:          626424 kB
Cached:          4151352 kB
SwapCached:          776 kB
Active:          3242704 kB
Inactive:        2468728 kB
Active(anon):     919440 kB
Inactive(anon):     9972 kB
Active(file):    2323264 kB
Inactive(file):  2458756 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        949864 kB
Mapped:            20448 kB
Shmem:                80 kB
Slab:             777768 kB
SReclaimable:     221864 kB
SUnreclaim:       555904 kB
KernelStack:        1632 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1571496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 19:12:33