Trace number 4100354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 212.822 106.059

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
MD5SUM02b8e2ce7db79ee00a9a8f2ebac90f1b
Bench CategoryOPT-SMALLINT (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 benchmark0.45593
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42650
Total number of constraints1202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 58891
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 565237
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 565237
Number of bits of the biggest sum of numbers20
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100354-1466208911.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.83/0.96	c ... done. Wall clock time 0.827s.
1.83/0.96	c declared #vars     42650
1.83/0.96	c #constraints  2399
1.83/0.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.83/0.96	c constraints type 
1.83/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2399
1.83/0.96	c 2399 constraints processed.
1.83/0.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.83/0.96	c constraints type 
1.83/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2399
1.83/0.96	c 2399 constraints processed.
1.83/0.96	c objective function length is 42650 literals
110.66/54.74	c cleaning 2504 clauses out of 5008 with flag 14792/5008
212.58/105.55	c And the winner is solver1
212.74/106.04	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
212.74/106.04	c starts		: 7
212.74/106.04	c conflicts		: 9001
212.74/106.04	c decisions		: 80160
212.74/106.04	c propagations		: 25145983
212.74/106.04	c inspects		: 241903295
212.74/106.04	c shortcuts		: 0
212.74/106.04	c learnt literals	: 0
212.74/106.04	c learnt binary clauses	: 0
212.74/106.04	c learnt ternary clauses	: 0
212.74/106.04	c learnt constraints	: 9001
212.74/106.04	c ignored constraints	: 0
212.74/106.04	c root simplifications	: 0
212.74/106.04	c removed literals (reason simplification)	: 34700
212.74/106.04	c reason swapping (by a shorter reason)	: 0
212.74/106.04	c Calls to reduceDB	: 1
212.74/106.04	c Number of update (reduction) of LBD	: 3808
212.74/106.04	c Imported unit clauses	: 0
212.74/106.04	c number of reductions to clauses (during analyze)	: 0
212.74/106.04	c number of learned constraints concerned by reduction	: 0
212.74/106.04	c number of learning phase by resolution	: 0
212.74/106.04	c number of learning phase by cutting planes	: 0
212.74/106.04	c speed (assignments/second)	: 239531.17736711755
212.74/106.04	c non guided choices	0
212.74/106.05	c learnt constraints type 
212.74/106.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6497
212.74/106.05	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
212.74/106.05	c starts		: 1
212.74/106.05	c conflicts		: 43
212.74/106.05	c decisions		: 129896
212.74/106.05	c propagations		: 229999
212.74/106.05	c inspects		: 1035987
212.74/106.05	c shortcuts		: 0
212.74/106.05	c learnt literals	: 0
212.74/106.05	c learnt binary clauses	: 0
212.74/106.05	c learnt ternary clauses	: 0
212.74/106.05	c learnt constraints	: 42
212.74/106.05	c ignored constraints	: 0
212.74/106.05	c root simplifications	: 0
212.74/106.05	c removed literals (reason simplification)	: 0
212.74/106.05	c reason swapping (by a shorter reason)	: 0
212.74/106.05	c Calls to reduceDB	: 0
212.74/106.05	c Number of update (reduction) of LBD	: 0
212.74/106.05	c Imported unit clauses	: 0
212.74/106.05	c number of reductions to clauses (during analyze)	: 0
212.74/106.05	c number of learned constraints concerned by reduction	: 0
212.74/106.05	c number of learning phase by resolution	: 0
212.74/106.05	c number of learning phase by cutting planes	: 0
212.74/106.05	c speed (assignments/second)	: 2190.8839779005525
212.74/106.05	c non guided choices	0
212.74/106.05	c learnt constraints type 
212.74/106.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 42
212.74/106.05	s UNSATISFIABLE
212.74/106.05	c Total wall clock time (in seconds): 105.919

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-4100354-1466208911/watcher-4100354-1466208911 -o /tmp/evaluation-result-4100354-1466208911/solver-4100354-1466208911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100354-1466208911.opb 

pid=16505
running on 4 cores: 1,3,5,7

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.13 4.13 3.65 4/196 16508
/proc/meminfo: memFree=29402968/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16508/stat : 16508 (java) D 16505 16508 14474 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 22937881 2560000 46 33554432000 1073741824 1073778376 140734538584224 140734538581352 242158234919 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 625 46 37 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 4.13 4.13 3.65 4/196 16508
/proc/meminfo: memFree=29402968/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 4359 0 1 0 8 1 0 0 20 0 18 0 22937881 9787879424 5481 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2389619 5481 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.13 4.13 3.65 4/196 16508
/proc/meminfo: memFree=29402968/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 5006 0 1 0 26 1 0 0 20 0 18 0 22937881 9787879424 7377 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2389619 7377 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.13 4.13 3.65 4/196 16508
/proc/meminfo: memFree=29402968/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 5682 0 1 0 44 2 0 0 20 0 18 0 22937881 9787879424 12418 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2389619 12418 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 4.13 4.13 3.65 4/196 16508
/proc/meminfo: memFree=29402968/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9558476 CPUtime=1.46 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 14450 0 1 0 141 5 0 0 20 0 18 0 22937881 9787879424 39742 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2389619 39742 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.50097 s]
/proc/loadavg: 4.13 4.13 3.65 7/218 16530
/proc/meminfo: memFree=29201512/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 14695 0 1 0 342 9 0 0 20 0 22 0 22937881 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 52711 2281 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2490 0 1 0 85 3 0 0 20 0 22 0 22937882 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22937883 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 22937884 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5546 0 0 0 62 2 0 0 20 0 22 0 22937887 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5186 0 0 0 71 0 0 0 20 0 22 0 22937887 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16505 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) R 16505 16508 14474 0 -1 4202560 24 0 0 0 52 0 0 0 20 0 22 0 22937977 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687827026312 139688325975153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16528] ppid=16505 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/16508/task/16528/stat : 16528 (java) R 16505 16508 14474 0 -1 4202560 22 0 0 0 51 0 0 0 20 0 22 0 22937977 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687825973992 139688326167913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16529] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16529/stat : 16529 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687824921512 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 52711 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.12 4.13 3.65 7/218 16530
/proc/meminfo: memFree=29199680/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 15162 0 1 0 675 14 0 0 20 0 22 0 22937881 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 63848 2282 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2490 0 1 0 85 3 0 0 20 0 22 0 22937882 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 117 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22937884 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5547 0 0 0 69 2 0 0 20 0 22 0 22937887 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5186 0 0 0 73 0 0 0 20 0 22 0 22937887 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16505 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) R 16505 16508 14474 0 -1 4202560 26 0 0 0 206 0 0 0 20 0 22 0 22937977 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687827025376 139688325973798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16528] ppid=16505 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/16508/task/16528/stat : 16528 (java) R 16505 16508 14474 0 -1 4202560 22 0 0 0 206 0 0 0 20 0 22 0 22937977 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687825971520 139688326168020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16529] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16529/stat : 16529 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687824921512 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 63848 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.12 4.13 3.65 5/218 16530
/proc/meminfo: memFree=29158920/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=13.3 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 15163 0 1 0 1315 15 0 0 20 0 22 0 22937881 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 63394 2282 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2490 0 1 0 85 3 0 0 20 0 22 0 22937882 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 117 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 126 0 0 0 2 0 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 22 0 22937883 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22937884 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 63394 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=0.71 cores=1,3,5,7

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

[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 989 0 0 0 0 1 0 0 20 0 22 0 22937884 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5571 0 0 0 97 2 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5204 0 0 0 90 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16505 vsize=9824732 CPUtime=102.59 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) R 16505 16508 14474 0 -1 4202560 538 0 0 0 10248 11 0 0 20 0 22 0 22937977 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687827025488 139688326068120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16528] ppid=16505 vsize=9824732 CPUtime=102.59 cores=1,3,5,7
/proc/16508/task/16528/stat : 16528 (java) R 16505 16508 14474 0 -1 4202560 556 0 0 0 10256 3 0 0 20 0 22 0 22937977 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687825971664 139688326167440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16529] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16529/stat : 16529 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687824921512 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 209.58
Current children cumulated vsize (KiB) 9824732

[startup+104.801 s]
/proc/loadavg: 4.13 4.14 3.70 5/219 16607
/proc/meminfo: memFree=29916764/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=211.18 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 17919 0 1 0 21066 52 0 0 20 0 22 0 22937881 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 315742 2286 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2491 0 1 0 85 3 0 0 20 0 22 0 22937882 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 220 0 0 0 16 3 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 276 0 0 0 22 6 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 134 0 0 0 19 5 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 83 0 0 0 9 3 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 129 0 0 0 10 3 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 159 0 0 0 9 3 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 200 0 0 0 10 3 0 0 20 0 22 0 22937883 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 989 0 0 0 0 1 0 0 20 0 22 0 22937884 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22937885 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5572 0 0 0 97 2 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5204 0 0 0 90 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 22937887 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16527] ppid=16505 vsize=9824732 CPUtime=103.39 cores=1,3,5,7
/proc/16508/task/16527/stat : 16527 (java) R 16505 16508 14474 0 -1 4202560 538 0 0 0 10328 11 0 0 20 0 22 0 22937977 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687827025488 139688325975148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16528] ppid=16505 vsize=9824732 CPUtime=103.39 cores=1,3,5,7
/proc/16508/task/16528/stat : 16528 (java) R 16505 16508 14474 0 -1 4202560 556 0 0 0 10336 3 0 0 20 0 22 0 22937977 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687825971664 139688326167908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16529] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16529/stat : 16529 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687824921512 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22937988 10060525568 315742 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 211.18
Current children cumulated vsize (KiB) 9824732

[startup+105.601 s]
/proc/loadavg: 4.13 4.14 3.70 3/216 16607
/proc/meminfo: memFree=29916764/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=212.74 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 17920 0 1 0 21218 56 0 0 20 0 19 0 22937881 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 315729 2287 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2491 0 1 0 85 3 0 0 20 0 19 0 22937882 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 220 0 0 0 16 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 276 0 0 0 22 6 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 134 0 0 0 19 5 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 83 0 0 0 9 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 129 0 0 0 10 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 159 0 0 0 9 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 200 0 0 0 10 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 989 0 0 0 0 1 0 0 20 0 19 0 22937884 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22937885 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22937885 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5572 0 0 0 98 2 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5204 0 0 0 90 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22937988 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 212.74
Current children cumulated vsize (KiB) 9824732

[startup+106.001 s]
/proc/loadavg: 4.13 4.14 3.70 3/216 16607
/proc/meminfo: memFree=29916764/32872528 swapFree=338416/354768
[pid=16508] ppid=16505 vsize=9824732 CPUtime=212.74 cores=1,3,5,7
/proc/16508/stat : 16508 (java) S 16505 16508 14474 0 -1 4202496 17920 0 1 0 21218 56 0 0 20 0 19 0 22937881 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 140734538575360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 2456183 315729 2287 9 0 2446860 0
[pid=16508/tid=16510] ppid=16505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16508/task/16510/stat : 16510 (java) S 16505 16508 14474 0 -1 4202560 2491 0 1 0 85 3 0 0 20 0 19 0 22937882 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688482046840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16511] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16511/stat : 16511 (java) S 16505 16508 14474 0 -1 4202560 220 0 0 0 16 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688325147176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16512] ppid=16505 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16508/task/16512/stat : 16512 (java) S 16505 16508 14474 0 -1 4202560 276 0 0 0 22 6 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688324094376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16513] ppid=16505 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16508/task/16513/stat : 16513 (java) S 16505 16508 14474 0 -1 4202560 98 0 0 0 14 5 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688323041576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16514] ppid=16505 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16508/task/16514/stat : 16514 (java) S 16505 16508 14474 0 -1 4202560 134 0 0 0 19 5 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688321988776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16515] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16515/stat : 16515 (java) S 16505 16508 14474 0 -1 4202560 83 0 0 0 9 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688320937000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16516] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16516/stat : 16516 (java) S 16505 16508 14474 0 -1 4202560 129 0 0 0 10 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688319884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16517] ppid=16505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/16508/task/16517/stat : 16517 (java) S 16505 16508 14474 0 -1 4202560 159 0 0 0 9 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688318831400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16508/tid=16518] ppid=16505 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/16508/task/16518/stat : 16518 (java) S 16505 16508 14474 0 -1 4202560 200 0 0 0 10 3 0 0 20 0 19 0 22937883 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139688317778600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16519] ppid=16505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16508/task/16519/stat : 16519 (java) S 16505 16508 14474 0 -1 4202560 989 0 0 0 0 1 0 0 20 0 19 0 22937884 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687835449832 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16520] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16520/stat : 16520 (java) S 16505 16508 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22937885 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687834395896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16508/tid=16521] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16521/stat : 16521 (java) S 16505 16508 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22937885 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687833342984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16522] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16522/stat : 16522 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687832291472 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16523] ppid=16505 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/16508/task/16523/stat : 16523 (java) S 16505 16508 14474 0 -1 4202560 5572 0 0 0 98 2 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687831239608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16524] ppid=16505 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/16508/task/16524/stat : 16524 (java) S 16505 16508 14474 0 -1 4202560 5204 0 0 0 90 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687830186808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16525] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16525/stat : 16525 (java) S 16505 16508 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687829134200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16508/tid=16526] ppid=16505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16508/task/16526/stat : 16526 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 22937887 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687828081608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16508/tid=16530] ppid=16505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16508/task/16530/stat : 16530 (java) S 16505 16508 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22937988 10060525568 315729 33554432000 1073741824 1073778376 140734538584224 139687823868712 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 212.74
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 106.059
CPU time (s): 212.822
CPU user time (s): 212.118
CPU system time (s): 0.703892
CPU usage (%): 200.664
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.118
system time used= 0.703892
maximum resident set size= 1262972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17930
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3095
involuntary context switches= 2484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.745886 second user time and 0.976851 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 02:15:12
IDJOB=4100354
IDBENCH=1606
IDSOLVER=2543
FILE ID=node126/4100354-1466208911
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100354-1466208911/watcher-4100354-1466208911 -o /tmp/evaluation-result-4100354-1466208911/solver-4100354-1466208911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100354-1466208911.opb

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

MD5SUM BENCH= 02b8e2ce7db79ee00a9a8f2ebac90f1b
RANDOM SEED=976634088

node126.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.121
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.24
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.121
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.121
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.121
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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        29403348 kB
Buffers:           42972 kB
Cached:            86872 kB
SwapCached:         1060 kB
Active:          2314980 kB
Inactive:          83640 kB
Active(anon):    2270292 kB
Inactive(anon):      960 kB
Active(file):      44688 kB
Inactive(file):    82680 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              2776 kB
Writeback:             0 kB
AnonPages:       2631468 kB
Mapped:            14568 kB
Shmem:                 0 kB
Slab:             571120 kB
SReclaimable:      15200 kB
SUnreclaim:       555920 kB
KernelStack:        1600 kB
PageTables:        10372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2760572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2238464 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= 71736 MiB
End job on node126 at 2016-06-18 02:16:58