Trace number 4116537

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.02 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-7.opb
MD5SUMbfcd781f18820c497ed9f650463d13eb
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.06/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.31	c See www.sat4j.org for details.
0.06/0.32	c version PB16.v20160501
0.06/0.32	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.32	c java.vm.version	19.1-b02
0.06/0.32	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.32	c sun.arch.data.model	64
0.06/0.32	c java.version		1.6.0_24
0.06/0.32	c os.name		Linux
0.06/0.32	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.32	c os.arch		amd64
0.06/0.32	c Free memory 		501472288
0.06/0.32	c Max memory 		7480803328
0.06/0.32	c Total memory 		504102912
0.06/0.32	c Number of processors 	8
0.06/0.35	c Pseudo Boolean Optimization by upper bound
0.06/0.35	c --- Begin Solver configuration ---
0.06/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.35	c Learn all clauses as in MiniSAT
0.06/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.35	c No reason simplification
0.06/0.35	c Glucose 2.1 dynamic restart strategy
0.06/0.35	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.06/0.35	c timeout=2147483s
0.06/0.35	c DB Simplification allowed=false
0.06/0.35	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.35	c --- End Solver configuration ---
0.06/0.35	c solving HOME/instance-4116537-1466977129.opb
0.06/0.35	c reading problem ... 
0.06/0.35	c  no objective function found
0.64/0.66	c ... done. Wall clock time 0.31s.
0.64/0.66	c declared #vars     4288
0.64/0.66	c #constraints  10848
0.64/0.66	c constraints type 
0.64/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.64/0.66	c org.sat4j.specs.Constr$1 => 920
0.64/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.64/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.64/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.64/0.66	c 10848 constraints processed.
1.77/1.35	c cleaning 2484 clauses out of 4998 with flag 16667/5000
2.45/1.95	c cleaning 4245 clauses out of 8514 with flag 39454/11000
3.14/2.67	c cleaning 5620 clauses out of 11269 with flag 68941/18000
3.96/3.50	c cleaning 6801 clauses out of 13649 with flag 106669/26000
4.96/4.49	c cleaning 7921 clauses out of 15848 with flag 148212/35000
6.06/5.60	c cleaning 8952 clauses out of 17928 with flag 195912/45001
7.35/6.87	c cleaning 9977 clauses out of 19975 with flag 251094/56000
8.75/8.24	c cleaning 10984 clauses out of 21998 with flag 315549/68000
10.25/9.75	c cleaning 11995 clauses out of 24018 with flag 385668/81004
11.96/11.46	c cleaning 12969 clauses out of 26019 with flag 461313/95000
13.77/13.28	c cleaning 14006 clauses out of 28051 with flag 542327/110001
15.76/15.29	c cleaning 15006 clauses out of 30044 with flag 629106/126000
18.06/17.59	c cleaning 15967 clauses out of 32038 with flag 723487/143000
20.36/19.89	c cleaning 16998 clauses out of 34071 with flag 828856/161000
22.86/22.39	c cleaning 18021 clauses out of 36073 with flag 936006/180000
25.66/25.16	c cleaning 18986 clauses out of 38054 with flag 1051580/200002
28.66/28.12	c cleaning 20016 clauses out of 40066 with flag 1176447/221000
31.86/31.31	c cleaning 21011 clauses out of 42050 with flag 1299013/243000
35.26/34.75	c cleaning 21988 clauses out of 44039 with flag 1431756/266000
38.96/38.46	c cleaning 22994 clauses out of 46051 with flag 1569236/290000
42.86/42.32	c cleaning 24021 clauses out of 48057 with flag 1715212/315000
46.86/46.33	c cleaning 25008 clauses out of 50037 with flag 1867390/341001
51.17/50.62	c cleaning 26010 clauses out of 52028 with flag 2027141/368000
55.27/54.77	c cleaning 26988 clauses out of 54018 with flag 2190756/396000
59.57/59.07	c cleaning 27987 clauses out of 56032 with flag 2361666/425002
64.08/63.52	c cleaning 29004 clauses out of 58043 with flag 2536998/455000
68.69/68.20	c cleaning 29981 clauses out of 60039 with flag 2724782/486000
73.68/73.14	c cleaning 31025 clauses out of 62059 with flag 2914372/518001
78.79/78.28	c cleaning 32012 clauses out of 64034 with flag 3110596/551001
84.20/83.67	c cleaning 32973 clauses out of 66021 with flag 3311787/585000
89.70/89.18	c cleaning 34012 clauses out of 68050 with flag 3519333/620002
95.80/95.22	c cleaning 34995 clauses out of 70037 with flag 3731887/656001
102.10/101.50	c cleaning 36022 clauses out of 72043 with flag 3954164/693002
108.40/107.89	c cleaning 36981 clauses out of 74019 with flag 4181041/731000
115.11/114.54	c cleaning 37985 clauses out of 76038 with flag 4415934/770000
122.21/121.64	c cleaning 38993 clauses out of 78053 with flag 4654110/810000
129.41/128.84	c cleaning 40030 clauses out of 80060 with flag 4900024/851000
137.01/136.50	c cleaning 40981 clauses out of 82030 with flag 5153854/893000
144.53/143.98	c cleaning 41971 clauses out of 84050 with flag 5410654/936001
152.33/151.73	c cleaning 43016 clauses out of 86078 with flag 5677193/980000
160.43/159.88	c cleaning 44018 clauses out of 88062 with flag 5954259/1025000
168.93/168.38	c cleaning 45012 clauses out of 90045 with flag 6230721/1071001
177.92/177.31	c cleaning 46009 clauses out of 92032 with flag 6509662/1118000
187.00/186.44	c cleaning 46997 clauses out of 94023 with flag 6796445/1166000
196.51/195.97	c cleaning 47998 clauses out of 96028 with flag 7090500/1215002
206.20/205.68	c cleaning 49006 clauses out of 98028 with flag 7387310/1265000
216.41/215.86	c cleaning 49984 clauses out of 100023 with flag 7690722/1316001
226.81/226.30	c cleaning 51010 clauses out of 102038 with flag 8002466/1368000
237.64/237.00	c cleaning 52011 clauses out of 104028 with flag 8314003/1421000
248.64/248.04	c cleaning 52999 clauses out of 106017 with flag 8630123/1475000
260.24/259.65	c cleaning 53996 clauses out of 108018 with flag 8954937/1530000
272.14/271.51	c cleaning 55009 clauses out of 110023 with flag 9288793/1586001
284.24/283.66	c cleaning 56007 clauses out of 112014 with flag 9627298/1643001
296.75/296.16	c cleaning 56947 clauses out of 114006 with flag 9979021/1701000
309.85/309.25	c cleaning 58014 clauses out of 116061 with flag 10328569/1760002
323.16/322.54	c cleaning 58981 clauses out of 118045 with flag 10685526/1820000
337.15/336.53	c cleaning 60027 clauses out of 120064 with flag 11044660/1881000
351.02/350.37	c cleaning 60964 clauses out of 122039 with flag 11412571/1943002
364.92/364.27	c cleaning 62032 clauses out of 124074 with flag 11790857/2006001
379.13/378.47	c cleaning 62954 clauses out of 126041 with flag 12169964/2070000
393.93/393.25	c cleaning 63994 clauses out of 128088 with flag 12556324/2135001
409.14/408.42	c cleaning 64983 clauses out of 130093 with flag 12946893/2201000
425.05/424.32	c cleaning 66039 clauses out of 132111 with flag 13339785/2268001
441.15/440.47	c cleaning 67033 clauses out of 134071 with flag 13739007/2336000
457.75/457.08	c cleaning 67984 clauses out of 136038 with flag 14141888/2405000
474.59/473.84	c cleaning 69005 clauses out of 138055 with flag 14547664/2475001
491.79/491.10	c cleaning 69973 clauses out of 140049 with flag 14963457/2546000
509.49/508.76	c cleaning 71009 clauses out of 142076 with flag 15383192/2618000
527.59/526.80	c cleaning 71977 clauses out of 144067 with flag 15811757/2691000
545.90/545.18	c cleaning 73031 clauses out of 146090 with flag 16244218/2765000
564.79/564.10	c cleaning 73994 clauses out of 148060 with flag 16677624/2840001
584.17/583.34	c cleaning 75020 clauses out of 150065 with flag 17122188/2916000
603.56/602.76	c cleaning 76010 clauses out of 152047 with flag 17574089/2993002
623.77/622.96	c cleaning 76986 clauses out of 154036 with flag 18029496/3071001
644.68/643.82	c cleaning 77960 clauses out of 156049 with flag 18491894/3150000
666.08/665.28	c cleaning 79007 clauses out of 158089 with flag 18958163/3230000
688.18/687.31	c cleaning 80012 clauses out of 160082 with flag 19430613/3311000
710.45/709.52	c cleaning 81009 clauses out of 162071 with flag 19908566/3393001
733.14/732.21	c cleaning 82015 clauses out of 164062 with flag 20395895/3476001
756.46/755.58	c cleaning 83017 clauses out of 166047 with flag 20883348/3560001
780.47/779.53	c cleaning 83981 clauses out of 168029 with flag 21378201/3645000
804.68/803.77	c cleaning 85009 clauses out of 170049 with flag 21878897/3731001
829.87/828.80	c cleaning 85996 clauses out of 172039 with flag 22383487/3818000
855.38/854.36	c cleaning 87004 clauses out of 174043 with flag 22892814/3906000
881.38/880.38	c cleaning 87989 clauses out of 176039 with flag 23410101/3995000
908.10/907.02	c cleaning 88985 clauses out of 178050 with flag 23928029/4085000
935.20/934.11	c cleaning 89997 clauses out of 180065 with flag 24456332/4176000
963.08/961.99	c cleaning 91004 clauses out of 182068 with flag 24985486/4268000
991.21/990.09	c cleaning 92009 clauses out of 184066 with flag 25521289/4361002
1020.71/1019.51	c cleaning 93024 clauses out of 186056 with flag 26058010/4455001
1049.82/1048.68	c cleaning 93973 clauses out of 188032 with flag 26605029/4550001
1079.83/1078.53	c cleaning 95012 clauses out of 190058 with flag 27158429/4646000
1110.33/1109.09	c cleaning 95993 clauses out of 192046 with flag 27717226/4743000
1141.54/1140.29	c cleaning 97014 clauses out of 194053 with flag 28283204/4841000
1173.94/1172.61	c cleaning 98003 clauses out of 196040 with flag 28851186/4940001
1206.73/1205.34	c cleaning 99006 clauses out of 198036 with flag 29432257/5040000
1240.05/1238.70	c cleaning 99997 clauses out of 200031 with flag 30009373/5141001
1273.97/1272.58	c cleaning 100980 clauses out of 202033 with flag 30592817/5243000
1308.58/1307.16	c cleaning 101996 clauses out of 204053 with flag 31183143/5346000
1343.52/1341.94	c cleaning 103019 clauses out of 206058 with flag 31779569/5450001
1379.43/1377.82	c cleaning 103997 clauses out of 208038 with flag 32374672/5555000
1416.34/1414.79	c cleaning 104982 clauses out of 210041 with flag 32979683/5661000
1454.79/1453.04	c cleaning 105997 clauses out of 212060 with flag 33592806/5768001
1492.39/1490.62	c cleaning 107008 clauses out of 214062 with flag 34213729/5876000
1530.91/1529.13	c cleaning 108004 clauses out of 216054 with flag 34840919/5985000
1570.61/1568.72	c cleaning 109020 clauses out of 218051 with flag 35468433/6095001
1610.51/1608.64	c cleaning 110003 clauses out of 220030 with flag 36105510/6206000
1652.12/1650.22	c cleaning 110994 clauses out of 222027 with flag 36747363/6318000
1694.42/1692.60	c cleaning 111983 clauses out of 224033 with flag 37395255/6431000
1736.91/1734.93	c cleaning 113006 clauses out of 226053 with flag 38046995/6545003
1780.32/1778.33	c cleaning 114011 clauses out of 228047 with flag 38704526/6660003
1800.02/1798.00	c starts		: 53176
1800.02/1798.00	c conflicts		: 6721776
1800.02/1798.00	c decisions		: 56474713
1800.02/1798.00	c propagations		: 876381559
1800.02/1798.00	c inspects		: 25007558079
1800.02/1798.00	c shortcuts		: 0
1800.02/1798.00	c learnt literals	: 2
1800.02/1798.00	c learnt binary clauses	: 70
1800.02/1798.00	c learnt ternary clauses	: 870
1800.02/1798.00	c learnt constraints	: 6721774
1800.02/1798.00	c ignored constraints	: 0
1800.02/1798.00	c root simplifications	: 0
1800.02/1798.00	c removed literals (reason simplification)	: 0
1800.02/1798.00	c reason swapping (by a shorter reason)	: 0
1800.02/1798.00	c Calls to reduceDB	: 111
1800.02/1798.00	c Number of update (reduction) of LBD	: 1452091
1800.02/1798.00	c Imported unit clauses	: 0
1800.02/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.00	c number of learned constraints concerned by reduction	: 0
1800.02/1798.00	c number of learning phase by resolution	: 0
1800.02/1798.00	c number of learning phase by cutting planes	: 0
1800.02/1798.00	c speed (assignments/second)	: 487600.83490325115
1800.02/1798.00	c non guided choices	28896
1800.02/1798.00	c timeout
1800.02/1798.03	c learnt constraints type 
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175739
1800.02/1798.03	s UNKNOWN
1800.02/1798.03	c Total wall clock time (in seconds): 1797.682

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-4116537-1466977129/watcher-4116537-1466977129 -o /tmp/evaluation-result-4116537-1466977129/solver-4116537-1466977129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24373 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116537-1466977129.opb 

pid=24393
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.16 2.21 2.14 4/171 24396
/proc/meminfo: memFree=30408980/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24396/stat : 24396 (java) D 24393 24396 24197 0 -1 4202496 156 0 1 0 0 0 0 0 20 0 1 0 30751946 278528 33 33554432000 1073741824 1073778376 140734920947888 140734920945064 227503336743 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24396/statm: 68 33 25 9 0 25 0

[startup+0.100084 s]
/proc/loadavg: 2.16 2.21 2.14 4/171 24396
/proc/meminfo: memFree=30408980/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24396/stat : 24396 (java) D 24393 24396 24197 0 -1 4202496 1141 0 19 0 0 0 0 0 20 0 1 0 30751946 23793664 811 33554432000 1073741824 1073778376 140734420844784 140734420834776 139670542494176 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/24396/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200327 s]
/proc/loadavg: 2.16 2.21 2.14 4/171 24396
/proc/meminfo: memFree=30408980/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 3000 0 29 0 1 1 0 0 20 0 13 0 30751946 9446973440 3651 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2306390 3656 1654 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300339 s]
/proc/loadavg: 2.16 2.21 2.14 4/171 24396
/proc/meminfo: memFree=30408980/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 3409 0 29 0 4 2 0 0 20 0 18 0 30751946 9787879424 4569 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2389619 4570 1787 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 2.16 2.21 2.14 4/171 24396
/proc/meminfo: memFree=30408980/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 7003 0 31 0 84 3 0 0 20 0 19 0 30751946 9856040960 15694 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 15694 2256 9 0 2396937 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.16 2.21 2.14 4/211 24439
/proc/meminfo: memFree=30284312/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 9789 0 31 0 197 5 0 0 20 0 19 0 30751946 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 16263 2270 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2421 0 7 0 119 3 0 0 20 0 19 0 30751957 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670537739608 139670407712612 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2472 0 1 0 35 0 0 0 20 0 19 0 30751972 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3642 0 1 0 39 0 0 0 20 0 19 0 30751972 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 16263 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.15 2.21 2.14 4/211 24439
/proc/meminfo: memFree=30275352/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 9792 0 31 0 360 5 0 0 20 0 19 0 30751946 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 17287 2270 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2423 0 7 0 278 3 0 0 20 0 19 0 30751957 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670537731792 139670407799760 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2472 0 1 0 37 0 0 0 20 0 19 0 30751972 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3643 0 1 0 41 0 0 0 20 0 19 0 30751972 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 17287 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.15 2.21 2.14 4/211 24439
/proc/meminfo: memFree=30258540/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 9822 0 31 0 680 5 0 0 20 0 19 0 30751946 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 18712 2271 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=5.99 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2428 0 7 0 596 3 0 0 20 0 19 0 30751957 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670537731776 139670407493186 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2496 0 1 0 38 0 0 0 20 0 19 0 30751972 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3643 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 18712 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 86256 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.24 2.18 4/211 24516
/proc/meminfo: memFree=29685252/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=1724.31 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 11601 0 31 0 172361 70 0 0 20 0 19 0 30751946 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 89328 2285 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=1717.06 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2486 0 7 0 171675 31 0 0 20 0 19 0 30751957 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670537739568 139670407799744 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 105 0 0 0 14 4 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 120 0 0 0 19 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 252 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 40 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 200 0 0 0 17 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 166 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 103 0 0 0 13 2 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 152 0 0 0 12 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 53 0 0 0 0 3 0 0 20 0 19 0 30751965 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2940 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3643 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 100 0 0 0 27 45 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.25 2.19 3/211 24517
/proc/meminfo: memFree=29684760/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=1784.32 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 11605 0 31 0 178361 71 0 0 20 0 19 0 30751946 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 89328 2285 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=1776.9 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2486 0 7 0 177658 32 0 0 20 0 19 0 30751957 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670537731872 139670407744826 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 105 0 0 0 14 4 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 120 0 0 0 19 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 252 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 40 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 200 0 0 0 17 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 166 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 103 0 0 0 13 2 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 152 0 0 0 12 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 53 0 0 0 0 3 0 0 20 0 19 0 30751965 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2940 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3643 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 104 0 0 0 28 47 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.36 2.27 2.19 3/211 24517
/proc/meminfo: memFree=29685136/32872528 swapFree=1308564/1463908
[pid=24396] ppid=24393 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/24396/stat : 24396 (java) S 24393 24396 24197 0 -1 4202496 11607 0 31 0 179931 71 0 0 20 0 19 0 30751946 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 140734420835920 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/24396/statm: 2406260 89328 2285 9 0 2396937 0
[pid=24396/tid=24404] ppid=24393 vsize=9625040 CPUtime=1792.56 cores=1,3,5,7
/proc/24396/task/24404/stat : 24404 (java) R 24393 24396 24197 0 -1 4202560 2486 0 7 0 179224 32 0 0 20 0 19 0 30751957 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670537731872 139670407660682 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0
[pid=24396/tid=24406] ppid=24393 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24396/task/24406/stat : 24406 (java) S 24393 24396 24197 0 -1 4202560 105 0 0 0 14 4 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670526802472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24408] ppid=24393 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24396/task/24408/stat : 24408 (java) S 24393 24396 24197 0 -1 4202560 120 0 0 0 19 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670525749672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24410] ppid=24393 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24396/task/24410/stat : 24410 (java) S 24393 24396 24197 0 -1 4202560 252 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670379510056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24412] ppid=24393 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24396/task/24412/stat : 24412 (java) S 24393 24396 24197 0 -1 4202560 40 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670378457256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24414] ppid=24393 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24396/task/24414/stat : 24414 (java) S 24393 24396 24197 0 -1 4202560 200 0 0 0 17 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670377405480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24416] ppid=24393 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24396/task/24416/stat : 24416 (java) S 24393 24396 24197 0 -1 4202560 166 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670376352680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24418] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24418/stat : 24418 (java) S 24393 24396 24197 0 -1 4202560 103 0 0 0 13 2 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670375299880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24420] ppid=24393 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24396/task/24420/stat : 24420 (java) S 24393 24396 24197 0 -1 4202560 152 0 0 0 12 3 0 0 20 0 19 0 30751961 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670374247080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24423] ppid=24393 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24396/task/24423/stat : 24423 (java) S 24393 24396 24197 0 -1 4202560 53 0 0 0 0 3 0 0 20 0 19 0 30751965 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670361836008 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24425] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24425/stat : 24425 (java) S 24393 24396 24197 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670360782072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24426] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24426/stat : 24426 (java) S 24393 24396 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670359729160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24428] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24428/stat : 24428 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670358677648 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24430] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24430/stat : 24430 (java) S 24393 24396 24197 0 -1 4202560 2940 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670357625784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24396/tid=24433] ppid=24393 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24396/task/24433/stat : 24433 (java) S 24393 24396 24197 0 -1 4202560 3643 0 1 0 42 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670356572984 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24435] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24435/stat : 24435 (java) S 24393 24396 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670355520376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24396/tid=24436] ppid=24393 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24396/task/24436/stat : 24436 (java) S 24393 24396 24197 0 -1 4202560 106 0 0 0 29 47 0 0 20 0 19 0 30751972 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670354467784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24396/tid=24439] ppid=24393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24396/task/24439/stat : 24439 (java) S 24393 24396 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 89328 33554432000 1073741824 1073778376 140734420844784 139670353413288 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 24396 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 24396 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=699164
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=205816
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.04
CPU time (s): 1800.02
CPU user time (s): 1799.31
CPU system time (s): 0.71
CPU usage (%): 100.11
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.20582
maximum resident set size= 357432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11641
page faults= 31
swaps= 0
block input operations= 14016
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38806
involuntary context switches= 6204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65584 second user time and 16.6615 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-26 23:38:50
IDJOB=4116537
IDBENCH=109482
IDSOLVER=2546
FILE ID=node121/4116537-1466977129
RUNJOBID= node121-1466977129-24373
PBS_JOBID= 19976381
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= bfcd781f18820c497ed9f650463d13eb
RANDOM SEED=1802609736

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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.71
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.172
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.172
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:        30409252 kB
Buffers:           84104 kB
Cached:           180468 kB
SwapCached:         1456 kB
Active:            39220 kB
Inactive:         228992 kB
Active(anon):       3348 kB
Inactive(anon):     2960 kB
Active(file):      35872 kB
Inactive(file):   226032 kB
Unevictable:     1463908 kB
Mlocked:         1308564 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       1547880 kB
Mapped:             7276 kB
Shmem:                 0 kB
Slab:             594916 kB
SReclaimable:      39208 kB
SUnreclaim:       555708 kB
KernelStack:        1456 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1550536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71696 MiB
End job on node121 at 2016-06-27 00:08:48