Trace number 4117001

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 Resolution PB16? (TO) 1800.71 1797.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-8.opb
MD5SUMcb74da8ad9da4ea1b2ea1d65756c1398
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117001-1466972594.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.306s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10784
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 888
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10784 constraints processed.
1.86/1.10	c cleaning 2494 clauses out of 4998 with flag 16529/5000
2.84/1.75	c cleaning 4223 clauses out of 8504 with flag 39144/11000
3.54/2.47	c cleaning 5611 clauses out of 11281 with flag 69149/18000
4.47/3.37	c cleaning 6815 clauses out of 13670 with flag 101756/26000
5.48/4.31	c cleaning 7925 clauses out of 15855 with flag 143637/35000
6.57/5.43	c cleaning 8957 clauses out of 17930 with flag 192235/45000
7.78/6.69	c cleaning 9978 clauses out of 19975 with flag 246207/56002
9.17/8.07	c cleaning 10969 clauses out of 21995 with flag 305351/68000
10.77/9.60	c cleaning 12003 clauses out of 24027 with flag 372747/81001
12.48/11.34	c cleaning 12996 clauses out of 26023 with flag 445238/95000
14.28/13.19	c cleaning 13974 clauses out of 28027 with flag 525630/110000
16.39/15.29	c cleaning 15014 clauses out of 30056 with flag 613693/126003
18.59/17.48	c cleaning 16004 clauses out of 32041 with flag 708562/143002
21.00/19.88	c cleaning 16989 clauses out of 34036 with flag 807662/161001
23.59/22.49	c cleaning 18023 clauses out of 36046 with flag 917447/180000
26.50/25.31	c cleaning 19005 clauses out of 38025 with flag 1033002/200002
29.39/28.24	c cleaning 19999 clauses out of 40018 with flag 1153228/221000
32.69/31.50	c cleaning 20991 clauses out of 42020 with flag 1281761/243001
35.99/34.87	c cleaning 21971 clauses out of 44029 with flag 1415270/266001
39.60/38.40	c cleaning 23001 clauses out of 46057 with flag 1557229/290000
43.40/42.28	c cleaning 23986 clauses out of 48056 with flag 1703630/315000
47.50/46.34	c cleaning 24998 clauses out of 50070 with flag 1859182/341000
51.80/50.64	c cleaning 26022 clauses out of 52074 with flag 2020188/368002
56.12/54.94	c cleaning 26993 clauses out of 54050 with flag 2185966/396000
60.43/59.25	c cleaning 27984 clauses out of 56058 with flag 2360994/425001
64.93/63.70	c cleaning 29029 clauses out of 58073 with flag 2543701/455000
69.73/68.51	c cleaning 29961 clauses out of 60049 with flag 2726874/486005
74.73/73.51	c cleaning 31022 clauses out of 62083 with flag 2920341/518000
79.93/78.78	c cleaning 31978 clauses out of 64062 with flag 3124878/551001
85.73/84.56	c cleaning 33034 clauses out of 66083 with flag 3327660/585000
91.44/90.30	c cleaning 33997 clauses out of 68049 with flag 3542911/620000
97.63/96.41	c cleaning 34986 clauses out of 70052 with flag 3768409/656000
103.94/102.72	c cleaning 35977 clauses out of 72066 with flag 3993986/693000
110.54/109.32	c cleaning 36968 clauses out of 74090 with flag 4226035/731001
117.34/116.18	c cleaning 38039 clauses out of 76121 with flag 4464067/770000
124.74/123.54	c cleaning 39010 clauses out of 78083 with flag 4708552/810001
132.44/131.29	c cleaning 39987 clauses out of 80073 with flag 4958192/851001
140.34/139.10	c cleaning 41027 clauses out of 82085 with flag 5218281/893000
148.07/146.83	c cleaning 42009 clauses out of 84058 with flag 5480703/936000
156.18/154.94	c cleaning 43011 clauses out of 86051 with flag 5750840/980002
164.48/163.23	c cleaning 43994 clauses out of 88038 with flag 6029470/1025000
173.18/171.96	c cleaning 44960 clauses out of 90044 with flag 6315905/1071000
182.28/181.01	c cleaning 46039 clauses out of 92084 with flag 6609343/1118000
191.59/190.40	c cleaning 46971 clauses out of 94045 with flag 6906389/1166000
201.49/200.28	c cleaning 48017 clauses out of 96074 with flag 7209069/1215000
211.58/210.32	c cleaning 48991 clauses out of 98057 with flag 7513768/1265000
222.18/220.92	c cleaning 50002 clauses out of 100067 with flag 7826016/1316001
232.89/231.67	c cleaning 50986 clauses out of 102064 with flag 8147499/1368000
243.95/242.68	c cleaning 52030 clauses out of 104081 with flag 8475097/1421003
255.15/253.83	c cleaning 53005 clauses out of 106048 with flag 8807839/1475000
266.65/265.31	c cleaning 54001 clauses out of 108043 with flag 9149013/1530000
278.35/277.10	c cleaning 55005 clauses out of 110042 with flag 9494438/1586000
290.76/289.41	c cleaning 55993 clauses out of 112037 with flag 9842602/1643000
303.26/301.90	c cleaning 57023 clauses out of 114045 with flag 10205600/1701001
316.26/314.95	c cleaning 58006 clauses out of 116023 with flag 10570891/1760002
329.86/328.58	c cleaning 58923 clauses out of 118015 with flag 10941921/1820000
343.86/342.57	c cleaning 60034 clauses out of 120092 with flag 11318320/1881000
358.33/356.95	c cleaning 61009 clauses out of 122060 with flag 11698754/1943002
372.83/371.40	c cleaning 62008 clauses out of 124050 with flag 12083405/2006001
387.53/386.14	c cleaning 62951 clauses out of 126041 with flag 12477146/2070000
402.83/401.42	c cleaning 64006 clauses out of 128090 with flag 12875543/2135000
418.56/417.12	c cleaning 64985 clauses out of 130084 with flag 13279963/2201000
434.66/433.21	c cleaning 66033 clauses out of 132102 with flag 13686875/2268003
451.37/449.99	c cleaning 67021 clauses out of 134066 with flag 14106427/2336000
468.27/466.90	c cleaning 67993 clauses out of 136045 with flag 14528206/2405000
485.83/484.36	c cleaning 68982 clauses out of 138052 with flag 14963630/2475000
503.73/502.25	c cleaning 70017 clauses out of 140070 with flag 15397733/2546000
521.84/520.38	c cleaning 71002 clauses out of 142053 with flag 15837827/2618000
540.23/538.77	c cleaning 71986 clauses out of 144052 with flag 16289469/2691001
559.14/557.64	c cleaning 73004 clauses out of 146068 with flag 16738244/2765003
578.94/577.50	c cleaning 74012 clauses out of 148062 with flag 17196707/2840001
599.14/597.62	c cleaning 75014 clauses out of 150049 with flag 17661979/2916000
619.63/618.02	c cleaning 76005 clauses out of 152035 with flag 18130513/2993000
640.74/639.17	c cleaning 76954 clauses out of 154030 with flag 18608739/3071000
662.34/660.74	c cleaning 78014 clauses out of 156076 with flag 19088720/3150000
684.54/683.00	c cleaning 79015 clauses out of 158063 with flag 19575242/3230001
707.85/706.25	c cleaning 79966 clauses out of 160048 with flag 20066853/3311001
730.86/729.29	c cleaning 81013 clauses out of 162082 with flag 20568141/3393001
754.43/752.79	c cleaning 82025 clauses out of 164068 with flag 21075373/3476000
779.23/777.50	c cleaning 82994 clauses out of 166043 with flag 21582200/3560000
803.75/802.08	c cleaning 83999 clauses out of 168050 with flag 22099008/3645001
828.64/826.97	c cleaning 85015 clauses out of 170051 with flag 22617889/3731001
854.55/852.80	c cleaning 86010 clauses out of 172035 with flag 23150132/3818000
880.65/878.87	c cleaning 86969 clauses out of 174028 with flag 23691148/3906003
907.16/905.39	c cleaning 87979 clauses out of 176057 with flag 24235899/3995001
934.56/932.79	c cleaning 89023 clauses out of 178078 with flag 24782791/4085001
962.77/960.94	c cleaning 89988 clauses out of 180054 with flag 25335717/4176000
991.67/989.81	c cleaning 90983 clauses out of 182066 with flag 25895883/4268000
1020.95/1019.04	c cleaning 91992 clauses out of 184085 with flag 26468319/4361002
1050.45/1048.52	c cleaning 92990 clauses out of 186093 with flag 27042064/4455002
1080.86/1078.93	c cleaning 94046 clauses out of 188101 with flag 27626193/4550000
1111.97/1110.05	c cleaning 95021 clauses out of 190056 with flag 28211110/4646001
1143.66/1141.62	c cleaning 96002 clauses out of 192034 with flag 28801518/4743000
1175.67/1173.67	c cleaning 96956 clauses out of 194032 with flag 29398952/4841000
1208.78/1206.76	c cleaning 98030 clauses out of 196076 with flag 30005767/4940000
1241.96/1239.96	c cleaning 99010 clauses out of 198046 with flag 30615221/5040000
1276.01/1273.85	c cleaning 100013 clauses out of 200037 with flag 31229889/5141001
1310.40/1308.28	c cleaning 100984 clauses out of 202023 with flag 31848533/5243000
1345.81/1343.63	c cleaning 101990 clauses out of 204040 with flag 32471434/5346001
1382.00/1379.88	c cleaning 103013 clauses out of 206049 with flag 33101172/5450000
1418.74/1416.41	c cleaning 103965 clauses out of 208037 with flag 33739312/5555001
1456.75/1454.41	c cleaning 105014 clauses out of 210072 with flag 34380902/5661001
1495.36/1493.04	c cleaning 106004 clauses out of 212057 with flag 35034497/5768000
1534.37/1531.95	c cleaning 106958 clauses out of 214053 with flag 35686589/5876000
1574.87/1572.46	c cleaning 108019 clauses out of 216096 with flag 36345079/5985001
1615.08/1612.63	c cleaning 109019 clauses out of 218077 with flag 37013319/6095001
1655.98/1653.58	c cleaning 110016 clauses out of 220057 with flag 37685539/6206000
1697.56/1695.04	c cleaning 110996 clauses out of 222041 with flag 38358239/6318000
1740.55/1738.01	c cleaning 112002 clauses out of 224045 with flag 39041899/6431000
1784.95/1782.45	c cleaning 112985 clauses out of 226044 with flag 39730112/6545001
1800.04/1797.41	c starts		: 51793
1800.04/1797.41	c conflicts		: 6591932
1800.04/1797.41	c decisions		: 61109987
1800.04/1797.41	c propagations		: 888993671
1800.04/1797.41	c inspects		: 24469587413
1800.04/1797.41	c shortcuts		: 0
1800.04/1797.41	c learnt literals	: 2
1800.04/1797.41	c learnt binary clauses	: 49
1800.04/1797.41	c learnt ternary clauses	: 721
1800.04/1797.41	c learnt constraints	: 6591930
1800.04/1797.41	c ignored constraints	: 0
1800.04/1797.41	c root simplifications	: 0
1800.04/1797.41	c removed literals (reason simplification)	: 0
1800.04/1797.41	c reason swapping (by a shorter reason)	: 0
1800.04/1797.41	c Calls to reduceDB	: 110
1800.04/1797.41	c Number of update (reduction) of LBD	: 1399885
1800.04/1797.41	c Imported unit clauses	: 0
1800.04/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.41	c number of learned constraints concerned by reduction	: 0
1800.04/1797.41	c number of learning phase by resolution	: 0
1800.04/1797.41	c number of learning phase by cutting planes	: 0
1800.04/1797.41	c speed (assignments/second)	: 494714.5732597359
1800.04/1797.41	c non guided choices	23537
1800.04/1797.41	c timeout
1800.04/1797.44	c learnt constraints type 
1800.04/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.04/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159941
1800.04/1797.44	s UNKNOWN
1800.04/1797.44	c Total wall clock time (in seconds): 1797.322

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-4117001-1466972594/watcher-4117001-1466972594 -o /tmp/evaluation-result-4117001-1466972594/solver-4117001-1466972594 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117001-1466972594.opb 

pid=22573
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: 2.27 2.23 2.19 4/194 22576
/proc/meminfo: memFree=29913708/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/22576/stat : 22576 (java) R 22573 22576 19053 0 -1 4202496 539 0 0 0 0 0 0 0 20 0 1 0 30298568 21090304 190 33554432000 1073741824 1073778376 140735828181888 140735828170952 260181159207 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 5165 197 152 9 0 128 0

[startup+0.100161 s]
/proc/loadavg: 2.27 2.23 2.19 4/194 22576
/proc/meminfo: memFree=29913708/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 30298568 9787879424 6028 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.27 2.23 2.19 4/194 22576
/proc/meminfo: memFree=29913708/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 4909 0 1 0 24 1 0 0 20 0 18 0 30298568 9787879424 6972 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2389619 6972 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.27 2.23 2.19 4/194 22576
/proc/meminfo: memFree=29913708/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 5861 0 1 0 47 1 0 0 20 0 18 0 30298568 9787879424 8995 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2389619 8995 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.27 2.23 2.19 4/194 22576
/proc/meminfo: memFree=29913708/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 9501 0 1 0 137 2 0 0 20 0 19 0 30298568 9856040960 16631 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 16631 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.27 2.23 2.19 5/213 22595
/proc/meminfo: memFree=29853884/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 16318 0 1 0 257 4 0 0 20 0 19 0 30298568 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 21750 2270 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2444 0 1 0 145 1 0 0 20 0 19 0 30298569 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141937680920 140141780434427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 67 2 0 0 20 0 19 0 30298574 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3744 0 0 0 41 2 0 0 20 0 19 0 30298574 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 21750 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.27 2.23 2.19 3/213 22595
/proc/meminfo: memFree=29833476/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 16321 0 1 0 422 4 0 0 20 0 19 0 30298568 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 22774 2270 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2447 0 1 0 305 1 0 0 20 0 19 0 30298569 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141937680696 140141780456583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3744 0 0 0 44 2 0 0 20 0 19 0 30298574 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 22774 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 22595
/proc/meminfo: memFree=29829632/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=7.47 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 16327 0 1 0 743 4 0 0 20 0 19 0 30298568 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 23557 2271 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2452 0 1 0 625 1 0 0 20 0 19 0 30298569 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141937680808 140141780422726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30298570 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3744 0 0 0 45 2 0 0 20 0 19 0 30298574 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 23557 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9625040


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

/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3750 0 0 0 49 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 96 0 0 0 39 32 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.86
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.27 2.20 3/213 22704
/proc/meminfo: memFree=29568348/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=1724.85 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 18277 0 1 0 172435 50 0 0 20 0 19 0 30298568 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 96055 2285 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=1721.8 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2508 0 1 0 172150 30 0 0 20 0 19 0 30298569 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141937671968 140141780397196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 248 0 0 0 15 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 409 0 0 0 15 4 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 162 0 0 0 13 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 379 0 0 0 18 4 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 73 0 0 0 13 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 315 0 0 0 14 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 95 0 0 0 15 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 59 0 0 0 17 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3750 0 0 0 49 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 100 0 0 0 39 32 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 22705
/proc/meminfo: memFree=29567900/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=1784.85 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 18281 0 1 0 178433 52 0 0 20 0 19 0 30298568 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 96055 2285 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=1781.78 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2508 0 1 0 178147 31 0 0 20 0 19 0 30298569 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141937671968 140141780606693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 248 0 0 0 15 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 409 0 0 0 15 4 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 162 0 0 0 13 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 379 0 0 0 18 4 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 73 0 0 0 13 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 315 0 0 0 14 3 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 95 0 0 0 15 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 59 0 0 0 17 2 0 0 20 0 19 0 30298570 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3750 0 0 0 49 2 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 104 0 0 0 39 34 0 0 20 0 19 0 30298574 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 96055 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.22 2.25 2.20 3/213 22705
/proc/meminfo: memFree=29557712/32872528 swapFree=1643088/1798432
[pid=22576] ppid=22573 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22576/stat : 22576 (java) S 22573 22576 19053 0 -1 4202496 18360 0 1 0 179951 53 0 0 20 0 19 0 30298568 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140735828173024 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22576/statm: 2406260 98672 2285 9 0 2396937 0
[pid=22576/tid=22578] ppid=22573 vsize=9625040 CPUtime=1796.85 cores=0,2,4,6
/proc/22576/task/22578/stat : 22578 (java) R 22573 22576 19053 0 -1 4202560 2509 0 1 0 179654 31 0 0 20 0 19 0 30298569 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141937679664 140141780422794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22579] ppid=22573 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22576/task/22579/stat : 22579 (java) S 22573 22576 19053 0 -1 4202560 297 0 0 0 17 3 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141899172904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22580] ppid=22573 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22576/task/22580/stat : 22580 (java) S 22573 22576 19053 0 -1 4202560 412 0 0 0 16 4 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141779741608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22581] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22581/stat : 22581 (java) S 22573 22576 19053 0 -1 4202560 167 0 0 0 16 3 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141778688808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22582] ppid=22573 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22576/task/22582/stat : 22582 (java) S 22573 22576 19053 0 -1 4202560 380 0 0 0 19 4 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141777636008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22583] ppid=22573 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22576/task/22583/stat : 22583 (java) S 22573 22576 19053 0 -1 4202560 74 0 0 0 15 2 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141776583208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22584] ppid=22573 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22576/task/22584/stat : 22584 (java) S 22573 22576 19053 0 -1 4202560 316 0 0 0 16 3 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141775530408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22585] ppid=22573 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22576/task/22585/stat : 22585 (java) S 22573 22576 19053 0 -1 4202560 111 0 0 0 16 2 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141774477608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22586] ppid=22573 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22576/task/22586/stat : 22586 (java) S 22573 22576 19053 0 -1 4202560 59 0 0 0 18 2 0 0 20 0 19 0 30298570 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141773424808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22587] ppid=22573 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22576/task/22587/stat : 22587 (java) S 22573 22576 19053 0 -1 4202560 65 0 0 0 2 0 0 0 20 0 19 0 30298571 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141291097064 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22588] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22588/stat : 22588 (java) S 22573 22576 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141290043128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22589] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22589/stat : 22589 (java) S 22573 22576 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30298571 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141288990216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22590] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22590/stat : 22590 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141287938704 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22591] ppid=22573 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22576/task/22591/stat : 22591 (java) S 22573 22576 19053 0 -1 4202560 8858 0 0 0 69 2 0 0 20 0 19 0 30298574 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141286885816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22576/tid=22592] ppid=22573 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22576/task/22592/stat : 22592 (java) S 22573 22576 19053 0 -1 4202560 3750 0 0 0 49 2 0 0 20 0 19 0 30298574 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141285833016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22576/tid=22593] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22593/stat : 22593 (java) S 22573 22576 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30298574 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141284780408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22576/tid=22594] ppid=22573 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/22576/task/22594/stat : 22594 (java) S 22573 22576 19053 0 -1 4202560 104 0 0 0 39 35 0 0 20 0 19 0 30298574 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141283727816 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22576/tid=22595] ppid=22573 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22576/task/22595/stat : 22595 (java) S 22573 22576 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30298611 9856040960 98672 33554432000 1073741824 1073778376 140735828181888 140141282674344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 22576 sig 9
??? kill -22576 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.44
CPU time (s): 1800.71
CPU user time (s): 1799.64
CPU system time (s): 1.07184
CPU usage (%): 100.182
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 1.07184
maximum resident set size= 394804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38443
involuntary context switches= 6518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0332 second user time and 11.9242 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 22:23:15
IDJOB=4117001
IDBENCH=109540
IDSOLVER=2546
FILE ID=node123/4117001-1466972594
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117001-1466972594/watcher-4117001-1466972594 -o /tmp/evaluation-result-4117001-1466972594/solver-4117001-1466972594 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117001-1466972594.opb

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

MD5SUM BENCH= cb74da8ad9da4ea1b2ea1d65756c1398
RANDOM SEED=1459273118

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29918440 kB
Buffers:           36308 kB
Cached:           116484 kB
SwapCached:         1768 kB
Active:           318152 kB
Inactive:         126548 kB
Active(anon):     293472 kB
Inactive(anon):      924 kB
Active(file):      24680 kB
Inactive(file):   125624 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       2045344 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565884 kB
SReclaimable:       9964 kB
SUnreclaim:       555920 kB
KernelStack:        1768 kB
PageTables:         8672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2528820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 22:53:12