Trace number 4116665

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

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116665-1466969050.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.304s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10720
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 856
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10720 constraints processed.
1.85/1.13	c cleaning 2492 clauses out of 4998 with flag 15266/5000
3.01/1.80	c cleaning 4246 clauses out of 8507 with flag 36702/11001
3.72/2.51	c cleaning 5625 clauses out of 11260 with flag 64078/18000
4.53/3.38	c cleaning 6774 clauses out of 13637 with flag 95150/26002
5.54/4.37	c cleaning 7927 clauses out of 15861 with flag 134851/35000
6.75/5.52	c cleaning 8951 clauses out of 17935 with flag 179904/45001
7.95/6.78	c cleaning 9975 clauses out of 19983 with flag 229591/56000
9.44/8.22	c cleaning 10988 clauses out of 22008 with flag 284976/68000
10.94/9.78	c cleaning 11989 clauses out of 24022 with flag 348957/81002
12.74/11.52	c cleaning 13015 clauses out of 26031 with flag 419530/95000
14.64/13.42	c cleaning 13979 clauses out of 28017 with flag 495122/110001
16.66/15.41	c cleaning 14998 clauses out of 30037 with flag 580908/126000
18.85/17.68	c cleaning 16013 clauses out of 32039 with flag 670378/143000
21.35/20.12	c cleaning 16978 clauses out of 34027 with flag 771078/161001
23.95/22.73	c cleaning 18001 clauses out of 36048 with flag 872079/180000
26.66/25.45	c cleaning 19019 clauses out of 38047 with flag 981759/200000
29.65/28.43	c cleaning 19997 clauses out of 40029 with flag 1098453/221001
32.85/31.65	c cleaning 21003 clauses out of 42032 with flag 1223729/243001
36.15/34.98	c cleaning 21958 clauses out of 44028 with flag 1354165/266000
39.76/38.52	c cleaning 23035 clauses out of 46070 with flag 1488464/290000
43.75/42.51	c cleaning 24002 clauses out of 48035 with flag 1631317/315000
47.86/46.60	c cleaning 24993 clauses out of 50034 with flag 1778146/341001
52.25/51.04	c cleaning 25986 clauses out of 52042 with flag 1934114/368002
56.68/55.45	c cleaning 27007 clauses out of 54054 with flag 2096141/396000
60.98/59.76	c cleaning 27981 clauses out of 56047 with flag 2266539/425000
65.58/64.39	c cleaning 28975 clauses out of 58067 with flag 2445090/455001
70.29/69.10	c cleaning 30037 clauses out of 60093 with flag 2625269/486002
75.39/74.14	c cleaning 31008 clauses out of 62054 with flag 2813187/518000
80.69/79.46	c cleaning 31994 clauses out of 64046 with flag 3005093/551000
86.18/84.92	c cleaning 33000 clauses out of 66053 with flag 3206728/585001
91.88/90.70	c cleaning 34022 clauses out of 68052 with flag 3414659/620000
98.09/96.88	c cleaning 34971 clauses out of 70030 with flag 3626045/656000
104.58/103.33	c cleaning 36029 clauses out of 72060 with flag 3846765/693001
111.39/110.17	c cleaning 37005 clauses out of 74030 with flag 4077421/731000
118.38/117.18	c cleaning 37994 clauses out of 76025 with flag 4309974/770000
125.78/124.51	c cleaning 38999 clauses out of 78031 with flag 4551141/810000
133.39/132.20	c cleaning 39995 clauses out of 80032 with flag 4799030/851000
141.38/140.15	c cleaning 41012 clauses out of 82038 with flag 5052483/893001
149.41/148.12	c cleaning 42007 clauses out of 84026 with flag 5316437/936001
157.31/156.09	c cleaning 42991 clauses out of 86018 with flag 5584390/980000
165.61/164.36	c cleaning 43985 clauses out of 88027 with flag 5859029/1025000
174.41/173.18	c cleaning 44997 clauses out of 90042 with flag 6140597/1071000
183.61/182.36	c cleaning 46013 clauses out of 92045 with flag 6428852/1118000
192.92/191.64	c cleaning 46959 clauses out of 94032 with flag 6722584/1166000
202.82/201.56	c cleaning 48014 clauses out of 96073 with flag 7026438/1215000
213.01/211.72	c cleaning 49022 clauses out of 98060 with flag 7335529/1265001
223.31/222.03	c cleaning 50014 clauses out of 100037 with flag 7646769/1316000
234.02/232.76	c cleaning 50976 clauses out of 102023 with flag 7968700/1368000
245.62/244.34	c cleaning 52002 clauses out of 104047 with flag 8293323/1421000
257.16/255.80	c cleaning 52970 clauses out of 106047 with flag 8623328/1475002
268.47/267.18	c cleaning 54038 clauses out of 108076 with flag 8961076/1530001
280.47/279.19	c cleaning 55003 clauses out of 110038 with flag 9307832/1586001
293.08/291.72	c cleaning 55986 clauses out of 112034 with flag 9656158/1643000
305.78/304.48	c cleaning 57004 clauses out of 114048 with flag 10011178/1701000
318.67/317.37	c cleaning 57972 clauses out of 116045 with flag 10377478/1760001
332.07/330.79	c cleaning 58997 clauses out of 118072 with flag 10749035/1820000
346.08/344.79	c cleaning 59970 clauses out of 120075 with flag 11126397/1881000
360.48/359.17	c cleaning 61045 clauses out of 122105 with flag 11510116/1943000
375.83/374.48	c cleaning 61975 clauses out of 124061 with flag 11899888/2006001
390.84/389.48	c cleaning 63036 clauses out of 126085 with flag 12295750/2070000
406.04/404.65	c cleaning 64011 clauses out of 128049 with flag 12696455/2135000
421.95/420.56	c cleaning 65020 clauses out of 130039 with flag 13099022/2201001
437.95/436.58	c cleaning 65985 clauses out of 132019 with flag 13510900/2268001
454.67/453.23	c cleaning 66960 clauses out of 134034 with flag 13925308/2336001
471.76/470.30	c cleaning 68033 clauses out of 136075 with flag 14348658/2405002
489.16/487.73	c cleaning 68991 clauses out of 138041 with flag 14778986/2475001
507.22/505.72	c cleaning 70003 clauses out of 140049 with flag 15215744/2546000
525.12/523.69	c cleaning 70977 clauses out of 142047 with flag 15658119/2618001
543.73/542.24	c cleaning 72015 clauses out of 144070 with flag 16105004/2691001
563.43/561.92	c cleaning 72982 clauses out of 146054 with flag 16561405/2765000
583.13/581.62	c cleaning 74017 clauses out of 148072 with flag 17021212/2840000
603.54/602.04	c cleaning 75028 clauses out of 150056 with flag 17485910/2916001
624.64/623.14	c cleaning 75979 clauses out of 152027 with flag 17960138/2993000
646.51/644.93	c cleaning 76996 clauses out of 154050 with flag 18436022/3071002
667.92/666.36	c cleaning 77984 clauses out of 156052 with flag 18926987/3150000
690.23/688.69	c cleaning 78990 clauses out of 158068 with flag 19414007/3230000
713.03/711.48	c cleaning 79984 clauses out of 160078 with flag 19915525/3311000
736.73/735.18	c cleaning 80989 clauses out of 162094 with flag 20417728/3393000
760.34/758.78	c cleaning 82013 clauses out of 164106 with flag 20928854/3476001
784.73/783.08	c cleaning 83040 clauses out of 166092 with flag 21447541/3560000
809.74/808.07	c cleaning 83998 clauses out of 168053 with flag 21966390/3645001
834.34/832.67	c cleaning 85013 clauses out of 170054 with flag 22494493/3731000
859.75/858.10	c cleaning 86017 clauses out of 172041 with flag 23026116/3818000
885.85/884.15	c cleaning 86980 clauses out of 174024 with flag 23563244/3906000
912.87/911.08	c cleaning 88000 clauses out of 176044 with flag 24107156/3995000
940.28/938.49	c cleaning 88975 clauses out of 178045 with flag 24660347/4085001
968.28/966.44	c cleaning 90012 clauses out of 180069 with flag 25222192/4176000
996.79/994.99	c cleaning 91010 clauses out of 182057 with flag 25786999/4268000
1025.90/1024.10	c cleaning 91991 clauses out of 184047 with flag 26352760/4361000
1055.82/1053.82	c cleaning 93012 clauses out of 186057 with flag 26929710/4455001
1085.41/1083.42	c cleaning 93993 clauses out of 188044 with flag 27509670/4550000
1116.22/1114.23	c cleaning 94989 clauses out of 190052 with flag 28094636/4646001
1148.03/1146.00	c cleaning 95980 clauses out of 192062 with flag 28688158/4743000
1180.25/1178.20	c cleaning 97034 clauses out of 194082 with flag 29288224/4841000
1212.65/1210.53	c cleaning 98008 clauses out of 196048 with flag 29898257/4940000
1246.05/1243.95	c cleaning 99009 clauses out of 198041 with flag 30514381/5040001
1280.46/1278.36	c cleaning 100012 clauses out of 200032 with flag 31133422/5141001
1314.99/1312.73	c cleaning 101004 clauses out of 202019 with flag 31762029/5243000
1349.79/1347.53	c cleaning 101972 clauses out of 204015 with flag 32396509/5346000
1385.00/1382.77	c cleaning 102999 clauses out of 206043 with flag 33031289/5450000
1422.10/1419.80	c cleaning 103979 clauses out of 208044 with flag 33676130/5555000
1459.55/1457.11	c cleaning 105007 clauses out of 210066 with flag 34323362/5661001
1497.36/1494.96	c cleaning 106010 clauses out of 212058 with flag 34977913/5768000
1536.37/1533.99	c cleaning 107000 clauses out of 214048 with flag 35639059/5876000
1576.07/1573.64	c cleaning 107956 clauses out of 216049 with flag 36305785/5985001
1616.16/1613.64	c cleaning 109016 clauses out of 218092 with flag 36976756/6095000
1657.16/1654.61	c cleaning 109995 clauses out of 220078 with flag 37657276/6206002
1698.28/1695.75	c cleaning 111006 clauses out of 222082 with flag 38340675/6318001
1740.65/1738.01	c cleaning 112009 clauses out of 224075 with flag 39032279/6431000
1783.26/1780.68	c cleaning 113031 clauses out of 226067 with flag 39728758/6545001
1800.06/1797.41	c starts		: 50661
1800.06/1797.41	c conflicts		: 6598658
1800.06/1797.41	c decisions		: 66182452
1800.06/1797.41	c propagations		: 907396594
1800.06/1797.41	c inspects		: 24148386857
1800.06/1797.41	c shortcuts		: 0
1800.06/1797.41	c learnt literals	: 2
1800.06/1797.41	c learnt binary clauses	: 36
1800.06/1797.41	c learnt ternary clauses	: 522
1800.06/1797.41	c learnt constraints	: 6598656
1800.06/1797.41	c ignored constraints	: 0
1800.06/1797.41	c root simplifications	: 0
1800.06/1797.41	c removed literals (reason simplification)	: 0
1800.06/1797.41	c reason swapping (by a shorter reason)	: 0
1800.06/1797.41	c Calls to reduceDB	: 110
1800.06/1797.41	c Number of update (reduction) of LBD	: 1355952
1800.06/1797.41	c Imported unit clauses	: 0
1800.06/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.41	c number of learned constraints concerned by reduction	: 0
1800.06/1797.41	c number of learning phase by resolution	: 0
1800.06/1797.41	c number of learning phase by cutting planes	: 0
1800.06/1797.41	c speed (assignments/second)	: 504955.299546351
1800.06/1797.41	c non guided choices	24704
1800.06/1797.41	c timeout
1800.06/1797.44	c learnt constraints type 
1800.06/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.06/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166657
1800.06/1797.44	s UNKNOWN
1800.06/1797.44	c Total wall clock time (in seconds): 1797.322

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-4116665-1466969050/watcher-4116665-1466969050 -o /tmp/evaluation-result-4116665-1466969050/solver-4116665-1466969050 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116665-1466969050.opb 

pid=23330
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.21 2.23 2.18 2/196 23333
/proc/meminfo: memFree=30163304/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/23333/stat : 23333 (java) D 23330 23333 19710 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 29943315 2560000 46 33554432000 1073741824 1073778376 140734874278880 140734874276008 273896533287 0 0 4096 0 18446744072100764964 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.21 2.23 2.18 2/196 23333
/proc/meminfo: memFree=30163304/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 4388 0 1 0 8 1 0 0 20 0 18 0 29943315 9787879424 6027 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.21 2.23 2.18 2/196 23333
/proc/meminfo: memFree=30163304/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 4841 0 1 0 24 2 0 0 20 0 18 0 29943315 9787879424 6890 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2389619 6890 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.21 2.23 2.18 2/196 23333
/proc/meminfo: memFree=30163304/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 5795 0 1 0 47 2 0 0 20 0 18 0 29943315 9787879424 8999 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2389619 8999 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700161 s]
/proc/loadavg: 2.21 2.23 2.18 2/196 23333
/proc/meminfo: memFree=30163304/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 10352 0 1 0 135 3 0 0 20 0 19 0 29943315 9856040960 16274 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 16274 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.21 2.23 2.18 3/215 23352
/proc/meminfo: memFree=30104884/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 18527 0 1 0 259 5 0 0 20 0 19 0 29943315 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 21591 2270 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2439 0 1 0 144 2 0 0 20 0 19 0 29943316 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792162433504 139792009046417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29943318 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) R 23330 23333 19710 0 -1 4202560 11022 0 0 0 75 2 0 0 20 0 19 0 29943321 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791511263624 139792166527338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3790 0 0 0 37 0 0 0 20 0 19 0 29943321 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 21591 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.19 2.23 2.18 4/215 23352
/proc/meminfo: memFree=30082064/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 18622 0 1 0 428 5 0 0 20 0 19 0 29943315 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 22707 2270 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2442 0 1 0 304 2 0 0 20 0 19 0 29943316 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792162426576 139792009065538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29943318 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) S 23330 23333 19710 0 -1 4202560 11114 0 0 0 82 3 0 0 20 0 19 0 29943321 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791511276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3790 0 0 0 39 0 0 0 20 0 19 0 29943321 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 22707 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.23 2.18 3/215 23352
/proc/meminfo: memFree=30078408/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=7.54 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 18627 0 1 0 749 5 0 0 20 0 19 0 29943315 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 23313 2271 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2446 0 1 0 623 2 0 0 20 0 19 0 29943316 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792162426560 139792009065602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29943317 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29943318 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) S 23330 23333 19710 0 -1 4202560 11114 0 0 0 82 3 0 0 20 0 19 0 29943321 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791511276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3790 0 0 0 40 0 0 0 20 0 19 0 29943321 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 23313 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9625040


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

/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 94137 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.87
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.26 2.25 3/215 23461
/proc/meminfo: memFree=29788916/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=1724.95 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 20598 0 1 0 172444 51 0 0 20 0 19 0 29943315 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 96707 2285 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=1717.28 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2505 0 1 0 171698 30 0 0 20 0 19 0 29943316 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792162434352 139792008990450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 297 0 0 0 19 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 203 0 0 0 13 1 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 370 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 201 0 0 0 20 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 294 0 0 0 13 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 122 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 195 0 0 0 16 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29943318 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) S 23330 23333 19710 0 -1 4202560 11114 0 0 0 82 3 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791511276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3796 0 0 0 44 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 100 0 0 0 33 37 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.95
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.28 2.25 4/215 23462
/proc/meminfo: memFree=29778852/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=1784.96 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 20602 0 1 0 178444 52 0 0 20 0 19 0 29943315 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 96707 2285 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=1777.12 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2505 0 1 0 177681 31 0 0 20 0 19 0 29943316 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792162426656 139792008990494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 297 0 0 0 19 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 203 0 0 0 13 1 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 370 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 201 0 0 0 20 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 294 0 0 0 13 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 122 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 195 0 0 0 16 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29943318 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) S 23330 23333 19710 0 -1 4202560 11114 0 0 0 82 3 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791511276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3796 0 0 0 44 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 104 0 0 0 34 38 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.30 2.28 2.25 3/215 23462
/proc/meminfo: memFree=29779116/32872528 swapFree=1491540/1663236
[pid=23333] ppid=23330 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/23333/stat : 23333 (java) S 23330 23333 19710 0 -1 4202496 20602 0 1 0 179954 52 0 0 20 0 19 0 29943315 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 140734874270016 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23333/statm: 2406260 96707 2285 9 0 2396937 0
[pid=23333/tid=23335] ppid=23330 vsize=9625040 CPUtime=1792.19 cores=0,2,4,6
/proc/23333/task/23335/stat : 23335 (java) R 23330 23333 19710 0 -1 4202560 2505 0 1 0 179188 31 0 0 20 0 19 0 29943316 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792162426656 139792009065629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23336] ppid=23330 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/23333/task/23336/stat : 23336 (java) S 23330 23333 19710 0 -1 4202560 297 0 0 0 19 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792134887848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23337] ppid=23330 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23333/task/23337/stat : 23337 (java) S 23330 23333 19710 0 -1 4202560 203 0 0 0 13 1 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792133835304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23338] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23338/stat : 23338 (java) S 23330 23333 19710 0 -1 4202560 370 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792132782248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23339] ppid=23330 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/23333/task/23339/stat : 23339 (java) S 23330 23333 19710 0 -1 4202560 201 0 0 0 20 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792131729704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23340] ppid=23330 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23333/task/23340/stat : 23340 (java) S 23330 23333 19710 0 -1 4202560 294 0 0 0 13 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792130677672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23333/tid=23341] ppid=23330 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23333/task/23341/stat : 23341 (java) S 23330 23333 19710 0 -1 4202560 70 0 0 0 17 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792129625128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23342] ppid=23330 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23333/task/23342/stat : 23342 (java) S 23330 23333 19710 0 -1 4202560 122 0 0 0 16 2 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792128572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23333/tid=23343] ppid=23330 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/23333/task/23343/stat : 23343 (java) S 23330 23333 19710 0 -1 4202560 195 0 0 0 16 3 0 0 20 0 19 0 29943317 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139792127519528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23344] ppid=23330 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23333/task/23344/stat : 23344 (java) S 23330 23333 19710 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29943318 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791515486568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23345] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23345/stat : 23345 (java) S 23330 23333 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791514432888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23346] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23346/stat : 23346 (java) S 23330 23333 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29943319 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791513379720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23347] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23347/stat : 23347 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791512328464 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23348] ppid=23330 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/23333/task/23348/stat : 23348 (java) S 23330 23333 19710 0 -1 4202560 11114 0 0 0 82 3 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791511276344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23349] ppid=23330 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23333/task/23349/stat : 23349 (java) S 23330 23333 19710 0 -1 4202560 3796 0 0 0 44 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791510223800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23350] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23350/stat : 23350 (java) S 23330 23333 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791509170936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23333/tid=23351] ppid=23330 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/23333/task/23351/stat : 23351 (java) S 23330 23333 19710 0 -1 4202560 104 0 0 0 35 38 0 0 20 0 19 0 29943321 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791508118600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23333/tid=23352] ppid=23330 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23333/task/23352/stat : 23352 (java) S 23330 23333 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29943358 9856040960 96707 33554432000 1073741824 1073778376 140734874278880 139791507063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23333 sig 9
??? kill -23333 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 23333 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=978121
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=71837
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.44
CPU time (s): 1800.06
CPU user time (s): 1799.54
CPU system time (s): 0.52
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 1.07184
maximum resident set size= 386948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38418
involuntary context switches= 4030

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1435 second user time and 13.8429 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 21:24:10
IDJOB=4116665
IDBENCH=109498
IDSOLVER=2546
FILE ID=node134/4116665-1466969050
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116665-1466969050/watcher-4116665-1466969050 -o /tmp/evaluation-result-4116665-1466969050/solver-4116665-1466969050 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116665-1466969050.opb

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

MD5SUM BENCH= f982646c7ec329d9f670a4f55dd3af78
RANDOM SEED=1605008688

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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.170
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.54
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.170
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.56
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.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30163196 kB
Buffers:           32164 kB
Cached:           114828 kB
SwapCached:         1316 kB
Active:           202684 kB
Inactive:         123500 kB
Active(anon):     178932 kB
Inactive(anon):     2488 kB
Active(file):      23752 kB
Inactive(file):   121012 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1838584 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565676 kB
SReclaimable:       9356 kB
SUnreclaim:       556320 kB
KernelStack:        1792 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2337576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71692 MiB
End job on node134 at 2016-06-26 21:54:08