Trace number 4099621

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 26.101 12.4391

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
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 benchmark1.60976
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4099621-1466206123.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
1.75/0.88	c ... done. Wall clock time 0.757s.
1.75/0.88	c declared #vars     25800
1.75/0.88	c #constraints  76699
1.75/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.75/0.88	c constraints type 
1.75/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25218
1.75/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.75/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51100
1.75/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1.75/0.88	c 76699 constraints processed.
1.75/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.75/0.88	c constraints type 
1.75/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51100
1.75/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25218
1.75/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1.75/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.75/0.88	c 76699 constraints processed.
21.93/10.05	c cleaning 2497 clauses out of 4994 with flag 29192/5001
25.77/11.96	c And the winner is solver0
26.00/12.42	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
26.00/12.42	c starts		: 33
26.00/12.42	c conflicts		: 6091
26.00/12.43	c decisions		: 10566
26.00/12.43	c propagations		: 26437027
26.00/12.43	c inspects		: 67741662
26.00/12.43	c shortcuts		: 0
26.00/12.43	c learnt literals	: 16
26.00/12.43	c learnt binary clauses	: 37
26.00/12.43	c learnt ternary clauses	: 55
26.00/12.43	c learnt constraints	: 6074
26.00/12.43	c ignored constraints	: 0
26.00/12.43	c root simplifications	: 0
26.00/12.43	c removed literals (reason simplification)	: 90714
26.00/12.43	c reason swapping (by a shorter reason)	: 0
26.00/12.43	c Calls to reduceDB	: 1
26.00/12.43	c Number of update (reduction) of LBD	: 3411
26.00/12.43	c Imported unit clauses	: 0
26.00/12.43	c number of reductions to clauses (during analyze)	: 0
26.00/12.43	c number of learned constraints concerned by reduction	: 0
26.00/12.43	c number of learning phase by resolution	: 0
26.00/12.43	c number of learning phase by cutting planes	: 0
26.00/12.43	c speed (assignments/second)	: 2295080.041670284
26.00/12.43	c non guided choices	987
26.00/12.43	c learnt constraints type 
26.00/12.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
26.00/12.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3540
26.00/12.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
26.00/12.43	c starts		: 9
26.00/12.43	c conflicts		: 1500
26.00/12.43	c decisions		: 3777
26.00/12.43	c propagations		: 5186510
26.00/12.43	c inspects		: 20496355
26.00/12.43	c shortcuts		: 0
26.00/12.43	c learnt literals	: 12
26.00/12.43	c learnt binary clauses	: 15
26.00/12.43	c learnt ternary clauses	: 29
26.00/12.43	c learnt constraints	: 1487
26.00/12.43	c ignored constraints	: 0
26.00/12.43	c root simplifications	: 0
26.00/12.43	c removed literals (reason simplification)	: 0
26.00/12.43	c reason swapping (by a shorter reason)	: 0
26.00/12.43	c Calls to reduceDB	: 0
26.00/12.43	c Number of update (reduction) of LBD	: 0
26.00/12.43	c Imported unit clauses	: 0
26.00/12.43	c number of reductions to clauses (during analyze)	: 0
26.00/12.43	c number of learned constraints concerned by reduction	: 0
26.00/12.43	c number of learning phase by resolution	: 0
26.00/12.43	c number of learning phase by cutting planes	: 0
26.00/12.43	c speed (assignments/second)	: 450217.88194444444
26.00/12.43	c non guided choices	941
26.00/12.43	c learnt constraints type 
26.00/12.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 215
26.00/12.43	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 15
26.00/12.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1257
26.00/12.43	s UNSATISFIABLE
26.00/12.43	c Total wall clock time (in seconds): 12.305

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-4099621-1466206123/watcher-4099621-1466206123 -o /tmp/evaluation-result-4099621-1466206123/solver-4099621-1466206123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099621-1466206123.opb 

pid=16758
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: 1.57 0.56 0.30 1/170 16761
/proc/meminfo: memFree=28732060/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16761/stat : 16761 (java) R 16758 16761 15709 0 -1 4202496 869 0 0 0 0 0 0 0 20 0 1 0 22660743 23793664 519 33554432000 1073741824 1073778376 140735425926720 140735425915784 217401309761 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 5809 519 392 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 1.57 0.56 0.30 1/170 16761
/proc/meminfo: memFree=28732060/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 4394 0 1 0 7 1 0 0 20 0 18 0 22660743 9787879424 6027 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 1.57 0.56 0.30 1/170 16761
/proc/meminfo: memFree=28732060/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 4655 0 1 0 21 1 0 0 20 0 18 0 22660743 9787879424 6761 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2389619 6761 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30021 s]
/proc/loadavg: 1.57 0.56 0.30 1/170 16761
/proc/meminfo: memFree=28732060/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 5538 0 1 0 44 1 0 0 20 0 18 0 22660743 9787879424 8508 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2389619 8508 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70027 s]
/proc/loadavg: 1.57 0.56 0.30 1/170 16761
/proc/meminfo: memFree=28732060/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9558476 CPUtime=1.57 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 15921 0 1 0 152 5 0 0 20 0 18 0 22660743 9787879424 41745 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2389619 41745 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50094 s]
/proc/loadavg: 1.57 0.56 0.30 5/192 16783
/proc/meminfo: memFree=28544888/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 17614 0 1 0 391 7 0 0 20 0 22 0 22660743 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 49086 2281 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2484 0 1 0 79 2 0 0 20 0 22 0 22660744 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682625057656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682597510056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) S 16758 16761 15709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682596457512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) S 16758 16761 15709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682595404456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) S 16758 16761 15709 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682594351912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) S 16758 16761 15709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682464897448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22660746 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5650 0 0 0 90 2 0 0 20 0 22 0 22660749 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 8054 0 0 0 90 1 0 0 20 0 22 0 22660749 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16780] ppid=16758 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16761/task/16780/stat : 16780 (java) R 16758 16761 15709 0 -1 4202560 21 0 0 0 57 0 0 0 20 0 22 0 22660832 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681970803688 140682476799035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16781] ppid=16758 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/16761/task/16781/stat : 16781 (java) R 16758 16761 15709 0 -1 4202560 23 0 0 0 58 0 0 0 20 0 22 0 22660832 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681969750888 140682476918081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681968698664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16783] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16783/stat : 16783 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 49086 33554432000 1073741824 1073778376 140735425926720 140681967646120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 1.57 0.56 0.30 3/192 16783
/proc/meminfo: memFree=28519964/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=7.71 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 20449 0 1 0 758 13 0 0 20 0 22 0 22660743 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 89537 2282 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2484 0 1 0 79 2 0 0 20 0 22 0 22660744 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682625057656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) S 16758 16761 15709 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682597510056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) S 16758 16761 15709 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682596457512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) S 16758 16761 15709 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682595404456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) S 16758 16761 15709 0 -1 4202560 142 0 0 0 5 2 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682594351912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) S 16758 16761 15709 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682464897448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 112 0 0 0 4 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 22 0 22660746 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5658 0 0 0 111 2 0 0 20 0 22 0 22660749 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 10235 0 0 0 112 2 0 0 20 0 22 0 22660749 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16780] ppid=16758 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/16761/task/16780/stat : 16780 (java) R 16758 16761 15709 0 -1 4202560 22 0 0 0 209 0 0 0 20 0 22 0 22660832 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681970801520 140682476799035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16781] ppid=16758 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/16761/task/16781/stat : 16781 (java) R 16758 16761 15709 0 -1 4202560 81 0 0 0 209 1 0 0 20 0 22 0 22660832 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681969750968 140682476917524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681968698664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16783] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16783/stat : 16783 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 89537 33554432000 1073741824 1073778376 140735425926720 140681967646120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 1.44 0.55 0.30 5/193 16789
/proc/meminfo: memFree=28333668/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=14.33 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 20855 0 1 0 1413 20 0 0 20 0 22 0 22660743 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 134945 2287 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2484 0 1 0 79 2 0 0 20 0 22 0 22660744 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682625057656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) S 16758 16761 15709 0 -1 4202560 84 0 0 0 6 1 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682597510056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) S 16758 16761 15709 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682596457512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) S 16758 16761 15709 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682595404456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) S 16758 16761 15709 0 -1 4202560 171 0 0 0 9 2 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682594351912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) S 16758 16761 15709 0 -1 4202560 90 0 0 0 3 0 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682464897448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 123 0 0 0 4 1 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 22660746 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 134945 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.14 cores=0,2,4,6

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

[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 22 0 22660746 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 22 0 22660746 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 22 0 22660746 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22660747 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5666 0 0 0 115 2 0 0 20 0 22 0 22660749 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 10244 0 0 0 136 2 0 0 20 0 22 0 22660749 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22660749 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16780] ppid=16758 vsize=9824732 CPUtime=10.15 cores=0,2,4,6
/proc/16761/task/16780/stat : 16780 (java) R 16758 16761 15709 0 -1 4202560 23 0 0 0 1015 0 0 0 20 0 22 0 22660832 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681970794912 140682476799035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16781] ppid=16758 vsize=9824732 CPUtime=10.16 cores=0,2,4,6
/proc/16761/task/16781/stat : 16781 (java) R 16758 16761 15709 0 -1 4202560 958 0 0 0 1007 9 0 0 20 0 22 0 22660832 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681969751016 140682477127309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681968698664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16783] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16783/stat : 16783 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22660834 10060525568 225859 33554432000 1073741824 1073778376 140735425926720 140681967646120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 9824732

[startup+12.1008 s]
/proc/loadavg: 1.89 0.66 0.33 5/219 16819
/proc/meminfo: memFree=27171548/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=25.88 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 22004 0 1 0 2553 35 0 0 20 0 19 0 22660743 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 275005 2292 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2484 0 1 0 79 2 0 0 20 0 19 0 22660744 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682625057656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) S 16758 16761 15709 0 -1 4202560 94 0 0 0 8 2 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682597510056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) S 16758 16761 15709 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682596457512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) S 16758 16761 15709 0 -1 4202560 49 0 0 0 4 1 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682595404456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) S 16758 16761 15709 0 -1 4202560 212 0 0 0 13 3 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682594351912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) S 16758 16761 15709 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682464897448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5666 0 0 0 115 2 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 10248 0 0 0 137 2 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660834 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681968698664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 9824732

[startup+12.3077 s]
/proc/loadavg: 1.89 0.66 0.33 4/216 16819
/proc/meminfo: memFree=26425228/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=25.88 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 22004 0 1 0 2553 35 0 0 20 0 19 0 22660743 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 275005 2292 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2484 0 1 0 79 2 0 0 20 0 19 0 22660744 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682625057656 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) S 16758 16761 15709 0 -1 4202560 94 0 0 0 8 2 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682597510056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) S 16758 16761 15709 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682596457512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) S 16758 16761 15709 0 -1 4202560 49 0 0 0 4 1 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682595404456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) S 16758 16761 15709 0 -1 4202560 212 0 0 0 13 3 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682594351912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) S 16758 16761 15709 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682464897448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) S 16758 16761 15709 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682463844904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) S 16758 16761 15709 0 -1 4202560 135 0 0 0 6 1 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682462791848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) S 16758 16761 15709 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 19 0 22660746 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140682461739304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681979226984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660747 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5666 0 0 0 115 2 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 10248 0 0 0 137 2 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660749 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660834 10060525568 275005 33554432000 1073741824 1073778376 140735425926720 140681968698664 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.88
Current children cumulated vsize (KiB) 9824732

[startup+12.4238 s]
/proc/loadavg: 1.89 0.66 0.33 4/216 16819
/proc/meminfo: memFree=26425228/32872528 swapFree=1534436/1655032
[pid=16761] ppid=16758 vsize=9824732 CPUtime=26 cores=0,2,4,6
/proc/16761/stat : 16761 (java) S 16758 16761 15709 0 -1 4202496 22062 0 1 0 2563 37 0 0 20 0 20 0 22660743 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140735425917856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16761/statm: 2456183 282189 2292 9 0 2446860 0
[pid=16761/tid=16763] ppid=16758 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16761/task/16763/stat : 16763 (java) S 16758 16761 15709 0 -1 4202560 2485 0 1 0 79 3 0 0 20 0 20 0 22660744 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682625057496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16764] ppid=16758 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16761/task/16764/stat : 16764 (java) R 16758 16761 15709 0 -1 4202560 97 0 0 0 8 3 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682597510184 217410473095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16765] ppid=16758 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16761/task/16765/stat : 16765 (java) R 16758 16761 15709 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682596457640 217410473095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16766] ppid=16758 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16761/task/16766/stat : 16766 (java) R 16758 16761 15709 0 -1 4202560 63 0 0 0 6 2 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682595404456 217410473095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16767] ppid=16758 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/16761/task/16767/stat : 16767 (java) R 16758 16761 15709 0 -1 4202560 217 0 0 0 14 3 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682594352088 140682631953116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16768] ppid=16758 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16761/task/16768/stat : 16768 (java) R 16758 16761 15709 0 -1 4202560 111 0 0 0 5 2 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682464897576 217410473095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16769] ppid=16758 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16761/task/16769/stat : 16769 (java) R 16758 16761 15709 0 -1 4202560 54 0 0 0 8 1 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682463845080 217410473095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16761/tid=16770] ppid=16758 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16761/task/16770/stat : 16770 (java) R 16758 16761 15709 0 -1 4202560 139 0 0 0 7 1 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682462792024 140682631955538 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16771] ppid=16758 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16761/task/16771/stat : 16771 (java) R 16758 16761 15709 0 -1 4202560 143 0 0 0 8 3 0 0 20 0 20 0 22660746 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140682461739432 217410473095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16772] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16772/stat : 16772 (java) S 16758 16761 15709 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 20 0 22660747 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681979225864 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16773] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16773/stat : 16773 (java) S 16758 16761 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22660747 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681978173304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16774] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16774/stat : 16774 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22660747 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681977120136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16775] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16775/stat : 16775 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22660749 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681976068880 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16761/tid=16776] ppid=16758 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16761/task/16776/stat : 16776 (java) S 16758 16761 15709 0 -1 4202560 5666 0 0 0 115 2 0 0 20 0 20 0 22660749 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681975015736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16777] ppid=16758 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/16761/task/16777/stat : 16777 (java) S 16758 16761 15709 0 -1 4202560 10248 0 0 0 137 2 0 0 20 0 20 0 22660749 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681973963192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16778] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16778/stat : 16778 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22660749 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681972910328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16761/tid=16779] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16779/stat : 16779 (java) S 16758 16761 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22660749 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681971857992 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16761/tid=16782] ppid=16758 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16761/task/16782/stat : 16782 (java) S 16758 16761 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22660834 10060525568 282189 33554432000 1073741824 1073778376 140735425926720 140681968698376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 12.4391
CPU time (s): 26.101
CPU user time (s): 25.6201
CPU system time (s): 0.480926
CPU usage (%): 209.831
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6201
system time used= 0.480926
maximum resident set size= 1130772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22568
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= 932
involuntary context switches= 1659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084987 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 01:28:43
IDJOB=4099621
IDBENCH=1453
IDSOLVER=2543
FILE ID=node122/4099621-1466206123
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71740 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.inv12.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099621-1466206123/watcher-4099621-1466206123 -o /tmp/evaluation-result-4099621-1466206123/solver-4099621-1466206123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099621-1466206123.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=1391084633

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28732812 kB
Buffers:          118432 kB
Cached:          1610800 kB
SwapCached:            0 kB
Active:            97024 kB
Inactive:        1645288 kB
Active(anon):      15620 kB
Inactive(anon):        0 kB
Active(file):      81404 kB
Inactive(file):  1645288 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3116 kB
Writeback:             4 kB
AnonPages:       1665744 kB
Mapped:            12880 kB
Shmem:               204 kB
Slab:             608280 kB
SReclaimable:      51092 kB
SUnreclaim:       557188 kB
KernelStack:        1568 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1751868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71732 MiB
End job on node122 at 2016-06-18 01:28:56