Trace number 4116193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-3.opb
MD5SUM902e2a935630f24bfbc28d6df6eb3690
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116193-1466976243.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.306s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10848
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 => 920
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10848 constraints processed.
1.72/1.07	c cleaning 2496 clauses out of 4998 with flag 17143/5000
2.40/1.69	c cleaning 4231 clauses out of 8502 with flag 39208/11000
3.11/2.39	c cleaning 5608 clauses out of 11271 with flag 66957/18000
4.02/3.22	c cleaning 6819 clauses out of 13663 with flag 103035/26000
4.93/4.18	c cleaning 7919 clauses out of 15845 with flag 144966/35001
6.03/5.24	c cleaning 8946 clauses out of 17925 with flag 192281/45000
7.24/6.42	c cleaning 9935 clauses out of 19979 with flag 246334/56000
8.65/7.81	c cleaning 11017 clauses out of 22044 with flag 307557/68000
10.14/9.31	c cleaning 11984 clauses out of 24027 with flag 373224/81000
11.74/10.95	c cleaning 13014 clauses out of 26044 with flag 450258/95001
13.55/12.73	c cleaning 13995 clauses out of 28030 with flag 532415/110001
15.44/14.67	c cleaning 14990 clauses out of 30034 with flag 620302/126000
17.54/16.74	c cleaning 16009 clauses out of 32045 with flag 714832/143001
19.84/19.06	c cleaning 17012 clauses out of 34036 with flag 816357/161001
22.34/21.57	c cleaning 18013 clauses out of 36025 with flag 922468/180002
24.94/24.17	c cleaning 18987 clauses out of 38010 with flag 1035609/200000
27.95/27.10	c cleaning 19995 clauses out of 40024 with flag 1155180/221001
30.95/30.13	c cleaning 21003 clauses out of 42028 with flag 1283370/243000
34.25/33.45	c cleaning 21991 clauses out of 44025 with flag 1414847/266000
37.95/37.10	c cleaning 22973 clauses out of 46034 with flag 1552588/290000
41.75/40.90	c cleaning 24020 clauses out of 48061 with flag 1697333/315000
45.65/44.87	c cleaning 25015 clauses out of 50041 with flag 1848156/341000
49.86/49.04	c cleaning 25983 clauses out of 52026 with flag 2007497/368000
54.08/53.29	c cleaning 26996 clauses out of 54043 with flag 2174716/396000
58.58/57.72	c cleaning 27978 clauses out of 56047 with flag 2346110/425000
63.18/62.38	c cleaning 29034 clauses out of 58070 with flag 2524476/455001
68.18/67.38	c cleaning 29977 clauses out of 60035 with flag 2708956/486000
73.27/72.41	c cleaning 30980 clauses out of 62058 with flag 2900891/518000
78.27/77.49	c cleaning 31998 clauses out of 64078 with flag 3095517/551000
83.58/82.79	c cleaning 33031 clauses out of 66081 with flag 3296145/585001
89.38/88.53	c cleaning 33990 clauses out of 68049 with flag 3502191/620000
95.18/94.36	c cleaning 35007 clauses out of 70059 with flag 3713141/656000
101.57/100.71	c cleaning 35984 clauses out of 72052 with flag 3937146/693000
107.97/107.11	c cleaning 37031 clauses out of 74068 with flag 4166167/731000
114.79/113.92	c cleaning 37969 clauses out of 76038 with flag 4399116/770001
121.78/120.95	c cleaning 39026 clauses out of 78068 with flag 4640864/810000
129.08/128.28	c cleaning 39962 clauses out of 80043 with flag 4886501/851001
136.79/135.90	c cleaning 41020 clauses out of 82080 with flag 5141711/893000
144.73/143.84	c cleaning 42016 clauses out of 84061 with flag 5398086/936001
152.74/151.81	c cleaning 43023 clauses out of 86045 with flag 5656419/980001
160.54/159.68	c cleaning 43965 clauses out of 88021 with flag 5929424/1025000
168.83/167.98	c cleaning 45017 clauses out of 90057 with flag 6204266/1071001
177.53/176.65	c cleaning 46007 clauses out of 92039 with flag 6489519/1118000
186.83/185.99	c cleaning 46970 clauses out of 94032 with flag 6774369/1166000
196.34/195.46	c cleaning 48014 clauses out of 96064 with flag 7065775/1215002
206.34/205.42	c cleaning 49014 clauses out of 98049 with flag 7366437/1265001
216.64/215.76	c cleaning 49994 clauses out of 100035 with flag 7669965/1316001
227.34/226.42	c cleaning 50959 clauses out of 102040 with flag 7980429/1368000
238.39/237.41	c cleaning 51980 clauses out of 104082 with flag 8298551/1421001
249.09/248.15	c cleaning 53027 clauses out of 106103 with flag 8626821/1475002
260.20/259.26	c cleaning 54029 clauses out of 108074 with flag 8953150/1530000
271.80/270.83	c cleaning 55012 clauses out of 110046 with flag 9288998/1586001
283.70/282.78	c cleaning 55986 clauses out of 112033 with flag 9628480/1643000
295.99/295.06	c cleaning 57019 clauses out of 114048 with flag 9976611/1701001
308.89/307.91	c cleaning 57994 clauses out of 116028 with flag 10326534/1760000
322.20/321.27	c cleaning 58996 clauses out of 118034 with flag 10682000/1820000
335.80/334.86	c cleaning 59990 clauses out of 120039 with flag 11046512/1881001
349.87/348.81	c cleaning 61018 clauses out of 122049 with flag 11417939/1943001
363.97/363.00	c cleaning 61948 clauses out of 124030 with flag 11790709/2006000
379.27/378.29	c cleaning 63028 clauses out of 126082 with flag 12170647/2070000
394.27/393.25	c cleaning 64007 clauses out of 128054 with flag 12558227/2135000
409.80/408.78	c cleaning 64996 clauses out of 130048 with flag 12949420/2201001
425.50/424.45	c cleaning 66006 clauses out of 132051 with flag 13350764/2268000
442.20/441.17	c cleaning 67024 clauses out of 134047 with flag 13753809/2336002
459.30/458.22	c cleaning 68004 clauses out of 136021 with flag 14161562/2405000
476.59/475.44	c cleaning 68989 clauses out of 138017 with flag 14575637/2475000
494.59/493.41	c cleaning 70001 clauses out of 140029 with flag 14992090/2546001
512.69/511.60	c cleaning 70962 clauses out of 142027 with flag 15413236/2618000
531.09/529.99	c cleaning 72020 clauses out of 144065 with flag 15843566/2691000
550.59/549.43	c cleaning 72990 clauses out of 146046 with flag 16276104/2765001
570.09/568.99	c cleaning 73986 clauses out of 148058 with flag 16714483/2840003
591.05/589.74	c cleaning 75007 clauses out of 150069 with flag 17164511/2916000
612.16/610.87	c cleaning 75995 clauses out of 152064 with flag 17617933/2993002
633.36/632.03	c cleaning 77018 clauses out of 154069 with flag 18081098/3071002
655.76/654.49	c cleaning 77976 clauses out of 156051 with flag 18542847/3150002
677.96/676.70	c cleaning 78949 clauses out of 158077 with flag 19011066/3230004
700.37/699.05	c cleaning 80044 clauses out of 160124 with flag 19496650/3311000
724.07/722.60	c cleaning 81012 clauses out of 162080 with flag 19972599/3393000
747.96/746.52	c cleaning 81984 clauses out of 164068 with flag 20460933/3476000
772.46/771.10	c cleaning 83007 clauses out of 166084 with flag 20954898/3560000
798.55/797.17	c cleaning 83994 clauses out of 168077 with flag 21452341/3645000
824.74/823.38	c cleaning 85022 clauses out of 170083 with flag 21953313/3731000
850.24/848.74	c cleaning 85992 clauses out of 172063 with flag 22462735/3818002
875.75/874.29	c cleaning 87026 clauses out of 174069 with flag 22982486/3906000
901.96/900.48	c cleaning 88022 clauses out of 176043 with flag 23505160/3995000
929.36/927.86	c cleaning 88981 clauses out of 178021 with flag 24030500/4085000
957.08/955.49	c cleaning 90004 clauses out of 180040 with flag 24564568/4176000
985.28/983.63	c cleaning 90984 clauses out of 182038 with flag 25107760/4268002
1013.88/1012.28	c cleaning 92002 clauses out of 184052 with flag 25644975/4361000
1043.69/1042.02	c cleaning 92982 clauses out of 186050 with flag 26190125/4455000
1073.99/1072.30	c cleaning 94018 clauses out of 188069 with flag 26746239/4550001
1105.69/1103.98	c cleaning 95012 clauses out of 190050 with flag 27307120/4646000
1136.49/1134.79	c cleaning 96016 clauses out of 192039 with flag 27882512/4743001
1167.79/1166.07	c cleaning 96991 clauses out of 194022 with flag 28456092/4841000
1200.18/1198.41	c cleaning 97944 clauses out of 196033 with flag 29029991/4940002
1233.49/1231.64	c cleaning 98994 clauses out of 198087 with flag 29613710/5040000
1267.90/1266.02	c cleaning 100024 clauses out of 200093 with flag 30197415/5141000
1302.71/1300.85	c cleaning 100992 clauses out of 202070 with flag 30786050/5243001
1338.44/1336.46	c cleaning 102032 clauses out of 204078 with flag 31384652/5346001
1374.74/1372.71	c cleaning 103022 clauses out of 206047 with flag 31991536/5450002
1411.75/1409.76	c cleaning 103972 clauses out of 208024 with flag 32601454/5555001
1449.95/1447.98	c cleaning 104964 clauses out of 210051 with flag 33214614/5661000
1488.01/1485.87	c cleaning 106026 clauses out of 212087 with flag 33832542/5768000
1527.31/1525.16	c cleaning 106998 clauses out of 214061 with flag 34462318/5876000
1567.32/1565.18	c cleaning 108010 clauses out of 216064 with flag 35096043/5985001
1608.59/1606.33	c cleaning 108966 clauses out of 218053 with flag 35736844/6095000
1649.80/1647.58	c cleaning 110026 clauses out of 220087 with flag 36385795/6206000
1691.21/1688.95	c cleaning 111022 clauses out of 222061 with flag 37037592/6318000
1734.51/1732.19	c cleaning 111994 clauses out of 224040 with flag 37695128/6431001
1777.52/1775.17	c cleaning 112973 clauses out of 226045 with flag 38358370/6545000
1800.01/1797.60	c starts		: 53874
1800.01/1797.60	c conflicts		: 6613523
1800.01/1797.60	c decisions		: 55924197
1800.01/1797.60	c propagations		: 859173205
1800.01/1797.60	c inspects		: 24545566071
1800.01/1797.60	c shortcuts		: 0
1800.01/1797.60	c learnt literals	: 2
1800.01/1797.60	c learnt binary clauses	: 73
1800.01/1797.60	c learnt ternary clauses	: 888
1800.01/1797.60	c learnt constraints	: 6613521
1800.01/1797.60	c ignored constraints	: 0
1800.01/1797.60	c root simplifications	: 0
1800.01/1797.60	c removed literals (reason simplification)	: 0
1800.01/1797.60	c reason swapping (by a shorter reason)	: 0
1800.01/1797.60	c Calls to reduceDB	: 110
1800.01/1797.60	c Number of update (reduction) of LBD	: 1411803
1800.01/1797.60	c Imported unit clauses	: 0
1800.01/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.60	c number of learned constraints concerned by reduction	: 0
1800.01/1797.60	c number of learning phase by resolution	: 0
1800.01/1797.60	c number of learning phase by cutting planes	: 0
1800.01/1797.60	c speed (assignments/second)	: 478069.28158836125
1800.01/1797.60	c non guided choices	23170
1800.01/1797.60	c timeout
1800.01/1797.63	c learnt constraints type 
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181522
1800.01/1797.63	s UNKNOWN
1800.01/1797.63	c Total wall clock time (in seconds): 1797.514

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

pid=24081
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.27 2.25 2.19 3/196 24084
/proc/meminfo: memFree=30149116/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/24084/stat : 24084 (java) R 24081 24084 19710 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 30662641 9433088 59 33554432000 1073741824 1073778376 140734301727312 140734301724440 273896537672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2304 68 54 9 0 36 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24084
/proc/meminfo: memFree=30149116/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 30662641 9787879424 6023 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24084
/proc/meminfo: memFree=30149116/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 4863 0 1 0 24 1 0 0 20 0 18 0 30662641 9787879424 6908 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2389619 6908 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24084
/proc/meminfo: memFree=30149116/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 5783 0 1 0 47 2 0 0 20 0 18 0 30662641 9787879424 8989 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2389619 8989 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24084
/proc/meminfo: memFree=30149116/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 9254 0 1 0 138 3 0 0 20 0 19 0 30662641 9856040960 16519 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 16519 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.27 2.25 2.19 4/215 24103
/proc/meminfo: memFree=30089952/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 9540 0 1 0 224 3 0 0 20 0 19 0 30662641 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 17038 2269 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2451 0 1 0 144 2 0 0 20 0 19 0 30662642 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139727107584264 139726980558537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2392 0 0 0 38 0 0 0 20 0 19 0 30662647 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 38 1 0 0 20 0 19 0 30662647 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 17038 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.27 2.25 2.19 4/215 24103
/proc/meminfo: memFree=30087408/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 9544 0 1 0 389 3 0 0 20 0 19 0 30662641 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 18063 2270 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2454 0 1 0 304 2 0 0 20 0 19 0 30662642 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139727107575504 139726980503966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2393 0 0 0 41 0 0 0 20 0 19 0 30662647 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 40 1 0 0 20 0 19 0 30662647 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 18063 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.33 2.26 2.19 4/215 24103
/proc/meminfo: memFree=30080836/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=7.14 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 9567 0 1 0 710 4 0 0 20 0 19 0 30662641 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 19662 2271 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2459 0 1 0 623 2 0 0 20 0 19 0 30662642 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139727107584232 139726980546168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30662643 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2410 0 0 0 42 0 0 0 20 0 19 0 30662647 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 40 1 0 0 20 0 19 0 30662647 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 19662 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 100755 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.22 2.18 4/215 24211
/proc/meminfo: memFree=29745268/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=1724.71 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 11766 0 1 0 172414 57 0 0 20 0 19 0 30662641 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 103826 2285 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=1717.17 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2516 0 1 0 171686 31 0 0 20 0 19 0 30662642 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139727107583280 139726980532810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 281 0 0 0 18 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 173 0 0 0 17 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 84 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 86 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 298 0 0 0 19 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 191 0 0 0 27 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 169 0 0 0 16 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 358 0 0 0 25 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2753 0 0 0 46 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 40 1 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 100 0 0 0 35 32 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/216 24224
/proc/meminfo: memFree=29744156/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=1784.72 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 11770 0 1 0 178414 58 0 0 20 0 19 0 30662641 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 103826 2285 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=1777.02 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2516 0 1 0 177669 33 0 0 20 0 19 0 30662642 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139727107575584 139726980503884 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 281 0 0 0 18 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 173 0 0 0 17 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 84 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 86 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 298 0 0 0 19 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 191 0 0 0 27 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 169 0 0 0 16 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 358 0 0 0 25 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2753 0 0 0 46 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 40 1 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 104 0 0 0 36 34 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.13 2.19 2.18 3/215 24224
/proc/meminfo: memFree=29744240/32872528 swapFree=1491540/1663236
[pid=24084] ppid=24081 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/24084/stat : 24084 (java) S 24081 24084 19710 0 -1 4202496 11770 0 1 0 179943 58 0 0 20 0 19 0 30662641 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 140734301718448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24084/statm: 2406260 103826 2285 9 0 2396937 0
[pid=24084/tid=24086] ppid=24081 vsize=9625040 CPUtime=1792.28 cores=0,2,4,6
/proc/24084/task/24086/stat : 24086 (java) R 24081 24084 19710 0 -1 4202560 2516 0 1 0 179195 33 0 0 20 0 19 0 30662642 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139727107575584 139726980512600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24087] ppid=24081 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24084/task/24087/stat : 24087 (java) S 24081 24084 19710 0 -1 4202560 281 0 0 0 18 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726951496232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24088] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24088/stat : 24088 (java) S 24081 24084 19710 0 -1 4202560 173 0 0 0 17 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726950443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24089] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24089/stat : 24089 (java) S 24081 24084 19710 0 -1 4202560 84 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726949390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24090] ppid=24081 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24084/task/24090/stat : 24090 (java) S 24081 24084 19710 0 -1 4202560 86 0 0 0 17 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726948337832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24091] ppid=24081 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24084/task/24091/stat : 24091 (java) S 24081 24084 19710 0 -1 4202560 298 0 0 0 19 2 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726947286056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24092] ppid=24081 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24084/task/24092/stat : 24092 (java) S 24081 24084 19710 0 -1 4202560 191 0 0 0 27 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726946233256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24093] ppid=24081 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24084/task/24093/stat : 24093 (java) S 24081 24084 19710 0 -1 4202560 169 0 0 0 16 3 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726945180456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24094] ppid=24081 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24084/task/24094/stat : 24094 (java) S 24081 24084 19710 0 -1 4202560 358 0 0 0 25 4 0 0 20 0 19 0 30662643 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726944127656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24084/tid=24095] ppid=24081 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24084/task/24095/stat : 24095 (java) S 24081 24084 19710 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726931716584 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24084/tid=24096] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24096/stat : 24096 (java) S 24081 24084 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726930662648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24097] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24097/stat : 24097 (java) S 24081 24084 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30662644 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726929609736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24098] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24098/stat : 24098 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726928558224 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24099] ppid=24081 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/24084/task/24099/stat : 24099 (java) S 24081 24084 19710 0 -1 4202560 2753 0 0 0 46 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726927506360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24100] ppid=24081 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24084/task/24100/stat : 24100 (java) S 24081 24084 19710 0 -1 4202560 3420 0 0 0 40 1 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726926453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24101] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24101/stat : 24101 (java) S 24081 24084 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726925400952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24084/tid=24102] ppid=24081 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/24084/task/24102/stat : 24102 (java) S 24081 24084 19710 0 -1 4202560 104 0 0 0 36 34 0 0 20 0 19 0 30662647 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726924348360 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24084/tid=24103] ppid=24081 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24084/task/24103/stat : 24103 (java) S 24081 24084 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30662684 9856040960 103826 33554432000 1073741824 1073778376 140734301727312 139726923293864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1797.64
CPU time (s): 1800.01
CPU user time (s): 1799.43
CPU system time (s): 0.58
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.07384
maximum resident set size= 415420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38443
involuntary context switches= 9899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2403 second user time and 13.017 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 23:24:03
IDJOB=4116193
IDBENCH=109439
IDSOLVER=2546
FILE ID=node134/4116193-1466976243
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-size144-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116193-1466976243/watcher-4116193-1466976243 -o /tmp/evaluation-result-4116193-1466976243/solver-4116193-1466976243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116193-1466976243.opb

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

MD5SUM BENCH= 902e2a935630f24bfbc28d6df6eb3690
RANDOM SEED=1744583182

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:        30149916 kB
Buffers:           40228 kB
Cached:           117476 kB
SwapCached:         1316 kB
Active:           226172 kB
Inactive:         132984 kB
Active(anon):     201452 kB
Inactive(anon):     2488 kB
Active(file):      24720 kB
Inactive(file):   130496 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       1815880 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             566028 kB
SReclaimable:       9728 kB
SUnreclaim:       556300 kB
KernelStack:        1776 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2359492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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 23:54:01