Trace number 4116065

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.09 1797.84

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116065-1466963484.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  10016
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 920
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10016 constraints processed.
1.69/1.08	c cleaning 2497 clauses out of 4998 with flag 17227/5000
2.37/1.67	c cleaning 4232 clauses out of 8502 with flag 39699/11001
3.17/2.41	c cleaning 5629 clauses out of 11269 with flag 68738/18000
3.98/3.24	c cleaning 6814 clauses out of 13640 with flag 104421/26000
5.00/4.21	c cleaning 7850 clauses out of 15826 with flag 146908/35000
6.10/5.35	c cleaning 8958 clauses out of 17976 with flag 195705/45000
7.41/6.65	c cleaning 10005 clauses out of 20020 with flag 250702/56002
8.90/8.11	c cleaning 10998 clauses out of 22014 with flag 314329/68001
10.40/9.63	c cleaning 11998 clauses out of 24015 with flag 384773/81000
12.11/11.36	c cleaning 12986 clauses out of 26019 with flag 462972/95002
14.02/13.24	c cleaning 13998 clauses out of 28032 with flag 545288/110001
16.11/15.30	c cleaning 14976 clauses out of 30033 with flag 638989/126000
18.31/17.53	c cleaning 16014 clauses out of 32057 with flag 737340/143000
20.61/19.89	c cleaning 16973 clauses out of 34043 with flag 840564/161000
23.21/22.46	c cleaning 18031 clauses out of 36071 with flag 950717/180001
26.01/25.23	c cleaning 19000 clauses out of 38041 with flag 1066765/200002
29.02/28.21	c cleaning 19981 clauses out of 40039 with flag 1191595/221000
32.22/31.48	c cleaning 21022 clauses out of 42059 with flag 1319931/243001
35.71/34.93	c cleaning 21995 clauses out of 44036 with flag 1455677/266000
39.33/38.59	c cleaning 22995 clauses out of 46042 with flag 1600952/290001
43.22/42.40	c cleaning 24009 clauses out of 48046 with flag 1753299/315000
47.32/46.58	c cleaning 24976 clauses out of 50037 with flag 1911972/341000
51.72/50.92	c cleaning 26015 clauses out of 52061 with flag 2077837/368000
56.22/55.45	c cleaning 27012 clauses out of 54046 with flag 2250063/396000
60.73/59.99	c cleaning 28007 clauses out of 56034 with flag 2426161/425000
65.24/64.48	c cleaning 29007 clauses out of 58027 with flag 2611145/455000
70.15/69.31	c cleaning 29980 clauses out of 60021 with flag 2801896/486001
75.14/74.38	c cleaning 30987 clauses out of 62041 with flag 2998153/518001
80.44/79.64	c cleaning 32009 clauses out of 64053 with flag 3204168/551000
85.84/85.04	c cleaning 32990 clauses out of 66044 with flag 3415969/585000
91.55/90.79	c cleaning 33976 clauses out of 68058 with flag 3633719/620004
97.65/96.81	c cleaning 34998 clauses out of 70080 with flag 3855411/656002
103.96/103.12	c cleaning 36029 clauses out of 72081 with flag 4087172/693001
110.65/109.83	c cleaning 37012 clauses out of 74051 with flag 4325168/731000
117.66/116.85	c cleaning 37978 clauses out of 76041 with flag 4564344/770002
125.05/124.22	c cleaning 38997 clauses out of 78062 with flag 4811295/810001
132.65/131.84	c cleaning 40005 clauses out of 80064 with flag 5063744/851000
140.56/139.78	c cleaning 41011 clauses out of 82059 with flag 5323562/893000
148.85/148.05	c cleaning 42001 clauses out of 84050 with flag 5588922/936002
156.98/156.18	c cleaning 43019 clauses out of 86047 with flag 5860556/980000
165.48/164.62	c cleaning 43997 clauses out of 88029 with flag 6138532/1025001
174.18/173.40	c cleaning 44999 clauses out of 90031 with flag 6424747/1071000
183.19/182.39	c cleaning 45999 clauses out of 92032 with flag 6717003/1118000
192.79/191.92	c cleaning 46965 clauses out of 94033 with flag 7013279/1166000
202.50/201.69	c cleaning 48020 clauses out of 96068 with flag 7315841/1215000
212.59/211.77	c cleaning 48986 clauses out of 98048 with flag 7625463/1265000
223.12/222.26	c cleaning 50020 clauses out of 100062 with flag 7940992/1316000
234.01/233.17	c cleaning 51008 clauses out of 102043 with flag 8262002/1368001
245.22/244.31	c cleaning 52001 clauses out of 104037 with flag 8588310/1421003
256.75/255.83	c cleaning 52980 clauses out of 106033 with flag 8922472/1475000
268.55/267.66	c cleaning 54019 clauses out of 108054 with flag 9262830/1530001
280.46/279.51	c cleaning 55004 clauses out of 110034 with flag 9608609/1586000
292.76/291.80	c cleaning 55995 clauses out of 112030 with flag 9959702/1643000
305.37/304.43	c cleaning 56972 clauses out of 114035 with flag 10319087/1701000
318.57/317.67	c cleaning 58006 clauses out of 116063 with flag 10678997/1760000
332.18/331.27	c cleaning 59000 clauses out of 118059 with flag 11051104/1820002
346.18/345.26	c cleaning 60020 clauses out of 120058 with flag 11420263/1881001
360.87/359.92	c cleaning 61013 clauses out of 122037 with flag 11798427/1943000
375.43/374.42	c cleaning 61993 clauses out of 124025 with flag 12183233/2006001
390.03/389.04	c cleaning 62968 clauses out of 126031 with flag 12576074/2070000
405.15/404.10	c cleaning 63988 clauses out of 128063 with flag 12977650/2135000
420.77/419.79	c cleaning 64994 clauses out of 130075 with flag 13386729/2201000
437.38/436.30	c cleaning 66012 clauses out of 132082 with flag 13800965/2268001
454.08/453.07	c cleaning 67001 clauses out of 134070 with flag 14222121/2336001
471.29/470.26	c cleaning 68006 clauses out of 136068 with flag 14645418/2405000
489.29/488.25	c cleaning 69017 clauses out of 138063 with flag 15079793/2475001
507.32/506.24	c cleaning 70011 clauses out of 140046 with flag 15515230/2546001
525.53/524.47	c cleaning 71001 clauses out of 142034 with flag 15953421/2618000
544.33/543.29	c cleaning 71990 clauses out of 144033 with flag 16401458/2691000
563.74/562.67	c cleaning 72982 clauses out of 146044 with flag 16852235/2765001
583.84/582.76	c cleaning 74002 clauses out of 148061 with flag 17308406/2840000
604.26/603.14	c cleaning 75015 clauses out of 150059 with flag 17774617/2916000
625.13/623.99	c cleaning 76008 clauses out of 152044 with flag 18244213/2993000
646.43/645.20	c cleaning 76995 clauses out of 154036 with flag 18720743/3071000
668.02/666.89	c cleaning 77986 clauses out of 156041 with flag 19200729/3150000
690.42/689.21	c cleaning 79007 clauses out of 158055 with flag 19689553/3230000
713.23/712.00	c cleaning 80004 clauses out of 160049 with flag 20182508/3311001
736.53/735.35	c cleaning 80991 clauses out of 162044 with flag 20683035/3393000
760.40/759.14	c cleaning 81978 clauses out of 164054 with flag 21190308/3476001
784.80/783.58	c cleaning 82996 clauses out of 166075 with flag 21701116/3560000
809.71/808.45	c cleaning 84020 clauses out of 168079 with flag 22219648/3645000
835.23/833.96	c cleaning 84985 clauses out of 170059 with flag 22744202/3731000
861.43/860.13	c cleaning 86015 clauses out of 172076 with flag 23272529/3818002
888.45/887.03	c cleaning 87018 clauses out of 174059 with flag 23808226/3906000
915.36/913.93	c cleaning 88009 clauses out of 176041 with flag 24352164/3995000
943.57/942.11	c cleaning 88963 clauses out of 178032 with flag 24895980/4085000
971.78/970.39	c cleaning 90005 clauses out of 180070 with flag 25451686/4176001
1000.87/999.47	c cleaning 91009 clauses out of 182064 with flag 26002933/4268000
1030.35/1028.87	c cleaning 92006 clauses out of 184055 with flag 26567600/4361000
1060.28/1058.75	c cleaning 93021 clauses out of 186049 with flag 27134136/4455000
1090.98/1089.48	c cleaning 94003 clauses out of 188029 with flag 27707229/4550001
1122.50/1120.91	c cleaning 94989 clauses out of 190026 with flag 28292641/4646001
1154.78/1153.14	c cleaning 95986 clauses out of 192037 with flag 28875676/4743001
1186.98/1185.34	c cleaning 97013 clauses out of 194050 with flag 29467229/4841000
1220.67/1219.02	c cleaning 98020 clauses out of 196040 with flag 30064836/4940003
1255.27/1253.64	c cleaning 98985 clauses out of 198018 with flag 30670126/5040001
1290.43/1288.60	c cleaning 99976 clauses out of 200032 with flag 31275560/5141000
1325.43/1323.67	c cleaning 101003 clauses out of 202057 with flag 31891643/5243001
1361.74/1359.97	c cleaning 102003 clauses out of 204054 with flag 32513662/5346001
1399.26/1397.43	c cleaning 103010 clauses out of 206050 with flag 33135779/5450000
1437.21/1435.22	c cleaning 104001 clauses out of 208040 with flag 33767238/5555000
1475.31/1473.35	c cleaning 104988 clauses out of 210040 with flag 34405782/5661001
1514.83/1512.82	c cleaning 105996 clauses out of 212051 with flag 35044328/5768000
1554.71/1552.69	c cleaning 107006 clauses out of 214056 with flag 35699128/5876001
1595.31/1593.21	c cleaning 108018 clauses out of 216050 with flag 36354570/5985001
1636.02/1633.95	c cleaning 109003 clauses out of 218032 with flag 37020003/6095001
1677.80/1675.67	c cleaning 110004 clauses out of 220029 with flag 37694754/6206001
1719.71/1717.55	c cleaning 111003 clauses out of 222024 with flag 38378424/6318000
1762.91/1760.74	c cleaning 111973 clauses out of 224022 with flag 39058681/6431001
1800.09/1797.80	c starts		: 58012
1800.09/1797.80	c conflicts		: 6530746
1800.09/1797.80	c decisions		: 57819451
1800.09/1797.80	c propagations		: 863436806
1800.09/1797.80	c inspects		: 25479883576
1800.09/1797.80	c shortcuts		: 0
1800.09/1797.80	c learnt literals	: 2
1800.09/1797.80	c learnt binary clauses	: 76
1800.09/1797.80	c learnt ternary clauses	: 830
1800.09/1797.80	c learnt constraints	: 6530744
1800.09/1797.80	c ignored constraints	: 0
1800.09/1797.80	c root simplifications	: 0
1800.09/1797.80	c removed literals (reason simplification)	: 0
1800.09/1797.80	c reason swapping (by a shorter reason)	: 0
1800.09/1797.80	c Calls to reduceDB	: 109
1800.09/1797.80	c Number of update (reduction) of LBD	: 1384986
1800.09/1797.80	c Imported unit clauses	: 0
1800.09/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.80	c number of learned constraints concerned by reduction	: 0
1800.09/1797.80	c number of learning phase by resolution	: 0
1800.09/1797.80	c number of learning phase by cutting planes	: 0
1800.09/1797.80	c speed (assignments/second)	: 480385.8089154114
1800.09/1797.80	c non guided choices	15858
1800.09/1797.80	c timeout
1800.09/1797.83	c learnt constraints type 
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 76
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 211718
1800.09/1797.83	s UNKNOWN
1800.09/1797.83	c Total wall clock time (in seconds): 1797.715

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

pid=29194
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.12 2.13 2.08 4/194 29197
/proc/meminfo: memFree=31016132/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29197/stat : 29197 (java) D 29194 29197 26442 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 29386370 9515008 182 33554432000 1073741824 1073778376 140735088544192 140735088535224 206629060277 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29197/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.13 2.08 4/194 29197
/proc/meminfo: memFree=31016132/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 29386370 9787879424 6021 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.12 2.13 2.08 4/194 29197
/proc/meminfo: memFree=31016132/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 4724 0 1 0 24 1 0 0 20 0 18 0 29386370 9787879424 6805 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2389619 6805 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.12 2.13 2.08 4/194 29197
/proc/meminfo: memFree=31016132/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 5794 0 1 0 47 1 0 0 20 0 18 0 29386370 9787879424 8993 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2389619 8993 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 2.12 2.13 2.08 4/194 29197
/proc/meminfo: memFree=31016132/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 8545 0 1 0 132 2 0 0 20 0 19 0 29386370 9856040960 15205 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 15205 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.11 2.13 2.08 4/213 29216
/proc/meminfo: memFree=30962924/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 9489 0 1 0 222 2 0 0 20 0 19 0 29386370 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 15725 2270 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2421 0 1 0 144 2 0 0 20 0 19 0 29386371 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636559789776 139636383586079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29386373 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3515 0 0 0 43 0 0 0 20 0 19 0 29386376 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 32 0 0 0 20 0 19 0 29386376 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 15725 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.11 2.13 2.08 3/213 29216
/proc/meminfo: memFree=30959076/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=3.88 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 9492 0 1 0 386 2 0 0 20 0 19 0 29386370 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 16749 2270 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2424 0 1 0 304 2 0 0 20 0 19 0 29386371 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636559798632 139636383550881 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29386373 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3515 0 0 0 45 0 0 0 20 0 19 0 29386376 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 34 0 0 0 20 0 19 0 29386376 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 16749 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.10 2.13 2.08 3/213 29216
/proc/meminfo: memFree=30952812/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=7.1 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 9498 0 1 0 708 2 0 0 20 0 19 0 29386370 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 18271 2271 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2428 0 1 0 623 2 0 0 20 0 19 0 29386371 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636559798680 139636383586568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29386372 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29386373 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3516 0 0 0 46 0 0 0 20 0 19 0 29386376 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 34 0 0 0 20 0 19 0 29386376 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 18271 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625040


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

[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 85500 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.43
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 2.07 3/214 29348
/proc/meminfo: memFree=30751160/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=1724.51 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 11426 0 1 0 172385 66 0 0 20 0 19 0 29386370 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 88571 2285 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=1717.4 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2487 0 1 0 171710 30 0 0 20 0 19 0 29386371 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636559789856 139636383539363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 147 0 0 0 14 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 155 0 0 0 14 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 224 0 0 0 15 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 253 0 0 0 18 4 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 232 0 0 0 11 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 128 0 0 0 13 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 142 0 0 0 10 2 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 108 0 0 0 12 2 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 29386373 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3855 0 0 0 50 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 34 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 100 0 0 0 32 40 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.07 3/213 29349
/proc/meminfo: memFree=30733300/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=1784.52 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 11430 0 1 0 178385 67 0 0 20 0 19 0 29386370 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 88571 2285 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=1777.25 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2487 0 1 0 177694 31 0 0 20 0 19 0 29386371 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636559789856 139636383499328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 147 0 0 0 14 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 155 0 0 0 14 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 224 0 0 0 15 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 253 0 0 0 18 4 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 232 0 0 0 11 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 128 0 0 0 13 3 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 142 0 0 0 10 2 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 108 0 0 0 12 2 0 0 20 0 19 0 29386372 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 55 0 0 0 1 1 0 0 20 0 19 0 29386373 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3855 0 0 0 50 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 34 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 104 0 0 0 33 42 0 0 20 0 19 0 29386376 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 88571 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.06 2.05 2.06 3/213 29349
/proc/meminfo: memFree=30733796/32872528 swapFree=552864/567172
[pid=29197] ppid=29194 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/29197/stat : 29197 (java) S 29194 29197 26442 0 -1 4202496 11449 0 1 0 179942 67 0 0 20 0 19 0 29386370 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 140737384517680 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29197/statm: 2406260 91130 2285 9 0 2396937 0
[pid=29197/tid=29199] ppid=29194 vsize=9625040 CPUtime=1792.68 cores=1,3,5,7
/proc/29197/task/29199/stat : 29199 (java) R 29194 29197 26442 0 -1 4202560 2488 0 1 0 179237 31 0 0 20 0 19 0 29386371 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636559797688 139636383539363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29200] ppid=29194 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29197/task/29200/stat : 29200 (java) S 29194 29197 26442 0 -1 4202560 149 0 0 0 15 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636521290152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29201] ppid=29194 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29197/task/29201/stat : 29201 (java) S 29194 29197 26442 0 -1 4202560 156 0 0 0 15 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636520237608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29202] ppid=29194 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29197/task/29202/stat : 29202 (java) S 29194 29197 26442 0 -1 4202560 226 0 0 0 16 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636519184552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29203] ppid=29194 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29197/task/29203/stat : 29203 (java) S 29194 29197 26442 0 -1 4202560 257 0 0 0 21 4 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636518132008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29204] ppid=29194 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29197/task/29204/stat : 29204 (java) S 29194 29197 26442 0 -1 4202560 234 0 0 0 13 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636517079976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29205] ppid=29194 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29197/task/29205/stat : 29205 (java) S 29194 29197 26442 0 -1 4202560 129 0 0 0 14 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636516027432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29197/tid=29206] ppid=29194 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29197/task/29206/stat : 29206 (java) S 29194 29197 26442 0 -1 4202560 143 0 0 0 10 2 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636514974376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29207] ppid=29194 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29197/task/29207/stat : 29207 (java) S 29194 29197 26442 0 -1 4202560 111 0 0 0 13 3 0 0 20 0 19 0 29386372 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636513921832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29208] ppid=29194 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29197/task/29208/stat : 29208 (java) S 29194 29197 26442 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 29386373 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636501510504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29209] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29209/stat : 29209 (java) S 29194 29197 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636382885240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29210] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29210/stat : 29210 (java) S 29194 29197 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29386374 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636381832072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29211] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29211/stat : 29211 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636380780816 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29197/tid=29212] ppid=29194 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29197/task/29212/stat : 29212 (java) S 29194 29197 26442 0 -1 4202560 3855 0 0 0 50 0 0 0 20 0 19 0 29386376 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636379728696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29197/tid=29213] ppid=29194 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/29197/task/29213/stat : 29213 (java) S 29194 29197 26442 0 -1 4202560 2276 0 0 0 34 0 0 0 20 0 19 0 29386376 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636378676152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29214] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29214/stat : 29214 (java) S 29194 29197 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29386376 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636377623288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29197/tid=29215] ppid=29194 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29197/task/29215/stat : 29215 (java) S 29194 29197 26442 0 -1 4202560 104 0 0 0 34 42 0 0 20 0 19 0 29386376 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636376570952 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=29197/tid=29216] ppid=29194 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29197/task/29216/stat : 29216 (java) S 29194 29197 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29386412 9856040960 91130 33554432000 1073741824 1073778376 140737384526544 139636375516200 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 29197 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 29197 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=911132
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.09
CPU user time (s): 1799.42
CPU system time (s): 0.67
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 1.12183
maximum resident set size= 364756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11512
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= 38440
involuntary context switches= 6993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96648 second user time and 14.5208 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 19:51:25
IDJOB=4116065
IDBENCH=109423
IDSOLVER=2546
FILE ID=node138/4116065-1466963484
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= a38417602161a9ed0f99b3c94cc994c4
RANDOM SEED=787686199

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:        31016032 kB
Buffers:           28468 kB
Cached:           224532 kB
SwapCached:         3788 kB
Active:           351328 kB
Inactive:         231508 kB
Active(anon):     327500 kB
Inactive(anon):     4564 kB
Active(file):      23828 kB
Inactive(file):   226944 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:        900212 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             567036 kB
SReclaimable:      10552 kB
SUnreclaim:       556484 kB
KernelStack:        1600 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1307792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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