Trace number 4116361

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.03 1797.83

General information on the benchmark

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

Solver Data

0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4116361-1466964059.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.295s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10016
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 920
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10016 constraints processed.
1.72/1.08	c cleaning 2491 clauses out of 4998 with flag 16422/5000
2.49/1.68	c cleaning 4240 clauses out of 8507 with flag 38642/11000
3.19/2.39	c cleaning 5624 clauses out of 11267 with flag 67253/18000
4.09/3.23	c cleaning 6814 clauses out of 13643 with flag 103876/26000
5.11/4.20	c cleaning 7904 clauses out of 15829 with flag 145572/35000
6.21/5.33	c cleaning 8919 clauses out of 17925 with flag 193774/45000
7.41/6.56	c cleaning 9992 clauses out of 20007 with flag 248750/56001
8.81/7.95	c cleaning 11003 clauses out of 22014 with flag 308615/68000
10.40/9.51	c cleaning 11973 clauses out of 24011 with flag 378228/81000
12.11/11.22	c cleaning 12981 clauses out of 26039 with flag 454089/95001
13.91/13.06	c cleaning 14010 clauses out of 28057 with flag 536214/110000
16.01/15.16	c cleaning 14987 clauses out of 30047 with flag 626423/126000
18.21/17.39	c cleaning 15988 clauses out of 32060 with flag 720408/143000
20.62/19.76	c cleaning 16990 clauses out of 34072 with flag 822686/161000
23.22/22.37	c cleaning 18031 clauses out of 36083 with flag 930805/180001
26.02/25.12	c cleaning 19009 clauses out of 38051 with flag 1047883/200000
29.02/28.17	c cleaning 20002 clauses out of 40042 with flag 1170030/221000
32.22/31.36	c cleaning 21007 clauses out of 42040 with flag 1302116/243000
35.62/34.75	c cleaning 22011 clauses out of 44033 with flag 1438765/266000
39.22/38.36	c cleaning 23009 clauses out of 46023 with flag 1579855/290001
43.12/42.26	c cleaning 23976 clauses out of 48014 with flag 1729021/315001
47.23/46.38	c cleaning 24987 clauses out of 50037 with flag 1882321/341000
51.72/50.83	c cleaning 26021 clauses out of 52051 with flag 2045467/368001
56.52/55.69	c cleaning 26999 clauses out of 54030 with flag 2210178/396001
61.28/60.35	c cleaning 27970 clauses out of 56030 with flag 2383919/425000
65.99/65.01	c cleaning 29000 clauses out of 58062 with flag 2562780/455002
70.88/69.92	c cleaning 30009 clauses out of 60061 with flag 2750420/486001
75.98/75.01	c cleaning 30987 clauses out of 62051 with flag 2944982/518000
81.29/80.38	c cleaning 32013 clauses out of 64064 with flag 3147119/551000
86.89/85.97	c cleaning 33017 clauses out of 66052 with flag 3351023/585001
92.78/91.83	c cleaning 33999 clauses out of 68035 with flag 3564095/620001
98.99/98.04	c cleaning 34992 clauses out of 70037 with flag 3785128/656002
105.39/104.45	c cleaning 36012 clauses out of 72043 with flag 4013586/693000
112.20/111.22	c cleaning 37002 clauses out of 74031 with flag 4245672/731000
119.19/118.26	c cleaning 37992 clauses out of 76029 with flag 4483384/770000
126.60/125.69	c cleaning 39000 clauses out of 78038 with flag 4727942/810001
134.10/133.17	c cleaning 39981 clauses out of 80037 with flag 4983147/851000
142.09/141.17	c cleaning 41003 clauses out of 82056 with flag 5241779/893000
150.54/149.59	c cleaning 41988 clauses out of 84053 with flag 5508480/936000
158.73/157.76	c cleaning 43001 clauses out of 86065 with flag 5782533/980000
167.24/166.21	c cleaning 44006 clauses out of 88064 with flag 6061783/1025000
176.13/175.13	c cleaning 44997 clauses out of 90058 with flag 6349627/1071000
185.44/184.43	c cleaning 46004 clauses out of 92062 with flag 6641406/1118001
194.84/193.83	c cleaning 46996 clauses out of 94058 with flag 6937252/1166001
204.64/203.68	c cleaning 48023 clauses out of 96061 with flag 7244914/1215000
215.04/214.00	c cleaning 49014 clauses out of 98038 with flag 7561274/1265000
225.64/224.69	c cleaning 49984 clauses out of 100025 with flag 7879984/1316001
236.84/235.82	c cleaning 50992 clauses out of 102040 with flag 8203711/1368000
248.34/247.38	c cleaning 52020 clauses out of 104048 with flag 8533503/1421000
260.17/259.14	c cleaning 53002 clauses out of 106030 with flag 8868710/1475002
272.07/271.03	c cleaning 53997 clauses out of 108027 with flag 9213259/1530001
284.37/283.38	c cleaning 55011 clauses out of 110029 with flag 9564206/1586000
297.29/296.20	c cleaning 55964 clauses out of 112018 with flag 9923566/1643000
310.49/309.47	c cleaning 57020 clauses out of 114054 with flag 10288352/1701000
324.29/323.23	c cleaning 58011 clauses out of 116038 with flag 10659194/1760004
338.20/337.18	c cleaning 58978 clauses out of 118023 with flag 11034888/1820000
352.30/351.29	c cleaning 60004 clauses out of 120045 with flag 11421602/1881000
367.00/365.99	c cleaning 60976 clauses out of 122041 with flag 11810171/1943000
381.91/380.82	c cleaning 62016 clauses out of 124065 with flag 12203377/2006000
396.91/395.86	c cleaning 63010 clauses out of 126050 with flag 12605508/2070001
412.41/411.32	c cleaning 63999 clauses out of 128040 with flag 13010318/2135001
428.33/427.24	c cleaning 64993 clauses out of 130040 with flag 13420151/2201000
444.45/443.34	c cleaning 66003 clauses out of 132049 with flag 13842718/2268002
461.24/460.13	c cleaning 66999 clauses out of 134044 with flag 14269478/2336000
478.65/477.55	c cleaning 68021 clauses out of 136045 with flag 14702204/2405000
496.31/495.15	c cleaning 69001 clauses out of 138026 with flag 15136382/2475002
514.70/513.55	c cleaning 69992 clauses out of 140023 with flag 15574046/2546000
533.50/532.32	c cleaning 70987 clauses out of 142031 with flag 16021917/2618000
552.71/551.55	c cleaning 71997 clauses out of 144046 with flag 16477652/2691002
572.41/571.22	c cleaning 73023 clauses out of 146048 with flag 16942067/2765001
592.51/591.36	c cleaning 74005 clauses out of 148024 with flag 17407784/2840000
613.41/612.27	c cleaning 74991 clauses out of 150019 with flag 17874218/2916000
634.46/633.22	c cleaning 75965 clauses out of 152029 with flag 18350344/2993001
656.06/654.84	c cleaning 77005 clauses out of 154064 with flag 18836698/3071001
678.16/676.97	c cleaning 77981 clauses out of 156058 with flag 19328154/3150000
701.07/699.85	c cleaning 79028 clauses out of 158077 with flag 19826983/3230000
724.27/723.10	c cleaning 80015 clauses out of 160050 with flag 20324621/3311001
748.47/747.21	c cleaning 80983 clauses out of 162034 with flag 20830221/3393000
773.15/771.84	c cleaning 82001 clauses out of 164052 with flag 21341677/3476001
797.55/796.30	c cleaning 83007 clauses out of 166050 with flag 21858921/3560000
822.74/821.44	c cleaning 83992 clauses out of 168043 with flag 22381899/3645000
849.35/848.03	c cleaning 85019 clauses out of 170053 with flag 22915255/3731002
876.35/875.02	c cleaning 86013 clauses out of 172033 with flag 23457608/3818001
903.44/902.06	c cleaning 86982 clauses out of 174019 with flag 23998631/3906000
930.83/929.46	c cleaning 87982 clauses out of 176038 with flag 24547299/3995001
959.03/957.70	c cleaning 89017 clauses out of 178055 with flag 25105155/4085000
988.64/987.20	c cleaning 90016 clauses out of 180039 with flag 25664878/4176001
1018.23/1016.82	c cleaning 90990 clauses out of 182022 with flag 26230757/4268000
1048.33/1046.80	c cleaning 92017 clauses out of 184033 with flag 26800456/4361001
1079.14/1077.64	c cleaning 93004 clauses out of 186015 with flag 27375197/4455000
1110.75/1109.27	c cleaning 93988 clauses out of 188011 with flag 27955452/4550000
1143.16/1141.64	c cleaning 94990 clauses out of 190023 with flag 28548042/4646000
1175.89/1174.23	c cleaning 96007 clauses out of 192034 with flag 29139018/4743001
1209.19/1207.55	c cleaning 97008 clauses out of 194027 with flag 29740265/4841001
1243.00/1241.34	c cleaning 97997 clauses out of 196018 with flag 30349585/4940000
1278.00/1276.34	c cleaning 99006 clauses out of 198021 with flag 30960745/5040000
1313.55/1311.71	c cleaning 99984 clauses out of 200015 with flag 31580642/5141000
1349.46/1347.65	c cleaning 101000 clauses out of 202031 with flag 32207804/5243000
1386.86/1385.02	c cleaning 101958 clauses out of 204031 with flag 32841439/5346000
1424.71/1422.77	c cleaning 102958 clauses out of 206073 with flag 33482127/5450000
1463.12/1461.17	c cleaning 104031 clauses out of 208115 with flag 34129044/5555000
1502.53/1500.58	c cleaning 104994 clauses out of 210084 with flag 34782035/5661000
1542.44/1540.46	c cleaning 106035 clauses out of 212090 with flag 35439153/5768000
1583.03/1580.99	c cleaning 107011 clauses out of 214055 with flag 36104873/5876000
1624.44/1622.31	c cleaning 107996 clauses out of 216044 with flag 36764265/5985000
1666.44/1664.34	c cleaning 108997 clauses out of 218050 with flag 37437128/6095002
1709.43/1707.23	c cleaning 109982 clauses out of 220051 with flag 38119166/6206000
1752.82/1750.62	c cleaning 111020 clauses out of 222069 with flag 38806799/6318000
1797.03/1794.84	c cleaning 111996 clauses out of 224052 with flag 39503000/6431003
1800.03/1797.80	c starts		: 58376
1800.03/1797.80	c conflicts		: 6441671
1800.03/1797.80	c decisions		: 56974640
1800.03/1797.80	c propagations		: 852473815
1800.03/1797.80	c inspects		: 25423028986
1800.03/1797.80	c shortcuts		: 0
1800.03/1797.80	c learnt literals	: 2
1800.03/1797.80	c learnt binary clauses	: 84
1800.03/1797.80	c learnt ternary clauses	: 847
1800.03/1797.80	c learnt constraints	: 6441670
1800.03/1797.80	c ignored constraints	: 0
1800.03/1797.80	c root simplifications	: 0
1800.03/1797.80	c removed literals (reason simplification)	: 0
1800.03/1797.80	c reason swapping (by a shorter reason)	: 0
1800.03/1797.80	c Calls to reduceDB	: 109
1800.03/1797.80	c Number of update (reduction) of LBD	: 1352462
1800.03/1797.80	c Imported unit clauses	: 0
1800.03/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.80	c number of learned constraints concerned by reduction	: 0
1800.03/1797.80	c number of learning phase by resolution	: 0
1800.03/1797.80	c number of learning phase by cutting planes	: 0
1800.03/1797.80	c speed (assignments/second)	: 474285.59601866046
1800.03/1797.80	c non guided choices	14448
1800.03/1797.80	c timeout
1800.03/1797.83	c learnt constraints type 
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122641
1800.03/1797.83	s UNKNOWN
1800.03/1797.83	c Total wall clock time (in seconds): 1797.713

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-4116361-1466964059/watcher-4116361-1466964059 -o /tmp/evaluation-result-4116361-1466964059/solver-4116361-1466964059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116361-1466964059.opb 

pid=29274
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29277
/proc/meminfo: memFree=31143772/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/29277/stat : 29277 (java) D 29274 29277 26442 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 29443855 2560000 46 33554432000 1073741824 1073778376 140736486180720 140736486177848 206619897127 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 625 46 37 9 0 29 0

[startup+0.100168 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29277
/proc/meminfo: memFree=31143772/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 4400 0 1 0 7 1 0 0 20 0 18 0 29443855 9787879424 6028 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29277
/proc/meminfo: memFree=31143772/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 4784 0 1 0 24 2 0 0 20 0 18 0 29443855 9787879424 6850 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2389619 6850 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29277
/proc/meminfo: memFree=31143772/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 5760 0 1 0 46 2 0 0 20 0 18 0 29443855 9787879424 8997 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2389619 8997 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29277
/proc/meminfo: memFree=31143772/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 8999 0 1 0 135 3 0 0 20 0 19 0 29443855 9856040960 15244 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 15244 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.16 2.13 2.09 4/214 29296
/proc/meminfo: memFree=31088340/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 11332 0 1 0 231 4 0 0 20 0 19 0 29443855 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 16391 2270 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2435 0 1 0 144 2 0 0 20 0 19 0 29443856 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537674563280 140537521423362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29443858 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5590 0 0 0 50 1 0 0 20 0 19 0 29443861 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 33 0 0 0 20 0 19 0 29443861 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 16391 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.16 2.13 2.09 3/214 29319
/proc/meminfo: memFree=31082956/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 11335 0 1 0 395 4 0 0 20 0 19 0 29443855 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 17415 2270 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2438 0 1 0 304 2 0 0 20 0 19 0 29443856 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537674572192 140537521451724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29443858 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5590 0 0 0 53 1 0 0 20 0 19 0 29443861 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 35 0 0 0 20 0 19 0 29443861 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 17415 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.15 2.13 2.09 3/214 29319
/proc/meminfo: memFree=31079060/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 11344 0 1 0 717 4 0 0 20 0 19 0 29443855 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 18419 2271 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2442 0 1 0 623 2 0 0 20 0 19 0 29443856 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537674572200 140537521325499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29443857 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29443858 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5594 0 0 0 54 1 0 0 20 0 19 0 29443861 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 35 0 0 0 20 0 19 0 29443861 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 18419 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 88515 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.12 2.09 4/213 29425
/proc/meminfo: memFree=30792976/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=1724.52 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 12933 0 1 0 172405 47 0 0 20 0 19 0 29443855 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 91610 2285 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=1717.32 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2501 0 1 0 171703 29 0 0 20 0 19 0 29443856 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537674563360 140537521423626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 400 0 0 0 16 4 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 326 0 0 0 15 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 98 0 0 0 16 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 75 0 0 0 17 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 52 0 0 0 14 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 122 0 0 0 13 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 29443858 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5750 0 0 0 57 2 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 35 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 100 0 0 0 37 33 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/214 29430
/proc/meminfo: memFree=30792740/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=1784.52 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 12937 0 1 0 178405 47 0 0 20 0 19 0 29443855 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 91610 2285 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=1777.17 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2501 0 1 0 177687 30 0 0 20 0 19 0 29443856 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537674563360 140537521371200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 400 0 0 0 16 4 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 326 0 0 0 15 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 98 0 0 0 16 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 75 0 0 0 17 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 52 0 0 0 14 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 122 0 0 0 13 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 29443858 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5750 0 0 0 57 2 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 35 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 104 0 0 0 39 33 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.09 2.11 2.09 3/214 29430
/proc/meminfo: memFree=30792904/32872528 swapFree=552864/567172
[pid=29277] ppid=29274 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/29277/stat : 29277 (java) S 29274 29277 26442 0 -1 4202496 12937 0 1 0 179955 48 0 0 20 0 19 0 29443855 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140736486171856 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29277/statm: 2406260 91610 2285 9 0 2396937 0
[pid=29277/tid=29279] ppid=29274 vsize=9625040 CPUtime=1792.62 cores=0,2,4,6
/proc/29277/task/29279/stat : 29279 (java) R 29274 29277 26442 0 -1 4202560 2501 0 1 0 179232 30 0 0 20 0 19 0 29443856 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537674563360 140537521423626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29280] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29280/stat : 29280 (java) S 29274 29277 26442 0 -1 4202560 400 0 0 0 16 4 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537647024552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29281] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29281/stat : 29281 (java) S 29274 29277 26442 0 -1 4202560 326 0 0 0 15 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537645972008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29277/tid=29282] ppid=29274 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29277/task/29282/stat : 29282 (java) S 29274 29277 26442 0 -1 4202560 98 0 0 0 16 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537644918952 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29283] ppid=29274 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/29277/task/29283/stat : 29283 (java) S 29274 29277 26442 0 -1 4202560 75 0 0 0 17 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537643866408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29284] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29284/stat : 29284 (java) S 29274 29277 26442 0 -1 4202560 52 0 0 0 14 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537642814376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29285] ppid=29274 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/29277/task/29285/stat : 29285 (java) S 29274 29277 26442 0 -1 4202560 96 0 0 0 12 2 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537641761832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29286] ppid=29274 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29277/task/29286/stat : 29286 (java) S 29274 29277 26442 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537640708776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29287] ppid=29274 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/29277/task/29287/stat : 29287 (java) S 29274 29277 26442 0 -1 4202560 122 0 0 0 13 3 0 0 20 0 19 0 29443857 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537639656232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29288] ppid=29274 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29277/task/29288/stat : 29288 (java) S 29274 29277 26442 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 29443858 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537027856744 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29289] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29289/stat : 29289 (java) S 29274 29277 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537026803064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29290] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29290/stat : 29290 (java) S 29274 29277 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29443859 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537025749896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29291] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29291/stat : 29291 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537024698640 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29277/tid=29292] ppid=29274 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/29277/task/29292/stat : 29292 (java) S 29274 29277 26442 0 -1 4202560 5750 0 0 0 57 2 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537023646520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29293] ppid=29274 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/29277/task/29293/stat : 29293 (java) S 29274 29277 26442 0 -1 4202560 2029 0 0 0 35 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537022593976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29294] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29294/stat : 29294 (java) S 29274 29277 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537021541112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29277/tid=29295] ppid=29274 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/29277/task/29295/stat : 29295 (java) S 29274 29277 26442 0 -1 4202560 104 0 0 0 39 33 0 0 20 0 19 0 29443861 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537020488776 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29277/tid=29296] ppid=29274 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29277/task/29296/stat : 29296 (java) S 29274 29277 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29443897 9856040960 91610 33554432000 1073741824 1073778376 140736486180720 140537019434024 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 29277 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 29277 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=18115
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=22844
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.83
CPU time (s): 1800.03
CPU user time (s): 1799.55
CPU system time (s): 0.48
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 1.02284
maximum resident set size= 366672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13002
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= 38442
involuntary context switches= 4205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7194 second user time and 13.6269 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 20:00:59
IDJOB=4116361
IDBENCH=109460
IDSOLVER=2546
FILE ID=node138/4116361-1466964059
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116361-1466964059/watcher-4116361-1466964059 -o /tmp/evaluation-result-4116361-1466964059/solver-4116361-1466964059 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116361-1466964059.opb

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

MD5SUM BENCH= 78ca7d2efc3c3d047eb34d0c951eba42
RANDOM SEED=367900774

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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		: 2666.803
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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		: 2666.803
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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:        31143928 kB
Buffers:           29148 kB
Cached:           224684 kB
SwapCached:         3788 kB
Active:           227572 kB
Inactive:         232320 kB
Active(anon):     203724 kB
Inactive(anon):     4564 kB
Active(file):      23848 kB
Inactive(file):   227756 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        767520 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566904 kB
SReclaimable:      10576 kB
SUnreclaim:       556328 kB
KernelStack:        1768 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1254868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71716 MiB
End job on node138 at 2016-06-26 20:30:57