Trace number 4107828

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.01 1796.24

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12056_10-unsat.opb
MD5SUM9569f42797128c8734a8cda484f54275
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 variables57354
Total number of constraints201250
Number of constraints which are clauses200306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4107828-1466290884.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
2.11/1.38	c ... done. Wall clock time 1.276s.
2.11/1.38	c declared #vars     57354
2.11/1.38	c #constraints  201250
2.11/1.38	c constraints type 
2.11/1.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23823
2.11/1.38	c org.sat4j.specs.Constr$1 => 15720
2.11/1.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154272
2.11/1.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 6491
2.11/1.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
2.11/1.38	c 201250 constraints processed.
5.00/3.88	c cleaning 2492 clauses out of 4996 with flag 20309/5001
7.98/6.32	c cleaning 4253 clauses out of 8505 with flag 48428/11002
10.89/9.25	c cleaning 5617 clauses out of 11247 with flag 82642/18001
13.90/12.27	c cleaning 6794 clauses out of 13628 with flag 128548/26000
17.90/16.11	c cleaning 7905 clauses out of 15834 with flag 175988/35000
22.10/20.35	c cleaning 8951 clauses out of 17931 with flag 240963/45002
26.30/24.52	c cleaning 9971 clauses out of 19978 with flag 308191/56000
31.01/29.27	c cleaning 10984 clauses out of 22010 with flag 384169/68003
36.11/34.38	c cleaning 12000 clauses out of 24022 with flag 486654/81000
41.21/39.41	c cleaning 12994 clauses out of 26022 with flag 575313/95000
47.50/45.71	c cleaning 13985 clauses out of 28028 with flag 677578/110000
53.90/52.14	c cleaning 15002 clauses out of 30044 with flag 789555/126001
61.33/59.42	c cleaning 16013 clauses out of 32043 with flag 907678/143002
68.72/66.88	c cleaning 16998 clauses out of 34029 with flag 1030404/161001
76.83/74.92	c cleaning 17987 clauses out of 36031 with flag 1162329/180001
86.52/84.67	c cleaning 19005 clauses out of 38043 with flag 1290184/200000
96.02/94.19	c cleaning 20010 clauses out of 40040 with flag 1424021/221002
106.83/104.94	c cleaning 20994 clauses out of 42027 with flag 1569613/243000
117.72/115.84	c cleaning 22001 clauses out of 44034 with flag 1712735/266001
128.44/126.55	c cleaning 23002 clauses out of 46032 with flag 1869727/290000
139.22/137.35	c cleaning 23992 clauses out of 48030 with flag 2030861/315000
151.58/149.58	c cleaning 24996 clauses out of 50038 with flag 2192527/341000
163.68/161.68	c cleaning 25986 clauses out of 52041 with flag 2366765/368000
175.99/173.99	c cleaning 26998 clauses out of 54056 with flag 2537573/396001
189.48/187.48	c cleaning 28015 clauses out of 56055 with flag 2709628/425000
203.28/201.25	c cleaning 29004 clauses out of 58039 with flag 2880977/455000
217.79/215.72	c cleaning 29999 clauses out of 60034 with flag 3058618/486000
232.98/231.00	c cleaning 30999 clauses out of 62036 with flag 3242754/518001
248.71/246.54	c cleaning 31999 clauses out of 64037 with flag 3432133/551001
264.61/262.43	c cleaning 33001 clauses out of 66037 with flag 3632520/585000
282.51/280.33	c cleaning 33993 clauses out of 68036 with flag 3822453/620000
300.21/298.07	c cleaning 34999 clauses out of 70043 with flag 4023893/656000
317.72/315.60	c cleaning 35988 clauses out of 72044 with flag 4226333/693000
335.82/333.65	c cleaning 37023 clauses out of 74059 with flag 4439063/731003
355.44/353.21	c cleaning 37991 clauses out of 76034 with flag 4652238/770001
375.54/373.34	c cleaning 39016 clauses out of 78043 with flag 4866232/810001
396.06/393.82	c cleaning 40001 clauses out of 80029 with flag 5084620/851003
417.46/415.27	c cleaning 40995 clauses out of 82025 with flag 5308010/893000
439.79/437.36	c cleaning 41981 clauses out of 84031 with flag 5521498/936001
461.59/459.12	c cleaning 43005 clauses out of 86052 with flag 5753459/980003
483.29/480.89	c cleaning 43998 clauses out of 88045 with flag 5981012/1025002
506.49/504.01	c cleaning 45022 clauses out of 90043 with flag 6212033/1071000
530.59/528.17	c cleaning 45988 clauses out of 92021 with flag 6454755/1118000
554.59/552.15	c cleaning 47014 clauses out of 94035 with flag 6696375/1166002
579.49/577.01	c cleaning 48005 clauses out of 96019 with flag 6964346/1215000
604.39/601.94	c cleaning 48993 clauses out of 98015 with flag 7231611/1265001
631.30/628.65	c cleaning 49988 clauses out of 100021 with flag 7497482/1316000
657.90/655.28	c cleaning 50998 clauses out of 102034 with flag 7766324/1368001
683.89/681.28	c cleaning 52004 clauses out of 104035 with flag 8042530/1421000
712.21/709.53	c cleaning 52998 clauses out of 106033 with flag 8348227/1475002
740.80/738.11	c cleaning 53992 clauses out of 108032 with flag 8630112/1530001
769.10/766.44	c cleaning 55003 clauses out of 110039 with flag 8923688/1586000
797.70/795.09	c cleaning 55984 clauses out of 112036 with flag 9222610/1643000
827.55/824.66	c cleaning 57015 clauses out of 114051 with flag 9524202/1701000
857.75/854.81	c cleaning 57984 clauses out of 116036 with flag 9825254/1760000
888.75/885.89	c cleaning 58996 clauses out of 118052 with flag 10121684/1820000
920.46/917.53	c cleaning 60015 clauses out of 120057 with flag 10430653/1881001
952.55/949.66	c cleaning 61007 clauses out of 122041 with flag 10735571/1943000
986.75/983.80	c cleaning 62009 clauses out of 124034 with flag 11043614/2006000
1021.97/1018.89	c cleaning 63008 clauses out of 126026 with flag 11372154/2070001
1056.26/1053.19	c cleaning 63990 clauses out of 128019 with flag 11689630/2135002
1091.09/1087.98	c cleaning 64997 clauses out of 130027 with flag 12010052/2201000
1126.78/1123.67	c cleaning 65990 clauses out of 132030 with flag 12338169/2268002
1162.99/1159.87	c cleaning 66979 clauses out of 134037 with flag 12656415/2336000
1198.63/1195.39	c cleaning 68010 clauses out of 136059 with flag 13001412/2405001
1236.03/1232.73	c cleaning 69014 clauses out of 138049 with flag 13338535/2475001
1276.64/1273.39	c cleaning 69981 clauses out of 140034 with flag 13692521/2546000
1315.74/1312.46	c cleaning 71015 clauses out of 142052 with flag 14029084/2618000
1355.99/1352.59	c cleaning 72013 clauses out of 144037 with flag 14379681/2691000
1400.19/1396.71	c cleaning 72984 clauses out of 146024 with flag 14714711/2765000
1441.69/1438.20	c cleaning 73995 clauses out of 148040 with flag 15076680/2840000
1483.10/1479.66	c cleaning 75015 clauses out of 150045 with flag 15440435/2916000
1528.14/1524.51	c cleaning 75991 clauses out of 152030 with flag 15808877/2993000
1576.25/1572.64	c cleaning 76999 clauses out of 154041 with flag 16158055/3071002
1622.36/1618.71	c cleaning 78008 clauses out of 156040 with flag 16524763/3150000
1669.76/1666.13	c cleaning 78991 clauses out of 158031 with flag 16881235/3230000
1714.60/1710.80	c cleaning 79990 clauses out of 160040 with flag 17253602/3311000
1760.70/1756.96	c cleaning 81010 clauses out of 162051 with flag 17613314/3393001
1800.01/1796.20	c starts		: 12859
1800.01/1796.20	c conflicts		: 3462282
1800.01/1796.20	c decisions		: 5799934
1800.01/1796.20	c propagations		: 3306626358
1800.01/1796.20	c inspects		: 15349590426
1800.01/1796.20	c shortcuts		: 0
1800.01/1796.20	c learnt literals	: 28
1800.01/1796.20	c learnt binary clauses	: 167
1800.01/1796.20	c learnt ternary clauses	: 4075
1800.01/1796.20	c learnt constraints	: 3462254
1800.01/1796.20	c ignored constraints	: 0
1800.01/1796.20	c root simplifications	: 0
1800.01/1796.20	c removed literals (reason simplification)	: 0
1800.01/1796.20	c reason swapping (by a shorter reason)	: 0
1800.01/1796.20	c Calls to reduceDB	: 78
1800.01/1796.20	c Number of update (reduction) of LBD	: 1230679
1800.01/1796.20	c Imported unit clauses	: 0
1800.01/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.20	c number of learned constraints concerned by reduction	: 0
1800.01/1796.20	c number of learning phase by resolution	: 0
1800.01/1796.20	c number of learning phase by cutting planes	: 0
1800.01/1796.20	c speed (assignments/second)	: 1842382.116566263
1800.01/1796.20	c non guided choices	21315
1800.01/1796.21	c timeout
1800.01/1796.23	c learnt constraints type 
1800.01/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 167
1800.01/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150155
1800.01/1796.23	s UNKNOWN
1800.01/1796.23	c Total wall clock time (in seconds): 1796.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-4107828-1466290884/watcher-4107828-1466290884 -o /tmp/evaluation-result-4107828-1466290884/solver-4107828-1466290884 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466287270-24125 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107828-1466290884.opb 

pid=25649
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: 1.81 1.97 1.98 3/197 25652
/proc/meminfo: memFree=31528040/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=132 CPUtime=0 cores=1,3,5,7
/proc/25652/stat : 25652 (java) R 25649 25652 22769 0 -1 4194304 331 0 0 0 0 0 0 0 20 0 1 0 31134313 135168 2 33554432000 0 0 140734433224239 140735956008280 206408674743 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25652/statm: 67 3 0 9 0 24 0

[startup+0.100114 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25652
/proc/meminfo: memFree=31528040/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 4464 0 1 0 9 1 0 0 20 0 18 0 31134313 9787879424 6084 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2389619 6085 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25652
/proc/meminfo: memFree=31528040/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 4955 0 1 0 25 2 0 0 20 0 18 0 31134313 9787879424 7508 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2389619 7508 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300363 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25652
/proc/meminfo: memFree=31528040/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 6418 0 1 0 47 2 0 0 20 0 18 0 31134313 9787879424 9405 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2389619 9405 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700314 s]
/proc/loadavg: 1.81 1.97 1.98 3/197 25652
/proc/meminfo: memFree=31528040/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 7502 0 1 0 105 5 0 0 20 0 18 0 31134313 9787879424 41236 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2389619 41236 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.81 1.97 1.98 4/215 25671
/proc/meminfo: memFree=31355144/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 12125 0 1 0 239 8 0 0 20 0 19 0 31134313 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 55893 2278 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 2493 0 1 0 138 4 0 0 20 0 19 0 31134314 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559080414392 140558929248560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) R 25649 25652 22769 0 -1 4202560 4635 0 0 0 43 1 0 0 20 0 19 0 31134318 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558429268760 140559083330960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) R 25649 25652 22769 0 -1 4202560 3591 0 0 0 40 0 0 0 20 0 19 0 31134318 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558428216120 140559086387614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 55893 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 1.81 1.97 1.98 3/215 25735
/proc/meminfo: memFree=31460876/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 12132 0 1 0 418 8 0 0 20 0 19 0 31134313 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 57431 2280 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 2498 0 1 0 298 4 0 0 20 0 19 0 31134314 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559080415648 140558929296891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) S 25649 25652 22769 0 -1 4202560 4636 0 0 0 52 2 0 0 20 0 19 0 31134318 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558429268920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) S 25649 25652 22769 0 -1 4202560 3592 0 0 0 49 0 0 0 20 0 19 0 31134318 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558428216120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 57431 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 1.91 1.99 1.99 3/216 25800
/proc/meminfo: memFree=31255052/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=7.98 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 17523 0 1 0 789 9 0 0 20 0 19 0 31134313 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 65670 2286 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 2512 0 1 0 617 4 0 0 20 0 19 0 31134314 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559080415848 140558929248519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31134315 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) S 25649 25652 22769 0 -1 4202560 9502 0 0 0 95 2 0 0 20 0 19 0 31134318 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558429268920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) S 25649 25652 22769 0 -1 4202560 4103 0 0 0 58 0 0 0 20 0 19 0 31134318 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558428216120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 65670 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 1.91 1.99 1.99 3/216 25800

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

[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 382873 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.96
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/216 25842
/proc/meminfo: memFree=28725732/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=1726.1 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 21773 0 1 0 172488 122 0 0 20 0 19 0 31134313 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 379280 2295 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=1716.88 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 3359 0 1 0 171646 42 0 0 20 0 19 0 31134314 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559080406832 140558929248652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 299 0 0 0 24 10 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 243 0 0 0 18 7 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 269 0 0 0 23 11 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 278 0 0 0 23 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 276 0 0 0 17 6 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 377 0 0 0 25 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 360 0 0 0 32 13 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 288 0 0 0 29 14 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 1050 0 0 0 20 2 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) S 25649 25652 22769 0 -1 4202560 9513 0 0 0 98 2 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558429268920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) S 25649 25652 22769 0 -1 4202560 4103 0 0 0 59 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558428216120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 99 0 0 0 31 32 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 25843
/proc/meminfo: memFree=28726584/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=1786.1 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 21777 0 1 0 178488 122 0 0 20 0 19 0 31134313 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 379280 2295 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=1776.73 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 3359 0 1 0 177630 43 0 0 20 0 19 0 31134314 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559080406832 140558929248519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 299 0 0 0 24 10 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 243 0 0 0 18 7 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 269 0 0 0 23 11 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 278 0 0 0 23 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 276 0 0 0 17 6 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 377 0 0 0 25 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 360 0 0 0 32 13 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 288 0 0 0 29 14 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 1050 0 0 0 20 2 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) S 25649 25652 22769 0 -1 4202560 9513 0 0 0 98 2 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558429268920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) S 25649 25652 22769 0 -1 4202560 4103 0 0 0 59 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558428216120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25843
/proc/meminfo: memFree=28726588/32872528 swapFree=7780/7780
[pid=25652] ppid=25649 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/25652/stat : 25652 (java) S 25649 25652 22769 0 -1 4202496 21777 0 1 0 179878 123 0 0 20 0 19 0 31134313 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140734433213968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25652/statm: 2406260 379280 2295 9 0 2396937 0
[pid=25652/tid=25654] ppid=25649 vsize=9625040 CPUtime=1790.6 cores=1,3,5,7
/proc/25652/task/25654/stat : 25654 (java) R 25649 25652 22769 0 -1 4202560 3359 0 1 0 179017 43 0 0 20 0 19 0 31134314 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559080406832 140558929265565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25655] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25655/stat : 25655 (java) S 25649 25652 22769 0 -1 4202560 299 0 0 0 24 10 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559052868136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25656] ppid=25649 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25652/task/25656/stat : 25656 (java) S 25649 25652 22769 0 -1 4202560 243 0 0 0 18 7 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559051815336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25657] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25657/stat : 25657 (java) S 25649 25652 22769 0 -1 4202560 269 0 0 0 23 11 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559050762536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25658] ppid=25649 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25652/task/25658/stat : 25658 (java) S 25649 25652 22769 0 -1 4202560 278 0 0 0 23 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559049709736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25659] ppid=25649 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25652/task/25659/stat : 25659 (java) S 25649 25652 22769 0 -1 4202560 276 0 0 0 17 6 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559048657960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25660] ppid=25649 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25652/task/25660/stat : 25660 (java) S 25649 25652 22769 0 -1 4202560 377 0 0 0 25 9 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140559047605160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25661] ppid=25649 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25652/task/25661/stat : 25661 (java) S 25649 25652 22769 0 -1 4202560 360 0 0 0 32 13 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558917479208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25662] ppid=25649 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25652/task/25662/stat : 25662 (java) S 25649 25652 22769 0 -1 4202560 288 0 0 0 29 14 0 0 20 0 19 0 31134315 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558916426408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25663] ppid=25649 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25652/task/25663/stat : 25663 (java) S 25649 25652 22769 0 -1 4202560 1050 0 0 0 20 2 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558433479144 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25664] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25664/stat : 25664 (java) S 25649 25652 22769 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558432425208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25665] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25665/stat : 25665 (java) S 25649 25652 22769 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31134316 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558431372296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25666] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25666/stat : 25666 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558430320784 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25652/tid=25667] ppid=25649 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/25652/task/25667/stat : 25667 (java) S 25649 25652 22769 0 -1 4202560 9513 0 0 0 98 2 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558429268920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25652/tid=25668] ppid=25649 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/25652/task/25668/stat : 25668 (java) S 25649 25652 22769 0 -1 4202560 4103 0 0 0 59 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558428216120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25669] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25669/stat : 25669 (java) S 25649 25652 22769 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558427163512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25652/tid=25670] ppid=25649 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/25652/task/25670/stat : 25670 (java) S 25649 25652 22769 0 -1 4202560 103 0 0 0 32 34 0 0 20 0 19 0 31134318 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558426110920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25652/tid=25686] ppid=25649 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25652/task/25686/stat : 25686 (java) S 25649 25652 22769 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31134458 9856040960 379280 33554432000 1073741824 1073778376 140734433222832 140558425056424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 25652 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 25652 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=350217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=751733
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.24
CPU time (s): 1800.01
CPU user time (s): 1798.78
CPU system time (s): 1.23
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.75173
maximum resident set size= 1573592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21816
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= 38360
involuntary context switches= 5566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.921 second user time and 16.4595 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 01:01:24
IDJOB=4107828
IDBENCH=73545
IDSOLVER=2546
FILE ID=node133/4107828-1466290884
RUNJOBID= node133-1466287270-24125
PBS_JOBID= 19918263
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12056_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107828-1466290884/watcher-4107828-1466290884 -o /tmp/evaluation-result-4107828-1466290884/solver-4107828-1466290884 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466287270-24125 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107828-1466290884.opb

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

MD5SUM BENCH= 9569f42797128c8734a8cda484f54275
RANDOM SEED=1876196125

node133.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.256
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.51
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.256
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		: 2667.256
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.56
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.256
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.256
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.256
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.55
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.256
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.256
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:        31528684 kB
Buffers:          146520 kB
Cached:           273312 kB
SwapCached:         1324 kB
Active:           268840 kB
Inactive:         324544 kB
Active(anon):     173956 kB
Inactive(anon):     1904 kB
Active(file):      94884 kB
Inactive(file):   322640 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:             10344 kB
Writeback:             0 kB
AnonPages:        180480 kB
Mapped:            16372 kB
Shmem:                 0 kB
Slab:             610400 kB
SReclaimable:      52088 kB
SUnreclaim:       558312 kB
KernelStack:        1592 kB
PageTables:         4224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     829896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71704 MiB
End job on node133 at 2016-06-19 01:31:20