Trace number 4096611

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 87.6517 42.3806

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_21.opb
MD5SUM84ac3c511e9e2f0caf514de67f0f3fd6
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 benchmark2.38564
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
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 constraint27
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 48
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096611-1466112684.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.52/0.33	c ... done. Wall clock time 0.217s.
0.52/0.33	c declared #vars     756
0.52/0.33	c #constraints  3546
0.52/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2106
0.52/0.33	c org.sat4j.specs.Constr$1 => 4
0.52/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1430
0.52/0.33	c 3546 constraints processed.
0.52/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1430
0.52/0.33	c org.sat4j.specs.Constr$1 => 4
0.52/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2106
0.52/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.52/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.52/0.33	c 3546 constraints processed.
3.58/1.12	c cleaning 2499 clauses out of 5001 with flag 23256/5001
5.08/1.70	c cleaning 4246 clauses out of 8501 with flag 57789/11000
6.53/2.45	c cleaning 5626 clauses out of 11255 with flag 104332/18000
8.16/3.26	c cleaning 6815 clauses out of 13629 with flag 144951/26000
10.40/4.30	c cleaning 7906 clauses out of 15815 with flag 188246/35001
12.95/5.56	c cleaning 8947 clauses out of 17908 with flag 234911/45000
15.93/7.09	c cleaning 9979 clauses out of 19961 with flag 282845/56000
19.56/8.87	c cleaning 10988 clauses out of 21983 with flag 344377/68001
23.16/10.67	c cleaning 11996 clauses out of 23995 with flag 397355/81001
27.78/12.90	c cleaning 12996 clauses out of 25999 with flag 455458/95001
32.87/15.46	c cleaning 14001 clauses out of 28002 with flag 517855/110000
39.31/18.45	c cleaning 14999 clauses out of 30001 with flag 591524/126000
39.92/18.78	c cleaning 0 clauses out of 5000 with flag 0/5000
45.74/21.60	c cleaning 15998 clauses out of 32001 with flag 669550/143000
53.10/25.12	c cleaning 17001 clauses out of 34004 with flag 751383/161001
61.34/29.23	c cleaning 18000 clauses out of 36003 with flag 833396/180001
69.97/33.54	c cleaning 18999 clauses out of 38001 with flag 927519/200000
79.37/38.27	c cleaning 20000 clauses out of 40001 with flag 1020669/221000
87.40/42.23	c And the winner is solver0
87.51/42.34	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
87.51/42.34	c starts		: 98
87.51/42.34	c conflicts		: 239398
87.51/42.34	c decisions		: 267595
87.51/42.34	c propagations		: 20375182
87.51/42.34	c inspects		: 672526802
87.51/42.34	c shortcuts		: 0
87.51/42.34	c learnt literals	: 17
87.51/42.34	c learnt binary clauses	: 141
87.51/42.34	c learnt ternary clauses	: 717
87.51/42.34	c learnt constraints	: 239380
87.51/42.34	c ignored constraints	: 0
87.51/42.34	c root simplifications	: 0
87.51/42.34	c removed literals (reason simplification)	: 2119184
87.51/42.34	c reason swapping (by a shorter reason)	: 0
87.51/42.34	c Calls to reduceDB	: 17
87.51/42.34	c Number of update (reduction) of LBD	: 52296
87.51/42.34	c Imported unit clauses	: 0
87.51/42.34	c number of reductions to clauses (during analyze)	: 0
87.51/42.34	c number of learned constraints concerned by reduction	: 0
87.51/42.34	c number of learning phase by resolution	: 0
87.51/42.34	c number of learning phase by cutting planes	: 0
87.51/42.34	c speed (assignments/second)	: 485007.9028802666
87.51/42.34	c non guided choices	105
87.51/42.36	c learnt constraints type 
87.51/42.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
87.51/42.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38243
87.51/42.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
87.51/42.36	c starts		: 27
87.51/42.36	c conflicts		: 7002
87.51/42.36	c decisions		: 7898
87.51/42.36	c propagations		: 729441
87.51/42.36	c inspects		: 100456095
87.51/42.36	c shortcuts		: 0
87.51/42.36	c learnt literals	: 0
87.51/42.36	c learnt binary clauses	: 0
87.51/42.36	c learnt ternary clauses	: 0
87.51/42.36	c learnt constraints	: 7001
87.51/42.36	c ignored constraints	: 0
87.51/42.36	c root simplifications	: 0
87.51/42.36	c removed literals (reason simplification)	: 0
87.51/42.36	c reason swapping (by a shorter reason)	: 0
87.51/42.36	c Calls to reduceDB	: 1
87.51/42.36	c Number of update (reduction) of LBD	: 0
87.51/42.36	c Imported unit clauses	: 0
87.51/42.36	c number of reductions to clauses (during analyze)	: 0
87.51/42.36	c number of learned constraints concerned by reduction	: 0
87.51/42.36	c number of learning phase by resolution	: 0
87.51/42.36	c number of learning phase by cutting planes	: 0
87.51/42.36	c speed (assignments/second)	: 17358.550283185
87.51/42.36	c non guided choices	105
87.51/42.36	c learnt constraints type 
87.51/42.36	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 671
87.51/42.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 123
87.51/42.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6207
87.51/42.36	s UNSATISFIABLE
87.51/42.36	c Total wall clock time (in seconds): 42.251

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-4096611-1466112684/watcher-4096611-1466112684 -o /tmp/evaluation-result-4096611-1466112684/solver-4096611-1466112684 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30850 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096611-1466112684.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.50 2.16 2.09 4/197 31701
/proc/meminfo: memFree=30868096/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31701/stat : 31701 (java) R 31698 31701 28709 0 -1 4202496 1151 0 0 0 0 0 0 0 20 0 1 0 13313823 23793664 801 33554432000 1073741824 1073778376 140735813678000 140735813667064 140211863927648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 5809 820 614 9 0 128 0

[startup+0.100121 s]
/proc/loadavg: 2.50 2.16 2.09 4/197 31701
/proc/meminfo: memFree=30868096/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 13313823 9787879424 6085 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2389619 6085 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 2.50 2.16 2.09 4/197 31701
/proc/meminfo: memFree=30868096/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 4960 0 1 0 26 1 0 0 20 0 18 0 13313823 9787879424 7010 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2389619 7010 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.50 2.16 2.09 4/197 31701
/proc/meminfo: memFree=30868096/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 5884 0 1 0 50 2 0 0 20 0 18 0 13313823 9787879424 9508 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2389619 9508 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70015 s]
/proc/loadavg: 2.50 2.16 2.09 4/197 31701
/proc/meminfo: memFree=30868096/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 14939 0 1 0 201 4 0 0 20 0 22 0 13313823 10060525568 17609 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 17609 2263 9 0 2446860 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 2.50 2.16 2.09 5/219 31723
/proc/meminfo: memFree=30688308/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 22204 0 1 0 458 8 0 0 20 0 22 0 13313823 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 45395 2286 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2446 0 1 0 29 2 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13313825 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 8884 0 0 0 98 2 0 0 20 0 22 0 13313828 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 9349 0 0 0 96 2 0 0 20 0 22 0 13313828 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31720] ppid=31698 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/31701/task/31720/stat : 31720 (java) R 31698 31701 28709 0 -1 4202560 24 0 0 0 114 0 0 0 20 0 22 0 13313856 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211202740920 140211707765614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31721] ppid=31698 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/31701/task/31721/stat : 31721 (java) R 31698 31701 28709 0 -1 4202560 123 0 0 0 112 2 0 0 20 0 22 0 13313856 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211201687400 140211707983945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31723] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31723/stat : 31723 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 45395 33554432000 1073741824 1073778376 140735813678000 140211199583144 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 2.50 2.16 2.09 6/219 31723
/proc/meminfo: memFree=30302204/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=7.96 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 22811 0 1 0 783 13 0 0 20 0 22 0 13313823 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 80209 2286 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2446 0 1 0 29 2 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13313825 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 8884 0 0 0 103 2 0 0 20 0 22 0 13313828 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 9349 0 0 0 97 2 0 0 20 0 22 0 13313828 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31720] ppid=31698 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/31701/task/31720/stat : 31720 (java) R 31698 31701 28709 0 -1 4202560 26 0 0 0 271 0 0 0 20 0 22 0 13313856 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211202738816 140211707949472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31721] ppid=31698 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/31701/task/31721/stat : 31721 (java) R 31698 31701 28709 0 -1 4202560 182 0 0 0 266 5 0 0 20 0 22 0 13313856 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211201687432 140211707981856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31723] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31723/stat : 31723 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 80209 33554432000 1073741824 1073778376 140735813678000 140211199583144 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 2.70 2.21 2.10 3/216 31723
/proc/meminfo: memFree=29760728/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=14.53 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 23697 0 1 0 1431 22 0 0 20 0 22 0 13313823 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 230083 2289 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2446 0 1 0 29 2 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 123 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13313824 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 22 0 13313825 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 230083 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.12 cores=0,2,4,6

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

[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 14395 0 0 0 175 3 0 0 20 0 22 0 13313828 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 10991 0 0 0 131 2 0 0 20 0 22 0 13313828 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31720] ppid=31698 vsize=9824732 CPUtime=40.92 cores=0,2,4,6
/proc/31701/task/31720/stat : 31720 (java) R 31698 31701 28709 0 -1 4202560 44 0 0 0 4092 0 0 0 20 0 22 0 13313856 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211202738640 140211707949934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31721] ppid=31698 vsize=9824732 CPUtime=40.93 cores=0,2,4,6
/proc/31701/task/31721/stat : 31721 (java) R 31698 31701 28709 0 -1 4202560 680 0 0 0 4078 15 0 0 20 0 22 0 13313856 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211201687056 140211707823632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31723] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31723/stat : 31723 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280654 33554432000 1073741824 1073778376 140735813678000 140211199583144 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 86.2
Current children cumulated vsize (KiB) 9824732

[startup+42.0009 s]
/proc/loadavg: 3.32 2.41 2.17 6/219 32055
/proc/meminfo: memFree=28572724/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=87 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 31373 0 1 0 8664 36 0 0 20 0 22 0 13313823 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 280911 2292 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2447 0 1 0 29 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 143 0 0 0 8 0 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 185 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 171 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 736 0 0 0 0 3 0 0 20 0 22 0 13313825 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 14395 0 0 0 175 3 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 10991 0 0 0 131 2 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31720] ppid=31698 vsize=9824732 CPUtime=41.32 cores=0,2,4,6
/proc/31701/task/31720/stat : 31720 (java) R 31698 31701 28709 0 -1 4202560 45 0 0 0 4132 0 0 0 20 0 22 0 13313856 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211202739616 140211707949519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31721] ppid=31698 vsize=9824732 CPUtime=41.32 cores=0,2,4,6
/proc/31701/task/31721/stat : 31721 (java) R 31698 31701 28709 0 -1 4202560 680 0 0 0 4117 15 0 0 20 0 22 0 13313856 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211201686160 140211707983213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31723] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31723/stat : 31723 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211199583144 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 87
Current children cumulated vsize (KiB) 9824732

[startup+42.2009 s]
/proc/loadavg: 3.32 2.41 2.17 6/219 32055
/proc/meminfo: memFree=28572724/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=87.4 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 31373 0 1 0 8704 36 0 0 20 0 22 0 13313823 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 280911 2292 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2447 0 1 0 29 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 143 0 0 0 8 0 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 185 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 171 0 0 0 7 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 22 0 13313824 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 736 0 0 0 0 3 0 0 20 0 22 0 13313825 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13313826 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 14395 0 0 0 175 3 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 10991 0 0 0 131 2 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13313828 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31720] ppid=31698 vsize=9824732 CPUtime=41.52 cores=0,2,4,6
/proc/31701/task/31720/stat : 31720 (java) R 31698 31701 28709 0 -1 4202560 45 0 0 0 4152 0 0 0 20 0 22 0 13313856 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211202739616 140211707949601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31721] ppid=31698 vsize=9824732 CPUtime=41.52 cores=0,2,4,6
/proc/31701/task/31721/stat : 31721 (java) R 31698 31701 28709 0 -1 4202560 680 0 0 0 4137 15 0 0 20 0 22 0 13313856 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211201686160 140211707984159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31723] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31723/stat : 31723 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13313857 10060525568 280911 33554432000 1073741824 1073778376 140735813678000 140211199583144 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 87.4
Current children cumulated vsize (KiB) 9824732

[startup+42.3012 s]
/proc/loadavg: 3.32 2.41 2.17 6/219 32055
/proc/meminfo: memFree=28572724/32872528 swapFree=496356/529060
[pid=31701] ppid=31698 vsize=9824732 CPUtime=87.51 cores=0,2,4,6
/proc/31701/stat : 31701 (java) S 31698 31701 28709 0 -1 4202496 31374 0 1 0 8712 39 0 0 20 0 19 0 13313823 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140735813669136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31701/statm: 2456183 280899 2293 9 0 2446860 0
[pid=31701/tid=31702] ppid=31698 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31701/task/31702/stat : 31702 (java) S 31698 31701 28709 0 -1 4202560 2447 0 1 0 29 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211857802104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31704] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31704/stat : 31704 (java) S 31698 31701 28709 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211830253992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31705] ppid=31698 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/31701/task/31705/stat : 31705 (java) S 31698 31701 28709 0 -1 4202560 143 0 0 0 8 0 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211829201448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31701/tid=31706] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31706/stat : 31706 (java) S 31698 31701 28709 0 -1 4202560 185 0 0 0 7 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211828148392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31707] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31707/stat : 31707 (java) S 31698 31701 28709 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211827095848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31708] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31708/stat : 31708 (java) S 31698 31701 28709 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211826043816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31709] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31709/stat : 31709 (java) S 31698 31701 28709 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211696217128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31710] ppid=31698 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/31701/task/31710/stat : 31710 (java) S 31698 31701 28709 0 -1 4202560 171 0 0 0 7 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211695164072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31711] ppid=31698 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31701/task/31711/stat : 31711 (java) S 31698 31701 28709 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 19 0 13313824 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211694111528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31712] ppid=31698 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31701/task/31712/stat : 31712 (java) S 31698 31701 28709 0 -1 4202560 736 0 0 0 0 3 0 0 20 0 19 0 13313825 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211211164008 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31713] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31713/stat : 31713 (java) S 31698 31701 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13313826 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211210110328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31714] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31714/stat : 31714 (java) S 31698 31701 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13313826 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211209057160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31715] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31715/stat : 31715 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13313828 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211208005904 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31716] ppid=31698 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/31701/task/31716/stat : 31716 (java) S 31698 31701 28709 0 -1 4202560 14395 0 0 0 175 3 0 0 20 0 19 0 13313828 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211206953784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31717] ppid=31698 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/31701/task/31717/stat : 31717 (java) S 31698 31701 28709 0 -1 4202560 10991 0 0 0 131 2 0 0 20 0 19 0 13313828 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211205901240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31701/tid=31718] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31718/stat : 31718 (java) S 31698 31701 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13313828 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211204848376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31701/tid=31719] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31719/stat : 31719 (java) S 31698 31701 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13313828 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211203796040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31701/tid=31722] ppid=31698 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31701/task/31722/stat : 31722 (java) S 31698 31701 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13313857 10060525568 280899 33554432000 1073741824 1073778376 140735813678000 140211200635688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 87.51
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 42.3806
CPU time (s): 87.6517
CPU user time (s): 87.1178
CPU system time (s): 0.533918
CPU usage (%): 206.82
Max. virtual memory (cumulated for all children) (KiB): 9825132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1178
system time used= 0.533918
maximum resident set size= 1131072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2373
involuntary context switches= 2420

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255961 second user time and 0.373943 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 23:31:24
IDJOB=4096611
IDBENCH=107639
IDSOLVER=2543
FILE ID=node141/4096611-1466112684
RUNJOBID= node141-1466112677-30850
PBS_JOBID= 19904052
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_21.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096611-1466112684/watcher-4096611-1466112684 -o /tmp/evaluation-result-4096611-1466112684/solver-4096611-1466112684 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30850 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096611-1466112684.opb

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

MD5SUM BENCH= 84ac3c511e9e2f0caf514de67f0f3fd6
RANDOM SEED=629879800

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30868368 kB
Buffers:           61900 kB
Cached:           137084 kB
SwapCached:         2876 kB
Active:           646604 kB
Inactive:         103572 kB
Active(anon):     551764 kB
Inactive(anon):     2160 kB
Active(file):      94840 kB
Inactive(file):   101412 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:       1161196 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             572444 kB
SReclaimable:      14744 kB
SUnreclaim:       557700 kB
KernelStack:        1688 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2089204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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= 71728 MiB
End job on node141 at 2016-06-16 23:32:06