Trace number 4116505

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-0.opb
MD5SUMb7b9217d010417b82bed1348dbdaf6d8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark98.568
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 constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4116505-1466957813.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.52/0.39	c ... done. Wall clock time 0.293s.
0.52/0.39	c declared #vars     4128
0.52/0.39	c #constraints  9920
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.52/0.39	c org.sat4j.specs.Constr$1 => 872
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.52/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.52/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.52/0.39	c 9920 constraints processed.
1.67/1.08	c cleaning 2488 clauses out of 4999 with flag 15429/5000
2.45/1.72	c cleaning 4230 clauses out of 8510 with flag 37630/11000
3.26/2.51	c cleaning 5628 clauses out of 11280 with flag 65376/18000
4.08/3.37	c cleaning 6822 clauses out of 13652 with flag 99927/26000
5.08/4.39	c cleaning 7895 clauses out of 15831 with flag 138271/35001
6.29/5.55	c cleaning 8955 clauses out of 17935 with flag 183917/45000
7.58/6.89	c cleaning 9982 clauses out of 19981 with flag 238255/56001
9.08/8.31	c cleaning 10984 clauses out of 21998 with flag 297904/68000
10.69/9.95	c cleaning 11999 clauses out of 24015 with flag 361992/81001
12.38/11.65	c cleaning 12991 clauses out of 26015 with flag 435623/95000
14.29/13.59	c cleaning 13977 clauses out of 28024 with flag 514328/110000
16.49/15.78	c cleaning 14992 clauses out of 30047 with flag 600310/126000
18.89/18.12	c cleaning 15999 clauses out of 32055 with flag 693751/143000
21.39/20.63	c cleaning 16994 clauses out of 34056 with flag 792753/161000
24.09/23.35	c cleaning 17990 clauses out of 36063 with flag 899744/180001
27.00/26.25	c cleaning 18997 clauses out of 38072 with flag 1014178/200000
30.10/29.39	c cleaning 20022 clauses out of 40075 with flag 1134209/221000
33.50/32.76	c cleaning 21000 clauses out of 42054 with flag 1265905/243001
37.20/36.45	c cleaning 21994 clauses out of 44053 with flag 1402364/266000
41.10/40.34	c cleaning 23001 clauses out of 46060 with flag 1544289/290001
45.29/44.54	c cleaning 23985 clauses out of 48058 with flag 1691306/315000
49.60/48.87	c cleaning 25007 clauses out of 50073 with flag 1850461/341000
54.20/53.42	c cleaning 26024 clauses out of 52066 with flag 2012752/368000
59.11/58.35	c cleaning 27000 clauses out of 54042 with flag 2183509/396000
64.24/63.41	c cleaning 28014 clauses out of 56042 with flag 2360532/425000
68.94/68.19	c cleaning 29000 clauses out of 58028 with flag 2542206/455000
74.14/73.33	c cleaning 29989 clauses out of 60028 with flag 2732567/486000
79.44/78.68	c cleaning 31008 clauses out of 62039 with flag 2930407/518000
85.24/84.44	c cleaning 31996 clauses out of 64031 with flag 3137235/551000
91.14/90.38	c cleaning 33014 clauses out of 66035 with flag 3348400/585000
97.44/96.67	c cleaning 33990 clauses out of 68021 with flag 3566303/620000
104.04/103.23	c cleaning 34985 clauses out of 70032 with flag 3791507/656001
110.84/110.09	c cleaning 35979 clauses out of 72046 with flag 4025810/693000
118.05/117.22	c cleaning 37023 clauses out of 74070 with flag 4270177/731003
125.34/124.58	c cleaning 37993 clauses out of 76046 with flag 4515392/770002
133.05/132.26	c cleaning 39012 clauses out of 78052 with flag 4768692/810001
141.14/140.35	c cleaning 40008 clauses out of 80039 with flag 5023967/851000
149.55/148.72	c cleaning 41009 clauses out of 82033 with flag 5294163/893002
158.36/157.50	c cleaning 41982 clauses out of 84022 with flag 5567581/936000
167.20/166.36	c cleaning 42990 clauses out of 86040 with flag 5846224/980000
176.10/175.21	c cleaning 44009 clauses out of 88050 with flag 6135032/1025000
185.20/184.31	c cleaning 45003 clauses out of 90043 with flag 6428002/1071002
194.90/194.06	c cleaning 46014 clauses out of 92039 with flag 6727033/1118001
204.70/203.86	c cleaning 47003 clauses out of 94026 with flag 7035617/1166002
215.01/214.20	c cleaning 47980 clauses out of 96021 with flag 7353378/1215000
225.71/224.89	c cleaning 49005 clauses out of 98042 with flag 7675726/1265001
236.81/235.90	c cleaning 49973 clauses out of 100036 with flag 8003899/1316000
248.11/247.28	c cleaning 51011 clauses out of 102063 with flag 8341708/1368000
260.11/259.22	c cleaning 51998 clauses out of 104052 with flag 8682865/1421000
272.51/271.62	c cleaning 53001 clauses out of 106054 with flag 9030938/1475000
285.37/284.49	c cleaning 54003 clauses out of 108053 with flag 9385981/1530000
298.87/297.91	c cleaning 55009 clauses out of 110050 with flag 9749858/1586000
312.66/311.78	c cleaning 56003 clauses out of 112044 with flag 10117891/1643003
326.46/325.56	c cleaning 56970 clauses out of 114038 with flag 10490084/1701000
340.36/339.48	c cleaning 58019 clauses out of 116068 with flag 10867798/1760000
354.86/353.99	c cleaning 59007 clauses out of 118050 with flag 11251432/1820001
370.07/369.10	c cleaning 59987 clauses out of 120043 with flag 11644578/1881001
385.37/384.45	c cleaning 61010 clauses out of 122056 with flag 12045900/1943001
401.67/400.78	c cleaning 62010 clauses out of 124045 with flag 12456492/2006000
417.92/416.98	c cleaning 62954 clauses out of 126035 with flag 12870844/2070000
434.12/433.13	c cleaning 63996 clauses out of 128081 with flag 13288793/2135000
450.63/449.69	c cleaning 65030 clauses out of 130086 with flag 13716785/2201001
467.93/466.90	c cleaning 65982 clauses out of 132055 with flag 14148582/2268000
485.64/484.67	c cleaning 67031 clauses out of 134073 with flag 14584123/2336000
503.74/502.75	c cleaning 68000 clauses out of 136042 with flag 15023722/2405000
522.64/521.68	c cleaning 69004 clauses out of 138043 with flag 15476680/2475001
541.65/540.61	c cleaning 70003 clauses out of 140038 with flag 15934421/2546000
561.56/560.51	c cleaning 70995 clauses out of 142036 with flag 16393405/2618001
582.35/581.37	c cleaning 72010 clauses out of 144041 with flag 16867609/2691001
602.87/601.86	c cleaning 72984 clauses out of 146030 with flag 17345040/2765000
624.16/623.17	c cleaning 74013 clauses out of 148046 with flag 17823440/2840000
645.97/644.95	c cleaning 74961 clauses out of 150034 with flag 18308710/2916001
668.07/667.08	c cleaning 75989 clauses out of 152072 with flag 18800730/2993000
691.48/690.40	c cleaning 77011 clauses out of 154084 with flag 19303691/3071001
714.61/713.52	c cleaning 78012 clauses out of 156073 with flag 19812614/3150001
737.40/736.31	c cleaning 79014 clauses out of 158060 with flag 20328106/3230000
760.71/759.66	c cleaning 79984 clauses out of 160046 with flag 20847268/3311000
785.12/784.06	c cleaning 80973 clauses out of 162063 with flag 21375801/3393001
809.72/808.65	c cleaning 82025 clauses out of 164089 with flag 21911985/3476000
834.81/833.70	c cleaning 83015 clauses out of 166064 with flag 22449138/3560000
860.28/859.11	c cleaning 83987 clauses out of 168049 with flag 22992644/3645000
886.39/885.26	c cleaning 85020 clauses out of 170062 with flag 23547338/3731000
913.09/911.97	c cleaning 85995 clauses out of 172042 with flag 24109806/3818000
940.80/939.69	c cleaning 86979 clauses out of 174047 with flag 24673568/3906000
968.80/967.61	c cleaning 88034 clauses out of 176068 with flag 25247092/3995000
998.07/996.82	c cleaning 88997 clauses out of 178035 with flag 25821552/4085001
1029.26/1028.01	c cleaning 89992 clauses out of 180038 with flag 26409703/4176001
1060.95/1059.80	c cleaning 90986 clauses out of 182045 with flag 27001761/4268000
1092.84/1091.65	c cleaning 92003 clauses out of 184059 with flag 27596113/4361000
1124.24/1123.05	c cleaning 92975 clauses out of 186056 with flag 28200838/4455000
1156.34/1155.08	c cleaning 94003 clauses out of 188081 with flag 28810769/4550000
1189.52/1188.24	c cleaning 95011 clauses out of 190078 with flag 29426436/4646000
1223.12/1221.80	c cleaning 96013 clauses out of 192067 with flag 30049938/4743000
1257.11/1255.82	c cleaning 96992 clauses out of 194054 with flag 30677381/4841000
1292.10/1290.89	c cleaning 97997 clauses out of 196062 with flag 31310995/4940000
1327.61/1326.26	c cleaning 98997 clauses out of 198065 with flag 31957353/5040000
1363.51/1362.18	c cleaning 100012 clauses out of 200068 with flag 32601171/5141000
1400.02/1398.63	c cleaning 101012 clauses out of 202057 with flag 33262217/5243001
1437.33/1435.96	c cleaning 102012 clauses out of 204044 with flag 33928516/5346000
1476.20/1474.64	c cleaning 103004 clauses out of 206033 with flag 34598532/5450001
1515.21/1513.61	c cleaning 103967 clauses out of 208028 with flag 35270103/5555000
1554.51/1552.91	c cleaning 104981 clauses out of 210062 with flag 35953051/5661001
1595.82/1594.28	c cleaning 106019 clauses out of 212080 with flag 36636664/5768000
1637.55/1635.87	c cleaning 107025 clauses out of 214061 with flag 37328668/5876000
1679.06/1677.36	c cleaning 107983 clauses out of 216036 with flag 38026807/5985000
1722.67/1720.96	c cleaning 108983 clauses out of 218053 with flag 38729939/6095000
1767.18/1765.42	c cleaning 110006 clauses out of 220070 with flag 39447068/6206000
1800.06/1798.20	c starts		: 55525
1800.06/1798.20	c conflicts		: 6295175
1800.06/1798.20	c decisions		: 65926668
1800.06/1798.20	c propagations		: 887980603
1800.06/1798.20	c inspects		: 24452805168
1800.06/1798.20	c shortcuts		: 0
1800.06/1798.20	c learnt literals	: 2
1800.06/1798.20	c learnt binary clauses	: 41
1800.06/1798.20	c learnt ternary clauses	: 642
1800.06/1798.20	c learnt constraints	: 6295173
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	: 107
1800.06/1798.20	c Number of update (reduction) of LBD	: 1308042
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)	: 493925.9701157136
1800.06/1798.20	c non guided choices	13519
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 => 41
1800.06/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199198
1800.06/1798.23	s UNKNOWN
1800.06/1798.23	c Total wall clock time (in seconds): 1798.129

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

pid=24235
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.32 2.24 2.05 3/193 24238
/proc/meminfo: memFree=30366964/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 28818490 98570240 978 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 24065 978 744 9 0 16771 0
[pid=24238/tid=24239] ppid=24235 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 28818491 98570240 978 33554432000 1073741824 1073778376 140733565901184 139867393150504 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.32 2.24 2.05 3/193 24238
/proc/meminfo: memFree=30366964/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 28818490 9787879424 6119 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2389619 6119 2157 9 0 2380296 0
[pid=24238/tid=24239] ppid=24235 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2382 0 1 0 6 2 0 0 20 0 18 0 28818491 9787879424 6119 33554432000 1073741824 1073778376 140733565901184 139867393153952 248793589005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.32 2.24 2.05 3/193 24238
/proc/meminfo: memFree=30366964/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 4955 0 1 0 27 1 0 0 20 0 18 0 28818490 9787879424 6993 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2389619 6993 2217 9 0 2380296 0
[pid=24238/tid=24239] ppid=24235 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 18 0 28818491 9787879424 6993 33554432000 1073741824 1073778376 140733565901184 139867393153952 139867237459120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 2.32 2.24 2.05 3/193 24238
/proc/meminfo: memFree=30366964/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 5867 0 1 0 51 1 0 0 20 0 18 0 28818490 9787879424 9528 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2389619 9528 2233 9 0 2380296 0
[pid=24238/tid=24239] ppid=24235 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2403 0 1 0 26 2 0 0 20 0 18 0 28818491 9787879424 9528 33554432000 1073741824 1073778376 140733565901184 139867393155272 139867237407366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 2.32 2.24 2.05 3/193 24238
/proc/meminfo: memFree=30366964/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 9133 0 1 0 134 2 0 0 20 0 19 0 28818490 9856040960 15142 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 15142 2264 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2425 0 1 0 66 2 0 0 20 0 19 0 28818491 9856040960 15142 33554432000 1073741824 1073778376 140733565901184 139867393155712 139867238011049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.32 2.24 2.05 4/213 24258
/proc/meminfo: memFree=30274904/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 9479 0 1 0 220 3 0 0 20 0 19 0 28818490 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 15661 2270 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2427 0 1 0 146 2 0 0 20 0 19 0 28818491 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867393155528 139867238082267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2310 0 0 0 31 0 0 0 20 0 19 0 28818495 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3464 0 0 0 40 0 0 0 20 0 19 0 28818495 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 15661 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.32 2.24 2.05 3/213 24258
/proc/meminfo: memFree=30266464/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 9493 0 1 0 384 3 0 0 20 0 19 0 28818490 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 16173 2270 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2429 0 1 0 306 2 0 0 20 0 19 0 28818491 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867393146576 139867238073437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3464 0 0 0 42 0 0 0 20 0 19 0 28818495 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 16173 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.38 2.26 2.05 3/213 24258
/proc/meminfo: memFree=30253712/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=7.08 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 9499 0 1 0 705 3 0 0 20 0 19 0 28818490 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 18206 2271 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2434 0 1 0 625 2 0 0 20 0 19 0 28818491 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867393146560 139867237996326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28818492 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 18206 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3592 0 0 0 47 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 96 0 0 0 33 32 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.06
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/213 24300
/proc/meminfo: memFree=29768304/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=1724.07 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 10906 0 1 0 172359 48 0 0 20 0 19 0 28818490 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 77681 2285 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=1721.8 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2490 0 1 0 172150 30 0 0 20 0 19 0 28818491 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867393146656 139867238055785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 204 0 0 0 7 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 130 0 0 0 10 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 196 0 0 0 12 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 148 0 0 0 11 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 84 0 0 0 12 3 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 113 0 0 0 14 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 22 0 0 0 9 2 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 182 0 0 0 13 3 0 0 20 0 19 0 28818492 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 28818493 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3592 0 0 0 47 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 100 0 0 0 34 34 0 0 20 0 19 0 28818495 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 77681 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.27 2.21 3/213 24301
/proc/meminfo: memFree=29755644/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=1784.15 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 10945 0 1 0 178366 49 0 0 20 0 19 0 28818490 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 80762 2285 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=1781.78 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2491 0 1 0 178147 31 0 0 20 0 19 0 28818491 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867393154368 139867237968069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 208 0 0 0 9 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 131 0 0 0 11 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 196 0 0 0 13 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 154 0 0 0 14 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 97 0 0 0 12 3 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 115 0 0 0 15 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 25 0 0 0 10 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 185 0 0 0 14 3 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3592 0 0 0 47 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.28 2.27 2.21 4/213 24301
/proc/meminfo: memFree=29755776/32872528 swapFree=1392268/1580316
[pid=24238] ppid=24235 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/24238/stat : 24238 (java) S 24235 24238 23975 0 -1 4202496 10945 0 1 0 179956 50 0 0 20 0 19 0 28818490 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 140733565892320 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24238/statm: 2406260 80762 2285 9 0 2396937 0
[pid=24238/tid=24239] ppid=24235 vsize=9625040 CPUtime=1797.68 cores=0,2,4,6
/proc/24238/task/24239/stat : 24239 (java) R 24235 24238 23975 0 -1 4202560 2491 0 1 0 179737 31 0 0 20 0 19 0 28818491 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867393154368 139867237968280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24241] ppid=24235 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/24238/task/24241/stat : 24241 (java) S 24235 24238 23975 0 -1 4202560 208 0 0 0 9 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867365607720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24242] ppid=24235 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24238/task/24242/stat : 24242 (java) S 24235 24238 23975 0 -1 4202560 131 0 0 0 11 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867364554920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24243] ppid=24235 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24238/task/24243/stat : 24243 (java) S 24235 24238 23975 0 -1 4202560 196 0 0 0 13 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867363502632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24244] ppid=24235 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24238/task/24244/stat : 24244 (java) S 24235 24238 23975 0 -1 4202560 154 0 0 0 14 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867362449832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24245] ppid=24235 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24238/task/24245/stat : 24245 (java) S 24235 24238 23975 0 -1 4202560 97 0 0 0 12 3 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867361397544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24246] ppid=24235 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24238/task/24246/stat : 24246 (java) S 24235 24238 23975 0 -1 4202560 115 0 0 0 15 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867360344744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24247] ppid=24235 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/24238/task/24247/stat : 24247 (java) S 24235 24238 23975 0 -1 4202560 25 0 0 0 10 2 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867359292456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24238/tid=24248] ppid=24235 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24238/task/24248/stat : 24248 (java) S 24235 24238 23975 0 -1 4202560 185 0 0 0 14 3 0 0 20 0 19 0 28818492 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139867358239656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24249] ppid=24235 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24238/task/24249/stat : 24249 (java) S 24235 24238 23975 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866746628328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24250] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24250/stat : 24250 (java) S 24235 24238 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866745574392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24251] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24251/stat : 24251 (java) S 24235 24238 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28818493 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866744521992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24252] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24252/stat : 24252 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866743470480 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24253] ppid=24235 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24238/task/24253/stat : 24253 (java) S 24235 24238 23975 0 -1 4202560 2322 0 0 0 33 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866742418104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24238/tid=24254] ppid=24235 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/24238/task/24254/stat : 24254 (java) S 24235 24238 23975 0 -1 4202560 3592 0 0 0 47 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866741365304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24255] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24255/stat : 24255 (java) S 24235 24238 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866740313208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24238/tid=24256] ppid=24235 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/24238/task/24256/stat : 24256 (java) S 24235 24238 23975 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 28818495 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866739260616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24238/tid=24258] ppid=24235 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24238/task/24258/stat : 24258 (java) S 24235 24238 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28818531 9856040960 80762 33554432000 1073741824 1073778376 140733565901184 139866738205608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 24238 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.68
CPU user time (s): 1799.7
CPU system time (s): 0.98485
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.98485
maximum resident set size= 323632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11104
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38364
involuntary context switches= 10459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0415 second user time and 14.1448 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 18:16:53
IDJOB=4116505
IDBENCH=109478
IDSOLVER=2546
FILE ID=node139/4116505-1466957813
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-size96-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116505-1466957813/watcher-4116505-1466957813 -o /tmp/evaluation-result-4116505-1466957813/solver-4116505-1466957813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116505-1466957813.opb

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

MD5SUM BENCH= b7b9217d010417b82bed1348dbdaf6d8
RANDOM SEED=105381816

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:        30371772 kB
Buffers:           27992 kB
Cached:           174696 kB
SwapCached:         2160 kB
Active:            53420 kB
Inactive:         164572 kB
Active(anon):      16532 kB
Inactive(anon):     1120 kB
Active(file):      36888 kB
Inactive(file):   163452 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098792 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:       1588816 kB
Mapped:            13132 kB
Shmem:                 0 kB
Slab:             568168 kB
SReclaimable:      11740 kB
SUnreclaim:       556428 kB
KernelStack:        1416 kB
PageTables:         7264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267920 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 18:46:51