Trace number 4117273

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 1798.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM1be3474b392293aca463ff329e8b6f75
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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117273-1466963209.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.306s.
0.71/0.41	c declared #vars     4128
0.71/0.41	c #constraints  9984
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.71/0.41	c org.sat4j.specs.Constr$1 => 904
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.71/0.41	c 9984 constraints processed.
1.69/1.10	c cleaning 2497 clauses out of 5000 with flag 15910/5002
2.47/1.74	c cleaning 4238 clauses out of 8501 with flag 38025/11000
3.27/2.54	c cleaning 5614 clauses out of 11263 with flag 66189/18000
4.20/3.43	c cleaning 6821 clauses out of 13649 with flag 100702/26000
5.21/4.46	c cleaning 7899 clauses out of 15828 with flag 139458/35000
6.41/5.64	c cleaning 8952 clauses out of 17929 with flag 187010/45000
7.70/6.94	c cleaning 9983 clauses out of 19977 with flag 241288/56000
9.20/8.46	c cleaning 10988 clauses out of 21994 with flag 300559/68000
10.90/10.14	c cleaning 11995 clauses out of 24008 with flag 367763/81002
12.70/11.98	c cleaning 13001 clauses out of 26011 with flag 441897/95000
14.71/13.94	c cleaning 13968 clauses out of 28012 with flag 524497/110002
16.91/16.16	c cleaning 15001 clauses out of 30042 with flag 613439/126000
19.31/18.59	c cleaning 16013 clauses out of 32042 with flag 711421/143001
21.91/21.17	c cleaning 17000 clauses out of 34028 with flag 816572/161000
24.71/23.97	c cleaning 17983 clauses out of 36028 with flag 923524/180000
27.80/27.02	c cleaning 18996 clauses out of 38045 with flag 1040166/200000
31.00/30.24	c cleaning 20002 clauses out of 40049 with flag 1160858/221000
34.51/33.71	c cleaning 20974 clauses out of 42047 with flag 1289780/243000
38.11/37.38	c cleaning 22036 clauses out of 44074 with flag 1423296/266001
41.81/41.08	c cleaning 22995 clauses out of 46037 with flag 1562819/290000
45.71/44.96	c cleaning 23963 clauses out of 48042 with flag 1708964/315000
49.90/49.18	c cleaning 25022 clauses out of 50079 with flag 1863349/341000
54.31/53.55	c cleaning 25995 clauses out of 52057 with flag 2023089/368000
58.91/58.17	c cleaning 27003 clauses out of 54062 with flag 2190514/396000
63.54/62.71	c cleaning 27994 clauses out of 56059 with flag 2366316/425000
68.14/67.36	c cleaning 28995 clauses out of 58065 with flag 2548640/455000
73.13/72.30	c cleaning 30002 clauses out of 60070 with flag 2735555/486000
78.23/77.40	c cleaning 31019 clauses out of 62069 with flag 2931853/518001
83.83/83.07	c cleaning 32008 clauses out of 64049 with flag 3130594/551000
89.73/88.92	c cleaning 32989 clauses out of 66041 with flag 3336718/585000
95.53/94.77	c cleaning 34018 clauses out of 68052 with flag 3550216/620000
101.82/101.04	c cleaning 35003 clauses out of 70034 with flag 3771473/656000
108.22/107.46	c cleaning 35995 clauses out of 72033 with flag 3998451/693002
114.93/114.19	c cleaning 36983 clauses out of 74036 with flag 4234040/731000
122.23/121.40	c cleaning 38007 clauses out of 76053 with flag 4472826/770000
129.72/128.94	c cleaning 38989 clauses out of 78047 with flag 4720975/810001
137.52/136.76	c cleaning 40007 clauses out of 80057 with flag 4974855/851000
145.52/144.76	c cleaning 40977 clauses out of 82050 with flag 5238059/893000
153.83/153.04	c cleaning 42022 clauses out of 84074 with flag 5504221/936001
162.04/161.29	c cleaning 43002 clauses out of 86051 with flag 5781068/980000
170.54/169.72	c cleaning 44009 clauses out of 88049 with flag 6062640/1025000
179.44/178.68	c cleaning 45013 clauses out of 90040 with flag 6348721/1071000
188.53/187.73	c cleaning 45958 clauses out of 92027 with flag 6642325/1118000
197.94/197.13	c cleaning 46984 clauses out of 94069 with flag 6943675/1166000
207.84/207.09	c cleaning 48013 clauses out of 96085 with flag 7255138/1215000
218.03/217.22	c cleaning 49029 clauses out of 98072 with flag 7572417/1265000
228.64/227.88	c cleaning 49993 clauses out of 100043 with flag 7893065/1316000
240.03/239.24	c cleaning 50993 clauses out of 102052 with flag 8223133/1368002
251.53/250.70	c cleaning 52001 clauses out of 104059 with flag 8556455/1421002
263.60/262.71	c cleaning 52982 clauses out of 106056 with flag 8895931/1475000
275.91/275.02	c cleaning 54037 clauses out of 108074 with flag 9240050/1530000
288.20/287.30	c cleaning 54978 clauses out of 110037 with flag 9588462/1586000
300.81/299.93	c cleaning 56020 clauses out of 112062 with flag 9944047/1643003
313.82/312.94	c cleaning 56966 clauses out of 114040 with flag 10301670/1701001
327.42/326.56	c cleaning 58019 clauses out of 116074 with flag 10667153/1760001
341.23/340.37	c cleaning 58990 clauses out of 118056 with flag 11040624/1820002
355.33/354.44	c cleaning 59968 clauses out of 120064 with flag 11421885/1881000
370.32/369.48	c cleaning 60995 clauses out of 122097 with flag 11807940/1943001
385.38/384.47	c cleaning 62037 clauses out of 124101 with flag 12201406/2006000
400.49/399.53	c cleaning 63023 clauses out of 126066 with flag 12600716/2070002
415.99/415.06	c cleaning 63989 clauses out of 128042 with flag 13003377/2135001
432.31/431.33	c cleaning 64981 clauses out of 130053 with flag 13412036/2201001
448.71/447.80	c cleaning 66014 clauses out of 132071 with flag 13827267/2268000
465.90/464.94	c cleaning 66998 clauses out of 134057 with flag 14245766/2336000
483.31/482.32	c cleaning 68003 clauses out of 136061 with flag 14674354/2405002
501.62/500.66	c cleaning 69021 clauses out of 138057 with flag 15106727/2475001
520.75/519.70	c cleaning 69991 clauses out of 140035 with flag 15545983/2546000
539.55/538.52	c cleaning 70989 clauses out of 142045 with flag 15990590/2618001
558.75/557.75	c cleaning 72017 clauses out of 144056 with flag 16436964/2691001
578.44/577.45	c cleaning 72992 clauses out of 146041 with flag 16895849/2765003
598.74/597.71	c cleaning 74013 clauses out of 148046 with flag 17358561/2840000
619.43/618.49	c cleaning 74989 clauses out of 150034 with flag 17828880/2916001
641.32/640.23	c cleaning 76012 clauses out of 152045 with flag 18305895/2993001
663.90/662.85	c cleaning 76979 clauses out of 154032 with flag 18790239/3071000
687.30/686.25	c cleaning 78006 clauses out of 156053 with flag 19280507/3150000
710.00/708.93	c cleaning 79016 clauses out of 158050 with flag 19778294/3230003
732.99/731.97	c cleaning 80000 clauses out of 160032 with flag 20280952/3311001
757.09/756.03	c cleaning 80999 clauses out of 162033 with flag 20789917/3393002
781.56/780.41	c cleaning 82005 clauses out of 164032 with flag 21305396/3476000
806.16/805.06	c cleaning 82978 clauses out of 166027 with flag 21821713/3560000
832.05/830.94	c cleaning 83981 clauses out of 168051 with flag 22345224/3645002
858.35/857.26	c cleaning 84977 clauses out of 170069 with flag 22879738/3731001
885.05/883.91	c cleaning 86046 clauses out of 172091 with flag 23418926/3818000
913.26/912.06	c cleaning 87002 clauses out of 174045 with flag 23960838/3906000
941.05/939.87	c cleaning 88008 clauses out of 176043 with flag 24505354/3995000
969.76/968.57	c cleaning 88997 clauses out of 178035 with flag 25062491/4085000
998.97/997.70	c cleaning 89990 clauses out of 180038 with flag 25621930/4176000
1028.97/1027.76	c cleaning 90972 clauses out of 182048 with flag 26187361/4268000
1059.74/1058.48	c cleaning 92003 clauses out of 184076 with flag 26761369/4361000
1090.64/1089.33	c cleaning 93016 clauses out of 186073 with flag 27346651/4455000
1122.55/1121.23	c cleaning 94020 clauses out of 188057 with flag 27929481/4550000
1155.27/1153.99	c cleaning 94999 clauses out of 190038 with flag 28515221/4646001
1188.87/1187.44	c cleaning 96017 clauses out of 192039 with flag 29111663/4743001
1224.46/1223.00	c cleaning 96994 clauses out of 194021 with flag 29718280/4841000
1260.96/1259.59	c cleaning 97984 clauses out of 196028 with flag 30330184/4940001
1298.64/1297.27	c cleaning 98984 clauses out of 198043 with flag 30947576/5040000
1336.48/1334.91	c cleaning 100000 clauses out of 200061 with flag 31568347/5141002
1374.38/1372.89	c cleaning 101009 clauses out of 202060 with flag 32197556/5243001
1411.79/1410.28	c cleaning 101997 clauses out of 204050 with flag 32833606/5346000
1449.69/1448.11	c cleaning 103012 clauses out of 206054 with flag 33470128/5450001
1489.40/1487.73	c cleaning 103981 clauses out of 208041 with flag 34117668/5555000
1528.71/1527.08	c cleaning 105016 clauses out of 210061 with flag 34773860/5661001
1569.11/1567.44	c cleaning 106003 clauses out of 212046 with flag 35435792/5768002
1609.29/1607.56	c cleaning 107001 clauses out of 214041 with flag 36106484/5876000
1650.60/1648.85	c cleaning 108009 clauses out of 216040 with flag 36784313/5985000
1692.21/1690.42	c cleaning 108969 clauses out of 218031 with flag 37461492/6095000
1735.91/1734.05	c cleaning 110019 clauses out of 220062 with flag 38143477/6206000
1782.68/1780.85	c cleaning 111016 clauses out of 222045 with flag 38832066/6318002
1800.09/1798.20	c starts		: 56544
1800.09/1798.20	c conflicts		: 6370704
1800.09/1798.20	c decisions		: 59277705
1800.09/1798.20	c propagations		: 856974549
1800.09/1798.20	c inspects		: 24729128328
1800.09/1798.20	c shortcuts		: 0
1800.09/1798.20	c learnt literals	: 2
1800.09/1798.20	c learnt binary clauses	: 62
1800.09/1798.20	c learnt ternary clauses	: 756
1800.09/1798.20	c learnt constraints	: 6370702
1800.09/1798.20	c ignored constraints	: 0
1800.09/1798.20	c root simplifications	: 0
1800.09/1798.20	c removed literals (reason simplification)	: 0
1800.09/1798.20	c reason swapping (by a shorter reason)	: 0
1800.09/1798.20	c Calls to reduceDB	: 108
1800.09/1798.20	c Number of update (reduction) of LBD	: 1339344
1800.09/1798.20	c Imported unit clauses	: 0
1800.09/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.20	c number of learned constraints concerned by reduction	: 0
1800.09/1798.20	c number of learning phase by resolution	: 0
1800.09/1798.20	c number of learning phase by cutting planes	: 0
1800.09/1798.20	c speed (assignments/second)	: 476684.08756785444
1800.09/1798.20	c non guided choices	15660
1800.09/1798.20	c timeout
1800.09/1798.23	c learnt constraints type 
1800.09/1798.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.09/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 163669
1800.09/1798.23	s UNKNOWN
1800.09/1798.23	c Total wall clock time (in seconds): 1798.123

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-4117273-1466963209/watcher-4117273-1466963209 -o /tmp/evaluation-result-4117273-1466963209/solver-4117273-1466963209 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117273-1466963209.opb 

pid=24781
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.26 2.23 2.22 2/188 24784
/proc/meminfo: memFree=30366660/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29358087 98570240 977 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 24065 978 744 9 0 16771 0
[pid=24784/tid=24790] ppid=24781 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29358087 98570240 978 33554432000 1073741824 1073778376 140737471747440 139833475821096 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.26 2.23 2.22 2/188 24784
/proc/meminfo: memFree=30366660/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 4438 0 1 0 9 1 0 0 20 0 18 0 29358087 9787879424 6066 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2389619 6066 2140 9 0 2380296 0
[pid=24784/tid=24790] ppid=24781 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 29358087 9787879424 6066 33554432000 1073741824 1073778376 140737471747440 139833475824544 139833482977112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.26 2.23 2.22 2/188 24784
/proc/meminfo: memFree=30366660/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 4966 0 1 0 27 1 0 0 20 0 18 0 29358087 9787879424 7003 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2389619 7003 2216 9 0 2380296 0
[pid=24784/tid=24790] ppid=24781 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2397 0 1 0 18 0 0 0 20 0 18 0 29358087 9787879424 7003 33554432000 1073741824 1073778376 140737471747440 139833475824544 139833347515592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 2.26 2.23 2.22 2/188 24784
/proc/meminfo: memFree=30366660/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 5836 0 1 0 49 1 0 0 20 0 18 0 29358087 9787879424 8914 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2389619 8914 2233 9 0 2380296 0
[pid=24784/tid=24790] ppid=24781 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2400 0 1 0 27 1 0 0 20 0 18 0 29358087 9787879424 8914 33554432000 1073741824 1073778376 140737471747440 139833475825112 139833347470760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 2.26 2.23 2.22 2/188 24784
/proc/meminfo: memFree=30366660/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 9647 0 1 0 132 2 0 0 20 0 19 0 29358087 9856040960 16082 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 16082 2264 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2423 0 1 0 66 2 0 0 20 0 19 0 29358087 9856040960 16082 33554432000 1073741824 1073778376 140737471747440 139833475826304 139833348014118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.26 2.23 2.22 5/213 24809
/proc/meminfo: memFree=30266784/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 10166 0 1 0 222 2 0 0 20 0 19 0 29358087 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 16602 2270 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2425 0 1 0 146 2 0 0 20 0 19 0 29358087 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833475817168 139833347998791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29358089 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2204 0 0 0 33 0 0 0 20 0 19 0 29358092 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 40 0 0 0 20 0 19 0 29358092 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 16602 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.26 2.23 2.22 4/213 24809
/proc/meminfo: memFree=30262068/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 10179 0 1 0 386 2 0 0 20 0 19 0 29358087 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 17114 2270 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2427 0 1 0 306 2 0 0 20 0 19 0 29358087 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833475817168 139833348107900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29358089 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2215 0 0 0 35 0 0 0 20 0 19 0 29358092 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 42 0 0 0 20 0 19 0 29358092 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 17114 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.24 2.22 2.22 4/213 24809
/proc/meminfo: memFree=30245340/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=7.1 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 10259 0 1 0 707 3 0 0 20 0 19 0 29358087 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 19065 2271 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2432 0 1 0 626 2 0 0 20 0 19 0 29358087 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833475817152 139833348031521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29358088 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29358089 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2289 0 0 0 37 0 0 0 20 0 19 0 29358092 9856040960 19065 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6

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

[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2694 0 0 0 40 0 0 0 20 0 19 0 29358092 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 42 0 0 0 20 0 19 0 29358092 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 96 0 0 0 32 29 0 0 20 0 19 0 29358092 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 88066 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.16 2.18 3/213 24875
/proc/meminfo: memFree=29641104/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=1724.21 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 12256 0 1 0 172368 53 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 91136 2285 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=1721.65 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2490 0 1 0 172133 32 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833475824944 139833348031491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 142 0 0 0 14 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 205 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 132 0 0 0 11 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 225 0 0 0 17 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 146 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 97 0 0 0 14 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 19 0 29358089 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2694 0 0 0 40 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 42 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 100 0 0 0 34 30 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.18 2.18 3/213 24876
/proc/meminfo: memFree=29630364/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=1784.18 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 12260 0 1 0 178365 53 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 91136 2285 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=1781.62 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2490 0 1 0 178129 33 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833475817248 139833348109316 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 142 0 0 0 14 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 205 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 132 0 0 0 11 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 225 0 0 0 17 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 146 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 97 0 0 0 14 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 19 0 29358089 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2694 0 0 0 40 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 42 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 104 0 0 0 35 31 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.18 2.17 2.18 3/213 24876
/proc/meminfo: memFree=29630496/32872528 swapFree=1392268/1580316
[pid=24784] ppid=24781 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/24784/stat : 24784 (java) S 24781 24784 23975 0 -1 4202496 12260 0 1 0 179955 54 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 140737471738576 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24784/statm: 2406260 91136 2285 9 0 2396937 0
[pid=24784/tid=24790] ppid=24781 vsize=9625040 CPUtime=1797.52 cores=0,2,4,6
/proc/24784/task/24790/stat : 24790 (java) R 24781 24784 23975 0 -1 4202560 2490 0 1 0 179719 33 0 0 20 0 19 0 29358087 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833475817248 139833348109626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24792] ppid=24781 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24784/task/24792/stat : 24792 (java) S 24781 24784 23975 0 -1 4202560 142 0 0 0 14 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833319832616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24793] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24793/stat : 24793 (java) S 24781 24784 23975 0 -1 4202560 205 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833318779816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24794] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24794/stat : 24794 (java) S 24781 24784 23975 0 -1 4202560 132 0 0 0 11 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833317727016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24784/tid=24795] ppid=24781 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24784/task/24795/stat : 24795 (java) S 24781 24784 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833316674216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24796] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24796/stat : 24796 (java) S 24781 24784 23975 0 -1 4202560 225 0 0 0 17 2 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833315621416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24797] ppid=24781 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24784/task/24797/stat : 24797 (java) S 24781 24784 23975 0 -1 4202560 146 0 0 0 16 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833314568616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24798] ppid=24781 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24784/task/24798/stat : 24798 (java) S 24781 24784 23975 0 -1 4202560 269 0 0 0 18 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833313515816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24799] ppid=24781 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24784/task/24799/stat : 24799 (java) S 24781 24784 23975 0 -1 4202560 97 0 0 0 14 3 0 0 20 0 19 0 29358088 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833312463016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24800] ppid=24781 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24784/task/24800/stat : 24800 (java) S 24781 24784 23975 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 19 0 29358089 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833300052968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24801] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24801/stat : 24801 (java) S 24781 24784 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833298999032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24802] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24802/stat : 24802 (java) S 24781 24784 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29358090 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833297946120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24803] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24803/stat : 24803 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833296894608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24804] ppid=24781 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24784/task/24804/stat : 24804 (java) S 24781 24784 23975 0 -1 4202560 2694 0 0 0 40 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833295841720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24784/tid=24805] ppid=24781 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24784/task/24805/stat : 24805 (java) S 24781 24784 23975 0 -1 4202560 4259 0 0 0 42 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833294788920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24806] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24806/stat : 24806 (java) S 24781 24784 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833293736312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24784/tid=24807] ppid=24781 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24784/task/24807/stat : 24807 (java) S 24781 24784 23975 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 29358092 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833292683720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24784/tid=24809] ppid=24781 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24784/task/24809/stat : 24809 (java) S 24781 24784 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29358129 9856040960 91136 33554432000 1073741824 1073778376 140737471747440 139833291581096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 24784 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.71
CPU user time (s): 1799.71
CPU system time (s): 1.00285
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 1.00285
maximum resident set size= 364660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38416
involuntary context switches= 18469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4944 second user time and 13.8819 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 19:46:49
IDJOB=4117273
IDBENCH=109574
IDSOLVER=2546
FILE ID=node139/4117273-1466963209
RUNJOBID= node139-1466956013-23991
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117273-1466963209/watcher-4117273-1466963209 -o /tmp/evaluation-result-4117273-1466963209/solver-4117273-1466963209 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117273-1466963209.opb

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

MD5SUM BENCH= 1be3474b392293aca463ff329e8b6f75
RANDOM SEED=1962335494

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.394
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.394
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.57
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.394
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.394
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:        30367088 kB
Buffers:           33336 kB
Cached:           176464 kB
SwapCached:         2156 kB
Active:            51484 kB
Inactive:         170512 kB
Active(anon):      13436 kB
Inactive(anon):     1120 kB
Active(file):      38048 kB
Inactive(file):   169392 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2424 kB
Writeback:             4 kB
AnonPages:       1587356 kB
Mapped:            12668 kB
Shmem:                 0 kB
Slab:             568264 kB
SReclaimable:      12000 kB
SUnreclaim:       556264 kB
KernelStack:        1496 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2262780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71676 MiB
End job on node139 at 2016-06-26 20:16:47