Trace number 4096408

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 223.029 109.893

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_22.opb
MD5SUM45bcceaf984200834dfd0de1cafff921
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 benchmark7.66183
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 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 49
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.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-4096408-1466112358.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.216s.
0.51/0.32	c declared #vars     756
0.51/0.32	c #constraints  3546
0.51/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.33	c constraints type 
0.51/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2106
0.51/0.33	c org.sat4j.specs.Constr$1 => 4
0.51/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1430
0.51/0.33	c 3546 constraints processed.
0.51/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.33	c constraints type 
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1430
0.51/0.33	c org.sat4j.specs.Constr$1 => 4
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2106
0.51/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.33	c 3546 constraints processed.
3.56/1.15	c cleaning 2498 clauses out of 5001 with flag 26704/5001
5.07/1.75	c cleaning 4252 clauses out of 8503 with flag 64054/11001
6.32/2.40	c cleaning 5622 clauses out of 11250 with flag 98208/18000
8.23/3.23	c cleaning 6813 clauses out of 13628 with flag 134370/26000
10.26/4.26	c cleaning 7907 clauses out of 15816 with flag 173400/35001
12.68/5.49	c cleaning 8953 clauses out of 17910 with flag 219977/45002
15.89/7.02	c cleaning 9979 clauses out of 19958 with flag 274262/56003
19.30/8.74	c cleaning 10987 clauses out of 21977 with flag 332098/68001
23.32/10.79	c cleaning 11995 clauses out of 23990 with flag 399320/81001
28.14/13.16	c cleaning 12996 clauses out of 25995 with flag 472247/95001
33.74/15.99	c cleaning 13993 clauses out of 27998 with flag 559604/110000
40.03/19.02	c cleaning 14998 clauses out of 30005 with flag 638487/126000
47.63/22.66	c cleaning 16001 clauses out of 32007 with flag 720803/143000
48.45/23.03	c cleaning 0 clauses out of 5000 with flag 0/5000
55.71/26.56	c cleaning 16999 clauses out of 34008 with flag 807967/161002
64.13/30.72	c cleaning 18000 clauses out of 36007 with flag 899124/180000
73.73/35.50	c cleaning 19000 clauses out of 38010 with flag 1005410/200003
84.36/40.86	c cleaning 20001 clauses out of 40007 with flag 1119353/221000
96.78/47.02	c cleaning 21000 clauses out of 42006 with flag 1237788/243000
111.08/54.16	c cleaning 22003 clauses out of 44006 with flag 1373229/266000
125.91/61.56	c cleaning 22996 clauses out of 46002 with flag 1510878/290000
141.59/69.31	c cleaning 24000 clauses out of 48006 with flag 1636807/315000
159.06/78.04	c cleaning 25002 clauses out of 50006 with flag 1776219/341000
178.34/87.64	c cleaning 26000 clauses out of 52003 with flag 1925937/368000
200.23/98.55	c cleaning 27000 clauses out of 54002 with flag 2092383/396000
222.15/109.46	c cleaning 27999 clauses out of 55998 with flag 2253847/425001
222.55/109.69	c And the winner is solver0
222.83/109.85	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
222.83/109.85	c starts		: 45
222.83/109.85	c conflicts		: 426033
222.83/109.85	c decisions		: 457031
222.83/109.85	c propagations		: 39490511
222.83/109.85	c inspects		: 1783793507
222.83/109.85	c shortcuts		: 0
222.83/109.85	c learnt literals	: 20
222.83/109.85	c learnt binary clauses	: 151
222.83/109.85	c learnt ternary clauses	: 732
222.83/109.85	c learnt constraints	: 426012
222.83/109.85	c ignored constraints	: 0
222.83/109.85	c root simplifications	: 0
222.83/109.85	c removed literals (reason simplification)	: 5491350
222.83/109.85	c reason swapping (by a shorter reason)	: 0
222.83/109.85	c Calls to reduceDB	: 25
222.83/109.85	c Number of update (reduction) of LBD	: 77613
222.83/109.85	c Imported unit clauses	: 0
222.83/109.85	c number of reductions to clauses (during analyze)	: 0
222.83/109.85	c number of learned constraints concerned by reduction	: 0
222.83/109.85	c number of learning phase by resolution	: 0
222.83/109.85	c number of learning phase by cutting planes	: 0
222.83/109.85	c speed (assignments/second)	: 360578.07706355007
222.83/109.85	c non guided choices	105
222.83/109.87	c learnt constraints type 
222.83/109.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151
222.83/109.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28867
222.83/109.87	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
222.83/109.87	c starts		: 34
222.83/109.87	c conflicts		: 9729
222.83/109.87	c decisions		: 11109
222.83/109.87	c propagations		: 983051
222.83/109.87	c inspects		: 225063035
222.83/109.87	c shortcuts		: 0
222.83/109.87	c learnt literals	: 0
222.83/109.87	c learnt binary clauses	: 0
222.83/109.87	c learnt ternary clauses	: 0
222.83/109.87	c learnt constraints	: 9728
222.83/109.87	c ignored constraints	: 0
222.83/109.87	c root simplifications	: 0
222.83/109.87	c removed literals (reason simplification)	: 0
222.83/109.87	c reason swapping (by a shorter reason)	: 0
222.83/109.87	c Calls to reduceDB	: 1
222.83/109.87	c Number of update (reduction) of LBD	: 0
222.83/109.87	c Imported unit clauses	: 0
222.83/109.87	c number of reductions to clauses (during analyze)	: 0
222.83/109.87	c number of learned constraints concerned by reduction	: 0
222.83/109.87	c number of learning phase by resolution	: 0
222.83/109.87	c number of learning phase by cutting planes	: 0
222.83/109.87	c speed (assignments/second)	: 8974.520257810076
222.83/109.87	c non guided choices	105
222.83/109.87	c learnt constraints type 
222.83/109.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1470
222.83/109.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
222.83/109.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8075
222.83/109.87	s UNSATISFIABLE
222.83/109.87	c Total wall clock time (in seconds): 109.765

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-4096408-1466112358/watcher-4096408-1466112358 -o /tmp/evaluation-result-4096408-1466112358/solver-4096408-1466112358 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096408-1466112358.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.58 2.29 1.90 3/197 8293
/proc/meminfo: memFree=29434188/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13284396 98570240 978 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 24065 978 744 9 0 16771 0
[pid=8293/tid=8294] ppid=8290 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) R 8290 8293 7556 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13284396 98570240 978 33554432000 1073741824 1073778376 140735775438208 139780661894696 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 3.58 2.29 1.90 3/197 8293
/proc/meminfo: memFree=29434188/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 4478 0 1 0 9 1 0 0 20 0 18 0 13284396 9787879424 6110 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2389619 6110 2156 9 0 2380296 0
[pid=8293/tid=8294] ppid=8290 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) R 8290 8293 7556 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 13284396 9787879424 6110 33554432000 1073741824 1073778376 140735775438208 139780661898144 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 3.58 2.29 1.90 3/197 8293
/proc/meminfo: memFree=29434188/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 4990 0 1 0 26 1 0 0 20 0 18 0 13284396 9787879424 7018 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2389619 7018 2216 9 0 2380296 0
[pid=8293/tid=8294] ppid=8290 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) R 8290 8293 7556 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 13284396 9787879424 7018 33554432000 1073741824 1073778376 140735775438208 139780661898144 139780664913574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 3.58 2.29 1.90 3/197 8293
/proc/meminfo: memFree=29434188/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 5979 0 1 0 50 1 0 0 20 0 18 0 13284396 9787879424 9506 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2389619 9506 2234 9 0 2380296 0
[pid=8293/tid=8294] ppid=8290 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) R 8290 8293 7556 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 13284396 9787879424 9506 33554432000 1073741824 1073778376 140735775438208 139780661898144 139780532755074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 3.58 2.29 1.90 3/197 8293
/proc/meminfo: memFree=29434188/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 16487 0 1 0 203 3 0 0 20 0 22 0 13284396 10060525568 17415 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 17415 2265 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2437 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 17415 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.58 2.29 1.90 6/219 8315
/proc/meminfo: memFree=29264144/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 22111 0 1 0 454 8 0 0 20 0 22 0 13284396 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 45527 2289 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2437 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780497787688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8304] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7556 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780485589352 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8305] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780484535672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8306] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780483482504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 90 2 0 0 20 0 22 0 13284400 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7556 0 -1 4202560 10369 0 0 0 100 2 0 0 20 0 22 0 13284400 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780480326584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284401 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8312] ppid=8290 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/8293/task/8312/stat : 8312 (java) R 8290 8293 7556 0 -1 4202560 21 0 0 0 114 0 0 0 20 0 22 0 13284429 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780477165880 139780533454643 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8313] ppid=8290 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8293/task/8313/stat : 8313 (java) R 8290 8293 7556 0 -1 4202560 126 0 0 0 112 3 0 0 20 0 22 0 13284429 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780476113496 139780533450437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8314] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8314/stat : 8314 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780475061032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 45527 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.58 2.29 1.90 6/219 8315
/proc/meminfo: memFree=29198608/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 23739 0 1 0 785 11 0 0 20 0 22 0 13284396 10060525568 80852 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 80852 2290 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2437 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 80852 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80852 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80852 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80853 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 13284397 10060525568 80871 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80890 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80908 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80922 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780497787688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8304] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7556 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780485589352 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8305] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780484535672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8306] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780483482504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 95 2 0 0 20 0 22 0 13284400 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) R 8290 8293 7556 0 -1 4202560 11518 0 0 0 109 2 0 0 20 0 22 0 13284400 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780480326584 139780667853321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 80932 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284401 10060525568 80949 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8312] ppid=8290 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/8293/task/8312/stat : 8312 (java) R 8290 8293 7556 0 -1 4202560 22 0 0 0 271 0 0 0 20 0 22 0 13284429 10060525568 80965 33554432000 1073741824 1073778376 140735775438208 139780477164176 139780533516207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8313] ppid=8290 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/8293/task/8313/stat : 8313 (java) R 8290 8293 7556 0 -1 4202560 186 0 0 0 266 4 0 0 20 0 22 0 13284429 10060525568 80984 33554432000 1073741824 1073778376 140735775438208 139780476113368 139780533422291 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8314] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8314/stat : 8314 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 81002 33554432000 1073741824 1073778376 140735775438208 139780475061032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 81019 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 3.69 2.34 1.92 6/219 8315
/proc/meminfo: memFree=28857324/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=14.48 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 25200 0 1 0 1427 21 0 0 20 0 22 0 13284396 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 215750 2290 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2437 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 13284397 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 22 0 13284397 10060525568 215750 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 22 0 13284397 10060525568 216262 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 13284397 10060525568 216262 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 103 2 0 0 20 0 22 0 13284400 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7556 0 -1 4202560 19820 0 0 0 188 4 0 0 20 0 22 0 13284400 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780480326584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 13284401 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8312] ppid=8290 vsize=9824732 CPUtime=105.92 cores=1,3,5,7
/proc/8293/task/8312/stat : 8312 (java) R 8290 8293 7556 0 -1 4202560 86 0 0 0 10591 1 0 0 20 0 22 0 13284429 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780477164176 139780533429619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8313] ppid=8290 vsize=9824732 CPUtime=105.92 cores=1,3,5,7
/proc/8293/task/8313/stat : 8313 (java) R 8290 8293 7556 0 -1 4202560 758 0 0 0 10575 17 0 0 20 0 22 0 13284429 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780476112400 139780533536399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8314] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8314/stat : 8314 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780475061032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288152 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 217.72
Current children cumulated vsize (KiB) 9824732

[startup+108.801 s]
/proc/loadavg: 4.06 2.90 2.17 5/219 8317
/proc/meminfo: memFree=28242944/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=220.94 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 33821 0 1 0 22047 47 0 0 20 0 22 0 13284396 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 288919 2293 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2438 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 175 0 0 0 25 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 71 0 0 0 27 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 23 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 143 0 0 0 28 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 166 0 0 0 34 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 164 0 0 0 29 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 73 0 0 0 30 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 29 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780497787688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8304] ppid=8290 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7556 0 -1 4202560 740 0 0 0 2 7 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780485589352 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8305] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780484535672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8306] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780483482504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 103 2 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7556 0 -1 4202560 19820 0 0 0 188 4 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780480326584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 13284401 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8312] ppid=8290 vsize=9824732 CPUtime=107.51 cores=1,3,5,7
/proc/8293/task/8312/stat : 8312 (java) R 8290 8293 7556 0 -1 4202560 86 0 0 0 10750 1 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780477164176 139780533338670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8313] ppid=8290 vsize=9824732 CPUtime=107.51 cores=1,3,5,7
/proc/8293/task/8313/stat : 8313 (java) R 8290 8293 7556 0 -1 4202560 759 0 0 0 10734 17 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780476112416 139780533534475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8314] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8314/stat : 8314 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780475061032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 9824732

[startup+109.601 s]
/proc/loadavg: 4.06 2.90 2.17 5/219 8317
/proc/meminfo: memFree=28239032/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=222.55 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 33822 0 1 0 22208 47 0 0 20 0 22 0 13284396 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 288919 2293 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2438 0 1 0 29 2 0 0 20 0 22 0 13284396 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 175 0 0 0 25 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 71 0 0 0 27 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 24 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 143 0 0 0 28 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 166 0 0 0 35 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 164 0 0 0 30 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 73 0 0 0 30 3 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 29 2 0 0 20 0 22 0 13284397 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780497787688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8304] ppid=8290 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7556 0 -1 4202560 740 0 0 0 2 7 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780485589352 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8305] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780484535672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8306] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13284398 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780483482504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 103 2 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7556 0 -1 4202560 19820 0 0 0 188 4 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780480326584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13284400 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 22 0 13284401 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8312] ppid=8290 vsize=9824732 CPUtime=108.3 cores=1,3,5,7
/proc/8293/task/8312/stat : 8312 (java) R 8290 8293 7556 0 -1 4202560 86 0 0 0 10829 1 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780477164296 139780533435515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8313] ppid=8290 vsize=9824732 CPUtime=108.29 cores=1,3,5,7
/proc/8293/task/8313/stat : 8313 (java) R 8290 8293 7556 0 -1 4202560 760 0 0 0 10812 17 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780476112416 139780533536869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8314] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8314/stat : 8314 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780475061032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13284429 10060525568 288919 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 9824732

[startup+109.801 s]
/proc/loadavg: 4.06 2.90 2.17 5/219 8317
/proc/meminfo: memFree=28239032/32872528 swapFree=1243920/1391088
[pid=8293] ppid=8290 vsize=9824732 CPUtime=222.83 cores=1,3,5,7
/proc/8293/stat : 8293 (java) S 8290 8293 7556 0 -1 4202496 33823 0 1 0 22232 51 0 0 20 0 19 0 13284396 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 140735775429344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8293/statm: 2456183 288907 2294 9 0 2446860 0
[pid=8293/tid=8294] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8294/stat : 8294 (java) S 8290 8293 7556 0 -1 4202560 2438 0 1 0 29 2 0 0 20 0 19 0 13284396 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780661900152 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8296] ppid=8290 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/8293/task/8296/stat : 8296 (java) S 8290 8293 7556 0 -1 4202560 175 0 0 0 25 2 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780505156008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8297] ppid=8290 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8293/task/8297/stat : 8297 (java) S 8290 8293 7556 0 -1 4202560 71 0 0 0 27 2 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780504103464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8298] ppid=8290 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8293/task/8298/stat : 8298 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 24 2 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780503050408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8299] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8299/stat : 8299 (java) S 8290 8293 7556 0 -1 4202560 143 0 0 0 28 3 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780501997864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8300] ppid=8290 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8293/task/8300/stat : 8300 (java) S 8290 8293 7556 0 -1 4202560 166 0 0 0 35 3 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780500945832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8301] ppid=8290 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/8293/task/8301/stat : 8301 (java) S 8290 8293 7556 0 -1 4202560 164 0 0 0 30 2 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780499893288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8302] ppid=8290 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/8293/task/8302/stat : 8302 (java) S 8290 8293 7556 0 -1 4202560 73 0 0 0 30 3 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780498840232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8303] ppid=8290 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8293/task/8303/stat : 8303 (java) S 8290 8293 7556 0 -1 4202560 66 0 0 0 29 2 0 0 20 0 19 0 13284397 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780497787688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8304] ppid=8290 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/8293/task/8304/stat : 8304 (java) S 8290 8293 7556 0 -1 4202560 740 0 0 0 2 7 0 0 20 0 19 0 13284398 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780485589352 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8305] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8305/stat : 8305 (java) S 8290 8293 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13284398 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780484535672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8306] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8306/stat : 8306 (java) S 8290 8293 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13284398 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780483482504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8307] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8307/stat : 8307 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13284400 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780482431248 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8293/tid=8308] ppid=8290 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8293/task/8308/stat : 8308 (java) S 8290 8293 7556 0 -1 4202560 7780 0 0 0 103 2 0 0 20 0 19 0 13284400 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780481379128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8293/tid=8309] ppid=8290 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/8293/task/8309/stat : 8309 (java) S 8290 8293 7556 0 -1 4202560 19820 0 0 0 188 4 0 0 20 0 19 0 13284400 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780480326584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8310] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8310/stat : 8310 (java) S 8290 8293 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13284400 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780479273720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8293/tid=8311] ppid=8290 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8293/task/8311/stat : 8311 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 3 0 0 20 0 19 0 13284401 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780478221384 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8293/tid=8315] ppid=8290 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8293/task/8315/stat : 8315 (java) S 8290 8293 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13284429 10060525568 288907 33554432000 1073741824 1073778376 140735775438208 139780474008488 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.83
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 109.893
CPU time (s): 223.029
CPU user time (s): 222.317
CPU system time (s): 0.711891
CPU usage (%): 202.95
Max. virtual memory (cumulated for all children) (KiB): 9826344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.317
system time used= 0.711891
maximum resident set size= 1156704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33833
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6054
involuntary context switches= 7032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.553915 second user time and 0.560914 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 23:25:58
IDJOB=4096408
IDBENCH=107610
IDSOLVER=2543
FILE ID=node119/4096408-1466112358
RUNJOBID= node119-1466112183-7573
PBS_JOBID= 19904129
Free space on /tmp= 71736 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-5_6_22.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096408-1466112358/watcher-4096408-1466112358 -o /tmp/evaluation-result-4096408-1466112358/solver-4096408-1466112358 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096408-1466112358.opb

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

MD5SUM BENCH= 45bcceaf984200834dfd0de1cafff921
RANDOM SEED=891470236

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.56
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.456
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:        29434452 kB
Buffers:           61164 kB
Cached:           106256 kB
SwapCached:         1048 kB
Active:          1229544 kB
Inactive:         104788 kB
Active(anon):    1166068 kB
Inactive(anon):     3220 kB
Active(file):      63476 kB
Inactive(file):   101568 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       2563448 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             571748 kB
SReclaimable:      15008 kB
SUnreclaim:       556740 kB
KernelStack:        1624 kB
PageTables:         9192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3412080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1277952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 23:27:48