Trace number 4107091

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? 572.85 518.685

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__1024.opb
MD5SUM2bcff1be6c98046e73917053605e201c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15362998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint1024
Maximum length of a constraint46081
Number of terms in the objective function 15360000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 520168088576
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 520168088576
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107091-1466280446.opb
0.10/0.11	c reading problem ... 
1.91/1.00	c  objective function found
437.13/382.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
437.13/382.95		at org.sat4j.core.VecInt.<init>(VecInt.java:82)
437.13/382.95		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(AbstractPBDataStructureFactory.java:78)
437.13/382.95		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(AbstractPBDataStructureFactory.java:207)
437.13/382.95		at org.sat4j.pb.core.PBSolver.addExactly(PBSolver.java:165)
437.13/382.95		at org.sat4j.pb.tools.ManyCorePB.addExactly(ManyCorePB.java:126)
457.83/403.64		at org.sat4j.pb.PBSolverDecorator.addExactly(PBSolverDecorator.java:98)
457.83/403.64		at org.sat4j.pb.PBSolverDecorator.addExactly(PBSolverDecorator.java:98)
457.83/403.64		at org.sat4j.pb.reader.OPBReader2005.endConstraint(OPBReader2005.java:177)
457.83/403.64		at org.sat4j.pb.reader.OPBReader2010.endConstraint(OPBReader2010.java:189)
457.83/403.64		at org.sat4j.pb.reader.OPBReader2005.readConstraint(OPBReader2005.java:684)
457.83/403.64		at org.sat4j.pb.reader.OPBReader2005.parse(OPBReader2005.java:734)
457.83/403.64		at org.sat4j.pb.reader.OPBReader2005.parseInstance(OPBReader2005.java:758)
478.53/424.33		at org.sat4j.pb.reader.OPBReader2012.parseInstance(OPBReader2012.java:103)
478.53/424.33		at org.sat4j.pb.reader.OPBReader2005.parseInstance(OPBReader2005.java:820)
478.53/424.33		at org.sat4j.reader.Reader.parseInstance(Reader.java:83)
478.53/424.33		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:202)
478.53/424.33		at org.sat4j.pb.LanceurPseudo2005.readProblem(LanceurPseudo2005.java:160)
478.53/424.33		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
478.53/424.33		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:97)
562.46/508.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
562.46/508.30	c starts		: 0
562.46/508.30	c conflicts		: 0
562.46/508.30	c decisions		: 0
562.46/508.30	c propagations		: 0
562.46/508.30	c inspects		: 0
562.46/508.30	c shortcuts		: 0
562.46/508.30	c learnt literals	: 0
562.46/508.30	c learnt binary clauses	: 0
562.46/508.30	c learnt ternary clauses	: 0
562.46/508.30	c learnt constraints	: 0
562.46/508.30	c ignored constraints	: 0
562.46/508.30	c root simplifications	: 0
562.46/508.30	c removed literals (reason simplification)	: 0
562.46/508.30	c reason swapping (by a shorter reason)	: 0
562.46/508.30	c Calls to reduceDB	: 0
562.46/508.30	c Number of update (reduction) of LBD	: 0
562.46/508.30	c Imported unit clauses	: 0
562.46/508.30	c number of reductions to clauses (during analyze)	: 0
562.46/508.30	c number of learned constraints concerned by reduction	: 0
562.46/508.30	c number of learning phase by resolution	: 0
562.46/508.30	c number of learning phase by cutting planes	: 0
562.46/508.30	c speed (assignments/second)	: 0.0
562.46/508.30	c non guided choices	0
562.46/508.30	c learnt constraints type 
562.46/508.30	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
562.46/508.30	c starts		: 0
562.46/508.30	c conflicts		: 0
562.46/508.30	c decisions		: 0
562.46/508.30	c propagations		: 0
562.46/508.30	c inspects		: 0
562.46/508.30	c shortcuts		: 0
562.46/508.30	c learnt literals	: 0
572.85/518.65	c learnt binary clauses	: 0
572.85/518.65	c learnt ternary clauses	: 0
572.85/518.65	c learnt constraints	: 0
572.85/518.65	c ignored constraints	: 0
572.85/518.65	c root simplifications	: 0
572.85/518.65	c removed literals (reason simplification)	: 0
572.85/518.65	c reason swapping (by a shorter reason)	: 0
572.85/518.65	c Calls to reduceDB	: 0
572.85/518.65	c Number of update (reduction) of LBD	: 0
572.85/518.65	c Imported unit clauses	: 0
572.85/518.65	c number of reductions to clauses (during analyze)	: 0
572.85/518.65	c number of learned constraints concerned by reduction	: 0
572.85/518.65	c number of learning phase by resolution	: 0
572.85/518.65	c number of learning phase by cutting planes	: 0
572.85/518.65	c speed (assignments/second)	: 0.0
572.85/518.65	c non guided choices	0
572.85/518.65	c learnt constraints type 
572.85/518.65	s UNKNOWN
572.85/518.65	c Total wall clock time (in seconds): 518.537

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-4107091-1466280446/watcher-4107091-1466280446 -o /tmp/evaluation-result-4107091-1466280446/solver-4107091-1466280446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107091-1466280446.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.68 4.08 4.14 4/197 5447
/proc/meminfo: memFree=28576360/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 1298 0 0 0 0 0 0 0 20 0 2 0 30095443 96370688 931 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 23528 931 705 9 0 16769 0
[pid=5447/tid=5448] ppid=5444 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) R 5444 5447 30091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30095443 98570240 977 33554432000 1073741824 1073778376 140736609483968 140515104898600 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 3.68 4.08 4.14 4/197 5447
/proc/meminfo: memFree=28576360/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 30095443 9787879424 6041 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 6041 2126 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) R 5444 5447 30091 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 30095443 9787879424 6044 33554432000 1073741824 1073778376 140736609483968 140515104902048 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 3.68 4.08 4.14 4/197 5447
/proc/meminfo: memFree=28576360/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 4661 0 1 0 24 5 0 0 20 0 18 0 30095443 9787879424 71682 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 71682 2180 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 2489 0 1 0 10 4 0 0 20 0 18 0 30095443 9787879424 71682 33554432000 1073741824 1073778376 140736609483968 140515104902552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300448 s]
/proc/loadavg: 3.68 4.08 4.14 4/197 5447
/proc/meminfo: memFree=28576360/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 4791 0 1 0 45 7 0 0 20 0 18 0 30095443 9787879424 93785 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 93785 2189 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 2489 0 1 0 10 4 0 0 20 0 18 0 30095443 9787879424 93785 33554432000 1073741824 1073778376 140736609483968 140515104902552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700247 s]
/proc/loadavg: 3.68 4.08 4.14 4/197 5447
/proc/meminfo: memFree=28576360/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 5556 0 1 0 120 15 0 0 20 0 18 0 30095443 9787879424 194310 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 194310 2194 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 2527 0 1 0 18 5 0 0 20 0 18 0 30095443 9787879424 194310 33554432000 1073741824 1073778376 140736609483968 140515104902552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 4.19 4.17 4.17 5/215 5465
/proc/meminfo: memFree=27708580/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=2.56 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 6836 0 1 0 238 18 0 0 20 0 18 0 30095443 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 230584 2257 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=0.74 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) R 5444 5447 30091 0 -1 4202560 2558 0 1 0 68 6 0 0 20 0 18 0 30095443 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140515104894768 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 67 0 0 0 13 3 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 8 0 0 0 12 0 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 46 0 0 0 11 1 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 21 0 0 0 15 0 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 44 0 0 0 8 1 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 95 0 0 0 17 3 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 54 0 0 0 8 1 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 50 0 0 0 16 1 0 0 20 0 18 0 30095444 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) S 5444 5447 30091 0 -1 4202560 1005 0 0 0 39 0 0 0 20 0 18 0 30095445 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514928994408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 18 0 30095448 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 885 0 0 0 7 0 0 0 20 0 18 0 30095448 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 230584 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.19 4.17 4.17 4/215 5465
/proc/meminfo: memFree=27573476/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=4.75 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 7976 0 1 0 444 31 0 0 20 0 18 0 30095443 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 290894 2257 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=2.13 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) R 5444 5447 30091 0 -1 4202560 2994 0 1 0 205 8 0 0 20 0 18 0 30095443 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140515104894752 270333437197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 196 0 0 0 24 5 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 110 0 0 0 23 3 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 134 0 0 0 21 2 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 137 0 0 0 13 2 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 111 0 0 0 21 3 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 106 0 0 0 17 4 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 106 0 0 0 29 3 0 0 20 0 18 0 30095444 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) S 5444 5447 30091 0 -1 4202560 1163 0 0 0 39 0 0 0 20 0 18 0 30095445 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514928994408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 18 0 30095448 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 885 0 0 0 8 0 0 0 20 0 18 0 30095448 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 290894 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 4.19 4.17 4.17 5/215 5465
/proc/meminfo: memFree=27122456/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9558476 CPUtime=8.65 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 9142 0 1 0 810 55 0 0 20 0 18 0 30095443 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2389619 364230 2261 9 0 2380296 0
[pid=5447/tid=5448] ppid=5444 vsize=9558476 CPUtime=5.08 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) R 5444 5447 30091 0 -1 4202560 3316 0 1 0 498 10 0 0 20 0 18 0 30095443 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140515104901400 140514972630968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 327 0 0 0 39 9 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 91 0 0 0 26 4 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 212 0 0 0 34 7 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 186 0 0 0 27 4 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 191 0 0 0 18 4 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 171 0 0 0 28 5 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 224 0 0 0 31 7 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 165 0 0 0 34 6 0 0 20 0 18 0 30095444 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) S 5444 5447 30091 0 -1 4202560 1270 0 0 0 39 0 0 0 20 0 18 0 30095445 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514928994408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30095445 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 18 0 30095448 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 986 0 0 0 10 0 0 0 20 0 18 0 30095448 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30095448 9787879424 364230 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

[pid=5447/tid=5459] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9624992 CPUtime=0.35 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 2339 0 0 0 35 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9624992 CPUtime=0.55 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 8422 0 0 0 55 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9624992 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 31 0 0 0 13 10 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5553] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5553/stat : 5553 (java) S 5444 5447 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30146273 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514920570216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 571.05
Current children cumulated vsize (KiB) 9624992

[startup+517.601 s]
/proc/loadavg: 3.27 3.48 3.83 5/216 5553
/proc/meminfo: memFree=15539528/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9624992 CPUtime=571.85 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 87631 0 1 0 56615 570 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2406248 2040947 2269 9 0 2396937 0
[pid=5447/tid=5448] ppid=5444 vsize=9624992 CPUtime=41.35 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 3371 0 1 0 4117 18 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515104904376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9624992 CPUtime=9.14 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 12669 0 0 0 841 73 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9624992 CPUtime=8.77 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 7696 0 0 0 817 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9624992 CPUtime=9.4 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 13553 0 0 0 868 72 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9624992 CPUtime=8.43 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 5249 0 0 0 782 61 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9624992 CPUtime=8.38 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 6494 0 0 0 787 51 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9624992 CPUtime=9.03 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 4951 0 0 0 832 71 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9624992 CPUtime=8.85 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 7500 0 0 0 825 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9624992 CPUtime=9.15 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 6671 0 0 0 847 68 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9624992 CPUtime=456.78 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) R 5444 5447 30091 0 -1 4202560 7421 0 0 0 45648 30 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514928994568 140515109064965 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9624992 CPUtime=0.35 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 2339 0 0 0 35 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9624992 CPUtime=0.55 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 8422 0 0 0 55 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9624992 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 31 0 0 0 13 10 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5553] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5553/stat : 5553 (java) S 5444 5447 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30146273 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514920570216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 571.85
Current children cumulated vsize (KiB) 9624992

[startup+518.401 s]
/proc/loadavg: 3.27 3.48 3.83 5/216 5553
/proc/meminfo: memFree=15539528/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9624992 CPUtime=572.65 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 87631 0 1 0 56695 570 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2406248 2040947 2269 9 0 2396937 0
[pid=5447/tid=5448] ppid=5444 vsize=9624992 CPUtime=41.35 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 3371 0 1 0 4117 18 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515104904376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9624992 CPUtime=9.14 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 12669 0 0 0 841 73 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9624992 CPUtime=8.77 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 7696 0 0 0 817 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9624992 CPUtime=9.4 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 13553 0 0 0 868 72 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9624992 CPUtime=8.43 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 5249 0 0 0 782 61 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9624992 CPUtime=8.38 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 6494 0 0 0 787 51 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9624992 CPUtime=9.03 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 4951 0 0 0 832 71 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9624992 CPUtime=8.85 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 7500 0 0 0 825 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9624992 CPUtime=9.15 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 6671 0 0 0 847 68 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9624992 CPUtime=457.57 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) R 5444 5447 30091 0 -1 4202560 7421 0 0 0 45727 30 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514928994568 140515109065020 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9624992 CPUtime=0.35 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 2339 0 0 0 35 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9624992 CPUtime=0.55 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 8422 0 0 0 55 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9624992 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 31 0 0 0 13 10 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5553] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5553/stat : 5553 (java) S 5444 5447 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30146273 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514920570216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 572.65
Current children cumulated vsize (KiB) 9624992

[startup+518.601 s]
/proc/loadavg: 3.27 3.48 3.83 5/216 5553
/proc/meminfo: memFree=15539528/32872528 swapFree=1556504/1720024
[pid=5447] ppid=5444 vsize=9624992 CPUtime=572.85 cores=0,2,4,6
/proc/5447/stat : 5447 (java) S 5444 5447 30091 0 -1 4202496 87631 0 1 0 56715 570 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140736609475104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5447/statm: 2406248 2040947 2269 9 0 2396937 0
[pid=5447/tid=5448] ppid=5444 vsize=9624992 CPUtime=41.35 cores=0,2,4,6
/proc/5447/task/5448/stat : 5448 (java) S 5444 5447 30091 0 -1 4202560 3371 0 1 0 4117 18 0 0 20 0 19 0 30095443 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515104904376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5450] ppid=5444 vsize=9624992 CPUtime=9.14 cores=0,2,4,6
/proc/5447/task/5450/stat : 5450 (java) S 5444 5447 30091 0 -1 4202560 12669 0 0 0 841 73 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515093964968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5447/tid=5451] ppid=5444 vsize=9624992 CPUtime=8.77 cores=0,2,4,6
/proc/5447/task/5451/stat : 5451 (java) S 5444 5447 30091 0 -1 4202560 7696 0 0 0 817 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515092912424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5452] ppid=5444 vsize=9624992 CPUtime=9.4 cores=0,2,4,6
/proc/5447/task/5452/stat : 5452 (java) S 5444 5447 30091 0 -1 4202560 13553 0 0 0 868 72 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515091859880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5453] ppid=5444 vsize=9624992 CPUtime=8.43 cores=0,2,4,6
/proc/5447/task/5453/stat : 5453 (java) S 5444 5447 30091 0 -1 4202560 5249 0 0 0 782 61 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140515090807336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5454] ppid=5444 vsize=9624992 CPUtime=8.38 cores=0,2,4,6
/proc/5447/task/5454/stat : 5454 (java) S 5444 5447 30091 0 -1 4202560 6494 0 0 0 787 51 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514944563880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5455] ppid=5444 vsize=9624992 CPUtime=9.03 cores=0,2,4,6
/proc/5447/task/5455/stat : 5455 (java) S 5444 5447 30091 0 -1 4202560 4951 0 0 0 832 71 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514943511336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5456] ppid=5444 vsize=9624992 CPUtime=8.85 cores=0,2,4,6
/proc/5447/task/5456/stat : 5456 (java) S 5444 5447 30091 0 -1 4202560 7500 0 0 0 825 60 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514942458792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5457] ppid=5444 vsize=9624992 CPUtime=9.15 cores=0,2,4,6
/proc/5447/task/5457/stat : 5457 (java) S 5444 5447 30091 0 -1 4202560 6671 0 0 0 847 68 0 0 20 0 19 0 30095444 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514941406248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5458] ppid=5444 vsize=9624992 CPUtime=457.77 cores=0,2,4,6
/proc/5447/task/5458/stat : 5458 (java) R 5444 5447 30091 0 -1 4202560 7421 0 0 0 45747 30 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514928994568 140515111411765 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5459] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5459/stat : 5459 (java) S 5444 5447 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514927940728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5460] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5460/stat : 5460 (java) S 5444 5447 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30095445 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514926888072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5461] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5461/stat : 5461 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514925836816 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5462] ppid=5444 vsize=9624992 CPUtime=0.35 cores=0,2,4,6
/proc/5447/task/5462/stat : 5462 (java) S 5444 5447 30091 0 -1 4202560 2339 0 0 0 35 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514924784184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5447/tid=5463] ppid=5444 vsize=9624992 CPUtime=0.55 cores=0,2,4,6
/proc/5447/task/5463/stat : 5463 (java) S 5444 5447 30091 0 -1 4202560 8422 0 0 0 55 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514923731640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5464] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5464/stat : 5464 (java) S 5444 5447 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514922679288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5447/tid=5465] ppid=5444 vsize=9624992 CPUtime=0.23 cores=0,2,4,6
/proc/5447/task/5465/stat : 5465 (java) S 5444 5447 30091 0 -1 4202560 31 0 0 0 13 10 0 0 20 0 19 0 30095448 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514921626952 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5447/tid=5553] ppid=5444 vsize=9624992 CPUtime=0 cores=0,2,4,6
/proc/5447/task/5553/stat : 5553 (java) S 5444 5447 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30146273 9855991808 2040947 33554432000 1073741824 1073778376 140736609483968 140514920570216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 572.85
Current children cumulated vsize (KiB) 9624992

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5447 and gives
#  childrusage.ru_utime.tv_sec=565
#  childrusage.ru_utime.tv_usec=825981
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=902102
# CPU time returned by wait4() is 571.728
# while last known CPU time is 572.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 518.685
CPU time (s): 572.85
CPU user time (s): 567.15
CPU system time (s): 5.7
CPU usage (%): 110.443
Max. virtual memory (cumulated for all children) (KiB): 9624992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.826
system time used= 5.9021
maximum resident set size= 8163804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87644
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20984
involuntary context switches= 26098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48277 second user time and 2.07868 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 22:07:48
IDJOB=4107091
IDBENCH=71872
IDSOLVER=2543
FILE ID=node117/4107091-1466280446
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 70964 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__1024.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107091-1466280446/watcher-4107091-1466280446 -o /tmp/evaluation-result-4107091-1466280446/solver-4107091-1466280446 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107091-1466280446.opb

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=1582674231

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        28576888 kB
Buffers:          146188 kB
Cached:          1206856 kB
SwapCached:            0 kB
Active:          1336776 kB
Inactive:         452104 kB
Active(anon):     428020 kB
Inactive(anon):    10636 kB
Active(file):     908756 kB
Inactive(file):   441468 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            796436 kB
Writeback:             0 kB
AnonPages:       2160364 kB
Mapped:            21040 kB
Shmem:               204 kB
Slab:             646580 kB
SReclaimable:      89768 kB
SUnreclaim:       556812 kB
KernelStack:        1592 kB
PageTables:         8664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2306656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 70900 MiB
End job on node117 at 2016-06-18 22:16:27