Trace number 4115889

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.66 1798.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUM216911be387cb053644e0ec26fd3f6f9
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.08/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.30	c See www.sat4j.org for details.
0.08/0.31	c version PB16.v20160501
0.08/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.31	c java.vm.version	19.1-b02
0.08/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.31	c sun.arch.data.model	64
0.08/0.31	c java.version		1.6.0_24
0.08/0.31	c os.name		Linux
0.08/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.31	c os.arch		amd64
0.08/0.31	c Free memory 		501472288
0.08/0.31	c Max memory 		7480803328
0.08/0.31	c Total memory 		504102912
0.08/0.31	c Number of processors 	8
0.08/0.34	c Pseudo Boolean Optimization by upper bound
0.08/0.34	c --- Begin Solver configuration ---
0.08/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.34	c Learn all clauses as in MiniSAT
0.08/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.34	c No reason simplification
0.08/0.34	c Glucose 2.1 dynamic restart strategy
0.08/0.34	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.08/0.34	c timeout=2147483s
0.08/0.34	c DB Simplification allowed=false
0.08/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.34	c --- End Solver configuration ---
0.08/0.34	c solving HOME/instance-4115889-1466943596.opb
0.08/0.34	c reading problem ... 
0.08/0.35	c  no objective function found
0.65/0.65	c ... done. Wall clock time 0.308s.
0.65/0.65	c declared #vars     4288
0.65/0.65	c #constraints  10784
0.65/0.65	c constraints type 
0.65/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.65/0.65	c org.sat4j.specs.Constr$1 => 888
0.65/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.65/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.65/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.65/0.65	c 10784 constraints processed.
1.80/1.31	c cleaning 2489 clauses out of 4998 with flag 15940/5000
2.46/1.93	c cleaning 4232 clauses out of 8511 with flag 36443/11002
3.17/2.62	c cleaning 5637 clauses out of 11277 with flag 63428/18000
3.98/3.46	c cleaning 6819 clauses out of 13641 with flag 96838/26001
5.00/4.43	c cleaning 7878 clauses out of 15821 with flag 136696/35000
5.99/5.48	c cleaning 8934 clauses out of 17946 with flag 183805/45003
7.30/6.72	c cleaning 9975 clauses out of 20011 with flag 235299/56002
8.59/8.09	c cleaning 11003 clauses out of 22035 with flag 296431/68001
10.19/9.61	c cleaning 11988 clauses out of 24033 with flag 364779/81002
11.79/11.29	c cleaning 12981 clauses out of 26043 with flag 438695/95000
13.69/13.20	c cleaning 14020 clauses out of 28062 with flag 519755/110000
15.70/15.17	c cleaning 15002 clauses out of 30043 with flag 605462/126001
17.90/17.31	c cleaning 15986 clauses out of 32040 with flag 698355/143000
20.20/19.64	c cleaning 17009 clauses out of 34054 with flag 799038/161000
22.71/22.17	c cleaning 18005 clauses out of 36045 with flag 905539/180000
25.50/24.95	c cleaning 18958 clauses out of 38040 with flag 1018999/200000
28.50/27.92	c cleaning 19999 clauses out of 40082 with flag 1140517/221000
31.60/31.06	c cleaning 21007 clauses out of 42083 with flag 1270961/243000
35.00/34.40	c cleaning 22030 clauses out of 44076 with flag 1405974/266000
38.50/37.97	c cleaning 23014 clauses out of 46046 with flag 1551523/290000
42.40/41.86	c cleaning 23981 clauses out of 48033 with flag 1697547/315001
46.41/45.89	c cleaning 24986 clauses out of 50051 with flag 1853996/341000
50.61/50.08	c cleaning 25981 clauses out of 52068 with flag 2020773/368003
54.82/54.27	c cleaning 27029 clauses out of 54084 with flag 2186289/396000
59.03/58.46	c cleaning 28002 clauses out of 56055 with flag 2362795/425000
63.52/62.92	c cleaning 29004 clauses out of 58053 with flag 2545797/455000
68.22/67.64	c cleaning 30005 clauses out of 60049 with flag 2735188/486000
73.02/72.49	c cleaning 30968 clauses out of 62044 with flag 2930992/518000
78.22/77.64	c cleaning 32026 clauses out of 64077 with flag 3133965/551001
83.62/83.01	c cleaning 33007 clauses out of 66051 with flag 3343200/585001
89.12/88.59	c cleaning 33979 clauses out of 68044 with flag 3558395/620001
95.12/94.56	c cleaning 34998 clauses out of 70064 with flag 3780957/656000
101.22/100.68	c cleaning 36007 clauses out of 72066 with flag 4010119/693000
107.62/107.05	c cleaning 37004 clauses out of 74060 with flag 4244785/731001
114.33/113.77	c cleaning 37995 clauses out of 76057 with flag 4489118/770002
121.23/120.67	c cleaning 38970 clauses out of 78060 with flag 4737260/810000
128.54/127.99	c cleaning 40027 clauses out of 80091 with flag 4991328/851001
136.34/135.72	c cleaning 41024 clauses out of 82063 with flag 5257816/893000
143.58/142.98	c cleaning 42009 clauses out of 84040 with flag 5530159/936001
151.48/150.84	c cleaning 42961 clauses out of 86030 with flag 5803348/980000
159.48/158.84	c cleaning 44026 clauses out of 88069 with flag 6082977/1025000
167.78/167.15	c cleaning 44926 clauses out of 90044 with flag 6371440/1071001
176.48/175.81	c cleaning 46045 clauses out of 92117 with flag 6665335/1118000
185.88/185.21	c cleaning 46999 clauses out of 94072 with flag 6958751/1166000
195.29/194.60	c cleaning 47990 clauses out of 96073 with flag 7267482/1215000
205.29/204.64	c cleaning 49014 clauses out of 98083 with flag 7580105/1265000
215.59/214.94	c cleaning 50010 clauses out of 100070 with flag 7899175/1316001
226.29/225.61	c cleaning 51021 clauses out of 102059 with flag 8228399/1368000
237.13/236.49	c cleaning 51996 clauses out of 104038 with flag 8559987/1421000
248.24/247.56	c cleaning 52989 clauses out of 106043 with flag 8893262/1475001
259.53/258.88	c cleaning 53981 clauses out of 108053 with flag 9235487/1530000
271.24/270.52	c cleaning 54992 clauses out of 110072 with flag 9583437/1586000
283.14/282.46	c cleaning 56032 clauses out of 112080 with flag 9935635/1643000
295.44/294.70	c cleaning 57016 clauses out of 114048 with flag 10294498/1701000
308.04/307.30	c cleaning 58000 clauses out of 116034 with flag 10660285/1760002
321.04/320.34	c cleaning 58969 clauses out of 118032 with flag 11027627/1820000
334.55/333.83	c cleaning 60012 clauses out of 120063 with flag 11409710/1881000
348.51/347.73	c cleaning 61003 clauses out of 122051 with flag 11794315/1943000
362.61/361.90	c cleaning 62015 clauses out of 124048 with flag 12182636/2006000
377.23/376.40	c cleaning 62992 clauses out of 126033 with flag 12573173/2070000
391.83/391.08	c cleaning 63996 clauses out of 128045 with flag 12976582/2135004
407.55/406.71	c cleaning 65023 clauses out of 130045 with flag 13382949/2201000
423.56/422.73	c cleaning 65972 clauses out of 132022 with flag 13799580/2268000
439.76/438.99	c cleaning 67009 clauses out of 134050 with flag 14218984/2336000
456.56/455.72	c cleaning 68004 clauses out of 136041 with flag 14639179/2405000
473.70/472.88	c cleaning 69012 clauses out of 138040 with flag 15072255/2475003
490.91/490.00	c cleaning 69969 clauses out of 140025 with flag 15506855/2546000
508.81/507.99	c cleaning 70983 clauses out of 142056 with flag 15946403/2618000
526.91/526.09	c cleaning 72003 clauses out of 144074 with flag 16397248/2691001
545.61/544.76	c cleaning 73022 clauses out of 146070 with flag 16851064/2765000
564.32/563.48	c cleaning 74008 clauses out of 148049 with flag 17310977/2840001
584.32/583.42	c cleaning 75005 clauses out of 150041 with flag 17775170/2916001
604.06/603.10	c cleaning 75987 clauses out of 152035 with flag 18246763/2993000
624.26/623.34	c cleaning 77007 clauses out of 154048 with flag 18724429/3071000
644.87/643.91	c cleaning 77957 clauses out of 156041 with flag 19211562/3150000
665.87/664.90	c cleaning 79032 clauses out of 158085 with flag 19693175/3230001
687.27/686.32	c cleaning 80018 clauses out of 160052 with flag 20187078/3311000
709.39/708.47	c cleaning 81010 clauses out of 162034 with flag 20688566/3393000
731.94/730.92	c cleaning 81993 clauses out of 164024 with flag 21196088/3476000
754.93/753.95	c cleaning 82979 clauses out of 166032 with flag 21714367/3560001
778.44/777.41	c cleaning 84003 clauses out of 168052 with flag 22231163/3645000
802.84/801.81	c cleaning 84993 clauses out of 170049 with flag 22751732/3731000
827.84/826.84	c cleaning 86013 clauses out of 172060 with flag 23282874/3818004
853.93/852.82	c cleaning 86993 clauses out of 174044 with flag 23811077/3906001
881.23/880.14	c cleaning 87995 clauses out of 176050 with flag 24347683/3995000
908.32/907.27	c cleaning 88988 clauses out of 178055 with flag 24891904/4085000
935.33/934.22	c cleaning 90017 clauses out of 180069 with flag 25444294/4176002
963.23/962.14	c cleaning 90998 clauses out of 182051 with flag 26003605/4268001
991.61/990.45	c cleaning 91962 clauses out of 184053 with flag 26569030/4361001
1020.62/1019.40	c cleaning 93040 clauses out of 186090 with flag 27138332/4455000
1050.43/1049.23	c cleaning 93977 clauses out of 188050 with flag 27715333/4550000
1080.73/1079.53	c cleaning 94999 clauses out of 190073 with flag 28300601/4646000
1111.93/1110.76	c cleaning 95998 clauses out of 192075 with flag 28879576/4743001
1143.22/1141.93	c cleaning 97011 clauses out of 194077 with flag 29472406/4841001
1174.81/1173.53	c cleaning 97965 clauses out of 196065 with flag 30070070/4940000
1206.92/1205.64	c cleaning 99038 clauses out of 198101 with flag 30675416/5040001
1239.52/1238.22	c cleaning 99971 clauses out of 200064 with flag 31285170/5141002
1273.10/1271.61	c cleaning 101038 clauses out of 202093 with flag 31902938/5243002
1306.99/1305.57	c cleaning 102006 clauses out of 204053 with flag 32532375/5346000
1342.61/1341.18	c cleaning 103011 clauses out of 206049 with flag 33156339/5450002
1377.81/1376.39	c cleaning 104013 clauses out of 208037 with flag 33789233/5555001
1414.31/1412.73	c cleaning 104960 clauses out of 210023 with flag 34432471/5661000
1451.43/1449.86	c cleaning 105999 clauses out of 212063 with flag 35076714/5768000
1489.23/1487.68	c cleaning 106998 clauses out of 214064 with flag 35728572/5876000
1527.23/1525.62	c cleaning 108008 clauses out of 216067 with flag 36393309/5985001
1567.71/1566.04	c cleaning 108983 clauses out of 218058 with flag 37056505/6095000
1607.22/1605.55	c cleaning 110027 clauses out of 220075 with flag 37728966/6206000
1647.23/1645.58	c cleaning 110973 clauses out of 222048 with flag 38401336/6318000
1688.54/1686.77	c cleaning 112023 clauses out of 224077 with flag 39081798/6431002
1730.06/1728.28	c cleaning 112987 clauses out of 226052 with flag 39769967/6545000
1771.77/1769.99	c cleaning 113989 clauses out of 228065 with flag 40462065/6660000
1800.06/1798.20	c starts		: 50965
1800.06/1798.20	c conflicts		: 6744019
1800.06/1798.20	c decisions		: 61597549
1800.06/1798.20	c propagations		: 904443248
1800.06/1798.20	c inspects		: 24879355610
1800.06/1798.20	c shortcuts		: 0
1800.06/1798.20	c learnt literals	: 2
1800.06/1798.20	c learnt binary clauses	: 46
1800.06/1798.20	c learnt ternary clauses	: 683
1800.06/1798.20	c learnt constraints	: 6744017
1800.06/1798.20	c ignored constraints	: 0
1800.06/1798.20	c root simplifications	: 0
1800.06/1798.20	c removed literals (reason simplification)	: 0
1800.06/1798.20	c reason swapping (by a shorter reason)	: 0
1800.06/1798.20	c Calls to reduceDB	: 111
1800.06/1798.20	c Number of update (reduction) of LBD	: 1435292
1800.06/1798.20	c Imported unit clauses	: 0
1800.06/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.20	c number of learned constraints concerned by reduction	: 0
1800.06/1798.20	c number of learning phase by resolution	: 0
1800.06/1798.20	c number of learning phase by cutting planes	: 0
1800.06/1798.20	c speed (assignments/second)	: 503154.4461170952
1800.06/1798.20	c non guided choices	28830
1800.06/1798.20	c timeout
1800.06/1798.23	c learnt constraints type 
1800.06/1798.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.06/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 198049
1800.06/1798.23	s UNKNOWN
1800.06/1798.23	c Total wall clock time (in seconds): 1797.89

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

pid=19096
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: 1.08 1.29 1.63 1/176 19099
/proc/meminfo: memFree=30273244/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/19099/stat : 19099 (runsolver) D 19096 19099 19053 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 1 0 27398716 24911872 159 33554432000 4194304 4338465 140734476806752 140734476803944 260190137783 0 0 4096 24578 18446744072100556068 0 0 17 0 0 0 0 0 0
/proc/19099/statm: 6082 159 113 36 0 2655 0

[startup+0.100064 s]
/proc/loadavg: 1.08 1.29 1.63 1/176 19099
/proc/meminfo: memFree=30273244/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 1447 0 6 0 0 0 0 0 20 0 2 0 27398716 103964672 1056 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 25382 1056 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.200315 s]
/proc/loadavg: 1.08 1.29 1.63 1/176 19099
/proc/meminfo: memFree=30273244/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 3124 0 9 0 2 1 0 0 20 0 13 0 27398716 9446973440 3752 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2306390 3752 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.302216 s]
/proc/loadavg: 1.08 1.29 1.63 1/176 19099
/proc/meminfo: memFree=30273244/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 3864 0 9 0 6 2 0 0 20 0 18 0 27398716 9787879424 5003 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2389619 5013 2001 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 1.08 1.29 1.63 1/176 19099
/proc/meminfo: memFree=30273244/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 7240 0 9 0 86 3 0 0 20 0 19 0 27398716 9856040960 15830 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 15830 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 1.08 1.29 1.63 3/213 19136
/proc/meminfo: memFree=30153688/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 10566 0 9 0 199 4 0 0 20 0 19 0 27398716 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 17300 2269 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2432 0 6 0 121 3 0 0 20 0 19 0 27398720 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229525557784 140229357414263 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27398731 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 37 0 0 0 20 0 19 0 27398741 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3202 0 0 0 37 0 0 0 20 0 19 0 27398741 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 17300 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.08 1.29 1.63 3/213 19136
/proc/meminfo: memFree=30147544/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 10570 0 9 0 364 4 0 0 20 0 19 0 27398716 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 18325 2270 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=2.84 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2435 0 6 0 281 3 0 0 20 0 19 0 27398720 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229525557752 140229357421610 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27398731 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3203 0 0 0 40 0 0 0 20 0 19 0 27398741 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 18325 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.23 1.31 1.64 3/214 19139
/proc/meminfo: memFree=30132780/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 10648 0 9 0 685 4 0 0 20 0 19 0 27398716 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 20366 2271 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=6.04 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2440 0 6 0 601 3 0 0 20 0 19 0 27398720 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229525548736 140229357434561 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27398728 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27398731 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3275 0 0 0 41 0 0 0 20 0 19 0 27398741 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 20366 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3378 0 0 0 45 0 0 0 20 0 19 0 27398741 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 96 0 0 0 38 31 0 0 20 0 19 0 27398741 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 81009 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.20 2.10 3/213 19244
/proc/meminfo: memFree=29554664/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=1724.15 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 12200 0 9 0 172366 49 0 0 20 0 19 0 27398716 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 84593 2285 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=1721.57 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2496 0 6 0 172125 32 0 0 20 0 19 0 27398720 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229525548832 140229357389011 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 188 0 0 0 15 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 260 0 0 0 12 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 64 0 0 0 13 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 95 0 0 0 11 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 102 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 183 0 0 0 16 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 176 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 19 0 27398731 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3378 0 0 0 45 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 100 0 0 0 39 32 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.21 2.10 3/213 19245
/proc/meminfo: memFree=29554016/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=1784.16 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 12204 0 9 0 178366 50 0 0 20 0 19 0 27398716 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 84593 2285 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=1781.57 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2496 0 6 0 178124 33 0 0 20 0 19 0 27398720 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229525548832 140229357454371 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 188 0 0 0 15 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 260 0 0 0 12 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 64 0 0 0 13 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 95 0 0 0 11 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 102 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 183 0 0 0 16 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 176 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 19 0 27398731 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3378 0 0 0 45 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 104 0 0 0 41 33 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.27 2.21 2.10 4/213 19245
/proc/meminfo: memFree=29554020/32872528 swapFree=1643088/1798432
[pid=19099] ppid=19096 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/19099/stat : 19099 (java) S 19096 19099 19053 0 -1 4202496 12204 0 9 0 179956 50 0 0 20 0 19 0 27398716 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140734757928992 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 1 0 0
/proc/19099/statm: 2406260 84593 2285 9 0 2396937 0
[pid=19099/tid=19102] ppid=19096 vsize=9625040 CPUtime=1797.47 cores=0,2,4,6
/proc/19099/task/19102/stat : 19102 (java) R 19096 19099 19053 0 -1 4202560 2496 0 6 0 179714 33 0 0 20 0 19 0 27398720 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229525548832 140229357454410 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0
[pid=19099/tid=19104] ppid=19096 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19099/task/19104/stat : 19104 (java) S 19096 19099 19053 0 -1 4202560 188 0 0 0 15 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229487049384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19106] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19106/stat : 19106 (java) S 19096 19099 19053 0 -1 4202560 260 0 0 0 12 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229485996840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19108] ppid=19096 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19099/task/19108/stat : 19108 (java) S 19096 19099 19053 0 -1 4202560 64 0 0 0 13 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229484944296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19110] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19110/stat : 19110 (java) S 19096 19099 19053 0 -1 4202560 179 0 0 0 13 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229483891752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19112] ppid=19096 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19099/task/19112/stat : 19112 (java) S 19096 19099 19053 0 -1 4202560 95 0 0 0 11 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229482838184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19099/tid=19114] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19114/stat : 19114 (java) S 19096 19099 19053 0 -1 4202560 102 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229481785640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19116] ppid=19096 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19099/task/19116/stat : 19116 (java) S 19096 19099 19053 0 -1 4202560 183 0 0 0 16 3 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229480733096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19118] ppid=19096 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19099/task/19118/stat : 19118 (java) S 19096 19099 19053 0 -1 4202560 176 0 0 0 14 2 0 0 20 0 19 0 27398728 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229479680552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19120] ppid=19096 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19099/task/19120/stat : 19120 (java) S 19096 19099 19053 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 19 0 27398731 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229349440104 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19121] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19121/stat : 19121 (java) S 19096 19099 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229348386424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19123] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19123/stat : 19123 (java) S 19096 19099 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27398733 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229347333768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19125] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19125/stat : 19125 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229346282512 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19127] ppid=19096 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19099/task/19127/stat : 19127 (java) S 19096 19099 19053 0 -1 4202560 3663 0 0 0 39 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229345228856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19099/tid=19129] ppid=19096 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/19099/task/19129/stat : 19129 (java) S 19096 19099 19053 0 -1 4202560 3378 0 0 0 45 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229344176312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19131] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19131/stat : 19131 (java) S 19096 19099 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229343123960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19099/tid=19133] ppid=19096 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/19099/task/19133/stat : 19133 (java) S 19096 19099 19053 0 -1 4202560 104 0 0 0 41 34 0 0 20 0 19 0 27398741 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140229342071624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19099/tid=19136] ppid=19096 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19099/task/19136/stat : 19136 (java) S 19096 19099 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27398782 9856040960 84593 33554432000 1073741824 1073778376 140734757937856 140228333397288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 19099 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.24
CPU time (s): 1800.66
CPU user time (s): 1799.65
CPU system time (s): 1.01185
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 1.01185
maximum resident set size= 338488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12236
page faults= 9
swaps= 0
block input operations= 8128
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38662
involuntary context switches= 5329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.51355 second user time and 14.4118 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 14:19:56
IDJOB=4115889
IDBENCH=109401
IDSOLVER=2546
FILE ID=node123/4115889-1466943596
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 216911be387cb053644e0ec26fd3f6f9
RANDOM SEED=927886699

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:        30280756 kB
Buffers:            4012 kB
Cached:            86656 kB
SwapCached:         1788 kB
Active:            11320 kB
Inactive:          82332 kB
Active(anon):       4304 kB
Inactive(anon):      900 kB
Active(file):       7016 kB
Inactive(file):    81432 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       1800616 kB
Mapped:             6964 kB
Shmem:                 0 kB
Slab:             564228 kB
SReclaimable:       8348 kB
SUnreclaim:       555880 kB
KernelStack:        1384 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1895056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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 14:49:54