Trace number 4096849

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 278.812 137.918

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_22.opb
MD5SUM848ef19b05b8456c795088ca2652267f
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 benchmark9.11061
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables812
Total number of constraints3813
Number of constraints which are clauses3808
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 constraint28
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 50
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4096849-1466113102.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.22s.
0.51/0.32	c declared #vars     812
0.51/0.32	c #constraints  3817
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 => 2268
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 => 1539
0.51/0.33	c 3817 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 => 1539
0.51/0.33	c org.sat4j.specs.Constr$1 => 4
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2268
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 3817 constraints processed.
3.23/1.09	c cleaning 2494 clauses out of 5000 with flag 23516/5000
4.82/1.69	c cleaning 4248 clauses out of 8506 with flag 59713/11000
6.48/2.43	c cleaning 5626 clauses out of 11258 with flag 106829/18000
8.42/3.33	c cleaning 6809 clauses out of 13632 with flag 169141/26000
10.66/4.48	c cleaning 7907 clauses out of 15824 with flag 236287/35001
13.25/5.71	c cleaning 8951 clauses out of 17917 with flag 303708/45001
15.86/7.03	c cleaning 9974 clauses out of 19967 with flag 361335/56002
18.87/8.54	c cleaning 10994 clauses out of 21993 with flag 425287/68002
22.28/10.26	c cleaning 11995 clauses out of 23997 with flag 499051/81000
26.30/12.24	c cleaning 12999 clauses out of 26003 with flag 580025/95001
31.09/14.65	c cleaning 13999 clauses out of 28003 with flag 673115/110000
36.09/17.18	c cleaning 15002 clauses out of 30005 with flag 776921/126001
40.73/19.46	c cleaning 0 clauses out of 5000 with flag 0/5000
42.86/20.33	c cleaning 15997 clauses out of 32002 with flag 865998/143000
49.43/23.58	c cleaning 17000 clauses out of 34005 with flag 959585/161000
56.65/27.15	c cleaning 18003 clauses out of 36005 with flag 1066057/180000
65.07/31.31	c cleaning 18998 clauses out of 38002 with flag 1171939/200000
74.48/36.05	c cleaning 19998 clauses out of 40006 with flag 1272253/221002
84.92/41.25	c cleaning 20999 clauses out of 42007 with flag 1375484/243001
95.74/46.66	c cleaning 22002 clauses out of 44009 with flag 1486194/266002
108.18/52.83	c cleaning 22997 clauses out of 46005 with flag 1607730/290000
122.27/59.86	c cleaning 24005 clauses out of 48009 with flag 1726716/315001
138.31/67.86	c cleaning 24999 clauses out of 50003 with flag 1866641/341000
154.96/76.19	c cleaning 25998 clauses out of 52003 with flag 2009990/368000
173.40/85.38	c cleaning 27001 clauses out of 54006 with flag 2153544/396001
193.29/95.26	c cleaning 27997 clauses out of 56004 with flag 2300039/425000
216.20/106.60	c cleaning 29004 clauses out of 58007 with flag 2467260/455000
239.72/118.35	c cleaning 29998 clauses out of 60002 with flag 2638371/486000
264.61/130.74	c cleaning 31002 clauses out of 62004 with flag 2809170/518002
268.02/132.41	c cleaning 0 clauses out of 11002 with flag 0/11002
278.66/137.75	c And the winner is solver0
278.66/137.87	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
278.66/137.87	c starts		: 164
278.66/137.87	c conflicts		: 537602
278.66/137.87	c decisions		: 588627
278.66/137.87	c propagations		: 48760775
278.66/137.87	c inspects		: 2135059298
278.66/137.87	c shortcuts		: 0
278.66/137.87	c learnt literals	: 17
278.66/137.87	c learnt binary clauses	: 138
278.66/137.87	c learnt ternary clauses	: 741
278.66/137.87	c learnt constraints	: 537584
278.66/137.87	c ignored constraints	: 0
278.66/137.87	c root simplifications	: 0
278.66/137.87	c removed literals (reason simplification)	: 5962840
278.66/137.87	c reason swapping (by a shorter reason)	: 0
278.66/137.87	c Calls to reduceDB	: 28
278.66/137.87	c Number of update (reduction) of LBD	: 110439
278.66/137.87	c Imported unit clauses	: 0
278.66/137.87	c number of reductions to clauses (during analyze)	: 0
278.66/137.87	c number of learned constraints concerned by reduction	: 0
278.66/137.87	c number of learning phase by resolution	: 0
278.66/137.87	c number of learning phase by cutting planes	: 0
278.66/137.87	c speed (assignments/second)	: 354520.6848916679
278.66/137.87	c non guided choices	109
278.66/137.89	c learnt constraints type 
278.66/137.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 138
278.66/137.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50450
278.66/137.89	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
278.66/137.89	c starts		: 35
278.66/137.89	c conflicts		: 11165
278.66/137.89	c decisions		: 12947
278.66/137.89	c propagations		: 1190805
278.66/137.89	c inspects		: 266271387
278.66/137.89	c shortcuts		: 0
278.66/137.89	c learnt literals	: 0
278.66/137.89	c learnt binary clauses	: 0
278.66/137.89	c learnt ternary clauses	: 0
278.66/137.89	c learnt constraints	: 11165
278.66/137.89	c ignored constraints	: 0
278.66/137.89	c root simplifications	: 0
278.66/137.89	c removed literals (reason simplification)	: 0
278.66/137.89	c reason swapping (by a shorter reason)	: 0
278.66/137.89	c Calls to reduceDB	: 2
278.66/137.89	c Number of update (reduction) of LBD	: 0
278.66/137.89	c Imported unit clauses	: 0
278.66/137.89	c number of reductions to clauses (during analyze)	: 0
278.66/137.89	c number of learned constraints concerned by reduction	: 0
278.66/137.89	c number of learning phase by resolution	: 0
278.66/137.89	c number of learning phase by cutting planes	: 0
278.66/137.89	c speed (assignments/second)	: 8656.62256469904
278.66/137.89	c non guided choices	109
278.66/137.90	c learnt constraints type 
278.66/137.90	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1644
278.66/137.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 227
278.66/137.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9294
278.66/137.90	s UNSATISFIABLE
278.66/137.90	c Total wall clock time (in seconds): 137.792

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-4096849-1466113102/watcher-4096849-1466113102 -o /tmp/evaluation-result-4096849-1466113102/solver-4096849-1466113102 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17181 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096849-1466113102.opb 

pid=17986
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.98 3.85 3.05 4/197 17989
/proc/meminfo: memFree=30115812/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13360748 98570240 978 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 24065 978 744 9 0 16771 0
[pid=17989/tid=17990] ppid=17986 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) R 17986 17989 17164 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 13360748 98582528 983 33554432000 1073741824 1073778376 140734420063824 139893956402728 249650038173 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 3.98 3.85 3.05 4/197 17989
/proc/meminfo: memFree=30115812/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 13360748 9787879424 6135 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2389619 6135 2158 9 0 2380296 0
[pid=17989/tid=17990] ppid=17986 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) R 17986 17989 17164 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 13360748 9787879424 6135 33554432000 1073741824 1073778376 140734420063824 139893956406536 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 3.98 3.85 3.05 4/197 17989
/proc/meminfo: memFree=30115812/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 4962 0 1 0 26 2 0 0 20 0 18 0 13360748 9787879424 7029 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2389619 7029 2216 9 0 2380296 0
[pid=17989/tid=17990] ppid=17986 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) R 17986 17989 17164 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 13360748 9787879424 7029 33554432000 1073741824 1073778376 140734420063824 139893956406536 139893812573665 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 3.98 3.85 3.05 4/197 17989
/proc/meminfo: memFree=30115812/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 5726 0 1 0 49 2 0 0 20 0 18 0 13360748 9787879424 9333 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2389619 9333 2234 9 0 2380296 0
[pid=17989/tid=17990] ppid=17986 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) R 17986 17989 17164 0 -1 4202560 2418 0 1 0 26 1 0 0 20 0 18 0 13360748 9787879424 9333 33554432000 1073741824 1073778376 140734420063824 139893956389200 139893812904892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 3.98 3.85 3.05 4/197 17989
/proc/meminfo: memFree=30115812/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 15657 0 1 0 201 4 0 0 20 0 22 0 13360748 10060525568 18127 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 18127 2264 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2503 0 1 0 29 2 0 0 20 0 22 0 13360748 10060525568 18127 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.98 3.85 3.05 5/219 18011
/proc/meminfo: memFree=29950712/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 24273 0 1 0 452 8 0 0 20 0 22 0 13360748 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 45361 2289 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2504 0 1 0 29 2 0 0 20 0 22 0 13360748 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17999/stat : 17999 (java) S 17986 17989 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893591227176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18000] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18000/stat : 18000 (java) S 17986 17989 17164 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13360750 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893579028840 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18001] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18001/stat : 18001 (java) S 17986 17989 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893577975160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18002] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18002/stat : 18002 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893576921992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18003] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) S 17986 17989 17164 0 -1 4202560 13984 0 0 0 104 2 0 0 20 0 22 0 13360753 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893574818616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 6227 0 0 0 85 0 0 0 20 0 22 0 13360753 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18007] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18007/stat : 18007 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893571660872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18008] ppid=17986 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17989/task/18008/stat : 18008 (java) R 17986 17989 17164 0 -1 4202560 30 0 0 0 114 0 0 0 20 0 22 0 13360781 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893570603664 139893813250721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18009] ppid=17986 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17989/task/18009/stat : 18009 (java) R 17986 17989 17164 0 -1 4202560 149 0 0 0 112 2 0 0 20 0 22 0 13360781 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893569552600 139893813198344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18010] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18010/stat : 18010 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893568500520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18011] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18011/stat : 18011 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 45361 33554432000 1073741824 1073778376 140734420063824 139893567447976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.98 3.85 3.05 5/219 18011
/proc/meminfo: memFree=29861284/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=8 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 26327 0 1 0 787 13 0 0 20 0 22 0 13360748 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 80579 2290 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2504 0 1 0 29 2 0 0 20 0 22 0 13360748 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17989/task/17999/stat : 17999 (java) S 17986 17989 17164 0 -1 4202560 81 0 0 0 0 1 0 0 20 0 22 0 13360749 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893591227176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18000] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18000/stat : 18000 (java) S 17986 17989 17164 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13360750 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893579028840 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18001] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18001/stat : 18001 (java) S 17986 17989 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893577975160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18002] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18002/stat : 18002 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893576921992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18003] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) S 17986 17989 17164 0 -1 4202560 15548 0 0 0 116 3 0 0 20 0 22 0 13360753 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893574818616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 6228 0 0 0 88 0 0 0 20 0 22 0 13360753 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18007] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18007/stat : 18007 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893571660872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18008] ppid=17986 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/17989/task/18008/stat : 18008 (java) R 17986 17989 17164 0 -1 4202560 31 0 0 0 271 0 0 0 20 0 22 0 13360781 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893570605448 139893813210885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18009] ppid=17986 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/17989/task/18009/stat : 18009 (java) R 17986 17989 17164 0 -1 4202560 209 0 0 0 268 3 0 0 20 0 22 0 13360781 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893569551888 139893813474526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18010] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18010/stat : 18010 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893568500520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18011] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18011/stat : 18011 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 80579 33554432000 1073741824 1073778376 140734420063824 139893567447976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.07 3.87 3.06 5/219 18011
/proc/meminfo: memFree=29548304/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=14.46 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 27127 0 1 0 1422 24 0 0 20 0 22 0 13360748 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 219730 2290 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2504 0 1 0 30 2 0 0 20 0 22 0 13360748 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 88 0 0 0 0 2 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 18 0 0 0 0 1 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13360749 10060525568 219730 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) S 17986 17989 17164 0 -1 4202560 15548 0 0 0 122 3 0 0 20 0 22 0 13360753 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893574818616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 11863 0 0 0 146 2 0 0 20 0 22 0 13360753 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18007] ppid=17986 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17989/task/18007/stat : 18007 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 1 4 0 0 20 0 22 0 13360753 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893571660872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18008] ppid=17986 vsize=9824732 CPUtime=134.82 cores=1,3,5,7
/proc/17989/task/18008/stat : 18008 (java) R 17986 17989 17164 0 -1 4202560 92 0 0 0 13480 2 0 0 20 0 22 0 13360781 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893570604432 139893813250497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18009] ppid=17986 vsize=9824732 CPUtime=134.84 cores=1,3,5,7
/proc/17989/task/18009/stat : 18009 (java) R 17986 17989 17164 0 -1 4202560 903 0 0 0 13468 16 0 0 20 0 22 0 13360781 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893569553192 139893813113698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18010] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18010/stat : 18010 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893568500520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18011] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18011/stat : 18011 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 291839 33554432000 1073741824 1073778376 140734420063824 139893567447976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 276.86
Current children cumulated vsize (KiB) 9824732

[startup+137.608 s]
/proc/loadavg: 4.18 3.97 3.20 5/220 18017
/proc/meminfo: memFree=29035444/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=278.48 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 33997 0 1 0 27794 54 0 0 20 0 22 0 13360748 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 291600 2293 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2506 0 1 0 30 2 0 0 20 0 22 0 13360748 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 181 0 0 0 38 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 92 0 0 0 37 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 98 0 0 0 39 2 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 161 0 0 0 36 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 109 0 0 0 37 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 189 0 0 0 42 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 95 0 0 0 38 2 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17989/task/17999/stat : 17999 (java) S 17986 17989 17164 0 -1 4202560 141 0 0 0 35 3 0 0 20 0 22 0 13360749 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893591227176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18000] ppid=17986 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17989/task/18000/stat : 18000 (java) S 17986 17989 17164 0 -1 4202560 743 0 0 0 2 9 0 0 20 0 22 0 13360750 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893579028840 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18001] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18001/stat : 18001 (java) S 17986 17989 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893577975160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18002] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18002/stat : 18002 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13360751 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893576921992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18003] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) S 17986 17989 17164 0 -1 4202560 15548 0 0 0 122 3 0 0 20 0 22 0 13360753 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893574818616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 11863 0 0 0 146 2 0 0 20 0 22 0 13360753 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13360753 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18007] ppid=17986 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17989/task/18007/stat : 18007 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 1 4 0 0 20 0 22 0 13360753 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893571660872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18008] ppid=17986 vsize=9824732 CPUtime=135.61 cores=1,3,5,7
/proc/17989/task/18008/stat : 18008 (java) R 17986 17989 17164 0 -1 4202560 92 0 0 0 13559 2 0 0 20 0 22 0 13360781 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893570603664 139893813072624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18009] ppid=17986 vsize=9824732 CPUtime=135.63 cores=1,3,5,7
/proc/17989/task/18009/stat : 18009 (java) R 17986 17989 17164 0 -1 4202560 904 0 0 0 13547 16 0 0 20 0 22 0 13360781 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893569552008 139893813287584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18010] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18010/stat : 18010 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893568500520 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18011] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18011/stat : 18011 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13360782 10060525568 291600 33554432000 1073741824 1073778376 140734420063824 139893567447976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 278.48
Current children cumulated vsize (KiB) 9824732

[startup+137.801 s]
/proc/loadavg: 4.18 3.97 3.20 5/220 18017
/proc/meminfo: memFree=29035444/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=278.5 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 33998 0 1 0 27794 56 0 0 20 0 20 0 13360748 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 291594 2294 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2506 0 1 0 30 2 0 0 20 0 20 0 13360748 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893956408184 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 181 0 0 0 38 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 92 0 0 0 37 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 98 0 0 0 39 2 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 161 0 0 0 36 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 109 0 0 0 37 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 189 0 0 0 42 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 95 0 0 0 38 2 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17989/task/17999/stat : 17999 (java) S 17986 17989 17164 0 -1 4202560 141 0 0 0 35 3 0 0 20 0 20 0 13360749 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893591227176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18000] ppid=17986 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17989/task/18000/stat : 18000 (java) S 17986 17989 17164 0 -1 4202560 743 0 0 0 2 9 0 0 20 0 20 0 13360750 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893579028840 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18001] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18001/stat : 18001 (java) S 17986 17989 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13360751 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893577975160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18002] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18002/stat : 18002 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 13360751 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893576921992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18003] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13360753 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) S 17986 17989 17164 0 -1 4202560 15548 0 0 0 122 3 0 0 20 0 20 0 13360753 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893574818616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 11863 0 0 0 146 2 0 0 20 0 20 0 13360753 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13360753 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18007] ppid=17986 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17989/task/18007/stat : 18007 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 1 4 0 0 20 0 20 0 13360753 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893571660872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=18009] ppid=17986 vsize=9824732 CPUtime=135.82 cores=1,3,5,7
/proc/17989/task/18009/stat : 18009 (java) R 17986 17989 17164 0 -1 4202560 904 0 0 0 13566 16 0 0 20 0 20 0 13360781 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893569552008 139893813198546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18011] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18011/stat : 18011 (java) S 17986 17989 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13360782 10060525568 291594 33554432000 1073741824 1073778376 140734420063824 139893567447976 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 278.5
Current children cumulated vsize (KiB) 9824732

[startup+137.901 s]
/proc/loadavg: 4.18 3.97 3.20 5/220 18017
/proc/meminfo: memFree=29035444/32872528 swapFree=188940/188940
[pid=17989] ppid=17986 vsize=9824732 CPUtime=278.26 cores=1,3,5,7
/proc/17989/stat : 17989 (java) S 17986 17989 17164 0 -1 4202496 34002 0 1 0 27768 58 0 0 20 0 19 0 13360748 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 140734420054960 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17989/statm: 2456183 291590 2295 9 0 2446860 0
[pid=17989/tid=17990] ppid=17986 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/17989/task/17990/stat : 17990 (java) S 17986 17989 17164 0 -1 4202560 2506 0 1 0 30 2 0 0 20 0 19 0 13360748 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893956408024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17992] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17992/stat : 17992 (java) S 17986 17989 17164 0 -1 4202560 181 0 0 0 38 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893934508456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17993] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17993/stat : 17993 (java) S 17986 17989 17164 0 -1 4202560 92 0 0 0 37 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893933455912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17994] ppid=17986 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17989/task/17994/stat : 17994 (java) S 17986 17989 17164 0 -1 4202560 98 0 0 0 39 2 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893932402856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17995] ppid=17986 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17989/task/17995/stat : 17995 (java) S 17986 17989 17164 0 -1 4202560 161 0 0 0 36 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893931350312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17989/tid=17996] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17996/stat : 17996 (java) S 17986 17989 17164 0 -1 4202560 109 0 0 0 37 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893594385320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17997] ppid=17986 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/17989/task/17997/stat : 17997 (java) S 17986 17989 17164 0 -1 4202560 189 0 0 0 42 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893593332776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17989/tid=17998] ppid=17986 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17989/task/17998/stat : 17998 (java) S 17986 17989 17164 0 -1 4202560 95 0 0 0 38 2 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893592279720 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=17999] ppid=17986 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17989/task/17999/stat : 17999 (java) S 17986 17989 17164 0 -1 4202560 141 0 0 0 35 3 0 0 20 0 19 0 13360749 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893591227176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18000] ppid=17986 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17989/task/18000/stat : 18000 (java) S 17986 17989 17164 0 -1 4202560 743 0 0 0 2 9 0 0 20 0 19 0 13360750 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893579028840 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18001] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18001/stat : 18001 (java) S 17986 17989 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13360751 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893577975160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18002] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18002/stat : 18002 (java) S 17986 17989 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13360751 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893576921992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18003] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18003/stat : 18003 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13360753 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893575870736 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18004] ppid=17986 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/17989/task/18004/stat : 18004 (java) R 17986 17989 17164 0 -1 4202560 15548 0 0 0 124 3 0 0 20 0 19 0 13360753 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893574818616 139893962250737 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17989/tid=18005] ppid=17986 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/17989/task/18005/stat : 18005 (java) S 17986 17989 17164 0 -1 4202560 11864 0 0 0 148 2 0 0 20 0 19 0 13360753 10060525568 291590 33554432000 1073741824 1073778376 140734420063824 139893573766072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17989/tid=18006] ppid=17986 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17989/task/18006/stat : 18006 (java) S 17986 17989 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13360753 10060525568 291587 33554432000 1073741824 1073778376 140734420063824 139893572713208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 278.26
Current children cumulated vsize (KiB) 9824732

Child status: 20

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

Real time (s): 137.918
CPU time (s): 278.812
CPU user time (s): 278.089
CPU system time (s): 0.722884
CPU usage (%): 202.158
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.649
system time used= 0.762884
maximum resident set size= 1168496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34009
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7792
involuntary context switches= 7066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.948855 second user time and 1.3058 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-16 23:38:22
IDJOB=4096849
IDBENCH=107673
IDSOLVER=2543
FILE ID=node102/4096849-1466113102
RUNJOBID= node102-1466112168-17181
PBS_JOBID= 19904127
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_22.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096849-1466113102/watcher-4096849-1466113102 -o /tmp/evaluation-result-4096849-1466113102/solver-4096849-1466113102 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17181 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096849-1466113102.opb

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

MD5SUM BENCH= 848ef19b05b8456c795088ca2652267f
RANDOM SEED=1591399732

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.746
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.746
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.746
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:        30116836 kB
Buffers:           41920 kB
Cached:           115880 kB
SwapCached:         1412 kB
Active:          1777648 kB
Inactive:          83692 kB
Active(anon):    1704696 kB
Inactive(anon):     1076 kB
Active(file):      72952 kB
Inactive(file):    82616 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:               600 kB
Writeback:             0 kB
AnonPages:       1926616 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             568204 kB
SReclaimable:      12000 kB
SUnreclaim:       556204 kB
KernelStack:        1808 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2335352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1691648 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 node102 at 2016-06-16 23:40:40