Trace number 4116798

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 PB16? (TO) 1800.79 895.267

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-1.opb
MD5SUM0d9d4801edbabf445359520c12961408
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116798-1466971992.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.01/0.52	c ... done. Wall clock time 0.406s.
1.01/0.52	c declared #vars     4288
1.01/0.52	c #constraints  10752
1.01/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.52	c org.sat4j.specs.Constr$1 => 872
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.52	c 10752 constraints processed.
1.01/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.52	c org.sat4j.specs.Constr$1 => 872
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.01/0.52	c 10752 constraints processed.
4.32/1.42	c cleaning 2498 clauses out of 4998 with flag 16158/5000
5.86/2.03	c cleaning 4224 clauses out of 8500 with flag 39328/11000
7.33/2.77	c cleaning 5615 clauses out of 11276 with flag 67843/18000
9.38/3.71	c cleaning 6803 clauses out of 13662 with flag 101144/26001
11.43/4.74	c cleaning 7922 clauses out of 15859 with flag 142079/35001
13.91/5.91	c cleaning 8934 clauses out of 17936 with flag 186560/45000
16.32/7.11	c cleaning 9968 clauses out of 20002 with flag 239817/56000
19.12/8.55	c cleaning 11011 clauses out of 22034 with flag 297989/68000
22.79/10.33	c cleaning 11989 clauses out of 24023 with flag 362659/81000
26.49/12.20	c cleaning 12947 clauses out of 26036 with flag 436989/95002
30.68/14.29	c cleaning 14044 clauses out of 28087 with flag 516934/110000
35.48/16.60	c cleaning 15013 clauses out of 30043 with flag 602979/126000
35.71/16.70	c cleaning 0 clauses out of 5001 with flag 0/5001
40.87/19.10	c cleaning 15991 clauses out of 32030 with flag 699236/143000
46.07/21.78	c cleaning 16980 clauses out of 34040 with flag 796911/161001
52.22/24.71	c cleaning 17966 clauses out of 36060 with flag 904880/180001
58.03/27.67	c cleaning 19034 clauses out of 38093 with flag 1019252/200000
64.82/31.03	c cleaning 20016 clauses out of 40060 with flag 1138825/221001
71.76/34.45	c cleaning 21006 clauses out of 42043 with flag 1265276/243000
78.96/38.03	c cleaning 22008 clauses out of 44037 with flag 1395437/266000
86.65/41.84	c cleaning 23000 clauses out of 46029 with flag 1535490/290000
94.64/45.82	c cleaning 23960 clauses out of 48030 with flag 1680634/315001
103.04/50.03	c cleaning 25012 clauses out of 50069 with flag 1835655/341000
112.17/54.53	c cleaning 25984 clauses out of 52057 with flag 1992903/368000
121.17/59.02	c cleaning 26997 clauses out of 54073 with flag 2162433/396000
131.48/64.12	c cleaning 27989 clauses out of 56076 with flag 2332009/425000
142.62/69.61	c cleaning 29022 clauses out of 58087 with flag 2512823/455000
153.62/75.20	c cleaning 30016 clauses out of 60065 with flag 2697605/486000
165.90/81.27	c cleaning 31017 clauses out of 62049 with flag 2890211/518000
178.35/87.48	c cleaning 31995 clauses out of 64032 with flag 3086699/551000
192.21/94.62	c cleaning 32999 clauses out of 66037 with flag 3291626/585000
205.45/101.29	c cleaning 33960 clauses out of 68039 with flag 3508040/620001
220.36/108.60	c cleaning 35029 clauses out of 70079 with flag 3724821/656001
233.56/115.25	c cleaning 0 clauses out of 11002 with flag 0/11002
235.04/115.99	c cleaning 36011 clauses out of 72050 with flag 3951900/693001
250.43/123.67	c cleaning 37020 clauses out of 74040 with flag 4186912/731002
267.35/132.09	c cleaning 37982 clauses out of 76018 with flag 4425592/770000
284.63/140.65	c cleaning 39009 clauses out of 78036 with flag 4670705/810000
302.30/149.48	c cleaning 40002 clauses out of 80028 with flag 4920473/851001
320.97/158.71	c cleaning 40965 clauses out of 82026 with flag 5177112/893001
340.06/168.27	c cleaning 42013 clauses out of 84060 with flag 5443437/936000
361.93/179.00	c cleaning 43010 clauses out of 86047 with flag 5713421/980000
383.84/189.92	c cleaning 44006 clauses out of 88038 with flag 5997856/1025001
407.32/201.64	c cleaning 44999 clauses out of 90031 with flag 6287132/1071000
432.29/214.06	c cleaning 45938 clauses out of 92032 with flag 6581733/1118000
457.17/226.42	c cleaning 47017 clauses out of 94094 with flag 6878933/1166000
483.30/239.41	c cleaning 48027 clauses out of 96077 with flag 7186507/1215000
510.20/252.82	c cleaning 49019 clauses out of 98051 with flag 7501437/1265001
537.83/266.58	c cleaning 49974 clauses out of 100031 with flag 7819935/1316000
566.75/281.56	c cleaning 50990 clauses out of 102058 with flag 8143689/1368001
594.91/295.54	c cleaning 51955 clauses out of 104069 with flag 8477268/1421002
623.42/309.75	c cleaning 53035 clauses out of 106113 with flag 8812448/1475001
652.84/324.34	c cleaning 54020 clauses out of 108077 with flag 9154535/1530000
683.28/339.46	c cleaning 54994 clauses out of 110057 with flag 9500540/1586000
717.78/356.52	c cleaning 55987 clauses out of 112063 with flag 9859069/1643000
749.92/372.59	c cleaning 56994 clauses out of 114076 with flag 10223469/1701000
783.44/389.16	c cleaning 58006 clauses out of 116082 with flag 10591661/1760000
818.20/406.31	c cleaning 59016 clauses out of 118076 with flag 10962881/1820000
854.07/424.13	c cleaning 60018 clauses out of 120060 with flag 11341290/1881000
893.75/443.82	c cleaning 61005 clauses out of 122042 with flag 11727856/1943000
896.35/445.10	c cleaning 0 clauses out of 18001 with flag 0/18001
931.38/462.59	c cleaning 61972 clauses out of 124039 with flag 12114223/2006002
973.56/483.55	c cleaning 63016 clauses out of 126065 with flag 12508875/2070000
1015.41/504.35	c cleaning 63987 clauses out of 128050 with flag 12911106/2135001
1059.78/526.49	c cleaning 64989 clauses out of 130062 with flag 13323648/2201000
1105.25/549.88	c cleaning 66021 clauses out of 132074 with flag 13737934/2268001
1148.45/571.30	c cleaning 66988 clauses out of 134052 with flag 14157344/2336000
1192.08/593.03	c cleaning 68006 clauses out of 136064 with flag 14586734/2405000
1237.33/615.50	c cleaning 69011 clauses out of 138058 with flag 15020883/2475000
1284.24/638.84	c cleaning 69988 clauses out of 140048 with flag 15459094/2546001
1332.11/662.53	c cleaning 70961 clauses out of 142059 with flag 15906230/2618000
1382.96/687.72	c cleaning 72016 clauses out of 144098 with flag 16356643/2691000
1433.44/712.87	c cleaning 72995 clauses out of 146082 with flag 16819071/2765000
1485.09/738.55	c cleaning 74022 clauses out of 148088 with flag 17282251/2840001
1539.97/765.85	c cleaning 75006 clauses out of 150066 with flag 17753963/2916001
1598.37/794.99	c cleaning 76011 clauses out of 152059 with flag 18228120/2993000
1653.89/822.60	c cleaning 76982 clauses out of 154048 with flag 18708926/3071000
1713.41/852.13	c cleaning 78006 clauses out of 156066 with flag 19201053/3150000
1774.33/882.46	c cleaning 79014 clauses out of 158062 with flag 19693781/3230002
1800.13/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.20	c starts		: 21515
1800.13/895.20	c conflicts		: 3269991
1800.13/895.20	c decisions		: 30035075
1800.13/895.20	c propagations		: 436080784
1800.13/895.20	c inspects		: 8550245063
1800.13/895.20	c shortcuts		: 0
1800.13/895.20	c learnt literals	: 2
1800.13/895.20	c learnt binary clauses	: 32
1800.13/895.20	c learnt ternary clauses	: 567
1800.13/895.20	c learnt constraints	: 3269989
1800.13/895.20	c ignored constraints	: 0
1800.13/895.20	c root simplifications	: 0
1800.13/895.20	c removed literals (reason simplification)	: 2455402
1800.13/895.20	c reason swapping (by a shorter reason)	: 0
1800.13/895.20	c Calls to reduceDB	: 76
1800.13/895.20	c Number of update (reduction) of LBD	: 707386
1800.13/895.20	c Imported unit clauses	: 0
1800.13/895.20	c number of reductions to clauses (during analyze)	: 0
1800.13/895.20	c number of learned constraints concerned by reduction	: 0
1800.13/895.20	c number of learning phase by resolution	: 0
1800.13/895.20	c number of learning phase by cutting planes	: 0
1800.13/895.20	c speed (assignments/second)	: 487420.2740448723
1800.13/895.20	c non guided choices	19111
1800.13/895.23	c learnt constraints type 
1800.13/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.13/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119005
1800.13/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.23	c starts		: 52
1800.13/895.23	c conflicts		: 23348
1800.13/895.23	c decisions		: 82683
1800.13/895.23	c propagations		: 2701928
1800.13/895.23	c inspects		: 808617699
1800.13/895.23	c shortcuts		: 0
1800.13/895.23	c learnt literals	: 0
1800.13/895.23	c learnt binary clauses	: 0
1800.13/895.23	c learnt ternary clauses	: 0
1800.13/895.23	c learnt constraints	: 23347
1800.13/895.23	c ignored constraints	: 0
1800.13/895.23	c root simplifications	: 0
1800.13/895.23	c removed literals (reason simplification)	: 0
1800.13/895.23	c reason swapping (by a shorter reason)	: 0
1800.13/895.23	c Calls to reduceDB	: 3
1800.13/895.23	c Number of update (reduction) of LBD	: 0
1800.13/895.23	c Imported unit clauses	: 0
1800.13/895.23	c number of reductions to clauses (during analyze)	: 0
1800.13/895.23	c number of learned constraints concerned by reduction	: 0
1800.13/895.23	c number of learning phase by resolution	: 0
1800.13/895.23	c number of learning phase by cutting planes	: 0
1800.13/895.23	c speed (assignments/second)	: 3019.9431091042197
1800.13/895.23	c non guided choices	332
1800.13/895.24	c learnt constraints type 
1800.13/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 35
1800.13/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23312
1800.13/895.24	s UNKNOWN
1800.13/895.24	c Total wall clock time (in seconds): 895.125

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-4116798-1466971992/watcher-4116798-1466971992 -o /tmp/evaluation-result-4116798-1466971992/solver-4116798-1466971992 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116798-1466971992.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.22 4.28 4.14 6/197 22578
/proc/meminfo: memFree=30195180/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30238489 98570240 977 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 24065 977 743 9 0 16771 0
[pid=22578/tid=22579] ppid=22575 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) R 22575 22578 22007 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30238489 98570240 977 33554432000 1073741824 1073778376 140734951590112 139743813717544 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.22 4.28 4.14 6/197 22578
/proc/meminfo: memFree=30195180/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 4447 0 1 0 10 0 0 0 20 0 18 0 30238489 9787879424 6080 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2389619 6080 2126 9 0 2380296 0
[pid=22578/tid=22579] ppid=22575 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) R 22575 22578 22007 0 -1 4202560 2407 0 1 0 8 0 0 0 20 0 18 0 30238489 9787879424 6080 33554432000 1073741824 1073778376 140734951590112 139743813720384 139743821150096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200309 s]
/proc/loadavg: 4.22 4.28 4.14 6/197 22578
/proc/meminfo: memFree=30195180/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 4708 0 1 0 25 1 0 0 20 0 18 0 30238489 9787879424 6832 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2389619 6832 2202 9 0 2380296 0
[pid=22578/tid=22579] ppid=22575 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) R 22575 22578 22007 0 -1 4202560 2424 0 1 0 18 0 0 0 20 0 18 0 30238489 9787879424 6832 33554432000 1073741824 1073778376 140734951590112 139743813711104 139743685796560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 4.22 4.28 4.14 6/197 22578
/proc/meminfo: memFree=30195180/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 5770 0 1 0 48 1 0 0 20 0 18 0 30238489 9787879424 8374 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2389619 8374 2232 9 0 2380296 0
[pid=22578/tid=22579] ppid=22575 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) R 22575 22578 22007 0 -1 4202560 2426 0 1 0 28 0 0 0 20 0 18 0 30238489 9787879424 8374 33554432000 1073741824 1073778376 140734951590112 139743813722152 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 4.22 4.28 4.14 6/197 22578
/proc/meminfo: memFree=30195180/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 13907 0 1 0 167 4 0 0 20 0 22 0 30238489 10060525568 22947 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 22947 2265 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2501 0 1 0 49 2 0 0 20 0 22 0 30238489 10060525568 22947 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.52 4.34 4.16 9/219 22600
/proc/meminfo: memFree=29940240/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 23957 0 1 0 449 8 0 0 20 0 22 0 30238489 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 46849 2292 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2501 0 1 0 49 2 0 0 20 0 22 0 30238489 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22588/stat : 22588 (java) S 22575 22578 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743649941928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22589] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22589/stat : 22589 (java) S 22575 22578 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743637744360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22590] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22590/stat : 22590 (java) S 22575 22578 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743636690424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22591] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22591/stat : 22591 (java) S 22575 22578 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743635638024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22592] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22592/stat : 22592 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743634586512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22593] ppid=22575 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22578/task/22593/stat : 22593 (java) S 22575 22578 22007 0 -1 4202560 12622 0 0 0 106 3 0 0 20 0 22 0 30238494 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743633533112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22594] ppid=22575 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/22578/task/22594/stat : 22594 (java) S 22575 22578 22007 0 -1 4202560 7364 0 0 0 101 2 0 0 20 0 22 0 30238494 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743632480312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22595] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22595/stat : 22595 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743631428216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22596] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22596/stat : 22596 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743630375624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22597] ppid=22575 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/22578/task/22597/stat : 22597 (java) R 22575 22578 22007 0 -1 4202560 18 0 0 0 91 0 0 0 20 0 22 0 30238541 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743629312288 139743686442398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22598] ppid=22575 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22578/task/22598/stat : 22598 (java) R 22575 22578 22007 0 -1 4202560 72 0 0 0 92 2 0 0 20 0 22 0 30238541 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743628267128 139743686614090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22599] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22599/stat : 22599 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743627216552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22600] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22600/stat : 22600 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 46849 33554432000 1073741824 1073778376 140734951590112 139743626163752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.52 4.34 4.16 5/219 22600
/proc/meminfo: memFree=29675552/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=8.18 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 25995 0 1 0 802 16 0 0 20 0 22 0 30238489 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 89474 2292 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2501 0 1 0 49 2 0 0 20 0 22 0 30238489 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22578/task/22588/stat : 22588 (java) S 22575 22578 22007 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 30238490 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743649941928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22589] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22589/stat : 22589 (java) S 22575 22578 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743637744360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22590] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22590/stat : 22590 (java) S 22575 22578 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743636690424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22591] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22591/stat : 22591 (java) S 22575 22578 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743635638024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22592] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22592/stat : 22592 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743634586512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22593] ppid=22575 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/22578/task/22593/stat : 22593 (java) S 22575 22578 22007 0 -1 4202560 14380 0 0 0 128 3 0 0 20 0 22 0 30238494 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743633533112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22594] ppid=22575 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/22578/task/22594/stat : 22594 (java) S 22575 22578 22007 0 -1 4202560 7364 0 0 0 110 2 0 0 20 0 22 0 30238494 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743632480312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22595] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22595/stat : 22595 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743631428216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22596] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22596/stat : 22596 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743630375624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22597] ppid=22575 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/22578/task/22597/stat : 22597 (java) R 22575 22578 22007 0 -1 4202560 21 0 0 0 242 0 0 0 20 0 22 0 30238541 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743629321184 139743686423245 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22598] ppid=22575 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/22578/task/22598/stat : 22598 (java) R 22575 22578 22007 0 -1 4202560 130 0 0 0 243 4 0 0 20 0 22 0 30238541 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743628267152 139743686467714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22599] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22599/stat : 22599 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743627216552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22600] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22600/stat : 22600 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 89474 33554432000 1073741824 1073778376 140734951590112 139743626163752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.52 4.34 4.16 5/219 22600
/proc/meminfo: memFree=29023612/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=14.71 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 26873 0 1 0 1445 26 0 0 20 0 22 0 30238489 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 162229 2292 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2501 0 1 0 49 2 0 0 20 0 22 0 30238489 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 141 0 0 0 7 2 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 123 0 0 0 5 2 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 30238490 10060525568 162229 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.27 4.26 4.20 5/219 22619
/proc/meminfo: memFree=22612940/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=1653.49 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 37408 0 1 0 165138 211 0 0 20 0 22 0 30238489 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 941969 2301 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2504 0 1 0 51 4 0 0 20 0 22 0 30238489 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 631 0 0 0 273 21 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 764 0 0 0 215 15 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 569 0 0 0 268 17 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 643 0 0 0 249 19 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 641 0 0 0 247 16 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 797 0 0 0 269 22 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 615 0 0 0 260 17 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/22578/task/22588/stat : 22588 (java) S 22575 22578 22007 0 -1 4202560 726 0 0 0 274 20 0 0 20 0 22 0 30238490 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743649941928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22589] ppid=22575 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/22578/task/22589/stat : 22589 (java) S 22575 22578 22007 0 -1 4202560 2302 0 0 0 338 7 0 0 20 0 22 0 30238491 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743637744360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22590] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22590/stat : 22590 (java) S 22575 22578 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743636690424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22591] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22591/stat : 22591 (java) S 22575 22578 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743635638024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22592] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22592/stat : 22592 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743634586512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22593] ppid=22575 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22578/task/22593/stat : 22593 (java) S 22575 22578 22007 0 -1 4202560 17093 0 0 0 159 4 0 0 20 0 22 0 30238494 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743633533112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22594] ppid=22575 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/22578/task/22594/stat : 22594 (java) S 22575 22578 22007 0 -1 4202560 7369 0 0 0 119 2 0 0 20 0 22 0 30238494 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743632480312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22595] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22595/stat : 22595 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743631428216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22596] ppid=22575 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/22578/task/22596/stat : 22596 (java) S 22575 22578 22007 0 -1 4202560 47 0 0 0 17 15 0 0 20 0 22 0 30238494 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743630375624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22597] ppid=22575 vsize=9824732 CPUtime=812.28 cores=0,2,4,6
/proc/22578/task/22597/stat : 22597 (java) R 22575 22578 22007 0 -1 4202560 62 0 0 0 81214 14 0 0 20 0 22 0 30238541 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743629321280 139743686433130 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22598] ppid=22575 vsize=9824732 CPUtime=812.26 cores=0,2,4,6
/proc/22578/task/22598/stat : 22598 (java) R 22575 22578 22007 0 -1 4202560 1381 0 0 0 81176 50 0 0 20 0 22 0 30238541 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743628266960 139743686466194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22599] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22599/stat : 22599 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743627216552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22600] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22600/stat : 22600 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 941969 33554432000 1073741824 1073778376 140734951590112 139743626163752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1653.49
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.33 4.29 4.21 5/219 22620
/proc/meminfo: memFree=22583928/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=1774.14 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 37472 0 1 0 177199 215 0 0 20 0 22 0 30238489 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 949141 2301 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2504 0 1 0 51 4 0 0 20 0 22 0 30238489 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 635 0 0 0 288 21 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 767 0 0 0 224 15 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 573 0 0 0 280 17 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 647 0 0 0 266 19 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 646 0 0 0 263 17 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 801 0 0 0 288 22 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 622 0 0 0 278 17 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/22578/task/22588/stat : 22588 (java) S 22575 22578 22007 0 -1 4202560 730 0 0 0 302 21 0 0 20 0 22 0 30238490 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743649941928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22589] ppid=22575 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/22578/task/22589/stat : 22589 (java) S 22575 22578 22007 0 -1 4202560 2320 0 0 0 338 8 0 0 20 0 22 0 30238491 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743637744360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22590] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22590/stat : 22590 (java) S 22575 22578 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743636690424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22591] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22591/stat : 22591 (java) S 22575 22578 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743635638024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22592] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22592/stat : 22592 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743634586512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22593] ppid=22575 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22578/task/22593/stat : 22593 (java) S 22575 22578 22007 0 -1 4202560 17093 0 0 0 159 4 0 0 20 0 22 0 30238494 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743633533112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22594] ppid=22575 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/22578/task/22594/stat : 22594 (java) S 22575 22578 22007 0 -1 4202560 7369 0 0 0 119 2 0 0 20 0 22 0 30238494 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743632480312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22595] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22595/stat : 22595 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743631428216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22596] ppid=22575 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22578/task/22596/stat : 22596 (java) S 22575 22578 22007 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 30238494 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743630375624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22597] ppid=22575 vsize=9824732 CPUtime=871.92 cores=0,2,4,6
/proc/22578/task/22597/stat : 22597 (java) R 22575 22578 22007 0 -1 4202560 66 0 0 0 87177 15 0 0 20 0 22 0 30238541 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743629320064 139743687218296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22598] ppid=22575 vsize=9824732 CPUtime=871.87 cores=0,2,4,6
/proc/22578/task/22598/stat : 22598 (java) R 22575 22578 22007 0 -1 4202560 1384 0 0 0 87136 51 0 0 20 0 22 0 30238541 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743628268488 139743686466308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22599] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22599/stat : 22599 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743627216552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22600] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22600/stat : 22600 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 949141 33554432000 1073741824 1073778376 140734951590112 139743626163752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.28 4.28 4.20 5/219 22620
/proc/meminfo: memFree=22573692/32872528 swapFree=1437460/1543748
[pid=22578] ppid=22575 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/22578/stat : 22578 (java) S 22575 22578 22007 0 -1 4202496 37491 0 1 0 179798 215 0 0 20 0 22 0 30238489 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 140734951581248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22578/statm: 2456183 951701 2301 9 0 2446860 0
[pid=22578/tid=22579] ppid=22575 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22578/task/22579/stat : 22579 (java) S 22575 22578 22007 0 -1 4202560 2504 0 1 0 51 4 0 0 20 0 22 0 30238489 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743813723000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22581] ppid=22575 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/22578/task/22581/stat : 22581 (java) S 22575 22578 22007 0 -1 4202560 635 0 0 0 292 21 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743657311016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22582] ppid=22575 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22578/task/22582/stat : 22582 (java) S 22575 22578 22007 0 -1 4202560 771 0 0 0 229 16 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743656258216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22583] ppid=22575 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/22578/task/22583/stat : 22583 (java) S 22575 22578 22007 0 -1 4202560 575 0 0 0 288 17 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743655205928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22584] ppid=22575 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/22578/task/22584/stat : 22584 (java) S 22575 22578 22007 0 -1 4202560 649 0 0 0 269 19 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743654153128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22585] ppid=22575 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/22578/task/22585/stat : 22585 (java) S 22575 22578 22007 0 -1 4202560 648 0 0 0 272 17 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743653099816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22586] ppid=22575 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/22578/task/22586/stat : 22586 (java) S 22575 22578 22007 0 -1 4202560 803 0 0 0 292 22 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743652047016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22587] ppid=22575 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/22578/task/22587/stat : 22587 (java) S 22575 22578 22007 0 -1 4202560 622 0 0 0 281 17 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743650994728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22588] ppid=22575 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/22578/task/22588/stat : 22588 (java) S 22575 22578 22007 0 -1 4202560 732 0 0 0 310 21 0 0 20 0 22 0 30238490 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743649941928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22589] ppid=22575 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/22578/task/22589/stat : 22589 (java) S 22575 22578 22007 0 -1 4202560 2323 0 0 0 338 8 0 0 20 0 22 0 30238491 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743637744360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22590] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22590/stat : 22590 (java) S 22575 22578 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743636690424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22591] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22591/stat : 22591 (java) S 22575 22578 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30238491 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743635638024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22592] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22592/stat : 22592 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743634586512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22593] ppid=22575 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/22578/task/22593/stat : 22593 (java) S 22575 22578 22007 0 -1 4202560 17093 0 0 0 159 4 0 0 20 0 22 0 30238494 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743633533112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22594] ppid=22575 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/22578/task/22594/stat : 22594 (java) S 22575 22578 22007 0 -1 4202560 7369 0 0 0 119 2 0 0 20 0 22 0 30238494 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743632480312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22595] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22595/stat : 22595 (java) S 22575 22578 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30238494 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743631428216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22578/tid=22596] ppid=22575 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22578/task/22596/stat : 22596 (java) S 22575 22578 22007 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 30238494 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743630375624 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22597] ppid=22575 vsize=9824732 CPUtime=884.69 cores=0,2,4,6
/proc/22578/task/22597/stat : 22597 (java) R 22575 22578 22007 0 -1 4202560 66 0 0 0 88454 15 0 0 20 0 22 0 30238541 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743629320048 139743686433942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22578/tid=22598] ppid=22575 vsize=9824732 CPUtime=884.65 cores=0,2,4,6
/proc/22578/task/22598/stat : 22598 (java) R 22575 22578 22007 0 -1 4202560 1386 0 0 0 88414 51 0 0 20 0 22 0 30238541 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743628266400 139743686662912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22578/tid=22599] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22599/stat : 22599 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743627216552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22578/tid=22600] ppid=22575 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22578/task/22600/stat : 22600 (java) S 22575 22578 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30238542 10060525568 951701 33554432000 1073741824 1073778376 140734951590112 139743626163752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 22578 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.267
CPU time (s): 1800.79
CPU user time (s): 1798.12
CPU system time (s): 2.67059
CPU usage (%): 201.146
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 2.67059
maximum resident set size= 3806920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24236
involuntary context switches= 29105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19321 second user time and 7.97379 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 22:13:12
IDJOB=4116798
IDBENCH=109515
IDSOLVER=2543
FILE ID=node116/4116798-1466971992
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116798-1466971992/watcher-4116798-1466971992 -o /tmp/evaluation-result-4116798-1466971992/solver-4116798-1466971992 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116798-1466971992.opb

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

MD5SUM BENCH= 0d9d4801edbabf445359520c12961408
RANDOM SEED=1334719755

node116.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.206
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.41
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.206
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.206
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.206
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.206
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.206
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.206
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.206
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:        30193964 kB
Buffers:           34020 kB
Cached:           314080 kB
SwapCached:         2072 kB
Active:           116352 kB
Inactive:         317348 kB
Active(anon):      86176 kB
Inactive(anon):     1656 kB
Active(file):      30176 kB
Inactive(file):   315692 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:       1603592 kB
Mapped:            15156 kB
Shmem:                 0 kB
Slab:             566516 kB
SReclaimable:      10116 kB
SUnreclaim:       556400 kB
KernelStack:        1592 kB
PageTables:         7496 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2235484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71680 MiB
End job on node116 at 2016-06-26 22:28:07