Trace number 4107059

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? 703.587 659.605

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
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 variables7682998
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 constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
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 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4107059-1466280075.opb
0.08/0.13	c reading problem ... 
0.85/0.49	c  objective function found
645.36/601.40	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
645.36/601.40		at java.math.BigInteger.add(BigInteger.java:1023)
645.46/601.40		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(MaxWatchPb.java:143)
645.46/601.40		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(MaxWatchPb.java:320)
645.46/601.40		at org.sat4j.pb.constraints.MaxWatchPBConstructor.constructPB(MaxWatchPBConstructor.java:50)
645.46/601.40		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructPB(AbstractPBClauseCardConstrDataStructure.java:233)
645.46/601.40		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(AbstractPBClauseCardConstrDataStructure.java:135)
645.46/601.40		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(AbstractPBDataStructureFactory.java:209)
645.46/601.40		at org.sat4j.pb.core.PBSolver.addExactly(PBSolver.java:165)
645.46/601.40		at org.sat4j.pb.tools.ManyCorePB.addExactly(ManyCorePB.java:126)
645.46/601.40		at org.sat4j.pb.PBSolverDecorator.addExactly(PBSolverDecorator.java:98)
645.46/601.40		at org.sat4j.pb.PBSolverDecorator.addExactly(PBSolverDecorator.java:98)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2005.endConstraint(OPBReader2005.java:177)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2010.endConstraint(OPBReader2010.java:189)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2005.readConstraint(OPBReader2005.java:684)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2005.parse(OPBReader2005.java:734)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2005.parseInstance(OPBReader2005.java:758)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2012.parseInstance(OPBReader2012.java:103)
645.46/601.40		at org.sat4j.pb.reader.OPBReader2005.parseInstance(OPBReader2005.java:820)
645.46/601.40		at org.sat4j.reader.Reader.parseInstance(Reader.java:83)
645.46/601.40		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:202)
645.46/601.40		at org.sat4j.pb.LanceurPseudo2005.readProblem(LanceurPseudo2005.java:160)
645.46/601.40		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
645.46/601.40		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:97)
703.58/659.56	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
703.58/659.56	c starts		: 0
703.58/659.56	c conflicts		: 0
703.58/659.56	c decisions		: 0
703.58/659.56	c propagations		: 0
703.58/659.56	c inspects		: 0
703.58/659.56	c shortcuts		: 0
703.58/659.56	c learnt literals	: 0
703.58/659.56	c learnt binary clauses	: 0
703.58/659.56	c learnt ternary clauses	: 0
703.58/659.56	c learnt constraints	: 0
703.58/659.56	c ignored constraints	: 0
703.58/659.56	c root simplifications	: 0
703.58/659.56	c removed literals (reason simplification)	: 0
703.58/659.56	c reason swapping (by a shorter reason)	: 0
703.58/659.56	c Calls to reduceDB	: 0
703.58/659.56	c Number of update (reduction) of LBD	: 0
703.58/659.56	c Imported unit clauses	: 0
703.58/659.56	c number of reductions to clauses (during analyze)	: 0
703.58/659.56	c number of learned constraints concerned by reduction	: 0
703.58/659.56	c number of learning phase by resolution	: 0
703.58/659.56	c number of learning phase by cutting planes	: 0
703.58/659.56	c speed (assignments/second)	: 0.0
703.58/659.56	c non guided choices	0
703.58/659.56	c learnt constraints type 
703.58/659.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
703.58/659.56	c starts		: 0
703.58/659.56	c conflicts		: 0
703.58/659.56	c decisions		: 0
703.58/659.56	c propagations		: 0
703.58/659.56	c inspects		: 0
703.58/659.56	c shortcuts		: 0
703.58/659.56	c learnt literals	: 0
703.58/659.56	c learnt binary clauses	: 0
703.58/659.56	c learnt ternary clauses	: 0
703.58/659.56	c learnt constraints	: 0
703.58/659.56	c ignored constraints	: 0
703.58/659.56	c root simplifications	: 0
703.58/659.56	c removed literals (reason simplification)	: 0
703.58/659.56	c reason swapping (by a shorter reason)	: 0
703.58/659.56	c Calls to reduceDB	: 0
703.58/659.56	c Number of update (reduction) of LBD	: 0
703.58/659.56	c Imported unit clauses	: 0
703.58/659.56	c number of reductions to clauses (during analyze)	: 0
703.58/659.56	c number of learned constraints concerned by reduction	: 0
703.58/659.56	c number of learning phase by resolution	: 0
703.58/659.56	c number of learning phase by cutting planes	: 0
703.58/659.56	c speed (assignments/second)	: 0.0
703.58/659.56	c non guided choices	0
703.58/659.56	c learnt constraints type 
703.58/659.56	s UNKNOWN
703.58/659.56	c Total wall clock time (in seconds): 659.435

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

pid=5474
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: 3.83 4.08 4.16 4/198 5477
/proc/meminfo: memFree=29325184/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/5477/stat : 5477 (java) R 5474 5477 28285 0 -1 4202496 264 0 0 0 0 0 0 0 20 0 1 0 30057081 9379840 123 33554432000 1073741824 1073778376 140733492802832 140733492799960 217413882336 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5477/statm: 2323 128 98 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 3.83 4.08 4.16 4/198 5477
/proc/meminfo: memFree=29325184/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 4351 0 1 0 7 1 0 0 20 0 18 0 30057081 9787879424 5472 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 5472 2110 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 3.83 4.08 4.16 4/198 5477
/proc/meminfo: memFree=29325184/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 4670 0 1 0 25 6 0 0 20 0 18 0 30057081 9787879424 77812 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 77812 2180 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 3.83 4.08 4.16 4/198 5477
/proc/meminfo: memFree=29325184/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 4779 0 1 0 59 6 0 0 20 0 18 0 30057081 9787879424 78432 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 78432 2189 9 0 2380296 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 3.83 4.08 4.16 4/198 5477
/proc/meminfo: memFree=29325184/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=1.48 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 5874 0 1 0 140 8 0 0 20 0 18 0 30057081 9787879424 110588 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 110588 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 3.83 4.08 4.16 4/216 5495
/proc/meminfo: memFree=28672728/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=2.69 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 6414 0 1 0 254 15 0 0 20 0 18 0 30057081 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 165287 2259 9 0 2380296 0
[pid=5477/tid=5479] ppid=5474 vsize=9558476 CPUtime=0.84 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) R 5474 5477 28285 0 -1 4202560 2510 0 1 0 79 5 0 0 20 0 18 0 30057082 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140027047116576 140026889836372 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 75 0 0 0 24 2 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 25 0 0 0 18 0 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 101 0 0 0 29 2 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 56 0 0 0 10 3 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 18 0 0 0 13 0 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 18 0 30057083 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) S 5474 5477 28285 0 -1 4202560 567 0 0 0 24 0 0 0 20 0 18 0 30057085 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026400721256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 779 0 0 0 7 0 0 0 20 0 18 0 30057088 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 969 0 0 0 8 0 0 0 20 0 18 0 30057088 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 165287 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 3.83 4.08 4.16 5/216 5495
/proc/meminfo: memFree=28615700/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=4.39 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 6858 0 1 0 418 21 0 0 20 0 18 0 30057081 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 194836 2263 9 0 2380296 0
[pid=5477/tid=5479] ppid=5474 vsize=9558476 CPUtime=2.37 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) R 5474 5477 28285 0 -1 4202560 2779 0 1 0 229 8 0 0 20 0 18 0 30057082 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140027047116672 140026889784785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 103 0 0 0 26 3 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 18 0 0 0 10 0 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 40 0 0 0 20 1 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 106 0 0 0 30 3 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 81 0 0 0 12 3 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 26 0 0 0 14 0 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 49 0 0 0 9 0 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 70 0 0 0 13 2 0 0 20 0 18 0 30057083 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) S 5474 5477 28285 0 -1 4202560 580 0 0 0 24 0 0 0 20 0 18 0 30057085 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026400721256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 783 0 0 0 7 0 0 0 20 0 18 0 30057088 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 969 0 0 0 8 0 0 0 20 0 18 0 30057088 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 194836 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 3.85 4.08 4.16 5/216 5495
/proc/meminfo: memFree=28370784/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=8.64 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 8692 0 1 0 813 51 0 0 20 0 18 0 30057081 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 323938 2263 9 0 2380296 0
[pid=5477/tid=5479] ppid=5474 vsize=9558476 CPUtime=5.15 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) R 5474 5477 28285 0 -1 4202560 3326 0 1 0 504 11 0 0 20 0 18 0 30057082 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140027047124184 140026889806561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 197 0 0 0 37 4 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 133 0 0 0 24 4 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 134 0 0 0 33 4 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 198 0 0 0 43 5 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 176 0 0 0 26 6 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 195 0 0 0 33 6 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 197 0 0 0 28 5 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 141 0 0 0 26 4 0 0 20 0 18 0 30057083 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) S 5474 5477 28285 0 -1 4202560 969 0 0 0 24 0 0 0 20 0 18 0 30057085 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026400721256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30057085 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 783 0 0 0 7 0 0 0 20 0 18 0 30057088 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 989 0 0 0 10 0 0 0 20 0 18 0 30057088 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30057088 9787879424 323938 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.78 4.06 4.15 5/216 5495
/proc/meminfo: memFree=27503088/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9558476 CPUtime=17.74 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 11766 0 1 0 1635 139 0 0 20 0 18 0 30057081 9787879424 546124 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2389619 546124 2263 9 0 2380296 0

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

[pid=5477/tid=5492] ppid=5474 vsize=9624992 CPUtime=0.27 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 1610 0 0 0 27 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9624992 CPUtime=0.3 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9624992 CPUtime=0.31 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 39 0 0 0 15 16 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5511] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5511/stat : 5511 (java) S 5474 5477 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 30117221 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026392294744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 701.78
Current children cumulated vsize (KiB) 9624992

[startup+658.501 s]
/proc/loadavg: 3.20 3.37 3.72 4/216 5512
/proc/meminfo: memFree=20834432/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9624992 CPUtime=702.58 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 70432 0 1 0 69683 575 0 0 20 0 19 0 30057081 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2406248 2049774 2268 9 0 2396937 0
[pid=5477/tid=5479] ppid=5474 vsize=9624992 CPUtime=31.77 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) S 5474 5477 28285 0 -1 4202560 3385 0 1 0 3160 17 0 0 20 0 19 0 30057082 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027047126200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9624992 CPUtime=7.07 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 7521 0 0 0 651 56 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9624992 CPUtime=7.22 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 5179 0 0 0 652 70 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9624992 CPUtime=6.95 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 8266 0 0 0 632 63 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9624992 CPUtime=7.33 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 6100 0 0 0 667 66 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9624992 CPUtime=7.32 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 6332 0 0 0 667 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9624992 CPUtime=7.35 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 5686 0 0 0 670 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9624992 CPUtime=7.47 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 9824 0 0 0 680 67 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9624992 CPUtime=7.24 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 4045 0 0 0 667 57 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9624992 CPUtime=610.14 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) R 5474 5477 28285 0 -1 4202560 8052 0 0 0 60976 38 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026400721416 140027053981659 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9624992 CPUtime=0.27 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 1610 0 0 0 27 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9624992 CPUtime=0.3 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9624992 CPUtime=0.31 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 39 0 0 0 15 16 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5511] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5511/stat : 5511 (java) S 5474 5477 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 30117221 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026392294744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 702.58
Current children cumulated vsize (KiB) 9624992

[startup+659.301 s]
/proc/loadavg: 3.20 3.37 3.72 4/216 5512
/proc/meminfo: memFree=20834556/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9624992 CPUtime=703.38 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 70432 0 1 0 69763 575 0 0 20 0 19 0 30057081 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2406248 2049774 2268 9 0 2396937 0
[pid=5477/tid=5479] ppid=5474 vsize=9624992 CPUtime=31.77 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) S 5474 5477 28285 0 -1 4202560 3385 0 1 0 3160 17 0 0 20 0 19 0 30057082 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027047126200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9624992 CPUtime=7.07 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 7521 0 0 0 651 56 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9624992 CPUtime=7.22 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 5179 0 0 0 652 70 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9624992 CPUtime=6.95 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 8266 0 0 0 632 63 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9624992 CPUtime=7.33 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 6100 0 0 0 667 66 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9624992 CPUtime=7.32 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 6332 0 0 0 667 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9624992 CPUtime=7.35 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 5686 0 0 0 670 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9624992 CPUtime=7.47 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 9824 0 0 0 680 67 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9624992 CPUtime=7.24 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 4045 0 0 0 667 57 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9624992 CPUtime=610.94 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) R 5474 5477 28285 0 -1 4202560 8052 0 0 0 61056 38 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026400721416 140027053981534 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9624992 CPUtime=0.27 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 1610 0 0 0 27 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9624992 CPUtime=0.3 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9624992 CPUtime=0.31 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 39 0 0 0 15 16 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5511] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5511/stat : 5511 (java) S 5474 5477 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 30117221 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026392294744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 703.38
Current children cumulated vsize (KiB) 9624992

[startup+659.501 s]
/proc/loadavg: 3.20 3.37 3.72 4/216 5512
/proc/meminfo: memFree=20834556/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=9624992 CPUtime=703.58 cores=1,3,5,7
/proc/5477/stat : 5477 (java) S 5474 5477 28285 0 -1 4202496 70432 0 1 0 69783 575 0 0 20 0 19 0 30057081 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140734066722976 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 2406248 2049774 2268 9 0 2396937 0
[pid=5477/tid=5479] ppid=5474 vsize=9624992 CPUtime=31.77 cores=1,3,5,7
/proc/5477/task/5479/stat : 5479 (java) S 5474 5477 28285 0 -1 4202560 3385 0 1 0 3160 17 0 0 20 0 19 0 30057082 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027047126200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5480] ppid=5474 vsize=9624992 CPUtime=7.07 cores=1,3,5,7
/proc/5477/task/5480/stat : 5480 (java) S 5474 5477 28285 0 -1 4202560 7521 0 0 0 651 56 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140027008616872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5481] ppid=5474 vsize=9624992 CPUtime=7.22 cores=1,3,5,7
/proc/5477/task/5481/stat : 5481 (java) S 5474 5477 28285 0 -1 4202560 5179 0 0 0 652 70 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026889366056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5482] ppid=5474 vsize=9624992 CPUtime=6.95 cores=1,3,5,7
/proc/5477/task/5482/stat : 5482 (java) S 5474 5477 28285 0 -1 4202560 8266 0 0 0 632 63 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026888313000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5483] ppid=5474 vsize=9624992 CPUtime=7.33 cores=1,3,5,7
/proc/5477/task/5483/stat : 5483 (java) S 5474 5477 28285 0 -1 4202560 6100 0 0 0 667 66 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026887260456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5484] ppid=5474 vsize=9624992 CPUtime=7.32 cores=1,3,5,7
/proc/5477/task/5484/stat : 5484 (java) S 5474 5477 28285 0 -1 4202560 6332 0 0 0 667 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026886208424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5477/tid=5485] ppid=5474 vsize=9624992 CPUtime=7.35 cores=1,3,5,7
/proc/5477/task/5485/stat : 5485 (java) S 5474 5477 28285 0 -1 4202560 5686 0 0 0 670 65 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026885155880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5486] ppid=5474 vsize=9624992 CPUtime=7.47 cores=1,3,5,7
/proc/5477/task/5486/stat : 5486 (java) S 5474 5477 28285 0 -1 4202560 9824 0 0 0 680 67 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026884102824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5487] ppid=5474 vsize=9624992 CPUtime=7.24 cores=1,3,5,7
/proc/5477/task/5487/stat : 5487 (java) S 5474 5477 28285 0 -1 4202560 4045 0 0 0 667 57 0 0 20 0 19 0 30057083 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026883050280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5488] ppid=5474 vsize=9624992 CPUtime=611.14 cores=1,3,5,7
/proc/5477/task/5488/stat : 5488 (java) R 5474 5477 28285 0 -1 4202560 8052 0 0 0 61076 38 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026400721416 140027053981655 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5477/tid=5489] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5489/stat : 5489 (java) S 5474 5477 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026399667576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5490] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5490/stat : 5490 (java) S 5474 5477 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30057085 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026398614408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026397563152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5492] ppid=5474 vsize=9624992 CPUtime=0.27 cores=1,3,5,7
/proc/5477/task/5492/stat : 5492 (java) S 5474 5477 28285 0 -1 4202560 1610 0 0 0 27 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026396511032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5493] ppid=5474 vsize=9624992 CPUtime=0.3 cores=1,3,5,7
/proc/5477/task/5493/stat : 5493 (java) S 5474 5477 28285 0 -1 4202560 3128 0 0 0 30 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026395458488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5494] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5494/stat : 5494 (java) S 5474 5477 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026394405624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5477/tid=5495] ppid=5474 vsize=9624992 CPUtime=0.31 cores=1,3,5,7
/proc/5477/task/5495/stat : 5495 (java) S 5474 5477 28285 0 -1 4202560 39 0 0 0 15 16 0 0 20 0 19 0 30057088 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026393353288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5477/tid=5511] ppid=5474 vsize=9624992 CPUtime=0 cores=1,3,5,7
/proc/5477/task/5511/stat : 5511 (java) S 5474 5477 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 30117221 9855991808 2049774 33554432000 1073741824 1073778376 140734066731840 140026392294744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 703.58
Current children cumulated vsize (KiB) 9624992

[startup+659.601 s]
/proc/loadavg: 3.20 3.37 3.72 4/216 5512
/proc/meminfo: memFree=20834556/32872528 swapFree=1534436/1655032
[pid=5477] ppid=5474 vsize=0 CPUtime=702.06 cores=1,3,5,7
/proc/5477/stat : 5477 (java) Z 5474 5477 28285 0 -1 4202508 70452 0 1 0 69611 595 0 0 20 0 2 0 30057081 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5477/statm: 0 0 0 0 0 0 0
[pid=5477/tid=5491] ppid=5474 vsize=0 CPUtime=0.01 cores=1,3,5,7
/proc/5477/task/5491/stat : 5491 (java) R 5474 5477 28285 0 -1 4203588 8 0 0 0 0 1 0 0 20 0 2 0 30057088 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.52002
#  lost CPU user time (s): 1.72003
#  lost CPU system time (s): -0.2

Real time (s): 659.605
CPU time (s): 703.587
CPU user time (s): 697.836
CPU system time (s): 5.7511
CPU usage (%): 106.668
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 696.116
system time used= 5.95109
maximum resident set size= 8199144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70452
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39241
involuntary context switches= 35138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.94225 second user time and 3.9474 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 22:01:27
IDJOB=4107059
IDBENCH=71857
IDSOLVER=2543
FILE ID=node122/4107059-1466280075
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71368 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__512.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107059-1466280075/watcher-4107059-1466280075 -o /tmp/evaluation-result-4107059-1466280075/solver-4107059-1466280075 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107059-1466280075.opb

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=68164890

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29325464 kB
Buffers:          154476 kB
Cached:           656604 kB
SwapCached:            0 kB
Active:           795860 kB
Inactive:         321748 kB
Active(anon):     299428 kB
Inactive(anon):     9916 kB
Active(file):     496432 kB
Inactive(file):   311832 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            386100 kB
Writeback:             0 kB
AnonPages:       1976220 kB
Mapped:            21068 kB
Shmem:               204 kB
Slab:             626432 kB
SReclaimable:      69664 kB
SUnreclaim:       556768 kB
KernelStack:        1600 kB
PageTables:         8060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2369128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 71364 MiB
End job on node122 at 2016-06-18 22:12:26