Trace number 4097857

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 149.149 73.1314

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_6.opb
MD5SUMd8f4c21ffa314d3a94f1c4876ce0902a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.958854
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints24225
Number of constraints which are clauses24220
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 6
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 76
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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-4097857-1466114334.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.62/0.90	c ... done. Wall clock time 0.795s.
1.62/0.90	c declared #vars     4970
1.62/0.90	c #constraints  24229
1.62/0.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.91	c constraints type 
1.62/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14490
1.62/0.91	c org.sat4j.specs.Constr$1 => 4
1.62/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.62/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.62/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9729
1.62/0.91	c 24229 constraints processed.
1.62/0.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.91	c constraints type 
1.62/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9729
1.62/0.91	c org.sat4j.specs.Constr$1 => 4
1.62/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14490
1.62/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.62/0.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.62/0.91	c 24229 constraints processed.
7.55/3.05	c cleaning 2498 clauses out of 5000 with flag 37637/5000
11.87/4.82	c cleaning 4234 clauses out of 8502 with flag 81011/11000
16.14/6.96	c cleaning 5603 clauses out of 11268 with flag 141055/18000
21.23/9.46	c cleaning 6828 clauses out of 13665 with flag 204924/26000
26.59/12.07	c cleaning 7904 clauses out of 15836 with flag 262275/35000
33.89/15.66	c cleaning 8965 clauses out of 17932 with flag 343928/45000
40.59/18.96	c cleaning 9984 clauses out of 19968 with flag 429807/56001
47.59/22.45	c cleaning 10983 clauses out of 21982 with flag 522823/68000
54.60/25.91	c cleaning 11989 clauses out of 23999 with flag 619178/81000
62.80/30.09	c cleaning 13002 clauses out of 26011 with flag 733310/95002
71.09/34.11	c cleaning 13999 clauses out of 28008 with flag 849166/110001
79.79/38.45	c cleaning 14990 clauses out of 30007 with flag 954570/126000
88.80/43.00	c cleaning 15992 clauses out of 32016 with flag 1069489/143000
99.05/48.05	c cleaning 17008 clauses out of 34021 with flag 1188723/161000
109.44/53.26	c cleaning 17995 clauses out of 36011 with flag 1301646/180001
120.31/58.64	c cleaning 18992 clauses out of 38013 with flag 1428292/200000
131.19/64.06	c cleaning 19985 clauses out of 40010 with flag 1537555/221000
142.02/69.42	c cleaning 21010 clauses out of 42020 with flag 1650853/243002
149.01/72.91	c And the winner is solver0
149.01/73.09	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
149.01/73.09	c starts		: 499
149.01/73.09	c conflicts		: 258036
149.01/73.09	c decisions		: 2796739
149.01/73.09	c propagations		: 71598195
149.01/73.09	c inspects		: 744492688
149.01/73.09	c shortcuts		: 0
149.01/73.09	c learnt literals	: 42
149.01/73.09	c learnt binary clauses	: 556
149.01/73.09	c learnt ternary clauses	: 6175
149.01/73.09	c learnt constraints	: 257993
149.01/73.09	c ignored constraints	: 0
149.01/73.09	c root simplifications	: 0
149.01/73.09	c removed literals (reason simplification)	: 1759570
149.01/73.09	c reason swapping (by a shorter reason)	: 0
149.01/73.09	c Calls to reduceDB	: 18
149.01/73.09	c Number of update (reduction) of LBD	: 142516
149.01/73.09	c Imported unit clauses	: 0
149.01/73.09	c number of reductions to clauses (during analyze)	: 0
149.01/73.09	c number of learned constraints concerned by reduction	: 0
149.01/73.09	c number of learning phase by resolution	: 0
149.01/73.09	c number of learning phase by cutting planes	: 0
149.01/73.09	c speed (assignments/second)	: 991994.4995566393
149.01/73.09	c non guided choices	4279
149.01/73.10	c learnt constraints type 
149.01/73.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 556
149.01/73.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35476
149.01/73.10	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
149.01/73.10	c starts		: 15
149.01/73.10	c conflicts		: 2711
149.01/73.10	c decisions		: 8411
149.01/73.10	c propagations		: 974852
149.01/73.10	c inspects		: 115326846
149.01/73.10	c shortcuts		: 0
149.01/73.10	c learnt literals	: 0
149.01/73.10	c learnt binary clauses	: 0
149.01/73.10	c learnt ternary clauses	: 0
149.01/73.10	c learnt constraints	: 2710
149.01/73.10	c ignored constraints	: 0
149.01/73.10	c root simplifications	: 0
149.01/73.10	c removed literals (reason simplification)	: 0
149.01/73.10	c reason swapping (by a shorter reason)	: 0
149.01/73.10	c Calls to reduceDB	: 0
149.01/73.10	c Number of update (reduction) of LBD	: 0
149.01/73.10	c Imported unit clauses	: 0
149.01/73.10	c number of reductions to clauses (during analyze)	: 0
149.01/73.10	c number of learned constraints concerned by reduction	: 0
149.01/73.10	c number of learning phase by resolution	: 0
149.01/73.10	c number of learning phase by cutting planes	: 0
149.01/73.10	c speed (assignments/second)	: 13503.975619891953
149.01/73.10	c non guided choices	4279
149.01/73.11	c learnt constraints type 
149.01/73.11	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 26
149.01/73.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
149.01/73.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2640
149.01/73.11	s UNSATISFIABLE
149.01/73.11	c Total wall clock time (in seconds): 72.998

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-4097857-1466114334/watcher-4097857-1466114334 -o /tmp/evaluation-result-4097857-1466114334/solver-4097857-1466114334 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097857-1466114334.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.05 4.00 3.10 4/199 21508
/proc/meminfo: memFree=28696864/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21508/stat : 21508 (java) R 21505 21508 18087 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 13479367 23793664 628 33554432000 1073741824 1073778376 140734071446560 140734071435624 206399650369 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 5809 639 474 9 0 128 0

[startup+0.100153 s]
/proc/loadavg: 4.05 4.00 3.10 4/199 21508
/proc/meminfo: memFree=28696864/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 4482 0 1 0 9 1 0 0 20 0 18 0 13479367 9787879424 6115 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2389619 6115 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200295 s]
/proc/loadavg: 4.05 4.00 3.10 4/199 21508
/proc/meminfo: memFree=28696864/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 6366 0 1 0 29 1 0 0 20 0 18 0 13479367 9787879424 8525 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2389619 8525 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 4.05 4.00 3.10 4/199 21508
/proc/meminfo: memFree=28696864/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 6897 0 1 0 56 2 0 0 20 0 18 0 13479367 9787879424 11231 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2389619 11231 2241 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.05 4.00 3.10 4/199 21508
/proc/meminfo: memFree=28696864/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 12198 0 1 0 106 5 0 0 20 0 18 0 13479367 9787879424 44691 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2389619 44691 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.05 4.00 3.10 7/221 21530
/proc/meminfo: memFree=28521152/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 19600 0 1 0 386 6 0 0 20 0 22 0 13479367 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 46365 2285 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2479 0 1 0 85 3 0 0 20 0 22 0 13479368 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914291319672 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13479369 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479372 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/21508/task/21523/stat : 21523 (java) R 21505 21508 18087 0 -1 4202560 7228 0 0 0 81 1 0 0 20 0 22 0 13479372 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913775616752 139914295410947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) R 21505 21508 18087 0 -1 4202560 8533 0 0 0 97 2 0 0 20 0 22 0 13479373 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913774573808 139914299074774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21527] ppid=21505 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/21508/task/21527/stat : 21527 (java) R 21505 21508 18087 0 -1 4202560 20 0 0 0 57 0 0 0 20 0 22 0 13479459 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913771327976 139914146545536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21528] ppid=21505 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/21508/task/21528/stat : 21528 (java) R 21505 21508 18087 0 -1 4202560 26 0 0 0 57 0 0 0 20 0 22 0 13479459 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913770261168 139914147348359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21529] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21529/stat : 21529 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913769223080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21530] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21530/stat : 21530 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 46365 33554432000 1073741824 1073778376 140734071446560 139913768170280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.05 4.00 3.10 7/221 21530
/proc/meminfo: memFree=28470636/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=7.82 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 21637 0 1 0 768 14 0 0 20 0 22 0 13479367 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 62876 2291 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2479 0 1 0 85 3 0 0 20 0 22 0 13479368 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914291319672 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 182 0 0 0 4 1 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 100 0 0 0 3 1 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 13479369 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479372 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/21508/task/21523/stat : 21523 (java) S 21505 21508 18087 0 -1 4202560 7232 0 0 0 104 1 0 0 20 0 22 0 13479372 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913775639480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) R 21505 21508 18087 0 -1 4202560 9993 0 0 0 129 2 0 0 20 0 22 0 13479373 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913774563928 139914297238508 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21527] ppid=21505 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/21508/task/21527/stat : 21527 (java) R 21505 21508 18087 0 -1 4202560 22 0 0 0 207 0 0 0 20 0 22 0 13479459 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913771328256 139914147402480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21528] ppid=21505 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/21508/task/21528/stat : 21528 (java) R 21505 21508 18087 0 -1 4202560 28 0 0 0 207 0 0 0 20 0 22 0 13479459 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913770274552 139914147846624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21529] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21529/stat : 21529 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913769223080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21530] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21530/stat : 21530 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 62876 33554432000 1073741824 1073778376 140734071446560 139913768170280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.12 4.02 3.11 5/221 21530
/proc/meminfo: memFree=28246272/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=14.95 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 24250 0 1 0 1468 27 0 0 20 0 22 0 13479367 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 160706 2291 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2479 0 1 0 85 3 0 0 20 0 22 0 13479368 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914291319672 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 201 0 0 0 8 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 127 0 0 0 9 3 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 22 0 13479369 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479372 10060525568 160706 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=1.12 cores=1,3,5,7

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

/proc/21508/task/21523/stat : 21523 (java) S 21505 21508 18087 0 -1 4202560 7232 0 0 0 114 1 0 0 20 0 22 0 13479372 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913775639480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) S 21505 21508 18087 0 -1 4202560 11684 0 0 0 178 2 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913774586680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21527] ppid=21505 vsize=9824732 CPUtime=70.18 cores=1,3,5,7
/proc/21508/task/21527/stat : 21527 (java) R 21505 21508 18087 0 -1 4202560 42 0 0 0 7016 2 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913771319312 139914147404871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21528] ppid=21505 vsize=9824732 CPUtime=70.17 cores=1,3,5,7
/proc/21508/task/21528/stat : 21528 (java) R 21505 21508 18087 0 -1 4202560 1313 0 0 0 6985 32 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913770273360 139914147846624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21529] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21529/stat : 21529 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913769223080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21530] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21530/stat : 21530 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913768170280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 147.21
Current children cumulated vsize (KiB) 9824732

[startup+72.8009 s]
/proc/loadavg: 4.43 4.12 3.20 5/222 21534
/proc/meminfo: memFree=25709368/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=148.81 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 26662 0 1 0 14794 87 0 0 20 0 22 0 13479367 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 719283 2291 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2480 0 1 0 85 3 0 0 20 0 22 0 13479368 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914291319672 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 263 0 0 0 21 5 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 7 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 5 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 209 0 0 0 23 6 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 106 0 0 0 21 5 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 184 0 0 0 27 6 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 195 0 0 0 29 5 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 136 0 0 0 27 7 0 0 20 0 22 0 13479369 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 1271 0 0 0 0 1 0 0 20 0 22 0 13479370 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13479370 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479372 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/21508/task/21523/stat : 21523 (java) S 21505 21508 18087 0 -1 4202560 7232 0 0 0 114 1 0 0 20 0 22 0 13479372 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913775639480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) S 21505 21508 18087 0 -1 4202560 11684 0 0 0 178 2 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913774586680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 13479373 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21527] ppid=21505 vsize=9824732 CPUtime=70.98 cores=1,3,5,7
/proc/21508/task/21527/stat : 21527 (java) R 21505 21508 18087 0 -1 4202560 42 0 0 0 7096 2 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913771319312 139914147319129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21528] ppid=21505 vsize=9824732 CPUtime=70.96 cores=1,3,5,7
/proc/21508/task/21528/stat : 21528 (java) R 21505 21508 18087 0 -1 4202560 1313 0 0 0 7064 32 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913770273360 139914147837570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21529] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21529/stat : 21529 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913769223080 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21530] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21530/stat : 21530 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13479459 10060525568 719283 33554432000 1073741824 1073778376 140734071446560 139913768170280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 148.81
Current children cumulated vsize (KiB) 9824732

[startup+73.0009 s]
/proc/loadavg: 4.43 4.12 3.20 5/222 21534
/proc/meminfo: memFree=25709368/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=148.96 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 26663 0 1 0 14807 89 0 0 20 0 20 0 13479367 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 719278 2292 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2480 0 1 0 85 3 0 0 20 0 20 0 13479368 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914291319672 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 263 0 0 0 21 5 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 7 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 5 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 209 0 0 0 23 6 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 106 0 0 0 21 5 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 184 0 0 0 27 6 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 195 0 0 0 29 5 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 136 0 0 0 27 7 0 0 20 0 20 0 13479369 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 1271 0 0 0 0 1 0 0 20 0 20 0 13479370 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 13479370 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 13479370 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13479372 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/21508/task/21523/stat : 21523 (java) S 21505 21508 18087 0 -1 4202560 7232 0 0 0 114 1 0 0 20 0 20 0 13479372 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913775639480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) S 21505 21508 18087 0 -1 4202560 11684 0 0 0 178 2 0 0 20 0 20 0 13479373 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913774586680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13479373 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 20 0 13479373 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21528] ppid=21505 vsize=9824732 CPUtime=71.16 cores=1,3,5,7
/proc/21508/task/21528/stat : 21528 (java) R 21505 21508 18087 0 -1 4202560 1313 0 0 0 7084 32 0 0 20 0 20 0 13479459 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913770273360 139914147846624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21530] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21530/stat : 21530 (java) S 21505 21508 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13479459 10060525568 719278 33554432000 1073741824 1073778376 140734071446560 139913768170280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 148.96
Current children cumulated vsize (KiB) 9824732

[startup+73.1051 s]
/proc/loadavg: 4.43 4.12 3.20 5/222 21534
/proc/meminfo: memFree=25709368/32872528 swapFree=7268/7268
[pid=21508] ppid=21505 vsize=9824732 CPUtime=148.86 cores=1,3,5,7
/proc/21508/stat : 21508 (java) S 21505 21508 18087 0 -1 4202496 26666 0 1 0 14796 90 0 0 20 0 19 0 13479367 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 140734071437696 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21508/statm: 2456183 719273 2292 9 0 2446860 0
[pid=21508/tid=21510] ppid=21505 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/21508/task/21510/stat : 21510 (java) S 21505 21508 18087 0 -1 4202560 2480 0 1 0 85 3 0 0 20 0 19 0 13479368 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914291319512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21511] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21511/stat : 21511 (java) S 21505 21508 18087 0 -1 4202560 263 0 0 0 21 5 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914135345704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21512] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21512/stat : 21512 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 7 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914134292904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21513] ppid=21505 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21508/task/21513/stat : 21513 (java) S 21505 21508 18087 0 -1 4202560 137 0 0 0 27 5 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914133240104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21514] ppid=21505 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/21508/task/21514/stat : 21514 (java) S 21505 21508 18087 0 -1 4202560 209 0 0 0 23 6 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914132187304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21515] ppid=21505 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/21508/task/21515/stat : 21515 (java) S 21505 21508 18087 0 -1 4202560 106 0 0 0 21 5 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139914131135528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21516] ppid=21505 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21508/task/21516/stat : 21516 (java) S 21505 21508 18087 0 -1 4202560 184 0 0 0 27 6 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913794153384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21517] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21517/stat : 21517 (java) S 21505 21508 18087 0 -1 4202560 195 0 0 0 29 5 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913793100584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21518] ppid=21505 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21508/task/21518/stat : 21518 (java) S 21505 21508 18087 0 -1 4202560 136 0 0 0 27 7 0 0 20 0 19 0 13479369 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913792047784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21519] ppid=21505 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21508/task/21519/stat : 21519 (java) S 21505 21508 18087 0 -1 4202560 1271 0 0 0 0 1 0 0 20 0 19 0 13479370 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913779849704 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21508/tid=21520] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21520/stat : 21520 (java) S 21505 21508 18087 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13479370 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913778795768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21521] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21521/stat : 21521 (java) S 21505 21508 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13479370 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913777742856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21522] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21522/stat : 21522 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13479372 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913776691344 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21523] ppid=21505 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/21508/task/21523/stat : 21523 (java) R 21505 21508 18087 0 -1 4202560 7232 0 0 0 114 1 0 0 20 0 19 0 13479372 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913775639480 139914297282214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21508/tid=21524] ppid=21505 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21508/task/21524/stat : 21524 (java) S 21505 21508 18087 0 -1 4202560 11684 0 0 0 178 2 0 0 20 0 19 0 13479373 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913774586680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21508/tid=21525] ppid=21505 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21508/task/21525/stat : 21525 (java) S 21505 21508 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13479373 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913773534072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21508/tid=21526] ppid=21505 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21508/task/21526/stat : 21526 (java) S 21505 21508 18087 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 13479373 10060525568 719273 33554432000 1073741824 1073778376 140734071446560 139913772481480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 148.86
Current children cumulated vsize (KiB) 9824732

Child status: 20

# 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): 0.149994
#  lost CPU user time (s): 0.179993
#  lost CPU system time (s): -0.03

Real time (s): 73.1314
CPU time (s): 149.149
CPU user time (s): 148.119
CPU system time (s): 1.03084
CPU usage (%): 203.947
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.939
system time used= 1.06084
maximum resident set size= 2895004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26673
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2623
involuntary context switches= 4316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.516921 second user time and 0.645901 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 23:58:55
IDJOB=4097857
IDBENCH=107817
IDSOLVER=2543
FILE ID=node133/4097857-1466114334
RUNJOBID= node133-1466113274-20821
PBS_JOBID= 19904054
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097857-1466114334/watcher-4097857-1466114334 -o /tmp/evaluation-result-4097857-1466114334/solver-4097857-1466114334 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097857-1466114334.opb

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

MD5SUM BENCH= d8f4c21ffa314d3a94f1c4876ce0902a
RANDOM SEED=609173116

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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:        28697416 kB
Buffers:           68004 kB
Cached:           142192 kB
SwapCached:         1860 kB
Active:          3351180 kB
Inactive:         107160 kB
Active(anon):    3249252 kB
Inactive(anon):     1228 kB
Active(file):     101928 kB
Inactive(file):   105932 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              3764 kB
Writeback:             0 kB
AnonPages:       3285100 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             570968 kB
SReclaimable:      14152 kB
SUnreclaim:       556816 kB
KernelStack:        1792 kB
PageTables:        10388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3463668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3192832 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= 71708 MiB
End job on node133 at 2016-06-17 00:00:08