Trace number 4116049

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.24

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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.12	c solving HOME/instance-4116049-1466965858.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.295s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10048
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 936
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10048 constraints processed.
1.85/1.12	c cleaning 2496 clauses out of 4996 with flag 16009/5000
2.90/1.76	c cleaning 4240 clauses out of 8501 with flag 38257/11001
3.60/2.46	c cleaning 5618 clauses out of 11262 with flag 67393/18002
4.41/3.28	c cleaning 6783 clauses out of 13643 with flag 101512/26001
5.43/4.23	c cleaning 7928 clauses out of 15862 with flag 143087/35003
6.53/5.38	c cleaning 8950 clauses out of 17931 with flag 190456/45000
7.84/6.63	c cleaning 9989 clauses out of 19982 with flag 243512/56001
9.23/8.02	c cleaning 10969 clauses out of 21994 with flag 302183/68002
10.73/9.53	c cleaning 11976 clauses out of 24023 with flag 370130/81000
12.44/11.23	c cleaning 13015 clauses out of 26047 with flag 444251/95000
14.25/13.05	c cleaning 14007 clauses out of 28032 with flag 524995/110000
16.25/15.04	c cleaning 15004 clauses out of 30026 with flag 611993/126001
18.35/17.19	c cleaning 15991 clauses out of 32022 with flag 704087/143001
20.84/19.60	c cleaning 17012 clauses out of 34034 with flag 801484/161004
23.35/22.17	c cleaning 17970 clauses out of 36019 with flag 907586/180001
26.14/24.95	c cleaning 19020 clauses out of 38048 with flag 1021317/200000
29.04/27.87	c cleaning 19997 clauses out of 40028 with flag 1138806/221000
32.24/31.04	c cleaning 20981 clauses out of 42032 with flag 1266492/243001
35.74/34.53	c cleaning 21993 clauses out of 44050 with flag 1398736/266000
39.44/38.22	c cleaning 23005 clauses out of 46057 with flag 1537981/290000
43.24/42.09	c cleaning 24015 clauses out of 48053 with flag 1684698/315001
47.46/46.28	c cleaning 24996 clauses out of 50038 with flag 1837328/341001
51.86/50.67	c cleaning 26008 clauses out of 52041 with flag 1997157/368000
56.36/55.19	c cleaning 26972 clauses out of 54034 with flag 2162442/396001
60.86/59.60	c cleaning 27999 clauses out of 56061 with flag 2331964/425000
65.26/64.06	c cleaning 29022 clauses out of 58062 with flag 2513945/455000
70.06/68.85	c cleaning 29998 clauses out of 60040 with flag 2696202/486000
75.07/73.83	c cleaning 30991 clauses out of 62042 with flag 2892491/518000
80.36/79.14	c cleaning 32015 clauses out of 64051 with flag 3089496/551000
85.97/84.71	c cleaning 32994 clauses out of 66037 with flag 3292118/585001
91.88/90.66	c cleaning 33988 clauses out of 68042 with flag 3505738/620000
97.88/96.67	c cleaning 35013 clauses out of 70054 with flag 3725510/656000
104.28/103.08	c cleaning 35997 clauses out of 72041 with flag 3950729/693000
110.98/109.76	c cleaning 37010 clauses out of 74046 with flag 4182079/731002
117.99/116.78	c cleaning 37957 clauses out of 76034 with flag 4418691/770000
125.28/124.04	c cleaning 39018 clauses out of 78077 with flag 4664980/810000
132.78/131.55	c cleaning 40005 clauses out of 80059 with flag 4914686/851000
140.48/139.23	c cleaning 41013 clauses out of 82055 with flag 5172227/893001
148.63/147.31	c cleaning 41957 clauses out of 84041 with flag 5436670/936000
156.84/155.55	c cleaning 43021 clauses out of 86084 with flag 5707474/980000
165.35/164.05	c cleaning 44015 clauses out of 88063 with flag 5984448/1025000
174.15/172.82	c cleaning 44993 clauses out of 90048 with flag 6270546/1071000
183.34/182.04	c cleaning 46010 clauses out of 92055 with flag 6561266/1118000
192.76/191.44	c cleaning 47023 clauses out of 94046 with flag 6855707/1166001
202.55/201.29	c cleaning 47975 clauses out of 96022 with flag 7158026/1215000
212.66/211.37	c cleaning 48996 clauses out of 98048 with flag 7466336/1265001
223.25/221.92	c cleaning 49990 clauses out of 100051 with flag 7782037/1316000
234.25/232.93	c cleaning 50994 clauses out of 102061 with flag 8101475/1368000
245.25/243.98	c cleaning 52020 clauses out of 104067 with flag 8430068/1421000
256.69/255.33	c cleaning 53002 clauses out of 106047 with flag 8760932/1475000
268.28/266.92	c cleaning 54011 clauses out of 108045 with flag 9098869/1530000
280.28/278.94	c cleaning 54986 clauses out of 110034 with flag 9442290/1586000
292.69/291.39	c cleaning 56019 clauses out of 112048 with flag 9791851/1643000
305.69/304.33	c cleaning 56977 clauses out of 114029 with flag 10147576/1701000
318.90/317.55	c cleaning 58009 clauses out of 116052 with flag 10512222/1760000
332.61/331.28	c cleaning 58989 clauses out of 118043 with flag 10879745/1820000
346.81/345.47	c cleaning 59990 clauses out of 120056 with flag 11255484/1881002
361.47/360.00	c cleaning 61023 clauses out of 122064 with flag 11636376/1943000
376.07/374.67	c cleaning 62002 clauses out of 124041 with flag 12023448/2006000
391.07/389.63	c cleaning 63016 clauses out of 126039 with flag 12417279/2070000
406.17/404.77	c cleaning 63954 clauses out of 128023 with flag 12821284/2135000
422.29/420.86	c cleaning 65004 clauses out of 130069 with flag 13225114/2201000
438.91/437.46	c cleaning 66023 clauses out of 132068 with flag 13632600/2268003
455.61/454.15	c cleaning 66995 clauses out of 134042 with flag 14050919/2336000
473.32/471.88	c cleaning 68012 clauses out of 136047 with flag 14475767/2405000
490.98/489.47	c cleaning 68995 clauses out of 138035 with flag 14905630/2475000
509.39/507.83	c cleaning 70005 clauses out of 140041 with flag 15340721/2546001
528.19/526.66	c cleaning 70997 clauses out of 142035 with flag 15779124/2618000
547.39/545.82	c cleaning 72016 clauses out of 144039 with flag 16220152/2691001
567.19/565.66	c cleaning 72972 clauses out of 146022 with flag 16666649/2765000
587.40/585.83	c cleaning 74016 clauses out of 148050 with flag 17121136/2840000
608.43/606.75	c cleaning 74975 clauses out of 150034 with flag 17587247/2916000
629.74/628.07	c cleaning 76015 clauses out of 152059 with flag 18054247/2993000
651.94/650.22	c cleaning 77004 clauses out of 154044 with flag 18524982/3071000
675.54/673.86	c cleaning 77972 clauses out of 156040 with flag 18999282/3150000
699.04/697.40	c cleaning 79007 clauses out of 158069 with flag 19488608/3230001
723.14/721.49	c cleaning 80031 clauses out of 160061 with flag 19979473/3311000
747.05/745.25	c cleaning 80963 clauses out of 162032 with flag 20476616/3393002
771.26/769.45	c cleaning 82021 clauses out of 164067 with flag 20977296/3476000
796.26/794.42	c cleaning 83017 clauses out of 166046 with flag 21485737/3560000
821.97/820.18	c cleaning 83991 clauses out of 168030 with flag 22004917/3645001
848.27/846.46	c cleaning 84990 clauses out of 170038 with flag 22523695/3731000
875.57/873.64	c cleaning 86018 clauses out of 172048 with flag 23050451/3818000
902.68/900.78	c cleaning 87000 clauses out of 174031 with flag 23581828/3906001
930.98/929.04	c cleaning 88003 clauses out of 176031 with flag 24115476/3995001
959.49/957.55	c cleaning 88969 clauses out of 178027 with flag 24660598/4085000
988.29/986.22	c cleaning 89990 clauses out of 180058 with flag 25208493/4176000
1017.89/1015.85	c cleaning 91002 clauses out of 182068 with flag 25756187/4268000
1048.40/1046.31	c cleaning 92008 clauses out of 184068 with flag 26317014/4361002
1080.11/1078.09	c cleaning 93015 clauses out of 186058 with flag 26880443/4455000
1111.92/1109.79	c cleaning 93988 clauses out of 188043 with flag 27458959/4550000
1144.62/1142.47	c cleaning 95018 clauses out of 190055 with flag 28039915/4646000
1177.63/1175.43	c cleaning 95994 clauses out of 192038 with flag 28623837/4743001
1211.33/1209.16	c cleaning 97022 clauses out of 194044 with flag 29213926/4841001
1245.65/1243.39	c cleaning 97995 clauses out of 196021 with flag 29813902/4940000
1280.75/1278.44	c cleaning 98974 clauses out of 198026 with flag 30417647/5040000
1316.65/1314.36	c cleaning 99966 clauses out of 200053 with flag 31030911/5141001
1353.47/1351.09	c cleaning 101033 clauses out of 202087 with flag 31649846/5243001
1390.97/1388.57	c cleaning 102002 clauses out of 204053 with flag 32269217/5346000
1429.68/1427.21	c cleaning 103024 clauses out of 206051 with flag 32891994/5450000
1468.19/1465.72	c cleaning 104003 clauses out of 208028 with flag 33530847/5555001
1509.04/1506.46	c cleaning 104996 clauses out of 210024 with flag 34167828/5661000
1550.35/1547.80	c cleaning 105982 clauses out of 212028 with flag 34815189/5768000
1592.05/1589.45	c cleaning 106994 clauses out of 214046 with flag 35466225/5876000
1634.05/1631.32	c cleaning 108001 clauses out of 216052 with flag 36116953/5985000
1676.64/1673.98	c cleaning 109012 clauses out of 218051 with flag 36776345/6095000
1719.85/1717.06	c cleaning 109947 clauses out of 220039 with flag 37438461/6206000
1763.75/1760.93	c cleaning 110994 clauses out of 222092 with flag 38111551/6318000
1800.06/1797.20	c starts		: 56984
1800.06/1797.20	c conflicts		: 6414958
1800.06/1797.20	c decisions		: 53098526
1800.06/1797.20	c propagations		: 821515514
1800.06/1797.20	c inspects		: 24974365843
1800.06/1797.20	c shortcuts		: 0
1800.06/1797.20	c learnt literals	: 4
1800.06/1797.20	c learnt binary clauses	: 79
1800.06/1797.20	c learnt ternary clauses	: 869
1800.06/1797.20	c learnt constraints	: 6414954
1800.06/1797.20	c ignored constraints	: 0
1800.06/1797.20	c root simplifications	: 0
1800.06/1797.20	c removed literals (reason simplification)	: 0
1800.06/1797.20	c reason swapping (by a shorter reason)	: 0
1800.06/1797.20	c Calls to reduceDB	: 108
1800.06/1797.20	c Number of update (reduction) of LBD	: 1363526
1800.06/1797.20	c Imported unit clauses	: 0
1800.06/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.20	c number of learned constraints concerned by reduction	: 0
1800.06/1797.20	c number of learning phase by resolution	: 0
1800.06/1797.20	c number of learning phase by cutting planes	: 0
1800.06/1797.20	c speed (assignments/second)	: 457214.6519640936
1800.06/1797.20	c non guided choices	14087
1800.06/1797.20	c timeout
1800.06/1797.23	c learnt constraints type 
1800.06/1797.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
1800.06/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207977
1800.06/1797.23	s UNKNOWN
1800.06/1797.23	c Total wall clock time (in seconds): 1797.116

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29477
/proc/meminfo: memFree=31152468/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29477/stat : 29477 (java) D 29474 29477 26442 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 29623676 9515008 182 33554432000 1073741824 1073778376 140734107028800 140734107019832 206629060277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/29477/statm: 2323 182 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29477
/proc/meminfo: memFree=31152468/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 29623676 9787879424 5574 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2389619 5574 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29477
/proc/meminfo: memFree=31152468/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 4804 0 1 0 24 1 0 0 20 0 18 0 29623676 9787879424 6357 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2389619 6357 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29477
/proc/meminfo: memFree=31152468/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 5804 0 1 0 47 1 0 0 20 0 18 0 29623676 9787879424 8517 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2389619 8517 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700149 s]
/proc/loadavg: 2.09 2.11 2.09 3/195 29477
/proc/meminfo: memFree=31152468/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 10908 0 1 0 136 3 0 0 20 0 19 0 29623676 9856040960 15553 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 15553 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.09 2.11 2.09 3/214 29496
/proc/meminfo: memFree=31099728/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 18410 0 1 0 260 4 0 0 20 0 19 0 29623676 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 20360 2270 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2480 0 1 0 145 2 0 0 20 0 19 0 29623677 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140453144584472 140453084953341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29623679 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3868 0 0 0 41 0 0 0 20 0 19 0 29623682 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) R 29474 29477 26442 0 -1 4202560 10786 0 0 0 71 2 0 0 20 0 19 0 29623682 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452963568136 140453148702302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 20360 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.09 2.11 2.09 3/214 29496
/proc/meminfo: memFree=31078760/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 18464 0 1 0 427 4 0 0 20 0 19 0 29623676 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 20943 2270 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2484 0 1 0 304 2 0 0 20 0 19 0 29623677 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140453144584728 140453084881636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29623679 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 29623682 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) S 29474 29477 26442 0 -1 4202560 10819 0 0 0 76 2 0 0 20 0 19 0 29623682 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452963580856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 20943 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.08 2.11 2.09 3/213 29496
/proc/meminfo: memFree=31075152/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=7.53 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 18469 0 1 0 749 4 0 0 20 0 19 0 29623676 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 21738 2271 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2488 0 1 0 623 2 0 0 20 0 19 0 29623677 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140453144584424 140453084882154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29623678 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29623679 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 29623682 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) S 29474 29477 26442 0 -1 4202560 10819 0 0 0 78 2 0 0 20 0 19 0 29623682 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452963580856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 21738 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9625040


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

[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 107539 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.05 3/213 29602
/proc/meminfo: memFree=30696652/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=1725.15 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 20207 0 1 0 172461 54 0 0 20 0 19 0 29623676 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 109106 2285 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=1717.34 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2549 0 1 0 171706 28 0 0 20 0 19 0 29623677 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453144575776 140453084953341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 21 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 330 0 0 0 20 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 268 0 0 0 17 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 313 0 0 0 21 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 180 0 0 0 16 1 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 198 0 0 0 17 4 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 19 0 29623679 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) S 29474 29477 26442 0 -1 4202560 10828 0 0 0 82 2 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452963580856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 102 0 0 0 36 33 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.09 2.05 3/214 29607
/proc/meminfo: memFree=30696164/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=1785.16 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 20211 0 1 0 178461 55 0 0 20 0 19 0 29623676 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 109106 2285 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=1777.19 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2549 0 1 0 177690 29 0 0 20 0 19 0 29623677 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453144575776 140453084917580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 21 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 330 0 0 0 20 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 268 0 0 0 17 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 313 0 0 0 21 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 180 0 0 0 16 1 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 198 0 0 0 17 4 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 19 0 29623679 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) S 29474 29477 26442 0 -1 4202560 10828 0 0 0 82 2 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452963580856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 106 0 0 0 37 35 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.12 2.08 2.05 3/214 29607
/proc/meminfo: memFree=30696572/32872528 swapFree=552864/567172
[pid=29477] ppid=29474 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/29477/stat : 29477 (java) S 29474 29477 26442 0 -1 4202496 20211 0 1 0 179951 55 0 0 20 0 19 0 29623676 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140733655104688 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29477/statm: 2406260 109106 2285 9 0 2396937 0
[pid=29477/tid=29479] ppid=29474 vsize=9625040 CPUtime=1792.05 cores=0,2,4,6
/proc/29477/task/29479/stat : 29479 (java) R 29474 29477 26442 0 -1 4202560 2549 0 1 0 179176 29 0 0 20 0 19 0 29623677 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453144575776 140453084953341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29480] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29480/stat : 29480 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 21 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453083314600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29481] ppid=29474 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29477/task/29481/stat : 29481 (java) S 29474 29477 26442 0 -1 4202560 330 0 0 0 20 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140453082262056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29482] ppid=29474 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29477/task/29482/stat : 29482 (java) S 29474 29477 26442 0 -1 4202560 268 0 0 0 17 2 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452986304680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29483] ppid=29474 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/29477/task/29483/stat : 29483 (java) S 29474 29477 26442 0 -1 4202560 313 0 0 0 21 5 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452985252136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29484] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29484/stat : 29484 (java) S 29474 29477 26442 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452984200104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29485] ppid=29474 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29477/task/29485/stat : 29485 (java) S 29474 29477 26442 0 -1 4202560 180 0 0 0 16 1 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452983147560 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29486] ppid=29474 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29477/task/29486/stat : 29486 (java) S 29474 29477 26442 0 -1 4202560 198 0 0 0 17 4 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452982094504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29487] ppid=29474 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29477/task/29487/stat : 29487 (java) S 29474 29477 26442 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 19 0 29623678 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452981041960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29488] ppid=29474 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29477/task/29488/stat : 29488 (java) S 29474 29477 26442 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 19 0 29623679 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452968843624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29477/tid=29489] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29489/stat : 29489 (java) S 29474 29477 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452967789944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29490] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29490/stat : 29490 (java) S 29474 29477 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29623680 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452966736776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29491] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29491/stat : 29491 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452965685520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29477/tid=29492] ppid=29474 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/29477/task/29492/stat : 29492 (java) S 29474 29477 26442 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452964633400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29477/tid=29493] ppid=29474 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29477/task/29493/stat : 29493 (java) S 29474 29477 26442 0 -1 4202560 10828 0 0 0 82 2 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452963580856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29494] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29494/stat : 29494 (java) S 29474 29477 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452962527992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29495] ppid=29474 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/29477/task/29495/stat : 29495 (java) S 29474 29477 26442 0 -1 4202560 106 0 0 0 37 35 0 0 20 0 19 0 29623682 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452961475656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29477/tid=29496] ppid=29474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29477/task/29496/stat : 29496 (java) S 29474 29477 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29623718 9856040960 109106 33554432000 1073741824 1073778376 140733655113552 140452960371752 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 29477 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 29477 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=37112
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=51840
# CPU time returned by wait4() is 1796.09
# 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.24
CPU time (s): 1800.06
CPU user time (s): 1799.51
CPU system time (s): 0.55
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 1.05184
maximum resident set size= 438352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38460
involuntary context switches= 4159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4621 second user time and 16.9264 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 20:30:58
IDJOB=4116049
IDBENCH=109421
IDSOLVER=2546
FILE ID=node138/4116049-1466965858
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 099d421f33fdbd89edcd84295e2a469b
RANDOM SEED=2093106399

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31152384 kB
Buffers:           31136 kB
Cached:           225528 kB
SwapCached:         3788 kB
Active:           218128 kB
Inactive:         234588 kB
Active(anon):     194248 kB
Inactive(anon):     4564 kB
Active(file):      23880 kB
Inactive(file):   230024 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        760716 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             567172 kB
SReclaimable:      10684 kB
SUnreclaim:       556488 kB
KernelStack:        1576 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1252268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node138 at 2016-06-26 21:00:55