Trace number 3741360

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) 1802 1382.53

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-777800.opb
MD5SUMfa5c07257df1fb9de8867209807734ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-80
Best CPU time to get the best result obtained on this benchmark5.2452
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6400
Total number of constraints475
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)471
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6400
Number of terms in the objective function 6400
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 6400
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 6480
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100531
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/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-3741360-1338763202.opb
0.10/0.11	c reading problem ... 
0.54/0.35	c ... done. Wall clock time 0.244s.
0.54/0.35	c #vars     6400
0.54/0.35	c #constraints  476
0.54/0.35	c constraints type 
0.54/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 472
0.54/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.54/0.35	c constraints type 
0.54/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.54/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 472
53.17/25.43	c cleaning 2495 clauses out of 5000 with flag 5000/5000
115.23/56.23	c cleaning 4252 clauses out of 8505 with flag 11000/11000
191.19/94.01	c cleaning 5627 clauses out of 11254 with flag 18001/18001
280.01/138.51	c cleaning 6813 clauses out of 13626 with flag 26000/26000
293.93/145.90	c And the winner is CuttingPlanes
293.24/146.54	c SATISFIABLE
293.24/146.54	c OPTIMIZING...
293.24/146.54	c Got one! Elapsed wall clock time (in seconds):146.433
293.24/146.54	o -80
374.68/187.01	c cleaning 7906 clauses out of 15813 with flag 35000/35000
494.90/247.29	c cleaning 8952 clauses out of 17907 with flag 45000/45000
616.99/310.58	c cleaning 9478 clauses out of 18955 with flag 55000/55000
778.01/413.52	c cleaning 9738 clauses out of 19477 with flag 65000/65000
1217.19/798.41	Exception in thread "Thread-5" java.lang.OutOfMemoryError: Java heap space
1218.99/800.23		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1220.79/802.06		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1220.79/802.06		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1220.79/802.06		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1220.79/802.06		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1220.79/802.06		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1222.59/803.90		at org.sat4j.multicore.RunnableSolver.run(Unknown Source)
1226.29/807.54		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-3741360-1338763202/watcher-3741360-1338763202 -o /tmp/evaluation-result-3741360-1338763202/solver-3741360-1338763202 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741360-1338763202.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: 4.19 4.07 3.89 3/200 26135
/proc/meminfo: memFree=28509208/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26135/stat : 26135 (java) R 26133 26135 19811 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 342444983 23793664 712 33554432000 1073741824 1073778376 140733326617680 140733326606744 215115412840 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 5809 712 527 9 0 128 0

[startup+0.0497449 s]
/proc/loadavg: 4.19 4.07 3.89 3/200 26135
/proc/meminfo: memFree=28509208/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 3795 0 1 0 3 0 0 0 20 0 13 0 342444983 2423889920 4492 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 591770 4492 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100301 s]
/proc/loadavg: 4.19 4.07 3.89 3/200 26135
/proc/meminfo: memFree=28509208/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 4794 0 1 0 9 1 0 0 20 0 18 0 342444983 2764726272 5978 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 674982 5978 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300174 s]
/proc/loadavg: 4.19 4.07 3.89 3/200 26135
/proc/meminfo: memFree=28509208/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 6511 0 1 0 52 2 0 0 20 0 18 0 342444983 2764726272 12080 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 674982 12080 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2699928

[startup+0.700168 s]
/proc/loadavg: 4.19 4.07 3.89 3/200 26135
/proc/meminfo: memFree=28509208/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=1.92 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 11024 0 1 0 189 3 0 0 20 0 22 0 342444983 3037372416 29069 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 29069 2247 9 0 732240 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2966184

[startup+1.50075 s]
/proc/loadavg: 4.19 4.07 3.89 7/222 26157
/proc/meminfo: memFree=28355640/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=4.48 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 23487 0 1 0 442 6 0 0 20 0 22 0 342444983 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 56855 2249 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 2885 0 1 0 31 2 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406979867800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26133 26135 19811 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342444985 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406625241192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406622083600 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9159 0 0 0 90 2 0 0 20 0 22 0 342444988 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26151] ppid=26133 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26133 26135 19811 0 -1 4202560 10085 0 0 0 91 2 0 0 20 0 22 0 342444988 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406619978424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26152] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406618926072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26153] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406617873736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26154] ppid=26133 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) R 26133 26135 19811 0 -1 4202560 44 0 0 0 112 0 0 0 20 0 22 0 342445019 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406616786944 140406852765122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26155] ppid=26133 vsize=2966184 CPUtime=1.11 cores=0,2,4,6
/proc/26135/task/26155/stat : 26155 (java) R 26133 26135 19811 0 -1 4202560 113 0 0 0 110 1 0 0 20 0 22 0 342445019 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406615736408 140406853217746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26156] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26156/stat : 26156 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342445029 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406614684712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26157] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26157/stat : 26157 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342445029 3037372416 56855 33554432000 1073741824 1073778376 140733326617680 140406613632168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 4.19 4.07 3.89 5/222 26157
/proc/meminfo: memFree=28209924/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=7.73 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 23653 0 1 0 760 13 0 0 20 0 22 0 342444983 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 110639 2262 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 2885 0 1 0 31 2 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406979867800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342444984 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342444985 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406625241192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406622083600 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9160 0 0 0 91 2 0 0 20 0 22 0 342444988 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26151] ppid=26133 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26133 26135 19811 0 -1 4202560 10085 0 0 0 91 2 0 0 20 0 22 0 342444988 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406619978424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26152] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406618926072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26153] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406617873736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26154] ppid=26133 vsize=2966184 CPUtime=2.68 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) R 26133 26135 19811 0 -1 4202560 47 0 0 0 268 0 0 0 20 0 22 0 342445019 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406616787016 140406852820572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26155] ppid=26133 vsize=2966184 CPUtime=2.67 cores=0,2,4,6
/proc/26135/task/26155/stat : 26155 (java) R 26133 26135 19811 0 -1 4202560 201 0 0 0 263 4 0 0 20 0 22 0 342445019 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406615734968 140406853213953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26156] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26156/stat : 26156 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342445029 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406614684712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26157] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26157/stat : 26157 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342445029 3037372416 110639 33554432000 1073741824 1073778376 140733326617680 140406613632168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 4.10 4.05 3.89 5/222 26157
/proc/meminfo: memFree=28076180/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=14.22 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 23771 0 1 0 1402 20 0 0 20 0 22 0 342444983 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 124744 2262 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 2885 0 1 0 31 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406979867800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 24 0 0 0 0 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 20 0 0 0 0 2 0 0 20 0 22 0 342444984 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342444985 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406625241192 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342444986 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342444988 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406622083600 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9163 0 0 0 92 2 0 0 20 0 22 0 342444988 3037372416 124744 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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


[startup+1382.2 s]
/proc/loadavg: 2.97 2.87 3.14 4/221 26284
/proc/meminfo: memFree=27092948/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=1800.43 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 26388 0 1 0 179888 155 0 0 20 0 21 0 342444983 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 360037 2276 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 3412 0 1 0 37 4 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406979867800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 213 0 0 0 104 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 257 0 0 0 117 15 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 186 0 0 0 109 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 218 0 0 0 111 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 191 0 0 0 107 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 238 0 0 0 122 13 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 187 0 0 0 117 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 193 0 0 0 98 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=965.33 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) R 26133 26135 19811 0 -1 4202560 155 0 0 0 96508 25 0 0 20 0 21 0 342444985 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406625241352 140406984003927 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406622079160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9265 0 0 0 135 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26133 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26133 26135 19811 0 -1 4202560 10096 0 0 0 103 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406619978424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406618926072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26153] ppid=26133 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26133 26135 19811 0 -1 4202560 78 0 0 0 34 32 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406617873736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26156] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26156/stat : 26156 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406614684712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26157] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26157/stat : 26157 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406613632168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26159] ppid=26133 vsize=2966184 CPUtime=268.48 cores=0,2,4,6
/proc/26135/task/26159/stat : 26159 (java) S 26133 26135 19811 0 -1 4202560 179 0 0 0 26843 5 0 0 20 0 21 0 342459638 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406615736152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 2966184

[startup+1382.4 s]
/proc/loadavg: 2.97 2.87 3.14 4/221 26284
/proc/meminfo: memFree=27092948/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=1800.63 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 26388 0 1 0 179908 155 0 0 20 0 21 0 342444983 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 360037 2276 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 3412 0 1 0 37 4 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406979867512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 213 0 0 0 104 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 257 0 0 0 117 15 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 186 0 0 0 109 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 218 0 0 0 111 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 191 0 0 0 107 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 238 0 0 0 122 13 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 187 0 0 0 117 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 193 0 0 0 98 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=965.53 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) R 26133 26135 19811 0 -1 4202560 155 0 0 0 96528 25 0 0 20 0 21 0 342444985 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406625241352 140406982062690 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406622079160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9265 0 0 0 135 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26133 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26133 26135 19811 0 -1 4202560 10096 0 0 0 103 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406619978424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406618926072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26153] ppid=26133 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26133 26135 19811 0 -1 4202560 78 0 0 0 34 32 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406617873736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26156] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26156/stat : 26156 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406614684712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26157] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26157/stat : 26157 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406613632168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26159] ppid=26133 vsize=2966184 CPUtime=268.48 cores=0,2,4,6
/proc/26135/task/26159/stat : 26159 (java) S 26133 26135 19811 0 -1 4202560 179 0 0 0 26843 5 0 0 20 0 21 0 342459638 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406615736152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 2966184

[startup+1382.5 s]
/proc/loadavg: 2.97 2.87 3.14 4/221 26284
/proc/meminfo: memFree=27092948/32873844 swapFree=7620/7620
[pid=26135] ppid=26133 vsize=2966184 CPUtime=1800.73 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26133 26135 19811 0 -1 4202496 26388 0 1 0 179918 155 0 0 20 0 21 0 342444983 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140733326608816 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26135/statm: 741546 360037 2276 9 0 732240 0
[pid=26135/tid=26137] ppid=26133 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/26135/task/26137/stat : 26137 (java) S 26133 26135 19811 0 -1 4202560 3412 0 1 0 37 4 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406979867512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26133 vsize=2966184 CPUtime=1.16 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26133 26135 19811 0 -1 4202560 213 0 0 0 104 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406846429352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26139] ppid=26133 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26133 26135 19811 0 -1 4202560 257 0 0 0 117 15 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406845376808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26140] ppid=26133 vsize=2966184 CPUtime=1.2 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26133 26135 19811 0 -1 4202560 186 0 0 0 109 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406844324264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26141] ppid=26133 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26133 26135 19811 0 -1 4202560 218 0 0 0 111 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406641650216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26142] ppid=26133 vsize=2966184 CPUtime=1.18 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26133 26135 19811 0 -1 4202560 191 0 0 0 107 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406640597672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26133 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26133 26135 19811 0 -1 4202560 238 0 0 0 122 13 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406639545128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26133 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26133 26135 19811 0 -1 4202560 187 0 0 0 117 11 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406638492584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26133 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26133 26135 19811 0 -1 4202560 193 0 0 0 98 12 0 0 20 0 21 0 342444984 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406637440040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26133 vsize=2966184 CPUtime=965.63 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) R 26133 26135 19811 0 -1 4202560 155 0 0 0 96538 25 0 0 20 0 21 0 342444985 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406625241352 140406985993359 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26133 26135 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406624187512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26148] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444986 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406623134856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26149] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26133 26135 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406622079160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26150] ppid=26133 vsize=2966184 CPUtime=1.37 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26133 26135 19811 0 -1 4202560 9265 0 0 0 135 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406621030968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26133 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26133 26135 19811 0 -1 4202560 10096 0 0 0 103 2 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406619978424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26133 26135 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406618926072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26153] ppid=26133 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26133 26135 19811 0 -1 4202560 78 0 0 0 34 32 0 0 20 0 21 0 342444988 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406617873736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26156] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26156/stat : 26156 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406614684712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26157] ppid=26133 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26157/stat : 26157 (java) S 26133 26135 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 342445029 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406613632168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26159] ppid=26133 vsize=2966184 CPUtime=268.48 cores=0,2,4,6
/proc/26135/task/26159/stat : 26159 (java) S 26133 26135 19811 0 -1 4202560 179 0 0 0 26843 5 0 0 20 0 21 0 342459638 3037372416 360037 33554432000 1073741824 1073778376 140733326617680 140406615736152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.73
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 26135 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=976970
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=952703
# CPU time returned by wait4() is 1797.93
# while last known CPU time is 1800.73
#
# 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): 1.26999
#  lost CPU user time (s): 1.36002
#  lost CPU system time (s): -0.0899999

Real time (s): 1382.53
CPU time (s): 1802
CPU user time (s): 1800.54
CPU system time (s): 1.46
CPU usage (%): 130.341
Max. virtual memory (cumulated for all children) (KiB): 2968100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.98
system time used= 1.9527
maximum resident set size= 1440148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26388
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= 34245
involuntary context switches= 18676

runsolver used 2.84257 second user time and 6.80896 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 00:40:02
IDJOB=3741360
IDBENCH=89843
IDSOLVER=2324
FILE ID=node135/3741360-1338763202
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70980 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-777800.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741360-1338763202/watcher-3741360-1338763202 -o /tmp/evaluation-result-3741360-1338763202/solver-3741360-1338763202 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741360-1338763202.opb

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

MD5SUM BENCH= fa5c07257df1fb9de8867209807734ca
RANDOM SEED=265627236

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5238.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28509208 kB
Buffers:          384440 kB
Cached:          2564512 kB
SwapCached:         1672 kB
Active:          1742972 kB
Inactive:        1759772 kB
Active(anon):     544072 kB
Inactive(anon):    12036 kB
Active(file):    1198900 kB
Inactive(file):  1747736 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:               840 kB
Writeback:            16 kB
AnonPages:        570028 kB
Mapped:            18764 kB
Shmem:               132 kB
Slab:             709592 kB
SReclaimable:     151232 kB
SUnreclaim:       558360 kB
KernelStack:        1656 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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= 70980 MiB
End job on node135 at 2012-06-04 01:03:05