Trace number 4116177

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.02 1797.44

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-3.opb
MD5SUM861c50511265e8e7822bf7a244532849
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116177-1466978928.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.307s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10880
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 936
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10880 constraints processed.
1.69/1.02	c cleaning 2494 clauses out of 4997 with flag 16990/5000
2.38/1.63	c cleaning 4241 clauses out of 8503 with flag 38522/11001
3.09/2.34	c cleaning 5624 clauses out of 11261 with flag 65593/18000
3.89/3.16	c cleaning 6810 clauses out of 13637 with flag 99960/26000
4.91/4.14	c cleaning 7910 clauses out of 15827 with flag 141128/35000
6.01/5.23	c cleaning 8931 clauses out of 17918 with flag 187045/45001
7.21/6.42	c cleaning 9981 clauses out of 19986 with flag 240992/56000
8.51/7.73	c cleaning 10977 clauses out of 22008 with flag 302418/68003
10.01/9.21	c cleaning 12003 clauses out of 24028 with flag 367139/81000
11.61/10.84	c cleaning 13002 clauses out of 26025 with flag 442668/95000
13.31/12.58	c cleaning 13995 clauses out of 28023 with flag 520604/110000
15.32/14.52	c cleaning 15004 clauses out of 30028 with flag 604726/126000
17.43/16.61	c cleaning 15992 clauses out of 32025 with flag 696879/143001
19.72/18.90	c cleaning 16994 clauses out of 34032 with flag 792867/161000
22.12/21.34	c cleaning 17991 clauses out of 36038 with flag 897030/180000
24.82/24.00	c cleaning 19015 clauses out of 38048 with flag 1010086/200001
27.63/26.80	c cleaning 19982 clauses out of 40032 with flag 1124975/221000
30.64/29.82	c cleaning 21011 clauses out of 42050 with flag 1248380/243000
33.94/33.19	c cleaning 22007 clauses out of 44039 with flag 1376406/266000
37.54/36.70	c cleaning 22983 clauses out of 46032 with flag 1512447/290000
41.24/40.42	c cleaning 24011 clauses out of 48049 with flag 1656450/315000
45.14/44.34	c cleaning 24981 clauses out of 50038 with flag 1806220/341000
49.24/48.44	c cleaning 26004 clauses out of 52057 with flag 1964008/368000
53.47/52.66	c cleaning 27014 clauses out of 54053 with flag 2123174/396000
57.67/56.80	c cleaning 27954 clauses out of 56039 with flag 2292066/425000
62.07/61.22	c cleaning 29008 clauses out of 58086 with flag 2464297/455001
66.67/65.86	c cleaning 29951 clauses out of 60077 with flag 2643505/486000
71.56/70.71	c cleaning 31007 clauses out of 62126 with flag 2832346/518000
76.56/75.79	c cleaning 32017 clauses out of 64119 with flag 3023055/551000
81.96/81.16	c cleaning 33013 clauses out of 66105 with flag 3222756/585003
87.56/86.73	c cleaning 34000 clauses out of 68089 with flag 3427174/620000
93.26/92.46	c cleaning 35033 clauses out of 70090 with flag 3639852/656001
99.55/98.74	c cleaning 35984 clauses out of 72056 with flag 3858201/693000
105.95/105.13	c cleaning 37035 clauses out of 74072 with flag 4082864/731000
112.65/111.84	c cleaning 37993 clauses out of 76037 with flag 4312386/770000
119.65/118.88	c cleaning 38989 clauses out of 78044 with flag 4546153/810000
127.04/126.28	c cleaning 40022 clauses out of 80055 with flag 4784879/851000
134.65/133.85	c cleaning 40991 clauses out of 82033 with flag 5028955/893000
141.97/141.11	c cleaning 41954 clauses out of 84043 with flag 5282833/936001
149.66/148.85	c cleaning 43033 clauses out of 86089 with flag 5544702/980001
157.86/157.01	c cleaning 44021 clauses out of 88055 with flag 5810945/1025000
166.16/165.32	c cleaning 45002 clauses out of 90034 with flag 6084778/1071000
174.67/173.85	c cleaning 45947 clauses out of 92032 with flag 6361447/1118000
183.77/182.93	c cleaning 47020 clauses out of 94085 with flag 6642628/1166000
193.07/192.23	c cleaning 48020 clauses out of 96065 with flag 6929936/1215000
202.97/202.13	c cleaning 49004 clauses out of 98045 with flag 7225207/1265000
212.97/212.19	c cleaning 50006 clauses out of 100041 with flag 7523473/1316000
223.47/222.68	c cleaning 50961 clauses out of 102035 with flag 7828501/1368000
234.12/233.26	c cleaning 52035 clauses out of 104074 with flag 8140237/1421000
244.82/243.97	c cleaning 53010 clauses out of 106039 with flag 8455061/1475000
255.92/255.02	c cleaning 54015 clauses out of 108030 with flag 8776206/1530001
267.32/266.49	c cleaning 54982 clauses out of 110017 with flag 9103226/1586003
279.23/278.40	c cleaning 55980 clauses out of 112033 with flag 9440145/1643001
291.62/290.75	c cleaning 56985 clauses out of 114052 with flag 9781282/1701000
304.22/303.36	c cleaning 57981 clauses out of 116067 with flag 10126878/1760000
317.24/316.33	c cleaning 59019 clauses out of 118089 with flag 10476429/1820003
330.74/329.81	c cleaning 59982 clauses out of 120069 with flag 10834084/1881002
344.20/343.29	c cleaning 61031 clauses out of 122085 with flag 11196700/1943000
358.10/357.17	c cleaning 62013 clauses out of 124055 with flag 11569018/2006001
372.71/371.74	c cleaning 63013 clauses out of 126042 with flag 11945860/2070001
387.41/386.46	c cleaning 64013 clauses out of 128028 with flag 12328500/2135000
402.91/401.91	c cleaning 65001 clauses out of 130015 with flag 12718436/2201000
418.71/417.72	c cleaning 65998 clauses out of 132014 with flag 13110857/2268000
435.11/434.18	c cleaning 66983 clauses out of 134016 with flag 13511038/2336000
451.72/450.78	c cleaning 67981 clauses out of 136035 with flag 13913798/2405002
468.61/467.57	c cleaning 69006 clauses out of 138053 with flag 14322841/2475001
486.00/484.91	c cleaning 69966 clauses out of 140046 with flag 14735745/2546000
504.10/503.00	c cleaning 70989 clauses out of 142081 with flag 15158066/2618001
522.30/521.20	c cleaning 72025 clauses out of 144091 with flag 15583836/2691000
541.00/539.95	c cleaning 72995 clauses out of 146066 with flag 16016214/2765000
560.50/559.44	c cleaning 73970 clauses out of 148071 with flag 16450492/2840000
580.52/579.38	c cleaning 75026 clauses out of 150101 with flag 16892259/2916000
601.23/600.06	c cleaning 76005 clauses out of 152077 with flag 17335891/2993002
622.44/621.27	c cleaning 77013 clauses out of 154070 with flag 17782620/3071000
644.24/643.05	c cleaning 78007 clauses out of 156057 with flag 18233471/3150000
666.24/665.06	c cleaning 78988 clauses out of 158050 with flag 18695358/3230000
688.74/687.58	c cleaning 80019 clauses out of 160064 with flag 19168054/3311002
711.01/709.75	c cleaning 80991 clauses out of 162043 with flag 19645234/3393000
734.30/733.06	c cleaning 82022 clauses out of 164052 with flag 20126235/3476000
758.12/756.84	c cleaning 83016 clauses out of 166032 with flag 20608486/3560002
782.61/781.30	c cleaning 83984 clauses out of 168014 with flag 21102442/3645000
807.02/805.77	c cleaning 84995 clauses out of 170030 with flag 21605763/3731000
832.02/830.66	c cleaning 86001 clauses out of 172035 with flag 22110459/3818000
857.62/856.21	c cleaning 87002 clauses out of 174035 with flag 22619496/3906001
883.74/882.38	c cleaning 87964 clauses out of 176032 with flag 23132506/3995000
910.73/909.37	c cleaning 89020 clauses out of 178069 with flag 23657046/4085001
938.16/936.66	c cleaning 89998 clauses out of 180048 with flag 24184237/4176000
966.38/964.80	c cleaning 91016 clauses out of 182050 with flag 24714137/4268000
994.89/993.40	c cleaning 91971 clauses out of 184034 with flag 25251333/4361000
1024.39/1022.87	c cleaning 93012 clauses out of 186066 with flag 25795004/4455003
1054.19/1052.67	c cleaning 93973 clauses out of 188053 with flag 26341921/4550002
1084.32/1082.60	c cleaning 94986 clauses out of 190078 with flag 26897263/4646000
1114.62/1112.97	c cleaning 96041 clauses out of 192094 with flag 27455663/4743002
1146.13/1144.41	c cleaning 97019 clauses out of 194052 with flag 28018810/4841001
1178.78/1176.90	c cleaning 97986 clauses out of 196034 with flag 28585892/4940002
1211.91/1210.02	c cleaning 98991 clauses out of 198047 with flag 29160743/5040001
1245.71/1243.82	c cleaning 99994 clauses out of 200055 with flag 29740536/5141000
1280.33/1278.43	c cleaning 100992 clauses out of 202061 with flag 30323898/5243000
1315.64/1313.68	c cleaning 102011 clauses out of 204070 with flag 30915262/5346001
1351.36/1349.35	c cleaning 102982 clauses out of 206058 with flag 31506584/5450000
1387.68/1385.67	c cleaning 104006 clauses out of 208077 with flag 32111381/5555001
1424.39/1422.25	c cleaning 105029 clauses out of 210070 with flag 32719354/5661000
1461.81/1459.65	c cleaning 106018 clauses out of 212041 with flag 33329858/5768000
1500.33/1498.16	c cleaning 107002 clauses out of 214024 with flag 33946328/5876001
1539.85/1537.65	c cleaning 107981 clauses out of 216021 with flag 34571584/5985000
1579.56/1577.23	c cleaning 108999 clauses out of 218040 with flag 35202815/6095000
1619.98/1617.63	c cleaning 109994 clauses out of 220041 with flag 35831461/6206000
1661.01/1658.60	c cleaning 110978 clauses out of 222047 with flag 36468775/6318000
1702.89/1700.43	c cleaning 112023 clauses out of 224069 with flag 37116247/6431000
1746.01/1743.51	c cleaning 112960 clauses out of 226046 with flag 37772077/6545000
1789.83/1787.30	c cleaning 114030 clauses out of 228087 with flag 38425205/6660001
1800.02/1797.41	c starts		: 54455
1800.02/1797.41	c conflicts		: 6694383
1800.02/1797.41	c decisions		: 53505040
1800.02/1797.41	c propagations		: 844484326
1800.02/1797.41	c inspects		: 24822131638
1800.02/1797.41	c shortcuts		: 0
1800.02/1797.41	c learnt literals	: 4
1800.02/1797.41	c learnt binary clauses	: 84
1800.02/1797.41	c learnt ternary clauses	: 978
1800.02/1797.41	c learnt constraints	: 6694379
1800.02/1797.41	c ignored constraints	: 0
1800.02/1797.41	c root simplifications	: 0
1800.02/1797.41	c removed literals (reason simplification)	: 0
1800.02/1797.41	c reason swapping (by a shorter reason)	: 0
1800.02/1797.41	c Calls to reduceDB	: 111
1800.02/1797.41	c Number of update (reduction) of LBD	: 1444433
1800.02/1797.41	c Imported unit clauses	: 0
1800.02/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.41	c number of learned constraints concerned by reduction	: 0
1800.02/1797.41	c number of learning phase by resolution	: 0
1800.02/1797.41	c number of learning phase by cutting planes	: 0
1800.02/1797.41	c speed (assignments/second)	: 469946.68607702147
1800.02/1797.41	c non guided choices	27736
1800.02/1797.41	c timeout
1800.02/1797.43	c learnt constraints type 
1800.02/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.02/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148355
1800.02/1797.44	s UNKNOWN
1800.02/1797.44	c Total wall clock time (in seconds): 1797.321

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-4116177-1466978928/watcher-4116177-1466978928 -o /tmp/evaluation-result-4116177-1466978928/solver-4116177-1466978928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24373 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116177-1466978928.opb 

pid=24580
running on 4 cores: 1,3,5,7

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.36 2.27 2.19 3/170 24583
/proc/meminfo: memFree=30390792/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/24583/stat : 24583 (java) R 24580 24583 24197 0 -1 4202496 407 0 0 0 0 0 0 0 20 0 1 0 30931803 9445376 79 33554432000 1073741824 1073778376 140735776409936 140735776407064 227503282919 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2306 92 74 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.36 2.27 2.19 3/170 24583
/proc/meminfo: memFree=30390792/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 30931803 9787879424 6025 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.36 2.27 2.19 3/170 24583
/proc/meminfo: memFree=30390792/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 4796 0 1 0 24 1 0 0 20 0 18 0 30931803 9787879424 6843 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2389619 6843 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.36 2.27 2.19 3/170 24583
/proc/meminfo: memFree=30390792/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 5806 0 1 0 46 2 0 0 20 0 18 0 30931803 9787879424 8970 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2389619 8970 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 2.36 2.27 2.19 3/170 24583
/proc/meminfo: memFree=30390792/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 9205 0 1 0 133 3 0 0 20 0 19 0 30931803 9856040960 15933 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 15933 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.36 2.27 2.19 3/211 24649
/proc/meminfo: memFree=30280440/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 9697 0 1 0 221 3 0 0 20 0 19 0 30931803 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 16205 2270 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2440 0 1 0 144 2 0 0 20 0 19 0 30931804 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827974648088 139827845138449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931806 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 42 1 0 0 20 0 19 0 30931809 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2184 0 0 0 31 0 0 0 20 0 19 0 30931809 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 16205 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.36 2.27 2.19 3/211 24649
/proc/meminfo: memFree=30273668/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 9700 0 1 0 386 3 0 0 20 0 19 0 30931803 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 17229 2270 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2443 0 1 0 304 2 0 0 20 0 19 0 30931804 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827974639312 139827845180541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931806 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 44 1 0 0 20 0 19 0 30931809 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2184 0 0 0 33 0 0 0 20 0 19 0 30931809 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 17229 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.33 2.26 2.19 3/211 24649
/proc/meminfo: memFree=30260076/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=7.11 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 9706 0 1 0 708 3 0 0 20 0 19 0 30931803 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 19172 2271 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2448 0 1 0 623 2 0 0 20 0 19 0 30931804 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827974648232 139827845084247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931805 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931806 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 45 1 0 0 20 0 19 0 30931809 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2184 0 0 0 35 0 0 0 20 0 19 0 30931809 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 19172 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 102384 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.33 2.28 2.22 3/211 24692
/proc/meminfo: memFree=29643568/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=1724.78 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 11791 0 1 0 172401 77 0 0 20 0 19 0 30931803 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 104945 2285 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=1717.2 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2505 0 1 0 171690 30 0 0 20 0 19 0 30931804 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827974639392 139827845180541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 217 0 0 0 19 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 58 0 0 0 15 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 164 0 0 0 14 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 57 0 0 0 17 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 83 0 0 0 15 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 319 0 0 0 18 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 265 0 0 0 15 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 365 0 0 0 18 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 30931806 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 45 1 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2525 0 0 0 38 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 100 0 0 0 30 44 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.21 3/211 24693
/proc/meminfo: memFree=29643192/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=1784.83 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 11795 0 1 0 178402 81 0 0 20 0 19 0 30931803 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 104945 2285 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=1777.04 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2505 0 1 0 177673 31 0 0 20 0 19 0 30931804 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827974639392 139827845122050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 217 0 0 0 19 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 58 0 0 0 15 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 164 0 0 0 14 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 57 0 0 0 17 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 83 0 0 0 15 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 319 0 0 0 18 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 265 0 0 0 15 3 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 365 0 0 0 18 4 0 0 20 0 19 0 30931805 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 30931806 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 45 1 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2525 0 0 0 38 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 30931809 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 104945 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.25 2.26 2.21 4/211 24693
/proc/meminfo: memFree=29634320/32872528 swapFree=1308564/1463908
[pid=24583] ppid=24580 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/24583/stat : 24583 (java) S 24580 24583 24197 0 -1 4202496 11819 0 1 0 179920 82 0 0 20 0 19 0 30931803 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 140735776401072 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24583/statm: 2406260 107122 2285 9 0 2396937 0
[pid=24583/tid=24585] ppid=24580 vsize=9625040 CPUtime=1792.08 cores=1,3,5,7
/proc/24583/task/24585/stat : 24585 (java) R 24580 24583 24197 0 -1 4202560 2506 0 1 0 179177 31 0 0 20 0 19 0 30931804 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827974647120 139827845180541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24586] ppid=24580 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24583/task/24586/stat : 24586 (java) S 24580 24583 24197 0 -1 4202560 222 0 0 0 21 5 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827963709608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24587] ppid=24580 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24583/task/24587/stat : 24587 (java) S 24580 24583 24197 0 -1 4202560 58 0 0 0 17 3 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827816905000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24588] ppid=24580 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24583/task/24588/stat : 24588 (java) S 24580 24583 24197 0 -1 4202560 168 0 0 0 15 3 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827815852456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24589] ppid=24580 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24583/task/24589/stat : 24589 (java) S 24580 24583 24197 0 -1 4202560 62 0 0 0 18 3 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827814799912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24583/tid=24590] ppid=24580 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24583/task/24590/stat : 24590 (java) S 24580 24583 24197 0 -1 4202560 84 0 0 0 16 4 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827813747368 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24591] ppid=24580 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24583/task/24591/stat : 24591 (java) S 24580 24583 24197 0 -1 4202560 321 0 0 0 19 4 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827812694824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24583/tid=24592] ppid=24580 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24583/task/24592/stat : 24592 (java) S 24580 24583 24197 0 -1 4202560 266 0 0 0 16 3 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827811642280 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24593] ppid=24580 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24583/task/24593/stat : 24593 (java) S 24580 24583 24197 0 -1 4202560 368 0 0 0 20 4 0 0 20 0 19 0 30931805 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827810589736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24594] ppid=24580 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24583/task/24594/stat : 24594 (java) S 24580 24583 24197 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 19 0 30931806 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827798390888 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24595] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24595/stat : 24595 (java) S 24580 24583 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827797337208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24596] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24596/stat : 24596 (java) S 24580 24583 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30931807 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827796284552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24600] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24600/stat : 24600 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827795233296 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24601] ppid=24580 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/24583/task/24601/stat : 24601 (java) S 24580 24583 24197 0 -1 4202560 3796 0 0 0 45 1 0 0 20 0 19 0 30931809 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827794180664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24602] ppid=24580 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24583/task/24602/stat : 24602 (java) S 24580 24583 24197 0 -1 4202560 2525 0 0 0 38 0 0 0 20 0 19 0 30931809 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827793128120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24603] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24603/stat : 24603 (java) S 24580 24583 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931809 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827792075768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24583/tid=24604] ppid=24580 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/24583/task/24604/stat : 24604 (java) S 24580 24583 24197 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 30931809 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827791023432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24583/tid=24648] ppid=24580 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24583/task/24648/stat : 24648 (java) S 24580 24583 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931847 9856040960 107122 33554432000 1073741824 1073778376 140735776409936 139827789968168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 24583 sig 9
??? kill -24583 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24583 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=509193
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=211815
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.44
CPU time (s): 1800.02
CPU user time (s): 1799.2
CPU system time (s): 0.82
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 9625308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.21182
maximum resident set size= 430028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11853
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38467
involuntary context switches= 7419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8154 second user time and 13.32 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-27 00:08:48
IDJOB=4116177
IDBENCH=109437
IDSOLVER=2546
FILE ID=node121/4116177-1466978928
RUNJOBID= node121-1466977129-24373
PBS_JOBID= 19976381
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116177-1466978928/watcher-4116177-1466978928 -o /tmp/evaluation-result-4116177-1466978928/solver-4116177-1466978928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24373 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116177-1466978928.opb

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

MD5SUM BENCH= 861c50511265e8e7822bf7a244532849
RANDOM SEED=1201069700

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30393000 kB
Buffers:           85940 kB
Cached:           197020 kB
SwapCached:         1456 kB
Active:            50716 kB
Inactive:         236104 kB
Active(anon):       3308 kB
Inactive(anon):     2960 kB
Active(file):      47408 kB
Inactive(file):   233144 kB
Unevictable:     1463908 kB
Mlocked:         1308564 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       1612560 kB
Mapped:             7268 kB
Shmem:                 0 kB
Slab:             595556 kB
SReclaimable:      39464 kB
SUnreclaim:       556092 kB
KernelStack:        1568 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1551056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71696 MiB
End job on node121 at 2016-06-27 00:38:46