Trace number 4080896

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.99 940.414

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
MD5SUMeb990cef1e91caace8f4ff76229f500a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2159
Best CPU time to get the best result obtained on this benchmark846.365
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36179984
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36179984
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
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 PB16.v20160501
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080896-1465312247.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
13.10/8.64	c ... done. Wall clock time 8.532s.
13.10/8.64	c declared #vars     399113
13.10/8.64	c #constraints  400980
13.10/8.64	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
13.10/8.64	c constraints type 
13.10/8.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.10/8.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.10/8.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.10/8.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.10/8.64	c 400980 constraints processed.
13.10/8.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
13.10/8.64	c constraints type 
13.10/8.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.10/8.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.10/8.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.10/8.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.10/8.64	c 400980 constraints processed.
13.10/8.64	c objective function length is 340553 literals
22.88/13.08	c And the winner is solver0
23.09/13.19	c SATISFIABLE
23.09/13.19	c OPTIMIZING...
23.09/13.19	c Got one! Elapsed wall clock time (in seconds):13.081
23.09/13.19	o -2195
72.51/38.88	c And the winner is solver1
72.74/39.09	c Got one! Elapsed wall clock time (in seconds):38.981
72.74/39.09	o -3072
534.52/273.00	c cleaning 2770 clauses out of 5556 with flag 13451/5566
1763.98/902.23	Exception in thread "Thread-8" java.lang.OutOfMemoryError: Java heap space
1763.98/902.23		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1763.98/902.23		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
1763.98/902.23		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
1763.98/902.23		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:238)
1763.98/902.23		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
1763.98/902.23		at org.sat4j.minisat.core.Solver.analyze(Solver.java:637)
1763.98/902.23		at org.sat4j.minisat.core.Solver.search(Solver.java:1310)
1763.98/902.23		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1811)
1763.98/902.23		at org.sat4j.tools.RunnableSolver.run(ManyCore.java:634)
1763.98/902.23		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080896-1465312247/watcher-4080896-1465312247 -o /tmp/evaluation-result-4080896-1465312247/solver-4080896-1465312247 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465299561-13656 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080896-1465312247.opb 

pid=16206
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.75 3.97 4.03 4/198 16209
/proc/meminfo: memFree=28091956/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 113159803 98570240 977 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 24065 977 743 9 0 16771 0
[pid=16209/tid=16210] ppid=16206 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 113159804 98570240 978 33554432000 1073741824 1073778376 140736970465024 139787899625000 270118241664 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 3.75 3.97 4.03 4/198 16209
/proc/meminfo: memFree=28091956/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 4540 0 1 0 10 1 0 0 20 0 18 0 113159803 9787879424 5659 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 5659 2156 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 2440 0 1 0 8 0 0 0 20 0 18 0 113159804 9787879424 5659 33554432000 1073741824 1073778376 140736970465024 139787899628168 139787771689957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 3.75 3.97 4.03 4/198 16209
/proc/meminfo: memFree=28091956/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 5122 0 1 0 29 1 0 0 20 0 18 0 113159803 9787879424 11164 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 11164 2221 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 2460 0 1 0 16 1 0 0 20 0 18 0 113159804 9787879424 11164 33554432000 1073741824 1073778376 140736970465024 139787899628168 139787771644067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300343 s]
/proc/loadavg: 3.75 3.97 4.03 4/198 16209
/proc/meminfo: memFree=28091956/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 5889 0 1 0 47 2 0 0 20 0 18 0 113159803 9787879424 17101 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 17613 2232 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 2472 0 1 0 26 1 0 0 20 0 18 0 113159804 9787879424 17613 33554432000 1073741824 1073778376 140736970465024 139787899628168 139787907394387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700325 s]
/proc/loadavg: 3.75 3.97 4.03 4/198 16209
/proc/meminfo: memFree=28091956/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=0.98 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 6085 0 1 0 92 6 0 0 20 0 18 0 113159803 9787879424 46899 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 46899 2248 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 2516 0 1 0 61 3 0 0 20 0 18 0 113159804 9787879424 46899 33554432000 1073741824 1073778376 140736970465024 139787899621120 139787772028876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.52128 s]
/proc/loadavg: 3.75 3.97 4.03 6/216 16227
/proc/meminfo: memFree=27827408/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=3.03 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 22050 0 1 0 287 16 0 0 20 0 18 0 113159803 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 101572 2264 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) S 16206 16209 13640 0 -1 4202560 2570 0 1 0 134 4 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787899628152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) R 16206 16209 13640 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787743259736 139787902101177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) R 16206 16209 13640 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787742207192 139787902101193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) R 16206 16209 13640 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787741154136 139787903386735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) R 16206 16209 13640 0 -1 4202560 216 0 0 0 4 1 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787740101592 139787906528338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) R 16206 16209 13640 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787739048360 139787906526342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) R 16206 16209 13640 0 -1 4202560 224 0 0 0 1 1 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787737995992 139787903386764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) R 16206 16209 13640 0 -1 4202560 40 0 0 0 1 2 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787736942936 139787906526124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) R 16206 16209 13640 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 113159804 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787735890392 139787906525934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16206 16209 13640 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787723691784 270121612348 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787720534800 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10014 0 0 0 55 3 0 0 20 0 18 0 113159808 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 7453 0 0 0 65 2 0 0 20 0 18 0 113159808 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 101572 33554432000 1073741824 1073778376 140736970465024 139787716323912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 3.75 3.97 4.03 4/216 16227
/proc/meminfo: memFree=27258812/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=5.34 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 25307 0 1 0 484 50 0 0 20 0 18 0 113159803 9787879424 522182 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 522694 2264 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=2.7 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 3966 0 1 0 244 26 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787899621344 139787907394650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16206 16209 13640 0 -1 4202560 150 0 0 0 12 3 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787743259560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16206 16209 13640 0 -1 4202560 283 0 0 0 15 3 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787742207016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16206 16209 13640 0 -1 4202560 48 0 0 0 12 2 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787741153960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16206 16209 13640 0 -1 4202560 414 0 0 0 21 4 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787740101416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16206 16209 13640 0 -1 4202560 51 0 0 0 11 2 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787739048360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16206 16209 13640 0 -1 4202560 497 0 0 0 8 2 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787737995816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16206 16209 13640 0 -1 4202560 59 0 0 0 9 3 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787736942760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16206 16209 13640 0 -1 4202560 141 0 0 0 12 3 0 0 20 0 18 0 113159804 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787735890216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16206 16209 13640 0 -1 4202560 978 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787723692904 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787720534800 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10016 0 0 0 57 3 0 0 20 0 18 0 113159808 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 7453 0 0 0 65 2 0 0 20 0 18 0 113159808 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 522694 33554432000 1073741824 1073778376 140736970465024 139787716323912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 4.25 4.07 4.06 4/216 16227
/proc/meminfo: memFree=25129120/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9558476 CPUtime=10.39 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 28841 0 1 0 957 82 0 0 20 0 18 0 113159803 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2389619 741187 2264 9 0 2380296 0
[pid=16209/tid=16210] ppid=16206 vsize=9558476 CPUtime=5.25 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) R 16206 16209 13640 0 -1 4202560 4280 0 1 0 488 37 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787899621328 270121624845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16206 16209 13640 0 -1 4202560 797 0 0 0 46 5 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787743259560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16206 16209 13640 0 -1 4202560 338 0 0 0 41 6 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787742207016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16206 16209 13640 0 -1 4202560 675 0 0 0 38 4 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787741153960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16206 16209 13640 0 -1 4202560 526 0 0 0 47 7 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787740101416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16206 16209 13640 0 -1 4202560 122 0 0 0 48 6 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787739048360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16206 16209 13640 0 -1 4202560 955 0 0 0 28 5 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787737995816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16206 16209 13640 0 -1 4202560 703 0 0 0 33 5 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787736942760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16206 16209 13640 0 -1 4202560 460 0 0 0 48 6 0 0 20 0 18 0 113159804 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787735890216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) S 16206 16209 13640 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787723692904 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113159806 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787720534800 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10016 0 0 0 57 3 0 0 20 0 18 0 113159808 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 7453 0 0 0 65 2 0 0 20 0 18 0 113159808 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113159808 9787879424 741187 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=19635972/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9824732 CPUtime=1799.78 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 386009 0 1 0 179527 451 0 0 20 0 21 0 113159803 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2456183 2081473 2298 9 0 2446860 0
[pid=16209/tid=16210] ppid=16206 vsize=9824732 CPUtime=8.47 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) S 16206 16209 13640 0 -1 4202560 4310 0 1 0 808 39 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787899630168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16206 16209 13640 0 -1 4202560 28590 0 0 0 208 42 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787743259560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16206 16209 13640 0 -1 4202560 34013 0 0 0 212 53 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787742207016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16206 16209 13640 0 -1 4202560 35600 0 0 0 176 35 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787741153960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16206 16209 13640 0 -1 4202560 36716 0 0 0 187 41 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787740101416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16206 16209 13640 0 -1 4202560 36715 0 0 0 186 40 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787739048360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16206 16209 13640 0 -1 4202560 33804 0 0 0 181 55 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787737995816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16206 16209 13640 0 -1 4202560 44505 0 0 0 177 44 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787736942760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16206 16209 13640 0 -1 4202560 31142 0 0 0 193 50 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787735890216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9824732 CPUtime=53.81 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) R 16206 16209 13640 0 -1 4202560 78806 0 0 0 5364 17 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787723693064 139787906484392 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787720534344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10198 0 0 0 165 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 10202 0 0 0 178 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16206 16209 13640 0 -1 4202560 55 0 0 0 19 19 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787716323912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16234] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16234/stat : 16234 (java) S 16206 16209 13640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 113161163 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787713164072 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16236] ppid=16206 vsize=9824732 CPUtime=843.41 cores=0,2,4,6
/proc/16209/task/16236/stat : 16236 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 84328 13 0 0 20 0 21 0 113163751 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787715268424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16237] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16237/stat : 16237 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 113163756 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787712112296 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (KiB) 9824732

[startup+940.201 s]
/proc/loadavg: 3.35 3.86 4.00 5/218 16327
/proc/meminfo: memFree=19635972/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9824732 CPUtime=1799.98 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 386009 0 1 0 179547 451 0 0 20 0 21 0 113159803 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2456183 2081473 2298 9 0 2446860 0
[pid=16209/tid=16210] ppid=16206 vsize=9824732 CPUtime=8.47 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) S 16206 16209 13640 0 -1 4202560 4310 0 1 0 808 39 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787899630168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16206 16209 13640 0 -1 4202560 28590 0 0 0 208 42 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787743259560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16206 16209 13640 0 -1 4202560 34013 0 0 0 212 53 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787742207016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16206 16209 13640 0 -1 4202560 35600 0 0 0 176 35 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787741153960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16206 16209 13640 0 -1 4202560 36716 0 0 0 187 41 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787740101416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16206 16209 13640 0 -1 4202560 36715 0 0 0 186 40 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787739048360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16206 16209 13640 0 -1 4202560 33804 0 0 0 181 55 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787737995816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16206 16209 13640 0 -1 4202560 44505 0 0 0 177 44 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787736942760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16206 16209 13640 0 -1 4202560 31142 0 0 0 193 50 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787735890216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9824732 CPUtime=54.01 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) R 16206 16209 13640 0 -1 4202560 78806 0 0 0 5384 17 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787723693064 139787906484603 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787720534344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10198 0 0 0 165 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 10202 0 0 0 178 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16206 16209 13640 0 -1 4202560 55 0 0 0 19 19 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787716323912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16234] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16234/stat : 16234 (java) S 16206 16209 13640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 113161163 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787713164072 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16236] ppid=16206 vsize=9824732 CPUtime=843.41 cores=0,2,4,6
/proc/16209/task/16236/stat : 16236 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 84328 13 0 0 20 0 21 0 113163751 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787715268424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16237] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16237/stat : 16237 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 113163756 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787712112296 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (KiB) 9824732

[startup+940.301 s]
/proc/loadavg: 3.35 3.86 4.00 5/218 16327
/proc/meminfo: memFree=19635972/32872528 swapFree=13600/559348
[pid=16209] ppid=16206 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/16209/stat : 16209 (java) S 16206 16209 13640 0 -1 4202496 386009 0 1 0 179557 451 0 0 20 0 21 0 113159803 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 140736970456160 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16209/statm: 2456183 2081473 2298 9 0 2446860 0
[pid=16209/tid=16210] ppid=16206 vsize=9824732 CPUtime=8.47 cores=0,2,4,6
/proc/16209/task/16210/stat : 16210 (java) S 16206 16209 13640 0 -1 4202560 4310 0 1 0 808 39 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787899630168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16212] ppid=16206 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/16209/task/16212/stat : 16212 (java) S 16206 16209 13640 0 -1 4202560 28590 0 0 0 208 42 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787743259560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16213] ppid=16206 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/16209/task/16213/stat : 16213 (java) S 16206 16209 13640 0 -1 4202560 34013 0 0 0 212 53 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787742207016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16214] ppid=16206 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/16209/task/16214/stat : 16214 (java) S 16206 16209 13640 0 -1 4202560 35600 0 0 0 176 35 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787741153960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16215] ppid=16206 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/16209/task/16215/stat : 16215 (java) S 16206 16209 13640 0 -1 4202560 36716 0 0 0 187 41 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787740101416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16216] ppid=16206 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/16209/task/16216/stat : 16216 (java) S 16206 16209 13640 0 -1 4202560 36715 0 0 0 186 40 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787739048360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16217] ppid=16206 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/16209/task/16217/stat : 16217 (java) S 16206 16209 13640 0 -1 4202560 33804 0 0 0 181 55 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787737995816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16218] ppid=16206 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/16209/task/16218/stat : 16218 (java) S 16206 16209 13640 0 -1 4202560 44505 0 0 0 177 44 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787736942760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16219] ppid=16206 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/16209/task/16219/stat : 16219 (java) S 16206 16209 13640 0 -1 4202560 31142 0 0 0 193 50 0 0 20 0 21 0 113159804 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787735890216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16220] ppid=16206 vsize=9824732 CPUtime=54.11 cores=0,2,4,6
/proc/16209/task/16220/stat : 16220 (java) R 16206 16209 13640 0 -1 4202560 78806 0 0 0 5394 17 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787723693064 139787903791343 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16221] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16221/stat : 16221 (java) S 16206 16209 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787722639224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16222] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16222/stat : 16222 (java) S 16206 16209 13640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 113159806 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787721586056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16223] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16223/stat : 16223 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787720534344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16224] ppid=16206 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/16209/task/16224/stat : 16224 (java) S 16206 16209 13640 0 -1 4202560 10198 0 0 0 165 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787719481656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16225] ppid=16206 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/16209/task/16225/stat : 16225 (java) S 16206 16209 13640 0 -1 4202560 10202 0 0 0 178 3 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787718429112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16226] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16226/stat : 16226 (java) S 16206 16209 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787717376248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16209/tid=16227] ppid=16206 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16209/task/16227/stat : 16227 (java) S 16206 16209 13640 0 -1 4202560 55 0 0 0 19 19 0 0 20 0 21 0 113159808 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787716323912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16209/tid=16234] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16234/stat : 16234 (java) S 16206 16209 13640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 113161163 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787713164072 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16209/tid=16236] ppid=16206 vsize=9824732 CPUtime=843.41 cores=0,2,4,6
/proc/16209/task/16236/stat : 16236 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 84328 13 0 0 20 0 21 0 113163751 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787715268424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16209/tid=16237] ppid=16206 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16209/task/16237/stat : 16237 (java) S 16206 16209 13640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 113163756 10060525568 2081473 33554432000 1073741824 1073778376 140736970465024 139787712112296 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16209 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=331372
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=949247
# CPU time returned by wait4() is 1798.28
# while last known CPU time is 1800.08
#
# 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.91003
#  lost CPU user time (s): 2.03003
#  lost CPU system time (s): -0.12

Real time (s): 940.414
CPU time (s): 1801.99
CPU user time (s): 1797.6
CPU system time (s): 4.39
CPU usage (%): 191.617
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 4.94925
maximum resident set size= 8358724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386009
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46393
involuntary context switches= 26105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95309 second user time and 8.00378 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-07 17:10:48
IDJOB=4080896
IDBENCH=92274
IDSOLVER=2543
FILE ID=node106/4080896-1465312247
RUNJOBID= node106-1465299561-13656
PBS_JOBID= 19848087
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080896-1465312247/watcher-4080896-1465312247 -o /tmp/evaluation-result-4080896-1465312247/solver-4080896-1465312247 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465299561-13656 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080896-1465312247.opb

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

MD5SUM BENCH= eb990cef1e91caace8f4ff76229f500a
RANDOM SEED=1333839510

node106.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.775
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.55
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.775
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.55
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.775
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.56
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.775
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.775
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.64
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.775
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.56
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.775
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	: 5332.55
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.775
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:       32872528 kB
MemFree:        28092220 kB
Buffers:          147252 kB
Cached:           378112 kB
SwapCached:         1820 kB
Active:          3112508 kB
Inactive:         365004 kB
Active(anon):    2953028 kB
Inactive(anon):     1332 kB
Active(file):     159480 kB
Inactive(file):   363672 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:             63464 kB
Writeback:             0 kB
AnonPages:       3512952 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             605832 kB
SReclaimable:      49344 kB
SUnreclaim:       556488 kB
KernelStack:        1616 kB
PageTables:        11132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3819572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3436544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node106 at 2016-06-07 17:26:29