Trace number 4116478

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.78 894.971

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUMbc7e0afd9962eb31c6ef169bd78d3421
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116478-1466976470.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.00/0.52	c ... done. Wall clock time 0.396s.
1.00/0.52	c declared #vars     4288
1.00/0.52	c #constraints  10816
1.00/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.00/0.52	c org.sat4j.specs.Constr$1 => 904
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.00/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.00/0.52	c 10816 constraints processed.
1.00/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.00/0.52	c org.sat4j.specs.Constr$1 => 904
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.00/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.00/0.52	c 10816 constraints processed.
4.51/1.72	c cleaning 2499 clauses out of 4999 with flag 15338/5001
6.02/2.39	c cleaning 4246 clauses out of 8499 with flag 38117/11000
7.63/3.15	c cleaning 5588 clauses out of 11253 with flag 66987/18000
9.47/4.04	c cleaning 6799 clauses out of 13665 with flag 101121/26000
11.54/5.09	c cleaning 7922 clauses out of 15866 with flag 141379/35000
13.74/6.18	c cleaning 8944 clauses out of 17944 with flag 190008/45000
16.62/7.56	c cleaning 9987 clauses out of 20000 with flag 244609/56000
19.92/9.12	c cleaning 10994 clauses out of 22014 with flag 305863/68001
22.92/10.68	c cleaning 11944 clauses out of 24020 with flag 372921/81001
26.82/12.59	c cleaning 13015 clauses out of 26076 with flag 448421/95001
30.64/14.47	c cleaning 14004 clauses out of 28061 with flag 530323/110001
35.23/16.71	c cleaning 15019 clauses out of 30058 with flag 618075/126002
39.98/19.08	c cleaning 0 clauses out of 5000 with flag 0/5000
40.24/19.16	c cleaning 16010 clauses out of 32039 with flag 709843/143002
45.67/21.73	c cleaning 16985 clauses out of 34029 with flag 811342/161002
51.49/24.52	c cleaning 18005 clauses out of 36044 with flag 918460/180002
57.63/27.54	c cleaning 19010 clauses out of 38038 with flag 1034393/200001
63.62/30.58	c cleaning 19956 clauses out of 40029 with flag 1155168/221002
70.98/34.14	c cleaning 21001 clauses out of 42072 with flag 1281974/243001
78.36/37.80	c cleaning 22000 clauses out of 44070 with flag 1416506/266000
85.96/41.66	c cleaning 23033 clauses out of 46070 with flag 1556562/290000
94.25/45.75	c cleaning 24003 clauses out of 48038 with flag 1704191/315001
102.84/50.02	c cleaning 25017 clauses out of 50034 with flag 1855585/341000
112.56/54.81	c cleaning 25980 clauses out of 52017 with flag 2017303/368000
122.76/59.95	c cleaning 26978 clauses out of 54037 with flag 2184261/396000
133.89/65.46	c cleaning 28000 clauses out of 56059 with flag 2356482/425000
145.61/71.23	c cleaning 29018 clauses out of 58061 with flag 2537283/455002
157.81/77.33	c cleaning 29992 clauses out of 60041 with flag 2720807/486000
171.47/84.14	c cleaning 31020 clauses out of 62049 with flag 2910393/518000
184.94/90.89	c cleaning 31994 clauses out of 64030 with flag 3111469/551001
198.98/97.87	c cleaning 33012 clauses out of 66035 with flag 3318547/585000
214.30/105.88	c cleaning 33985 clauses out of 68023 with flag 3530713/620000
229.14/113.22	c cleaning 35015 clauses out of 70038 with flag 3746379/656000
244.61/120.95	c cleaning 35971 clauses out of 72023 with flag 3972872/693000
261.51/129.39	c cleaning 36992 clauses out of 74052 with flag 4206756/731000
273.83/135.50	c cleaning 0 clauses out of 11001 with flag 0/11001
279.01/138.00	c cleaning 38014 clauses out of 76060 with flag 4444695/770000
296.13/146.59	c cleaning 39005 clauses out of 78046 with flag 4690362/810000
314.04/155.46	c cleaning 40006 clauses out of 80044 with flag 4941859/851003
332.76/164.75	c cleaning 41010 clauses out of 82036 with flag 5197027/893001
352.89/174.71	c cleaning 41977 clauses out of 84025 with flag 5457534/936000
373.64/185.04	c cleaning 43019 clauses out of 86049 with flag 5725192/980001
396.14/196.14	c cleaning 43984 clauses out of 88030 with flag 6000492/1025001
418.71/207.38	c cleaning 44990 clauses out of 90047 with flag 6281294/1071002
441.27/218.55	c cleaning 45989 clauses out of 92055 with flag 6568953/1118000
466.38/230.98	c cleaning 47009 clauses out of 94066 with flag 6864032/1166000
490.65/243.10	c cleaning 47978 clauses out of 96058 with flag 7168004/1215001
517.03/256.78	c cleaning 49014 clauses out of 98079 with flag 7471221/1265000
544.52/270.48	c cleaning 50012 clauses out of 100065 with flag 7778771/1316000
573.49/284.80	c cleaning 50973 clauses out of 102054 with flag 8094700/1368001
603.19/299.63	c cleaning 52001 clauses out of 104081 with flag 8414730/1421001
633.61/314.79	c cleaning 53037 clauses out of 106081 with flag 8741593/1475002
665.84/330.71	c cleaning 54000 clauses out of 108043 with flag 9076100/1530001
698.54/346.96	c cleaning 54990 clauses out of 110043 with flag 9414801/1586001
730.70/362.96	c cleaning 56005 clauses out of 112053 with flag 9763019/1643001
764.62/379.78	c cleaning 56984 clauses out of 114047 with flag 10114531/1701000
798.76/396.61	c cleaning 58004 clauses out of 116064 with flag 10473843/1760001
833.32/413.79	c cleaning 59017 clauses out of 118060 with flag 10836728/1820001
870.91/432.48	c cleaning 60013 clauses out of 120042 with flag 11206253/1881000
907.65/450.79	c cleaning 61013 clauses out of 122029 with flag 11580971/1943000
945.43/469.59	c cleaning 61976 clauses out of 124017 with flag 11959594/2006001
961.77/477.68	c cleaning 0 clauses out of 18001 with flag 0/18001
986.09/489.78	c cleaning 63016 clauses out of 126042 with flag 12348791/2070002
1027.62/510.34	c cleaning 64000 clauses out of 128025 with flag 12748130/2135001
1070.89/531.79	c cleaning 64987 clauses out of 130024 with flag 13147008/2201000
1113.15/552.74	c cleaning 66012 clauses out of 132037 with flag 13551277/2268000
1158.52/576.19	c cleaning 66982 clauses out of 134026 with flag 13962279/2336001
1204.99/599.26	c cleaning 68001 clauses out of 136043 with flag 14379828/2405000
1251.22/622.30	c cleaning 69013 clauses out of 138042 with flag 14803188/2475000
1298.92/645.93	c cleaning 69969 clauses out of 140029 with flag 15230272/2546000
1346.59/669.57	c cleaning 71029 clauses out of 142060 with flag 15670829/2618000
1397.76/694.93	c cleaning 71922 clauses out of 144031 with flag 16111336/2691000
1452.88/722.24	c cleaning 73032 clauses out of 146109 with flag 16558883/2765000
1506.41/748.92	c cleaning 74028 clauses out of 148077 with flag 17009916/2840000
1560.65/775.99	c cleaning 75006 clauses out of 150049 with flag 17469564/2916000
1616.57/803.74	c cleaning 76014 clauses out of 152045 with flag 17938056/2993002
1675.25/832.92	c cleaning 77008 clauses out of 154029 with flag 18404437/3071000
1737.15/863.70	c cleaning 77991 clauses out of 156022 with flag 18884963/3150001
1799.37/894.50	c cleaning 78962 clauses out of 158032 with flag 19366946/3230002
1800.17/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.90	c starts		: 24163
1800.17/894.90	c conflicts		: 3231458
1800.17/894.90	c decisions		: 28190985
1800.17/894.90	c propagations		: 421859666
1800.17/894.90	c inspects		: 8648011456
1800.17/894.90	c shortcuts		: 0
1800.17/894.90	c learnt literals	: 2
1800.17/894.90	c learnt binary clauses	: 55
1800.17/894.90	c learnt ternary clauses	: 740
1800.17/894.90	c learnt constraints	: 3231456
1800.17/894.90	c ignored constraints	: 0
1800.17/894.90	c root simplifications	: 0
1800.17/894.90	c removed literals (reason simplification)	: 2658553
1800.17/894.90	c reason swapping (by a shorter reason)	: 0
1800.17/894.90	c Calls to reduceDB	: 76
1800.17/894.90	c Number of update (reduction) of LBD	: 712796
1800.17/894.90	c Imported unit clauses	: 0
1800.17/894.90	c number of reductions to clauses (during analyze)	: 0
1800.17/894.90	c number of learned constraints concerned by reduction	: 0
1800.17/894.90	c number of learning phase by resolution	: 0
1800.17/894.90	c number of learning phase by cutting planes	: 0
1800.17/894.90	c speed (assignments/second)	: 471682.55043762556
1800.17/894.90	c non guided choices	15941
1800.17/894.93	c learnt constraints type 
1800.17/894.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.17/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80471
1800.17/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/894.93	c starts		: 52
1800.17/894.93	c conflicts		: 23176
1800.17/894.93	c decisions		: 81473
1800.17/894.93	c propagations		: 2790448
1800.17/894.93	c inspects		: 863789107
1800.17/894.93	c shortcuts		: 0
1800.17/894.93	c learnt literals	: 0
1800.17/894.93	c learnt binary clauses	: 0
1800.17/894.93	c learnt ternary clauses	: 0
1800.17/894.93	c learnt constraints	: 23175
1800.17/894.93	c ignored constraints	: 0
1800.17/894.93	c root simplifications	: 0
1800.17/894.93	c removed literals (reason simplification)	: 0
1800.17/894.93	c reason swapping (by a shorter reason)	: 0
1800.17/894.93	c Calls to reduceDB	: 3
1800.17/894.93	c Number of update (reduction) of LBD	: 0
1800.17/894.93	c Imported unit clauses	: 0
1800.17/894.93	c number of reductions to clauses (during analyze)	: 0
1800.17/894.93	c number of learned constraints concerned by reduction	: 0
1800.17/894.93	c number of learning phase by resolution	: 0
1800.17/894.93	c number of learning phase by cutting planes	: 0
1800.17/894.93	c speed (assignments/second)	: 3119.921019413079
1800.17/894.93	c non guided choices	318
1800.17/894.94	c learnt constraints type 
1800.17/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 45
1800.17/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23130
1800.17/894.94	s UNKNOWN
1800.17/894.94	c Total wall clock time (in seconds): 894.818

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

pid=23325
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.20 4.29 4.28 5/197 23328
/proc/meminfo: memFree=26584392/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23328/stat : 23328 (java) R 23325 23328 22007 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 30686357 9515008 184 33554432000 1073741824 1073778376 140735059805888 140735059797112 266435456439 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2323 184 142 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.20 4.29 4.28 5/197 23328
/proc/meminfo: memFree=26584392/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 4452 0 1 0 8 1 0 0 20 0 18 0 30686357 9787879424 6079 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2389619 6079 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 4.20 4.29 4.28 5/197 23328
/proc/meminfo: memFree=26584392/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 4739 0 1 0 23 1 0 0 20 0 18 0 30686357 9787879424 6825 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2389619 6825 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300295 s]
/proc/loadavg: 4.20 4.29 4.28 5/197 23328
/proc/meminfo: memFree=26584392/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 5857 0 1 0 46 1 0 0 20 0 18 0 30686357 9787879424 8501 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2389619 8501 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.20 4.29 4.28 5/197 23328
/proc/meminfo: memFree=26584392/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 13955 0 1 0 153 3 0 0 20 0 22 0 30686357 10060525568 22373 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 22373 2263 9 0 2446860 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.20 4.29 4.28 8/219 23350
/proc/meminfo: memFree=26475288/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 23790 0 1 0 389 6 0 0 20 0 22 0 30686357 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 41740 2274 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2518 0 1 0 47 2 0 0 20 0 22 0 30686359 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30686360 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23328/task/23343/stat : 23343 (java) R 23325 23328 22007 0 -1 4202560 7903 0 0 0 98 1 0 0 20 0 22 0 30686364 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483968905432 140484153577266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23344] ppid=23325 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/23328/task/23344/stat : 23344 (java) R 23325 23328 22007 0 -1 4202560 12009 0 0 0 103 3 0 0 20 0 22 0 30686364 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483967862912 140484153599355 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23345] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23345/stat : 23345 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483966822776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23346] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23346/stat : 23346 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483965770184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23347] ppid=23325 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/23328/task/23347/stat : 23347 (java) R 23325 23328 22007 0 -1 4202560 17 0 0 0 71 0 0 0 20 0 22 0 30686410 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483964702160 140484090003901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23348] ppid=23325 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/23328/task/23348/stat : 23348 (java) R 23325 23328 22007 0 -1 4202560 64 0 0 0 64 0 0 0 20 0 22 0 30686410 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483963663328 140484089746761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23349] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23349/stat : 23349 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483962611112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23350] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23350/stat : 23350 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 41740 33554432000 1073741824 1073778376 140735318164576 140483961558312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.20 4.29 4.28 6/219 23350
/proc/meminfo: memFree=26390020/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=7.63 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 26119 0 1 0 752 11 0 0 20 0 22 0 30686357 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 84542 2292 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2518 0 1 0 47 2 0 0 20 0 22 0 30686359 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 30686360 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/23328/task/23343/stat : 23343 (java) S 23325 23328 22007 0 -1 4202560 9886 0 0 0 130 2 0 0 20 0 22 0 30686364 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483968928184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23344] ppid=23325 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/23328/task/23344/stat : 23344 (java) S 23325 23328 22007 0 -1 4202560 12013 0 0 0 124 3 0 0 20 0 22 0 30686364 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483967875384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23345] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23345/stat : 23345 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483966822776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23346] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23346/stat : 23346 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483965770184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23347] ppid=23325 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/23328/task/23347/stat : 23347 (java) R 23325 23328 22007 0 -1 4202560 22 0 0 0 213 0 0 0 20 0 22 0 30686410 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483964715944 140484089907264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23348] ppid=23325 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/23328/task/23348/stat : 23348 (java) R 23325 23328 22007 0 -1 4202560 131 0 0 0 204 3 0 0 20 0 22 0 30686410 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483963661616 140484090124426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23349] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23349/stat : 23349 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483962611112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23350] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23350/stat : 23350 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 84542 33554432000 1073741824 1073778376 140735318164576 140483961558312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.11 4.27 4.27 5/219 23419
/proc/meminfo: memFree=29326416/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=14.22 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 26941 0 1 0 1401 21 0 0 20 0 22 0 30686357 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 162368 2292 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2518 0 1 0 47 2 0 0 20 0 22 0 30686359 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 67 0 0 0 7 2 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 94 0 0 0 8 1 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 59 0 0 0 7 1 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 104 0 0 0 8 2 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 57 0 0 0 5 1 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 68 0 0 0 7 1 0 0 20 0 22 0 30686360 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 162368 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=1.35 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.20 4.23 11/219 23443
/proc/meminfo: memFree=22791536/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=1774.73 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 38955 0 1 0 177277 196 0 0 20 0 22 0 30686357 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 924180 2301 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2520 0 1 0 50 4 0 0 20 0 22 0 30686359 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 521 0 0 0 275 15 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 607 0 0 0 297 18 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 600 0 0 0 334 18 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 566 0 0 0 306 14 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 519 0 0 0 278 15 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 537 0 0 0 313 17 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 536 0 0 0 296 17 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 557 0 0 0 285 16 0 0 20 0 22 0 30686360 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 2230 0 0 0 349 9 0 0 20 0 22 0 30686361 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23328/task/23343/stat : 23343 (java) S 23325 23328 22007 0 -1 4202560 13850 0 0 0 189 3 0 0 20 0 22 0 30686364 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483968928184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23344] ppid=23325 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/23328/task/23344/stat : 23344 (java) S 23325 23328 22007 0 -1 4202560 12015 0 0 0 130 3 0 0 20 0 22 0 30686364 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483967875384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23345] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23345/stat : 23345 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483966822776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23346] ppid=23325 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23328/task/23346/stat : 23346 (java) S 23325 23328 22007 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 30686364 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483965770184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23347] ppid=23325 vsize=9824732 CPUtime=871.04 cores=0,2,4,6
/proc/23328/task/23347/stat : 23347 (java) R 23325 23328 22007 0 -1 4202560 62 0 0 0 87088 16 0 0 20 0 22 0 30686410 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483964715152 140484089974595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23348] ppid=23325 vsize=9824732 CPUtime=871.04 cores=0,2,4,6
/proc/23328/task/23348/stat : 23348 (java) R 23325 23328 22007 0 -1 4202560 2519 0 0 0 87052 52 0 0 20 0 22 0 30686410 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483963661296 140484090220672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23349] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23349/stat : 23349 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483962611112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23350] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23350/stat : 23350 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 924180 33554432000 1073741824 1073778376 140735318164576 140483961558312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1774.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.15 4.20 4.23 5/219 23443
/proc/meminfo: memFree=22758648/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 38985 0 1 0 179819 198 0 0 20 0 22 0 30686357 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 931343 2301 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2520 0 1 0 50 4 0 0 20 0 22 0 30686359 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 524 0 0 0 281 15 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 611 0 0 0 302 18 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 604 0 0 0 340 18 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 573 0 0 0 315 14 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 523 0 0 0 284 15 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 540 0 0 0 320 17 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 538 0 0 0 302 17 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 558 0 0 0 290 16 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 2230 0 0 0 349 9 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23328/task/23343/stat : 23343 (java) S 23325 23328 22007 0 -1 4202560 13850 0 0 0 189 3 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483968928184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23344] ppid=23325 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/23328/task/23344/stat : 23344 (java) S 23325 23328 22007 0 -1 4202560 12015 0 0 0 130 3 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483967875384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23345] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23345/stat : 23345 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483966822776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23346] ppid=23325 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23328/task/23346/stat : 23346 (java) S 23325 23328 22007 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483965770184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23347] ppid=23325 vsize=9824732 CPUtime=883.5 cores=0,2,4,6
/proc/23328/task/23347/stat : 23347 (java) R 23325 23328 22007 0 -1 4202560 64 0 0 0 88334 16 0 0 20 0 22 0 30686410 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483964707440 140484089974610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23348] ppid=23325 vsize=9824732 CPUtime=883.5 cores=0,2,4,6
/proc/23328/task/23348/stat : 23348 (java) R 23325 23328 22007 0 -1 4202560 2519 0 0 0 88298 52 0 0 20 0 22 0 30686410 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483963661472 140484090005947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23349] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23349/stat : 23349 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483962611112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23350] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23350/stat : 23350 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483961558312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 23328 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.15 4.20 4.23 5/219 23443
/proc/meminfo: memFree=22758648/32872528 swapFree=1437460/1543748
[pid=23328] ppid=23325 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/23328/stat : 23328 (java) S 23325 23328 22007 0 -1 4202496 38985 0 1 0 179819 198 0 0 20 0 22 0 30686357 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140735318155712 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23328/statm: 2456183 931343 2301 9 0 2446860 0
[pid=23328/tid=23330] ppid=23325 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23328/task/23330/stat : 23330 (java) S 23325 23328 22007 0 -1 4202560 2520 0 1 0 50 4 0 0 20 0 22 0 30686359 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484149482360 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23331] ppid=23325 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/23328/task/23331/stat : 23331 (java) S 23325 23328 22007 0 -1 4202560 524 0 0 0 281 15 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484088212520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23332] ppid=23325 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/23328/task/23332/stat : 23332 (java) S 23325 23328 22007 0 -1 4202560 611 0 0 0 302 18 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140484087159720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23333] ppid=23325 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/23328/task/23333/stat : 23333 (java) S 23325 23328 22007 0 -1 4202560 604 0 0 0 340 18 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483990600488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23334] ppid=23325 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/23328/task/23334/stat : 23334 (java) S 23325 23328 22007 0 -1 4202560 573 0 0 0 315 14 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483989547688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23335] ppid=23325 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/23328/task/23335/stat : 23335 (java) S 23325 23328 22007 0 -1 4202560 523 0 0 0 284 15 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483988494888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23336] ppid=23325 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/23328/task/23336/stat : 23336 (java) S 23325 23328 22007 0 -1 4202560 540 0 0 0 320 17 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483987442088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23328/tid=23337] ppid=23325 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/23328/task/23337/stat : 23337 (java) S 23325 23328 22007 0 -1 4202560 538 0 0 0 302 17 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483986389288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23338] ppid=23325 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/23328/task/23338/stat : 23338 (java) S 23325 23328 22007 0 -1 4202560 558 0 0 0 290 16 0 0 20 0 22 0 30686360 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483985336488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23339] ppid=23325 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/23328/task/23339/stat : 23339 (java) S 23325 23328 22007 0 -1 4202560 2230 0 0 0 349 9 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483973139432 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23340] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23340/stat : 23340 (java) S 23325 23328 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483972085496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23341] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23341/stat : 23341 (java) S 23325 23328 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30686361 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483971032584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23342] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23342/stat : 23342 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483969981072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23328/tid=23343] ppid=23325 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23328/task/23343/stat : 23343 (java) S 23325 23328 22007 0 -1 4202560 13850 0 0 0 189 3 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483968928184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23344] ppid=23325 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/23328/task/23344/stat : 23344 (java) S 23325 23328 22007 0 -1 4202560 12015 0 0 0 130 3 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483967875384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23345] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23345/stat : 23345 (java) S 23325 23328 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483966822776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23346] ppid=23325 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/23328/task/23346/stat : 23346 (java) S 23325 23328 22007 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 30686364 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483965770184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23347] ppid=23325 vsize=9824732 CPUtime=883.5 cores=0,2,4,6
/proc/23328/task/23347/stat : 23347 (java) R 23325 23328 22007 0 -1 4202560 64 0 0 0 88334 16 0 0 20 0 22 0 30686410 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483964707440 140484089974610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23348] ppid=23325 vsize=9824732 CPUtime=883.5 cores=0,2,4,6
/proc/23328/task/23348/stat : 23348 (java) R 23325 23328 22007 0 -1 4202560 2519 0 0 0 88298 52 0 0 20 0 22 0 30686410 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483963661472 140484090005947 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23328/tid=23349] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23349/stat : 23349 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483962611112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23328/tid=23350] ppid=23325 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23328/task/23350/stat : 23350 (java) S 23325 23328 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30686411 10060525568 931343 33554432000 1073741824 1073778376 140735318164576 140483961558312 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.971
CPU time (s): 1800.78
CPU user time (s): 1798.27
CPU system time (s): 2.51162
CPU usage (%): 201.211
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.51162
maximum resident set size= 3725488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24213
involuntary context switches= 30824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82211 second user time and 7.34488 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 23:27:50
IDJOB=4116478
IDBENCH=109475
IDSOLVER=2543
FILE ID=node116/4116478-1466976470
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-size128-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116478-1466976470/watcher-4116478-1466976470 -o /tmp/evaluation-result-4116478-1466976470/solver-4116478-1466976470 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116478-1466976470.opb

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

MD5SUM BENCH= bc7e0afd9962eb31c6ef169bd78d3421
RANDOM SEED=1516323053

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:        26584176 kB
Buffers:           39224 kB
Cached:           316140 kB
SwapCached:         2072 kB
Active:          3702500 kB
Inactive:         323708 kB
Active(anon):    3671968 kB
Inactive(anon):     1656 kB
Active(file):      30532 kB
Inactive(file):   322052 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       5162916 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566304 kB
SReclaimable:      10356 kB
SUnreclaim:       555948 kB
KernelStack:        1808 kB
PageTables:        14144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5611620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3657728 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 23:42:45