Trace number 4116526

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.85 894.364

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-0.opb
MD5SUMc6c7770273574048f55bca555193e5de
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-4116526-1466971097.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.02/0.51	c ... done. Wall clock time 0.402s.
1.02/0.51	c declared #vars     4288
1.02/0.51	c #constraints  10752
1.02/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.52	c org.sat4j.specs.Constr$1 => 872
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.52	c 10752 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 872
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.02/0.52	c 10752 constraints processed.
4.48/1.48	c cleaning 2498 clauses out of 4999 with flag 15765/5000
7.24/2.24	c cleaning 4247 clauses out of 8502 with flag 37909/11001
8.87/3.02	c cleaning 5628 clauses out of 11256 with flag 65796/18003
10.79/3.96	c cleaning 6794 clauses out of 13626 with flag 99496/26001
13.01/5.07	c cleaning 7909 clauses out of 15831 with flag 138739/35000
15.47/6.23	c cleaning 8949 clauses out of 17923 with flag 184699/45001
18.45/7.63	c cleaning 9936 clauses out of 19974 with flag 236380/56001
21.52/9.20	c cleaning 11008 clauses out of 22039 with flag 295369/68002
24.92/10.83	c cleaning 11974 clauses out of 24029 with flag 361305/81000
28.60/12.68	c cleaning 13007 clauses out of 26055 with flag 433648/95000
30.99/13.89	c cleaning 0 clauses out of 5001 with flag 0/5001
33.11/14.72	c cleaning 14012 clauses out of 28050 with flag 513105/110002
37.77/16.93	c cleaning 15014 clauses out of 30037 with flag 597776/126001
42.88/19.47	c cleaning 16002 clauses out of 32022 with flag 690135/143000
48.32/22.19	c cleaning 16982 clauses out of 34020 with flag 786977/161000
54.01/24.94	c cleaning 18009 clauses out of 36040 with flag 893727/180002
60.01/27.93	c cleaning 18993 clauses out of 38030 with flag 1002825/200001
66.69/31.20	c cleaning 19989 clauses out of 40036 with flag 1121440/221000
73.49/34.70	c cleaning 21016 clauses out of 42047 with flag 1247741/243000
80.89/38.30	c cleaning 22007 clauses out of 44031 with flag 1381542/266000
88.60/42.16	c cleaning 23008 clauses out of 46025 with flag 1520417/290001
96.82/46.22	c cleaning 23998 clauses out of 48016 with flag 1667368/315000
105.94/50.78	c cleaning 24994 clauses out of 50019 with flag 1821599/341001
115.92/55.73	c cleaning 25990 clauses out of 52025 with flag 1979719/368001
126.26/60.85	c cleaning 27011 clauses out of 54034 with flag 2145240/396000
137.46/66.41	c cleaning 27996 clauses out of 56023 with flag 2318300/425000
148.38/71.88	c cleaning 28977 clauses out of 58029 with flag 2496048/455002
159.91/77.52	c cleaning 30007 clauses out of 60050 with flag 2689276/486000
171.91/83.59	c cleaning 30947 clauses out of 62045 with flag 2881595/518002
184.76/89.93	c cleaning 32023 clauses out of 64096 with flag 3075941/551000
199.15/97.42	c cleaning 33030 clauses out of 66074 with flag 3279619/585001
213.18/104.47	c cleaning 34010 clauses out of 68043 with flag 3487869/620000
227.86/111.72	c cleaning 34988 clauses out of 70034 with flag 3709300/656001
242.66/119.18	c cleaning 35986 clauses out of 72046 with flag 3937913/693001
258.55/127.01	c cleaning 36977 clauses out of 74059 with flag 4169513/731000
275.17/135.23	c cleaning 38015 clauses out of 76082 with flag 4408571/770000
276.57/135.90	c cleaning 0 clauses out of 11001 with flag 0/11001
292.68/143.91	c cleaning 39017 clauses out of 78068 with flag 4652905/810001
310.63/152.87	c cleaning 40006 clauses out of 80050 with flag 4906204/851000
329.94/162.49	c cleaning 40988 clauses out of 82044 with flag 5167841/893000
349.86/172.35	c cleaning 42018 clauses out of 84056 with flag 5432728/936000
370.43/182.56	c cleaning 43007 clauses out of 86038 with flag 5703283/980000
393.09/193.79	c cleaning 43980 clauses out of 88031 with flag 5982914/1025000
416.03/205.14	c cleaning 44997 clauses out of 90051 with flag 6271055/1071000
438.57/216.30	c cleaning 46004 clauses out of 92054 with flag 6560780/1118000
460.70/227.34	c cleaning 46998 clauses out of 94050 with flag 6863606/1166000
485.26/239.53	c cleaning 47996 clauses out of 96053 with flag 7173095/1215001
510.23/252.00	c cleaning 49006 clauses out of 98056 with flag 7482703/1265000
536.68/265.79	c cleaning 50006 clauses out of 100050 with flag 7802792/1316000
563.33/278.85	c cleaning 51008 clauses out of 102045 with flag 8129717/1368001
591.43/292.85	c cleaning 51994 clauses out of 104038 with flag 8464047/1421002
620.27/307.15	c cleaning 52991 clauses out of 106042 with flag 8800724/1475000
649.25/321.50	c cleaning 54023 clauses out of 108053 with flag 9146585/1530002
680.24/336.92	c cleaning 54967 clauses out of 110028 with flag 9500979/1586000
713.40/353.46	c cleaning 56004 clauses out of 112062 with flag 9856186/1643001
747.20/370.28	c cleaning 57013 clauses out of 114057 with flag 10219566/1701000
781.63/387.39	c cleaning 57990 clauses out of 116045 with flag 10588200/1760001
816.28/404.53	c cleaning 59021 clauses out of 118054 with flag 10960436/1820000
851.70/422.11	c cleaning 60002 clauses out of 120034 with flag 11335717/1881001
889.72/441.07	c cleaning 60976 clauses out of 122031 with flag 11723659/1943000
928.28/460.14	c cleaning 62011 clauses out of 124056 with flag 12113568/2006001
966.46/479.11	c cleaning 62980 clauses out of 126045 with flag 12513689/2070001
1008.06/499.81	c cleaning 64023 clauses out of 128065 with flag 12918728/2135001
1051.66/521.41	c cleaning 65002 clauses out of 130041 with flag 13333957/2201000
1094.09/542.55	c cleaning 66002 clauses out of 132040 with flag 13750350/2268001
1141.51/566.05	c cleaning 66997 clauses out of 134037 with flag 14178136/2336000
1189.14/589.61	c cleaning 67984 clauses out of 136041 with flag 14610856/2405001
1221.86/605.93	c cleaning 0 clauses out of 18000 with flag 0/18000
1238.45/615.08	c cleaning 68973 clauses out of 138056 with flag 15046344/2475000
1288.31/639.82	c cleaning 70004 clauses out of 140083 with flag 15486252/2546000
1338.62/664.81	c cleaning 71025 clauses out of 142079 with flag 15934530/2618000
1387.04/688.94	c cleaning 72018 clauses out of 144055 with flag 16387569/2691001
1437.70/714.17	c cleaning 73005 clauses out of 146037 with flag 16847286/2765001
1488.72/739.59	c cleaning 73954 clauses out of 148032 with flag 17315260/2840001
1542.22/766.18	c cleaning 75001 clauses out of 150077 with flag 17791636/2916000
1597.09/793.37	c cleaning 76035 clauses out of 152076 with flag 18272971/2993000
1656.23/822.75	c cleaning 77001 clauses out of 154041 with flag 18758032/3071000
1711.37/850.19	c cleaning 77998 clauses out of 156040 with flag 19253409/3150000
1769.39/879.03	c cleaning 79005 clauses out of 158042 with flag 19754346/3230000
1800.19/894.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.31	c starts		: 23413
1800.19/894.31	c conflicts		: 3277693
1800.19/894.31	c decisions		: 30945901
1800.19/894.31	c propagations		: 442820658
1800.19/894.31	c inspects		: 8778397396
1800.19/894.31	c shortcuts		: 0
1800.19/894.31	c learnt literals	: 2
1800.19/894.31	c learnt binary clauses	: 41
1800.19/894.31	c learnt ternary clauses	: 576
1800.19/894.31	c learnt constraints	: 3277691
1800.19/894.31	c ignored constraints	: 0
1800.19/894.31	c root simplifications	: 0
1800.19/894.31	c removed literals (reason simplification)	: 2333162
1800.19/894.31	c reason swapping (by a shorter reason)	: 0
1800.19/894.31	c Calls to reduceDB	: 76
1800.19/894.31	c Number of update (reduction) of LBD	: 701908
1800.19/894.31	c Imported unit clauses	: 0
1800.19/894.31	c number of reductions to clauses (during analyze)	: 0
1800.19/894.31	c number of learned constraints concerned by reduction	: 0
1800.19/894.31	c number of learning phase by resolution	: 0
1800.19/894.31	c number of learning phase by cutting planes	: 0
1800.19/894.31	c speed (assignments/second)	: 495446.48856934754
1800.19/894.31	c non guided choices	18299
1800.19/894.33	c learnt constraints type 
1800.19/894.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.19/894.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126689
1800.19/894.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.33	c starts		: 45
1800.19/894.33	c conflicts		: 20842
1800.19/894.33	c decisions		: 73008
1800.19/894.33	c propagations		: 2548046
1800.19/894.33	c inspects		: 780183156
1800.19/894.33	c shortcuts		: 0
1800.19/894.33	c learnt literals	: 0
1800.19/894.33	c learnt binary clauses	: 0
1800.19/894.33	c learnt ternary clauses	: 0
1800.19/894.33	c learnt constraints	: 20841
1800.19/894.34	c ignored constraints	: 0
1800.19/894.34	c root simplifications	: 0
1800.19/894.34	c removed literals (reason simplification)	: 0
1800.19/894.34	c reason swapping (by a shorter reason)	: 0
1800.19/894.34	c Calls to reduceDB	: 3
1800.19/894.34	c Number of update (reduction) of LBD	: 0
1800.19/894.34	c Imported unit clauses	: 0
1800.19/894.34	c number of reductions to clauses (during analyze)	: 0
1800.19/894.34	c number of learned constraints concerned by reduction	: 0
1800.19/894.34	c number of learning phase by resolution	: 0
1800.19/894.34	c number of learning phase by cutting planes	: 0
1800.19/894.34	c speed (assignments/second)	: 2850.77874753722
1800.19/894.34	c non guided choices	369
1800.19/894.34	c learnt constraints type 
1800.19/894.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 28
1800.19/894.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20813
1800.19/894.34	s UNKNOWN
1800.19/894.34	c Total wall clock time (in seconds): 894.231

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

pid=22391
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.25 4.26 3.94 5/197 22394
/proc/meminfo: memFree=30101716/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 30149017 98570240 977 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 24065 977 744 9 0 16771 0
[pid=22394/tid=22395] ppid=22391 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) R 22391 22394 22007 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30149017 98570240 977 33554432000 1073741824 1073778376 140734090125040 140178289507880 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.25 4.26 3.94 5/197 22394
/proc/meminfo: memFree=30101716/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 4447 0 1 0 9 1 0 0 20 0 18 0 30149017 9787879424 6071 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2389619 6071 2141 9 0 2380296 0
[pid=22394/tid=22395] ppid=22391 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) R 22391 22394 22007 0 -1 4202560 2382 0 1 0 8 0 0 0 20 0 18 0 30149017 9787879424 6071 33554432000 1073741824 1073778376 140734090125040 140178289511328 140178296593368 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.200332 s]
/proc/loadavg: 4.25 4.26 3.94 5/197 22394
/proc/meminfo: memFree=30101716/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 4712 0 1 0 25 1 0 0 20 0 18 0 30149017 9787879424 6767 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2389619 6767 2203 9 0 2380296 0
[pid=22394/tid=22395] ppid=22391 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) R 22391 22394 22007 0 -1 4202560 2394 0 1 0 18 0 0 0 20 0 18 0 30149017 9787879424 6767 33554432000 1073741824 1073778376 140734090125040 140178289511328 140178152828448 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.3003 s]
/proc/loadavg: 4.25 4.26 3.94 5/197 22394
/proc/meminfo: memFree=30101716/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 5814 0 1 0 48 1 0 0 20 0 18 0 30149017 9787879424 8354 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2389619 8354 2234 9 0 2380296 0
[pid=22394/tid=22395] ppid=22391 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) R 22391 22394 22007 0 -1 4202560 2396 0 1 0 28 0 0 0 20 0 18 0 30149017 9787879424 8354 33554432000 1073741824 1073778376 140734090125040 140178289511328 140178153217232 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.700224 s]
/proc/loadavg: 4.25 4.26 3.94 5/197 22394
/proc/meminfo: memFree=30101716/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 13406 0 1 0 165 4 0 0 20 0 22 0 30149017 10060525568 22736 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 22736 2265 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2469 0 1 0 48 2 0 0 20 0 22 0 30149017 10060525568 22736 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.15 4.24 3.93 7/219 22416
/proc/meminfo: memFree=29823564/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 25307 0 1 0 479 9 0 0 20 0 22 0 30149017 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 49105 2288 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2469 0 1 0 48 2 0 0 20 0 22 0 30149017 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22404/stat : 22404 (java) S 22391 22394 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30149018 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178125175208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22405] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22405/stat : 22405 (java) S 22391 22394 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30149019 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178112977640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22406] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22406/stat : 22406 (java) S 22391 22394 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178111923704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22407] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22407/stat : 22407 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178110871304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22408] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22408/stat : 22408 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178109819792 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22409] ppid=22391 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/22394/task/22409/stat : 22409 (java) R 22391 22394 22007 0 -1 4202560 14510 0 0 0 116 3 0 0 20 0 22 0 30149022 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178108753960 140178292119641 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22410] ppid=22391 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/22394/task/22410/stat : 22410 (java) R 22391 22394 22007 0 -1 4202560 6921 0 0 0 120 1 0 0 20 0 22 0 30149022 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178107701120 140178295656302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22411] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22411/stat : 22411 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178106661496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22412] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22412/stat : 22412 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178105608904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22413] ppid=22391 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/22394/task/22413/stat : 22413 (java) R 22391 22394 22007 0 -1 4202560 18 0 0 0 93 0 0 0 20 0 22 0 30149069 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178104554400 140178153496526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22414] ppid=22391 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/22394/task/22414/stat : 22414 (java) R 22391 22394 22007 0 -1 4202560 72 0 0 0 93 2 0 0 20 0 22 0 30149069 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178103499776 140178153307439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22415] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22415/stat : 22415 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178102449832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22416] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22416/stat : 22416 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 49105 33554432000 1073741824 1073778376 140734090125040 140178101397032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.15 4.24 3.93 5/219 22416
/proc/meminfo: memFree=29681456/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=9.13 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 26492 0 1 0 896 17 0 0 20 0 22 0 30149017 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 88832 2292 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2469 0 1 0 48 2 0 0 20 0 22 0 30149017 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 18 0 0 0 4 1 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22394/task/22404/stat : 22404 (java) S 22391 22394 22007 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 30149018 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178125175208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22405] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22405/stat : 22405 (java) S 22391 22394 22007 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30149019 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178112977640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22406] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22406/stat : 22406 (java) S 22391 22394 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178111923704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22407] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22407/stat : 22407 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178110871304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22408] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22408/stat : 22408 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178109819792 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22409] ppid=22391 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/22394/task/22409/stat : 22409 (java) S 22391 22394 22007 0 -1 4202560 15106 0 0 0 169 4 0 0 20 0 22 0 30149022 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178108766392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22410] ppid=22391 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/22394/task/22410/stat : 22410 (java) S 22391 22394 22007 0 -1 4202560 7159 0 0 0 160 2 0 0 20 0 22 0 30149022 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178107713592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22411] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22411/stat : 22411 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178106661496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22412] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22412/stat : 22412 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178105608904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22413] ppid=22391 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/22394/task/22413/stat : 22413 (java) R 22391 22394 22007 0 -1 4202560 22 0 0 0 241 0 0 0 20 0 22 0 30149069 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178104554520 140178153496391 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22414] ppid=22391 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22394/task/22414/stat : 22414 (java) R 22391 22394 22007 0 -1 4202560 122 0 0 0 240 3 0 0 20 0 22 0 30149069 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178103500368 140178153547368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22415] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22415/stat : 22415 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178102449832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22416] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22416/stat : 22416 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 88832 33554432000 1073741824 1073778376 140734090125040 140178101397032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.22 4.25 3.94 5/219 22416
/proc/meminfo: memFree=29019988/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=15.67 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 27203 0 1 0 1540 27 0 0 20 0 22 0 30149017 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 156149 2292 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2469 0 1 0 48 2 0 0 20 0 22 0 30149017 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 86 0 0 0 5 0 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 97 0 0 0 7 2 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 80 0 0 0 4 2 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 30149018 10060525568 156149 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=0.1 cores=0,2,4,6

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

[startup+882.308 s]
/proc/loadavg: 4.17 4.27 4.14 5/219 22462
/proc/meminfo: memFree=22694812/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=1776.07 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 38179 0 1 0 177425 182 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 948399 2301 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2473 0 1 0 52 3 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 608 0 0 0 328 15 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 847 0 0 0 307 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 800 0 0 0 284 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 695 0 0 0 313 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 856 0 0 0 264 14 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 668 0 0 0 279 13 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 509 0 0 0 279 12 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/22394/task/22404/stat : 22404 (java) S 22391 22394 22007 0 -1 4202560 626 0 0 0 332 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178125175208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22405] ppid=22391 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/22394/task/22405/stat : 22405 (java) S 22391 22394 22007 0 -1 4202560 2501 0 0 0 376 8 0 0 20 0 22 0 30149019 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178112977640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22406] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22406/stat : 22406 (java) S 22391 22394 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178111923704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22407] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22407/stat : 22407 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178110871304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22408] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22408/stat : 22408 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178109819792 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22409] ppid=22391 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/22394/task/22409/stat : 22409 (java) S 22391 22394 22007 0 -1 4202560 17521 0 0 0 258 4 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178108766392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22410] ppid=22391 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/22394/task/22410/stat : 22410 (java) S 22391 22394 22007 0 -1 4202560 7164 0 0 0 165 2 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178107713592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22411] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22411/stat : 22411 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178106661496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22412] ppid=22391 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/22394/task/22412/stat : 22412 (java) S 22391 22394 22007 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178105608904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22413] ppid=22391 vsize=9824732 CPUtime=871.08 cores=0,2,4,6
/proc/22394/task/22413/stat : 22413 (java) R 22391 22394 22007 0 -1 4202560 88 0 0 0 87092 16 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178104553328 140178153574839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22414] ppid=22391 vsize=9824732 CPUtime=871.13 cores=0,2,4,6
/proc/22394/task/22414/stat : 22414 (java) R 22391 22394 22007 0 -1 4202560 1508 0 0 0 87066 47 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178103499568 140178153553407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22415] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22415/stat : 22415 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178102449832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22416] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22416/stat : 22416 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178101397032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.07
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.301 s]
/proc/loadavg: 4.22 4.28 4.14 6/215 22527
/proc/meminfo: memFree=26463624/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 38182 0 1 0 179836 183 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 948399 2301 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2473 0 1 0 52 3 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 608 0 0 0 334 15 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 847 0 0 0 312 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 800 0 0 0 285 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 695 0 0 0 315 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 856 0 0 0 266 14 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 668 0 0 0 282 13 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 509 0 0 0 281 12 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/22394/task/22404/stat : 22404 (java) S 22391 22394 22007 0 -1 4202560 626 0 0 0 334 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178125175208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22405] ppid=22391 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/22394/task/22405/stat : 22405 (java) S 22391 22394 22007 0 -1 4202560 2501 0 0 0 376 8 0 0 20 0 22 0 30149019 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178112977640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22406] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22406/stat : 22406 (java) S 22391 22394 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178111923704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22407] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22407/stat : 22407 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178110871304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22408] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22408/stat : 22408 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178109819792 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22409] ppid=22391 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/22394/task/22409/stat : 22409 (java) S 22391 22394 22007 0 -1 4202560 17521 0 0 0 258 4 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178108766392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22410] ppid=22391 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/22394/task/22410/stat : 22410 (java) S 22391 22394 22007 0 -1 4202560 7164 0 0 0 165 2 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178107713592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22411] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22411/stat : 22411 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178106661496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22412] ppid=22391 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/22394/task/22412/stat : 22412 (java) S 22391 22394 22007 0 -1 4202560 53 0 0 0 20 16 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178105608904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22413] ppid=22391 vsize=9824732 CPUtime=883.02 cores=0,2,4,6
/proc/22394/task/22413/stat : 22413 (java) R 22391 22394 22007 0 -1 4202560 88 0 0 0 88286 16 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178104553344 140178153574839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22414] ppid=22391 vsize=9824732 CPUtime=883.07 cores=0,2,4,6
/proc/22394/task/22414/stat : 22414 (java) R 22391 22394 22007 0 -1 4202560 1509 0 0 0 88259 48 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178103501504 140178153567905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22415] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22415/stat : 22415 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178102449832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22416] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22416/stat : 22416 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178101397032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 22394 sig 9
??? kill -22394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.301 s]
/proc/loadavg: 4.22 4.28 4.14 6/215 22527
/proc/meminfo: memFree=26463624/32872528 swapFree=1437460/1543748
[pid=22394] ppid=22391 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/22394/stat : 22394 (java) S 22391 22394 22007 0 -1 4202496 38182 0 1 0 179836 183 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140734090116176 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22394/statm: 2456183 948399 2301 9 0 2446860 0
[pid=22394/tid=22395] ppid=22391 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/22394/task/22395/stat : 22395 (java) S 22391 22394 22007 0 -1 4202560 2473 0 1 0 52 3 0 0 20 0 22 0 30149017 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178289513336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22397] ppid=22391 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/22394/task/22397/stat : 22397 (java) S 22391 22394 22007 0 -1 4202560 608 0 0 0 334 15 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178278574888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22398] ppid=22391 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/22394/task/22398/stat : 22398 (java) S 22391 22394 22007 0 -1 4202560 847 0 0 0 312 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178277522088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22399] ppid=22391 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/22394/task/22399/stat : 22399 (java) S 22391 22394 22007 0 -1 4202560 800 0 0 0 285 18 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178276469800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22400] ppid=22391 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/22394/task/22400/stat : 22400 (java) S 22391 22394 22007 0 -1 4202560 695 0 0 0 315 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178275417000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22401] ppid=22391 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/22394/task/22401/stat : 22401 (java) S 22391 22394 22007 0 -1 4202560 856 0 0 0 266 14 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178274363688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22402] ppid=22391 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22394/task/22402/stat : 22402 (java) S 22391 22394 22007 0 -1 4202560 668 0 0 0 282 13 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178273310888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22403] ppid=22391 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/22394/task/22403/stat : 22403 (java) S 22391 22394 22007 0 -1 4202560 509 0 0 0 281 12 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178272258600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22404] ppid=22391 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/22394/task/22404/stat : 22404 (java) S 22391 22394 22007 0 -1 4202560 626 0 0 0 334 16 0 0 20 0 22 0 30149018 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178125175208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22405] ppid=22391 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/22394/task/22405/stat : 22405 (java) S 22391 22394 22007 0 -1 4202560 2501 0 0 0 376 8 0 0 20 0 22 0 30149019 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178112977640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22406] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22406/stat : 22406 (java) S 22391 22394 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178111923704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22407] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22407/stat : 22407 (java) S 22391 22394 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30149020 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178110871304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22408] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22408/stat : 22408 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178109819792 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22409] ppid=22391 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/22394/task/22409/stat : 22409 (java) S 22391 22394 22007 0 -1 4202560 17521 0 0 0 258 4 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178108766392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22410] ppid=22391 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/22394/task/22410/stat : 22410 (java) S 22391 22394 22007 0 -1 4202560 7164 0 0 0 165 2 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178107713592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22411] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22411/stat : 22411 (java) S 22391 22394 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178106661496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22412] ppid=22391 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/22394/task/22412/stat : 22412 (java) S 22391 22394 22007 0 -1 4202560 53 0 0 0 20 16 0 0 20 0 22 0 30149022 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178105608904 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22394/tid=22413] ppid=22391 vsize=9824732 CPUtime=883.02 cores=0,2,4,6
/proc/22394/task/22413/stat : 22413 (java) R 22391 22394 22007 0 -1 4202560 88 0 0 0 88286 16 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178104553344 140178153574839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22394/tid=22414] ppid=22391 vsize=9824732 CPUtime=883.07 cores=0,2,4,6
/proc/22394/task/22414/stat : 22414 (java) R 22391 22394 22007 0 -1 4202560 1509 0 0 0 88259 48 0 0 20 0 22 0 30149069 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178103501504 140178153567905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22394/tid=22415] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22415/stat : 22415 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178102449832 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22394/tid=22416] ppid=22391 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22394/task/22416/stat : 22416 (java) S 22391 22394 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30149070 10060525568 948399 33554432000 1073741824 1073778376 140734090125040 140178101397032 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.364
CPU time (s): 1800.85
CPU user time (s): 1798.49
CPU system time (s): 2.36164
CPU usage (%): 201.355
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.36164
maximum resident set size= 3793712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38217
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24237
involuntary context switches= 31793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72313 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 21:58:17
IDJOB=4116526
IDBENCH=109481
IDSOLVER=2543
FILE ID=node116/4116526-1466971097
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-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116526-1466971097/watcher-4116526-1466971097 -o /tmp/evaluation-result-4116526-1466971097/solver-4116526-1466971097 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116526-1466971097.opb

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

MD5SUM BENCH= c6c7770273574048f55bca555193e5de
RANDOM SEED=653284418

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:        30102328 kB
Buffers:           32808 kB
Cached:           314064 kB
SwapCached:         2072 kB
Active:           203776 kB
Inactive:         315996 kB
Active(anon):     173864 kB
Inactive(anon):     1656 kB
Active(file):      29912 kB
Inactive(file):   314340 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              2432 kB
Writeback:             0 kB
AnonPages:       1625220 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566284 kB
SReclaimable:       9984 kB
SUnreclaim:       556300 kB
KernelStack:        1808 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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:13:11