Trace number 4080361

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 55.5056 27.0516

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark5.69813
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.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.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-4080361-1465218974.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
3.32/1.97	c ... done. Wall clock time 1.86s.
3.32/1.97	c declared #vars     87751
3.32/1.98	c #constraints  254772
3.32/1.98	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.32/1.98	c constraints type 
3.32/1.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81085
3.32/1.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.32/1.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 165974
3.32/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7712
3.32/1.98	c 254772 constraints processed.
3.32/1.98	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.32/1.98	c constraints type 
3.32/1.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
3.32/1.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
3.32/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
3.32/1.98	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.32/1.98	c 254772 constraints processed.
19.93/9.38	c cleaning 2493 clauses out of 4996 with flag 19813/5000
45.89/22.18	c cleaning 4249 clauses out of 8498 with flag 46959/11000
54.14/26.22	c cleaning 0 clauses out of 4999 with flag 0/5000
55.25/26.66	c And the winner is solver0
55.41/27.03	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
55.41/27.03	c starts		: 34
55.41/27.03	c conflicts		: 12870
55.41/27.03	c decisions		: 35333
55.41/27.03	c propagations		: 59323143
55.41/27.03	c inspects		: 123541908
55.41/27.03	c shortcuts		: 0
55.41/27.03	c learnt literals	: 20
55.41/27.03	c learnt binary clauses	: 74
55.41/27.03	c learnt ternary clauses	: 197
55.41/27.03	c learnt constraints	: 12849
55.41/27.03	c ignored constraints	: 0
55.41/27.03	c root simplifications	: 0
55.41/27.03	c removed literals (reason simplification)	: 75257
55.41/27.03	c reason swapping (by a shorter reason)	: 0
55.41/27.03	c Calls to reduceDB	: 2
55.41/27.03	c Number of update (reduction) of LBD	: 4268
55.41/27.03	c Imported unit clauses	: 0
55.41/27.03	c number of reductions to clauses (during analyze)	: 0
55.41/27.03	c number of learned constraints concerned by reduction	: 0
55.41/27.03	c number of learning phase by resolution	: 0
55.41/27.03	c number of learning phase by cutting planes	: 0
55.41/27.03	c speed (assignments/second)	: 2371787.2621141854
55.41/27.03	c non guided choices	4616
55.41/27.03	c learnt constraints type 
55.41/27.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
55.41/27.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6033
55.41/27.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
55.41/27.03	c starts		: 21
55.41/27.03	c conflicts		: 5065
55.41/27.03	c decisions		: 13868
55.41/27.03	c propagations		: 18267175
55.41/27.03	c inspects		: 55450624
55.41/27.03	c shortcuts		: 0
55.41/27.03	c learnt literals	: 1
55.41/27.03	c learnt binary clauses	: 33
55.41/27.03	c learnt ternary clauses	: 16
55.41/27.03	c learnt constraints	: 5063
55.41/27.03	c ignored constraints	: 0
55.41/27.03	c root simplifications	: 0
55.41/27.03	c removed literals (reason simplification)	: 0
55.41/27.03	c reason swapping (by a shorter reason)	: 0
55.41/27.03	c Calls to reduceDB	: 1
55.41/27.03	c Number of update (reduction) of LBD	: 0
55.41/27.03	c Imported unit clauses	: 0
55.41/27.03	c number of reductions to clauses (during analyze)	: 0
55.41/27.03	c number of learned constraints concerned by reduction	: 0
55.41/27.03	c number of learning phase by resolution	: 0
55.41/27.03	c number of learning phase by cutting planes	: 0
55.41/27.03	c speed (assignments/second)	: 730278.0442951947
55.41/27.03	c non guided choices	4823
55.41/27.04	c learnt constraints type 
55.41/27.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 263
55.41/27.04	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 33
55.41/27.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4767
55.41/27.04	s UNSATISFIABLE
55.41/27.04	c Total wall clock time (in seconds): 26.923

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-4080361-1465218974/watcher-4080361-1465218974 -o /tmp/evaluation-result-4080361-1465218974/solver-4080361-1465218974 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080361-1465218974.opb 

pid=8667
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.15 4.03 3.78 4/197 8670
/proc/meminfo: memFree=29398024/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 103832791 94019584 917 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 22954 917 697 9 0 16769 0
[pid=8670/tid=8671] ppid=8667 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 103832792 95129600 927 33554432000 1073741824 1073778376 140736200337136 139718764068392 249640873255 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.15 4.03 3.78 4/197 8670
/proc/meminfo: memFree=29398024/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 103832791 9787879424 6032 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2389619 6032 2126 9 0 2380296 0
[pid=8670/tid=8671] ppid=8667 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 103832792 9787879424 6032 33554432000 1073741824 1073778376 140736200337136 139718764071840 139718754135482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 4.15 4.03 3.78 4/197 8670
/proc/meminfo: memFree=29398024/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 4709 0 1 0 24 1 0 0 20 0 18 0 103832791 9787879424 7821 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2389619 7821 2202 9 0 2380296 0
[pid=8670/tid=8671] ppid=8667 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 2408 0 1 0 16 1 0 0 20 0 18 0 103832792 9787879424 7821 33554432000 1073741824 1073778376 140736200337136 139718764071840 139718591343066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30032 s]
/proc/loadavg: 4.15 4.03 3.78 4/197 8670
/proc/meminfo: memFree=29398024/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 5554 0 1 0 46 1 0 0 20 0 18 0 103832791 9787879424 9532 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2389619 9532 2231 9 0 2380296 0
[pid=8670/tid=8671] ppid=8667 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 103832792 9787879424 9532 33554432000 1073741824 1073778376 140736200337136 139718764071840 139718591374053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.15 4.03 3.78 4/197 8670
/proc/meminfo: memFree=29398024/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 15786 0 1 0 154 4 0 0 20 0 18 0 103832791 9787879424 41829 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2389619 41829 2249 9 0 2380296 0
[pid=8670/tid=8671] ppid=8667 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 2460 0 1 0 64 3 0 0 20 0 18 0 103832792 9787879424 41829 33554432000 1073741824 1073778376 140736200337136 139718764064608 139718591908732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.15 4.03 3.78 4/215 8688
/proc/meminfo: memFree=29174980/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9558476 CPUtime=2.58 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 16349 0 1 0 246 12 0 0 20 0 18 0 103832791 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2389619 82187 2265 9 0 2380296 0
[pid=8670/tid=8671] ppid=8667 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) R 8667 8670 3970 0 -1 4202560 2520 0 1 0 135 5 0 0 20 0 18 0 103832792 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718764072296 139718591706272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 104 0 0 0 1 2 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 93 0 0 0 2 2 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 18 0 103832793 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 103832794 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103832794 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103832794 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103832797 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) S 8667 8670 3970 0 -1 4202560 6108 0 0 0 42 0 0 0 20 0 18 0 103832797 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718583876280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) S 8667 8670 3970 0 -1 4202560 5956 0 0 0 45 0 0 0 20 0 18 0 103832797 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718582823480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103832797 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103832797 9787879424 82187 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.15 4.03 3.78 7/219 8692
/proc/meminfo: memFree=29015676/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9824732 CPUtime=6.83 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 18035 0 1 0 659 24 0 0 20 0 22 0 103832791 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2456183 110011 2281 9 0 2446860 0
[pid=8670/tid=8671] ppid=8667 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) S 8667 8670 3970 0 -1 4202560 2544 0 1 0 176 5 0 0 20 0 22 0 103832792 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718764073848 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 71 0 0 0 9 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 135 0 0 0 8 3 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 118 0 0 0 7 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 22 0 103832793 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) S 8667 8670 3970 0 -1 4202560 6113 0 0 0 94 0 0 0 20 0 22 0 103832797 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718583876280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) R 8667 8670 3970 0 -1 4202560 7155 0 0 0 116 0 0 0 20 0 22 0 103832797 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718582823480 139718767916854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8689] ppid=8667 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8670/task/8689/stat : 8689 (java) R 8667 8670 3970 0 -1 4202560 22 0 0 0 103 0 0 0 20 0 22 0 103832990 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718579663400 139718592226997 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8690] ppid=8667 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/8670/task/8690/stat : 8690 (java) R 8667 8670 3970 0 -1 4202560 24 0 0 0 103 0 0 0 20 0 22 0 103832990 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718578609432 139718592314916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8691] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8691/stat : 8691 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718577558696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8692] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8692/stat : 8692 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 110011 33554432000 1073741824 1073778376 140736200337136 139718576505896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.14 4.03 3.78 5/219 8692
/proc/meminfo: memFree=28708568/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9824732 CPUtime=13.85 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 19933 0 1 0 1353 32 0 0 20 0 22 0 103832791 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2456183 174859 2285 9 0 2446860 0
[pid=8670/tid=8671] ppid=8667 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) S 8667 8670 3970 0 -1 4202560 2545 0 1 0 176 5 0 0 20 0 22 0 103832792 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718764073848 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 145 0 0 0 9 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 125 0 0 0 12 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 146 0 0 0 12 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 154 0 0 0 13 2 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 54 0 0 0 9 2 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 149 0 0 0 7 3 0 0 20 0 22 0 103832793 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 487 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 174859 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) S 8667 8670 3970 0 -1 4202560 6123 0 0 0 128 0 0 0 20 0 22 0 103832797 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718583876280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) S 8667 8670 3970 0 -1 4202560 8314 0 0 0 157 1 0 0 20 0 22 0 103832797 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718582823480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8689] ppid=8667 vsize=9824732 CPUtime=23.25 cores=0,2,4,6
/proc/8670/task/8689/stat : 8689 (java) R 8667 8670 3970 0 -1 4202560 24 0 0 0 2325 0 0 0 20 0 22 0 103832990 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718579661168 139718592226997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8690] ppid=8667 vsize=9824732 CPUtime=23.25 cores=0,2,4,6
/proc/8670/task/8690/stat : 8690 (java) R 8667 8670 3970 0 -1 4202560 1501 0 0 0 2302 23 0 0 20 0 22 0 103832990 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718578608832 139718592311094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8691] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8691/stat : 8691 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718577558696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8692] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8692/stat : 8692 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 556068 33554432000 1073741824 1073778376 140736200337136 139718576505896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 52.94
Current children cumulated vsize (KiB) 9824732

[startup+26.4009 s]
/proc/loadavg: 4.10 4.03 3.78 6/219 8692
/proc/meminfo: memFree=27177340/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9824732 CPUtime=54.77 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 24763 0 1 0 5419 58 0 0 20 0 22 0 103832791 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2456183 557631 2291 9 0 2446860 0
[pid=8670/tid=8671] ppid=8667 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) S 8667 8670 3970 0 -1 4202560 2545 0 1 0 176 5 0 0 20 0 22 0 103832792 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718764073848 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 65 0 0 0 13 3 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 161 0 0 0 15 3 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 149 0 0 0 22 4 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 187 0 0 0 22 5 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 78 0 0 0 13 3 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 95 0 0 0 14 3 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 181 0 0 0 14 4 0 0 20 0 22 0 103832793 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103832794 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) R 8667 8670 3970 0 -1 4202560 8707 0 0 0 146 2 0 0 20 0 22 0 103832797 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718583865056 139718766680581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) S 8667 8670 3970 0 -1 4202560 8324 0 0 0 158 1 0 0 20 0 22 0 103832797 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718582823480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103832797 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8689] ppid=8667 vsize=9824732 CPUtime=24.06 cores=0,2,4,6
/proc/8670/task/8689/stat : 8689 (java) R 8667 8670 3970 0 -1 4202560 24 0 0 0 2406 0 0 0 20 0 22 0 103832990 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718579661168 139718592174720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8690] ppid=8667 vsize=9824732 CPUtime=24.06 cores=0,2,4,6
/proc/8670/task/8690/stat : 8690 (java) R 8667 8670 3970 0 -1 4202560 1503 0 0 0 2383 23 0 0 20 0 22 0 103832990 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718578608832 139718592226955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8691] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8691/stat : 8691 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718577558696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8692] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8692/stat : 8692 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103832994 10060525568 557631 33554432000 1073741824 1073778376 140736200337136 139718576505896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 54.77
Current children cumulated vsize (KiB) 9824732

[startup+26.8009 s]
/proc/loadavg: 4.10 4.03 3.78 6/219 8692
/proc/meminfo: memFree=27177340/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9824732 CPUtime=55.41 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 25599 0 1 0 5481 60 0 0 20 0 19 0 103832791 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2456183 558453 2292 9 0 2446860 0
[pid=8670/tid=8671] ppid=8667 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) S 8667 8670 3970 0 -1 4202560 2545 0 1 0 176 5 0 0 20 0 19 0 103832792 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718764073848 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 65 0 0 0 13 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 161 0 0 0 15 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 149 0 0 0 22 4 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 187 0 0 0 22 5 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 78 0 0 0 13 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 95 0 0 0 14 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 181 0 0 0 14 4 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) S 8667 8670 3970 0 -1 4202560 9542 0 0 0 156 2 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718583876280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) S 8667 8670 3970 0 -1 4202560 8324 0 0 0 158 1 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718582823480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8691] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8691/stat : 8691 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103832994 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718577558696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 55.41
Current children cumulated vsize (KiB) 9824732

[startup+27.0008 s]
/proc/loadavg: 4.10 4.03 3.78 6/219 8692
/proc/meminfo: memFree=27177340/32872528 swapFree=10608/190480
[pid=8670] ppid=8667 vsize=9824732 CPUtime=55.41 cores=0,2,4,6
/proc/8670/stat : 8670 (java) S 8667 8670 3970 0 -1 4202496 25599 0 1 0 5481 60 0 0 20 0 19 0 103832791 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 140736200328272 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8670/statm: 2456183 558453 2292 9 0 2446860 0
[pid=8670/tid=8671] ppid=8667 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/8670/task/8671/stat : 8671 (java) S 8667 8670 3970 0 -1 4202560 2545 0 1 0 176 5 0 0 20 0 19 0 103832792 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718764073848 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8673] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8673/stat : 8673 (java) S 8667 8670 3970 0 -1 4202560 65 0 0 0 13 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718725564712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8674] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8674/stat : 8674 (java) S 8667 8670 3970 0 -1 4202560 161 0 0 0 15 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718724511912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8675] ppid=8667 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8670/task/8675/stat : 8675 (java) S 8667 8670 3970 0 -1 4202560 149 0 0 0 22 4 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718723459624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8676] ppid=8667 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/8670/task/8676/stat : 8676 (java) S 8667 8670 3970 0 -1 4202560 187 0 0 0 22 5 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718722406824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8677] ppid=8667 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8670/task/8677/stat : 8677 (java) S 8667 8670 3970 0 -1 4202560 214 0 0 0 17 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718721354536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8678] ppid=8667 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8670/task/8678/stat : 8678 (java) S 8667 8670 3970 0 -1 4202560 78 0 0 0 13 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718720301736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8679] ppid=8667 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8670/task/8679/stat : 8679 (java) S 8667 8670 3970 0 -1 4202560 95 0 0 0 14 3 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718719249448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8680] ppid=8667 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8670/task/8680/stat : 8680 (java) S 8667 8670 3970 0 -1 4202560 181 0 0 0 14 4 0 0 20 0 19 0 103832793 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718718196648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8681] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8681/stat : 8681 (java) S 8667 8670 3970 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718588086504 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8682] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8682/stat : 8682 (java) S 8667 8670 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718587032568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8683] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8683/stat : 8683 (java) S 8667 8670 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103832794 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718585980168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8684] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8684/stat : 8684 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718584928656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8670/tid=8685] ppid=8667 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8670/task/8685/stat : 8685 (java) S 8667 8670 3970 0 -1 4202560 9542 0 0 0 156 2 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718583876280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8686] ppid=8667 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/8670/task/8686/stat : 8686 (java) S 8667 8670 3970 0 -1 4202560 8324 0 0 0 158 1 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718582823480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8670/tid=8687] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8687/stat : 8687 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718581771384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8670/tid=8688] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8688/stat : 8688 (java) S 8667 8670 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103832797 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718580718792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8670/tid=8691] ppid=8667 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8670/task/8691/stat : 8691 (java) S 8667 8670 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103832994 10060525568 558453 33554432000 1073741824 1073778376 140736200337136 139718577558696 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 55.41
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 27.0516
CPU time (s): 55.5056
CPU user time (s): 54.7537
CPU system time (s): 0.751885
CPU usage (%): 205.184
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.7537
system time used= 0.751885
maximum resident set size= 2235876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25611
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1438
involuntary context switches= 1772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159975 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 15:16:15
IDJOB=4080361
IDBENCH=1495
IDSOLVER=2543
FILE ID=node102/4080361-1465218974
RUNJOBID= node102-1465216787-3986
PBS_JOBID= 19843204
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080361-1465218974/watcher-4080361-1465218974 -o /tmp/evaluation-result-4080361-1465218974/solver-4080361-1465218974 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080361-1465218974.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=989523163

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.56
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.470
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.470
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.470
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:        29398676 kB
Buffers:            6896 kB
Cached:            59112 kB
SwapCached:         2328 kB
Active:          2547376 kB
Inactive:          29884 kB
Active(anon):    2512408 kB
Inactive(anon):     1568 kB
Active(file):      34968 kB
Inactive(file):    28316 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098412 kB
Dirty:              9080 kB
Writeback:             0 kB
AnonPages:       2707352 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             566672 kB
SReclaimable:      10060 kB
SUnreclaim:       556612 kB
KernelStack:        1608 kB
PageTables:         9940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2840216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2635776 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= 71724 MiB
End job on node102 at 2016-06-06 15:16:42