Trace number 4080379

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 622.92 309.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.4012
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080379-1465218631.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
3.42/2.03	c ... done. Wall clock time 1.916s.
3.42/2.03	c declared #vars     84836
3.42/2.03	c #constraints  245062
3.42/2.03	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.42/2.03	c constraints type 
3.42/2.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
3.42/2.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.42/2.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
3.42/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
3.42/2.03	c 245062 constraints processed.
3.42/2.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.42/2.03	c constraints type 
3.42/2.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
3.42/2.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
3.42/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
3.42/2.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.42/2.03	c 245062 constraints processed.
13.17/6.04	c cleaning 2495 clauses out of 4998 with flag 14665/5000
30.12/14.37	c cleaning 4245 clauses out of 8503 with flag 43919/11000
35.73/17.18	c cleaning 0 clauses out of 4998 with flag 0/5000
44.81/21.59	c cleaning 5621 clauses out of 11256 with flag 85055/18000
58.91/28.49	c cleaning 6805 clauses out of 13633 with flag 131357/26000
75.38/36.67	c cleaning 7899 clauses out of 15828 with flag 185164/35000
98.71/48.26	c cleaning 8946 clauses out of 17927 with flag 263355/45000
114.56/56.11	c cleaning 9978 clauses out of 19978 with flag 338617/56000
129.42/63.53	c cleaning 10998 clauses out of 22000 with flag 426419/68003
131.42/64.60	c cleaning 0 clauses out of 10986 with flag 0/11000
157.86/77.68	c cleaning 11989 clauses out of 23996 with flag 541315/81000
197.18/97.25	c cleaning 12987 clauses out of 25999 with flag 681671/95000
242.49/119.86	c cleaning 14004 clauses out of 28011 with flag 822374/110000
280.84/138.90	c cleaning 14980 clauses out of 30005 with flag 974072/126000
340.65/168.71	c cleaning 16005 clauses out of 32021 with flag 1160823/143000
426.38/211.38	c cleaning 17007 clauses out of 34020 with flag 1420794/161006
520.62/258.27	c cleaning 17985 clauses out of 36007 with flag 1714593/180001
582.93/289.17	c cleaning 0 clauses out of 17985 with flag 0/18000
622.59/308.87	c And the winner is solver0
622.79/309.18	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
622.79/309.18	c starts		: 871
622.79/309.18	c conflicts		: 199374
622.79/309.18	c decisions		: 813067
622.79/309.18	c propagations		: 626397489
622.79/309.18	c inspects		: 1670872418
622.79/309.18	c shortcuts		: 0
622.79/309.18	c learnt literals	: 41
622.79/309.18	c learnt binary clauses	: 305
622.79/309.18	c learnt ternary clauses	: 603
622.79/309.18	c learnt constraints	: 199332
622.79/309.18	c ignored constraints	: 0
622.79/309.18	c root simplifications	: 0
622.79/309.18	c removed literals (reason simplification)	: 2815854
622.79/309.18	c reason swapping (by a shorter reason)	: 0
622.79/309.18	c Calls to reduceDB	: 15
622.79/309.18	c Number of update (reduction) of LBD	: 93103
622.79/309.18	c Imported unit clauses	: 0
622.79/309.18	c number of reductions to clauses (during analyze)	: 0
622.79/309.18	c number of learned constraints concerned by reduction	: 0
622.79/309.18	c number of learning phase by resolution	: 0
622.79/309.18	c number of learning phase by cutting planes	: 0
622.79/309.18	c speed (assignments/second)	: 2039671.8049409487
622.79/309.18	c non guided choices	7640
622.79/309.20	c learnt constraints type 
622.79/309.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 305
622.79/309.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37083
622.79/309.20	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
622.79/309.20	c starts		: 45
622.79/309.20	c conflicts		: 19547
622.79/309.20	c decisions		: 55470
622.79/309.20	c propagations		: 57716689
622.79/309.20	c inspects		: 532034663
622.79/309.20	c shortcuts		: 0
622.79/309.20	c learnt literals	: 15
622.79/309.20	c learnt binary clauses	: 177
622.79/309.20	c learnt ternary clauses	: 164
622.79/309.20	c learnt constraints	: 19531
622.79/309.20	c ignored constraints	: 0
622.79/309.20	c root simplifications	: 0
622.79/309.20	c removed literals (reason simplification)	: 0
622.79/309.20	c reason swapping (by a shorter reason)	: 0
622.79/309.20	c Calls to reduceDB	: 3
622.79/309.20	c Number of update (reduction) of LBD	: 0
622.79/309.20	c Imported unit clauses	: 0
622.79/309.20	c number of reductions to clauses (during analyze)	: 0
622.79/309.20	c number of learned constraints concerned by reduction	: 0
622.79/309.20	c number of learning phase by resolution	: 0
622.79/309.20	c number of learning phase by cutting planes	: 0
622.79/309.20	c speed (assignments/second)	: 187925.1154249396
622.79/309.20	c non guided choices	4249
622.79/309.20	c learnt constraints type 
622.79/309.20	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2499
622.79/309.20	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 177
622.79/309.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16855
622.79/309.20	s UNSATISFIABLE
622.79/309.20	c Total wall clock time (in seconds): 309.091

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-4080379-1465218631/watcher-4080379-1465218631 -o /tmp/evaluation-result-4080379-1465218631/solver-4080379-1465218631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080379-1465218631.opb 

pid=2708
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.02 3.56 3.24 4/198 2711
/proc/meminfo: memFree=30675040/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 103797693 98570240 976 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 24065 976 743 9 0 16771 0
[pid=2711/tid=2712] ppid=2708 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103797693 98570240 976 33554432000 1073741824 1073778376 140733222645216 139767015919144 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 3.02 3.56 3.24 4/198 2711
/proc/meminfo: memFree=30675040/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 4421 0 1 0 9 1 0 0 20 0 18 0 103797693 9787879424 6043 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2389619 6043 2126 9 0 2380296 0
[pid=2711/tid=2712] ppid=2708 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 2391 0 1 0 6 1 0 0 20 0 18 0 103797693 9787879424 6043 33554432000 1073741824 1073778376 140733222645216 139767015922592 139767018071436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 3.02 3.56 3.24 4/198 2711
/proc/meminfo: memFree=30675040/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 4712 0 1 0 24 1 0 0 20 0 18 0 103797693 9787879424 7803 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2389619 7803 2202 9 0 2380296 0
[pid=2711/tid=2712] ppid=2708 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 103797693 9787879424 7803 33554432000 1073741824 1073778376 140733222645216 139767015922592 139766842647565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 3.02 3.56 3.24 4/198 2711
/proc/meminfo: memFree=30675040/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 5590 0 1 0 47 1 0 0 20 0 18 0 103797693 9787879424 9526 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2389619 9526 2233 9 0 2380296 0
[pid=2711/tid=2712] ppid=2708 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 103797693 9787879424 9526 33554432000 1073741824 1073778376 140733222645216 139767015922592 139766842546371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700322 s]
/proc/loadavg: 3.02 3.56 3.24 4/198 2711
/proc/meminfo: memFree=30675040/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9558476 CPUtime=1.57 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 15472 0 1 0 153 4 0 0 20 0 18 0 103797693 9787879424 43315 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2389619 43315 2249 9 0 2380296 0
[pid=2711/tid=2712] ppid=2708 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 2467 0 1 0 64 3 0 0 20 0 18 0 103797693 9787879424 43315 33554432000 1073741824 1073778376 140733222645216 139767015922592 139766843104657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 3.18 3.58 3.25 4/216 2729
/proc/meminfo: memFree=30323044/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9558476 CPUtime=2.57 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 16029 0 1 0 247 10 0 0 20 0 18 0 103797693 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2389619 80600 2265 9 0 2380296 0
[pid=2711/tid=2712] ppid=2708 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) R 2708 2711 32147 0 -1 4202560 2521 0 1 0 135 4 0 0 20 0 18 0 103797693 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139767015915376 139766842959225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 114 0 0 0 1 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 126 0 0 0 5 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 84 0 0 0 4 0 0 0 20 0 18 0 103797694 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 103797695 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766839359592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103797696 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103797696 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2725/stat : 2725 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103797698 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766836202000 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2726] ppid=2708 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/2711/task/2726/stat : 2726 (java) S 2708 2711 32147 0 -1 4202560 5492 0 0 0 42 0 0 0 20 0 18 0 103797698 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766835149368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2727] ppid=2708 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/2711/task/2727/stat : 2727 (java) S 2708 2711 32147 0 -1 4202560 6251 0 0 0 44 0 0 0 20 0 18 0 103797698 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766834096824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103797698 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2729] ppid=2708 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2729/stat : 2729 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103797698 9787879424 80600 33554432000 1073741824 1073778376 140733222645216 139766831992136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558476

[startup+3.1009 s]
/proc/loadavg: 3.18 3.58 3.25 9/220 2733
/proc/meminfo: memFree=30147384/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9824732 CPUtime=6.67 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 16709 0 1 0 647 20 0 0 20 0 22 0 103797693 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2456183 110267 2281 9 0 2446860 0
[pid=2711/tid=2712] ppid=2708 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) S 2708 2711 32147 0 -1 4202560 2550 0 1 0 182 4 0 0 20 0 22 0 103797693 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139767015924600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 202 0 0 0 4 0 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 43 0 0 0 9 1 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 177 0 0 0 11 3 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 64 0 0 0 4 2 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 139 0 0 0 8 2 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 123 0 0 0 10 2 0 0 20 0 22 0 103797694 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103797695 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766839359592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2725/stat : 2725 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766836202000 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2726] ppid=2708 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/2711/task/2726/stat : 2726 (java) S 2708 2711 32147 0 -1 4202560 5509 0 0 0 106 0 0 0 20 0 22 0 103797698 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766835149368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2727] ppid=2708 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/2711/task/2727/stat : 2727 (java) R 2708 2711 32147 0 -1 4202560 6256 0 0 0 100 0 0 0 20 0 22 0 103797698 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766834096704 139767022728208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2729] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2729/stat : 2729 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766831992136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2730] ppid=2708 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/2711/task/2730/stat : 2730 (java) R 2708 2711 32147 0 -1 4202560 22 0 0 0 94 0 0 0 20 0 22 0 103797897 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766830935864 139766843585453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2731] ppid=2708 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/2711/task/2731/stat : 2731 (java) R 2708 2711 32147 0 -1 4202560 23 0 0 0 93 0 0 0 20 0 22 0 103797897 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766829883496 139766843593085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2732] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2732/stat : 2732 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766828831784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2733] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2733/stat : 2733 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 110267 33554432000 1073741824 1073778376 140733222645216 139766827779240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.18 3.58 3.25 4/216 2797
/proc/meminfo: memFree=30157652/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9824732 CPUtime=13.82 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 20015 0 1 0 1350 32 0 0 20 0 22 0 103797693 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2456183 241927 2291 9 0 2446860 0
[pid=2711/tid=2712] ppid=2708 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) S 2708 2711 32147 0 -1 4202560 2552 0 1 0 182 4 0 0 20 0 22 0 103797693 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139767015924600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 211 0 0 0 6 2 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 109 0 0 0 11 2 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 114 0 0 0 9 2 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 215 0 0 0 13 4 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 154 0 0 0 11 3 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 22 0 103797694 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 489 0 0 0 0 0 0 0 20 0 22 0 103797695 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766839359592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 241927 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/2711/task/2727/stat : 2727 (java) S 2708 2711 32147 0 -1 4202560 11042 0 0 0 183 2 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766834096824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2729] ppid=2708 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2711/task/2729/stat : 2729 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 5 4 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766831992136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2730] ppid=2708 vsize=9824732 CPUtime=301.82 cores=0,2,4,6
/proc/2711/task/2730/stat : 2730 (java) R 2708 2711 32147 0 -1 4202560 38 0 0 0 30178 4 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766830935216 139766843619293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2731] ppid=2708 vsize=9824732 CPUtime=301.85 cores=0,2,4,6
/proc/2711/task/2731/stat : 2731 (java) R 2708 2711 32147 0 -1 4202560 1830 0 0 0 30148 37 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766829883912 139766843289677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2732] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2732/stat : 2732 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766828831784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2733] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2733/stat : 2733 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766827779240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 619.39
Current children cumulated vsize (KiB) 9824732

[startup+308.001 s]
/proc/loadavg: 4.30 4.01 3.52 5/219 3077
/proc/meminfo: memFree=25969104/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9824732 CPUtime=621 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 26537 0 1 0 62006 94 0 0 20 0 22 0 103797693 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2456183 614596 2291 9 0 2446860 0
[pid=2711/tid=2712] ppid=2708 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) S 2708 2711 32147 0 -1 4202560 2556 0 1 0 183 5 0 0 20 0 22 0 103797693 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139767015924600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 323 0 0 0 99 4 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 221 0 0 0 107 4 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 213 0 0 0 91 6 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 324 0 0 0 99 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 272 0 0 0 105 6 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 216 0 0 0 102 5 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 321 0 0 0 104 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 292 0 0 0 114 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 1281 0 0 0 2 8 0 0 20 0 22 0 103797695 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766839359592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2725/stat : 2725 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766836202000 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2726] ppid=2708 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/2711/task/2726/stat : 2726 (java) S 2708 2711 32147 0 -1 4202560 6326 0 0 0 150 1 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766835149368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2727] ppid=2708 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2711/task/2727/stat : 2727 (java) S 2708 2711 32147 0 -1 4202560 11042 0 0 0 183 2 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766834096824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2729] ppid=2708 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2711/task/2729/stat : 2729 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 5 4 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766831992136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2730] ppid=2708 vsize=9824732 CPUtime=302.63 cores=0,2,4,6
/proc/2711/task/2730/stat : 2730 (java) R 2708 2711 32147 0 -1 4202560 38 0 0 0 30259 4 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766830935216 139766843551082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2731] ppid=2708 vsize=9824732 CPUtime=302.66 cores=0,2,4,6
/proc/2711/task/2731/stat : 2731 (java) R 2708 2711 32147 0 -1 4202560 1830 0 0 0 30229 37 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766829883792 139766843496257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2732] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2732/stat : 2732 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766828831784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2733] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2733/stat : 2733 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766827779240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 621
Current children cumulated vsize (KiB) 9824732

[startup+308.801 s]
/proc/loadavg: 4.30 4.01 3.52 5/219 3077
/proc/meminfo: memFree=25969104/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9824732 CPUtime=622.59 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 26537 0 1 0 62165 94 0 0 20 0 22 0 103797693 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2456183 614596 2291 9 0 2446860 0
[pid=2711/tid=2712] ppid=2708 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) S 2708 2711 32147 0 -1 4202560 2556 0 1 0 183 5 0 0 20 0 22 0 103797693 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139767015924600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 323 0 0 0 99 4 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 221 0 0 0 107 4 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 213 0 0 0 91 6 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 324 0 0 0 99 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 272 0 0 0 105 6 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 216 0 0 0 102 5 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 321 0 0 0 104 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 292 0 0 0 114 7 0 0 20 0 22 0 103797694 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 1281 0 0 0 2 8 0 0 20 0 22 0 103797695 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766839359592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103797696 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2725/stat : 2725 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766836202000 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2726] ppid=2708 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/2711/task/2726/stat : 2726 (java) S 2708 2711 32147 0 -1 4202560 6326 0 0 0 150 1 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766835149368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2727] ppid=2708 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2711/task/2727/stat : 2727 (java) S 2708 2711 32147 0 -1 4202560 11042 0 0 0 183 2 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766834096824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2729] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2729/stat : 2729 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 6 4 0 0 20 0 22 0 103797698 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766831992136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2730] ppid=2708 vsize=9824732 CPUtime=303.42 cores=0,2,4,6
/proc/2711/task/2730/stat : 2730 (java) R 2708 2711 32147 0 -1 4202560 38 0 0 0 30338 4 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766830935216 139766843398736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2731] ppid=2708 vsize=9824732 CPUtime=303.45 cores=0,2,4,6
/proc/2711/task/2731/stat : 2731 (java) R 2708 2711 32147 0 -1 4202560 1830 0 0 0 30308 37 0 0 20 0 22 0 103797897 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766829883792 139766843288739 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2732] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2732/stat : 2732 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766828831784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2733] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2733/stat : 2733 (java) S 2708 2711 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103797901 10060525568 614596 33554432000 1073741824 1073778376 140733222645216 139766827779240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 622.59
Current children cumulated vsize (KiB) 9824732

[startup+309.21 s]
/proc/loadavg: 4.30 4.01 3.52 4/217 3077
/proc/meminfo: memFree=25969164/32872528 swapFree=12208/1156848
[pid=2711] ppid=2708 vsize=9824732 CPUtime=621.6 cores=0,2,4,6
/proc/2711/stat : 2711 (java) S 2708 2711 32147 0 -1 4202496 26554 0 1 0 62053 107 0 0 20 0 17 0 103797693 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 140733222636352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2711/statm: 2456183 614587 2292 9 0 2446860 0
[pid=2711/tid=2712] ppid=2708 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/2711/task/2712/stat : 2712 (java) S 2708 2711 32147 0 -1 4202560 2557 0 1 0 183 5 0 0 20 0 17 0 103797693 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139767015924728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2714] ppid=2708 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/2711/task/2714/stat : 2714 (java) S 2708 2711 32147 0 -1 4202560 323 0 0 0 99 4 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766977415336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2715] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2715/stat : 2715 (java) S 2708 2711 32147 0 -1 4202560 221 0 0 0 107 4 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766976362792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2716] ppid=2708 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/2711/task/2716/stat : 2716 (java) S 2708 2711 32147 0 -1 4202560 213 0 0 0 91 6 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766975310248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2717] ppid=2708 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/2711/task/2717/stat : 2717 (java) S 2708 2711 32147 0 -1 4202560 324 0 0 0 99 7 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766974257704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2718] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2718/stat : 2718 (java) S 2708 2711 32147 0 -1 4202560 272 0 0 0 105 6 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766973205160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2719] ppid=2708 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/2711/task/2719/stat : 2719 (java) S 2708 2711 32147 0 -1 4202560 216 0 0 0 102 5 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766972152616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2720] ppid=2708 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/2711/task/2720/stat : 2720 (java) S 2708 2711 32147 0 -1 4202560 321 0 0 0 104 7 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766971100072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2721] ppid=2708 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/2711/task/2721/stat : 2721 (java) S 2708 2711 32147 0 -1 4202560 292 0 0 0 114 7 0 0 20 0 17 0 103797694 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766970047528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2722] ppid=2708 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/2711/task/2722/stat : 2722 (java) S 2708 2711 32147 0 -1 4202560 1281 0 0 0 2 8 0 0 20 0 17 0 103797695 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766839359144 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2711/tid=2723] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2723/stat : 2723 (java) S 2708 2711 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 103797696 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766838305912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2724] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2724/stat : 2724 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 103797696 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766837253256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2725] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2725/stat : 2725 (java) S 2708 2711 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 103797698 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766836200776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2711/tid=2726] ppid=2708 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2711/task/2726/stat : 2726 (java) S 2708 2711 32147 0 -1 4202560 6329 0 0 0 151 1 0 0 20 0 17 0 103797698 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766835126296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2711/tid=2727] ppid=2708 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2711/task/2727/stat : 2727 (java) S 2708 2711 32147 0 -1 4202560 11042 0 0 0 184 2 0 0 20 0 17 0 103797698 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766834087848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2711/tid=2728] ppid=2708 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2711/task/2728/stat : 2728 (java) S 2708 2711 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 103797698 10060525568 614587 33554432000 1073741824 1073778376 140733222645216 139766833044472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 621.6
Current children cumulated vsize (KiB) 9824732

Child status: 20

# 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.18994
#  lost CPU user time (s): 1.31995
#  lost CPU system time (s): -0.13

Real time (s): 309.23
CPU time (s): 622.92
CPU user time (s): 621.819
CPU system time (s): 1.10181
CPU usage (%): 201.442
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 620.499
system time used= 1.23181
maximum resident set size= 2890292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26554
page faults= 1
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10506
involuntary context switches= 17545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.17967 second user time and 2.85357 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 15:10:31
IDJOB=4080379
IDBENCH=1465
IDSOLVER=2543
FILE ID=node114/4080379-1465218631
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080379-1465218631/watcher-4080379-1465218631 -o /tmp/evaluation-result-4080379-1465218631/solver-4080379-1465218631 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080379-1465218631.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=545287103

node114.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.852
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.70
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.852
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.852
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.852
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.852
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.55
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.852
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.852
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.54
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.852
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:        30675420 kB
Buffers:           10372 kB
Cached:           126448 kB
SwapCached:         1736 kB
Active:           255504 kB
Inactive:          72404 kB
Active(anon):     192512 kB
Inactive(anon):     1200 kB
Active(file):      62992 kB
Inactive(file):    71204 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:             11460 kB
Writeback:             0 kB
AnonPages:       1358228 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             568936 kB
SReclaimable:      10696 kB
SUnreclaim:       558240 kB
KernelStack:        1616 kB
PageTables:         6972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1977756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 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= 71720 MiB
End job on node114 at 2016-06-06 15:15:41