Trace number 3711094

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.09 1793.16

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3711094-1338201254.opb
0.08/0.13	c reading problem ... 
1.20/0.72	c ... done. Wall clock time 0.586s.
1.20/0.72	c declared #vars     21856
1.20/0.72	c #constraints  14296
1.20/0.72	c constraints type 
1.20/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1.20/0.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1.20/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1.20/0.72	c ignored satisfied constraints => 2011
1.20/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1.20/0.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1.20/0.72	c 16307 constraints processed.
2.27/1.37	c cleaning 2460 clauses out of 4992 with flag 5000/5000
2.86/1.84	c cleaning 4240 clauses out of 8524 with flag 11000/11000
3.48/2.42	c cleaning 5609 clauses out of 11262 with flag 18001/18001
4.11/3.09	c cleaning 6814 clauses out of 13649 with flag 26002/26002
4.97/3.86	c cleaning 7872 clauses out of 15815 with flag 35000/35000
5.88/4.76	c cleaning 8899 clauses out of 17908 with flag 45000/45000
6.98/5.84	c cleaning 9923 clauses out of 19998 with flag 56000/56000
7.99/6.85	c cleaning 11003 clauses out of 22051 with flag 68002/68002
9.42/8.27	c cleaning 11999 clauses out of 24045 with flag 81000/81000
10.74/9.59	c cleaning 12983 clauses out of 26012 with flag 95003/95003
11.97/10.74	c cleaning 13984 clauses out of 28014 with flag 110003/110003
13.77/12.51	c cleaning 15000 clauses out of 30022 with flag 126001/126001
15.78/14.52	c cleaning 15841 clauses out of 32016 with flag 143001/143001
17.61/16.34	c cleaning 16980 clauses out of 34171 with flag 161001/161001
19.54/18.29	c cleaning 18065 clauses out of 36187 with flag 180000/180000
21.88/20.50	c cleaning 18991 clauses out of 38120 with flag 200001/200001
24.10/22.79	c cleaning 20036 clauses out of 40120 with flag 221000/221000
26.21/24.86	c cleaning 21016 clauses out of 42080 with flag 243000/243000
28.42/27.00	c cleaning 22021 clauses out of 44064 with flag 266000/266000
30.82/29.41	c cleaning 22968 clauses out of 46036 with flag 290000/290000
33.24/31.89	c cleaning 24024 clauses out of 48069 with flag 315001/315001
35.84/34.48	c cleaning 24901 clauses out of 50042 with flag 341000/341000
38.96/37.57	c cleaning 25985 clauses out of 52141 with flag 368000/368000
42.27/40.80	c cleaning 26978 clauses out of 54156 with flag 396000/396000
46.02/44.57	c cleaning 28034 clauses out of 56173 with flag 425000/425000
49.23/47.71	c cleaning 29002 clauses out of 58140 with flag 455001/455001
52.76/51.21	c cleaning 30046 clauses out of 60133 with flag 486000/486000
55.97/54.46	c cleaning 31009 clauses out of 62087 with flag 518002/518002
59.79/58.22	c cleaning 32016 clauses out of 64071 with flag 551001/551001
63.59/62.06	c cleaning 32983 clauses out of 66052 with flag 585000/585000
67.13/65.52	c cleaning 34017 clauses out of 68070 with flag 620001/620001
72.94/71.30	c cleaning 34974 clauses out of 70052 with flag 656000/656000
79.28/77.65	c cleaning 35988 clauses out of 72078 with flag 693000/693000
84.39/82.70	c cleaning 37026 clauses out of 74090 with flag 731000/731000
89.24/87.57	c cleaning 37891 clauses out of 76064 with flag 770000/770000
95.05/93.37	c cleaning 39031 clauses out of 78174 with flag 810001/810001
99.78/98.05	c cleaning 39942 clauses out of 80142 with flag 851000/851000
105.79/104.06	c cleaning 41044 clauses out of 82200 with flag 893000/893000
110.32/108.53	c cleaning 42051 clauses out of 84155 with flag 936001/936001
116.14/114.30	c cleaning 43011 clauses out of 86105 with flag 980002/980002
121.75/119.96	c cleaning 43959 clauses out of 88085 with flag 1025000/1025000
127.38/125.55	c cleaning 45002 clauses out of 90125 with flag 1071002/1071002
133.32/131.41	c cleaning 45905 clauses out of 92121 with flag 1118000/1118000
141.46/139.50	c cleaning 47004 clauses out of 94213 with flag 1166001/1166001
149.79/147.83	c cleaning 48009 clauses out of 96208 with flag 1215000/1215000
157.91/155.90	c cleaning 49078 clauses out of 98199 with flag 1265000/1265000
164.96/163.00	c cleaning 50016 clauses out of 100122 with flag 1316001/1316001
172.39/170.37	c cleaning 51035 clauses out of 102104 with flag 1368000/1368000
182.62/180.51	c cleaning 52003 clauses out of 104069 with flag 1421000/1421000
190.45/188.33	c cleaning 52961 clauses out of 106047 with flag 1475000/1475000
197.79/195.61	c cleaning 53915 clauses out of 108089 with flag 1530003/1530003
205.92/203.72	c cleaning 54990 clauses out of 110170 with flag 1586000/1586000
214.69/212.48	c cleaning 56004 clauses out of 112170 with flag 1643000/1643000
225.04/222.73	c cleaning 56977 clauses out of 114167 with flag 1701001/1701001
239.59/237.24	c cleaning 58006 clauses out of 116191 with flag 1760002/1760002
249.13/246.77	c cleaning 58902 clauses out of 118184 with flag 1820003/1820003
257.06/254.60	c cleaning 60105 clauses out of 120280 with flag 1881001/1881001
267.08/264.63	c cleaning 60977 clauses out of 122174 with flag 1943000/1943000
274.62/272.16	c cleaning 61959 clauses out of 124195 with flag 2006001/2006001
283.73/281.26	c cleaning 62945 clauses out of 126235 with flag 2070000/2070000
293.19/290.69	c cleaning 64096 clauses out of 128290 with flag 2135000/2135000
303.13/300.56	c cleaning 64807 clauses out of 130195 with flag 2201001/2201001
313.67/311.02	c cleaning 66183 clauses out of 132387 with flag 2268000/2268000
324.50/321.90	c cleaning 67086 clauses out of 134205 with flag 2336001/2336001
336.93/334.26	c cleaning 68014 clauses out of 136118 with flag 2405000/2405000
350.36/347.67	c cleaning 69013 clauses out of 138095 with flag 2475000/2475000
360.00/357.20	c cleaning 69945 clauses out of 140080 with flag 2546000/2546000
371.45/368.62	c cleaning 71002 clauses out of 142135 with flag 2618000/2618000
385.88/383.03	c cleaning 71587 clauses out of 144128 with flag 2691001/2691001
408.23/405.38	c cleaning 73241 clauses out of 146541 with flag 2765001/2765001
422.16/419.13	c cleaning 74051 clauses out of 148300 with flag 2840001/2840001
440.00/436.92	c cleaning 75056 clauses out of 150248 with flag 2916000/2916000
452.39/449.21	c cleaning 76078 clauses out of 152192 with flag 2993000/2993000
465.05/461.82	c cleaning 76953 clauses out of 154117 with flag 3071003/3071003
481.47/478.26	c cleaning 77879 clauses out of 156162 with flag 3150001/3150001
494.92/491.65	c cleaning 78970 clauses out of 158282 with flag 3230000/3230000
511.35/508.04	c cleaning 79975 clauses out of 160312 with flag 3311000/3311000
529.51/526.12	c cleaning 80928 clauses out of 162337 with flag 3393000/3393000
545.48/542.06	c cleaning 82071 clauses out of 164410 with flag 3476001/3476001
558.61/555.17	c cleaning 83113 clauses out of 166338 with flag 3560000/3560000
571.96/568.48	c cleaning 84083 clauses out of 168226 with flag 3645001/3645001
587.20/583.69	c cleaning 85044 clauses out of 170142 with flag 3731000/3731000
603.93/600.31	c cleaning 85945 clauses out of 172099 with flag 3818001/3818001
619.68/616.06	c cleaning 86920 clauses out of 174155 with flag 3906002/3906002
635.57/631.89	c cleaning 88096 clauses out of 176234 with flag 3995001/3995001
655.22/651.41	c cleaning 89053 clauses out of 178138 with flag 4085001/4085001
675.68/671.84	c cleaning 90033 clauses out of 180085 with flag 4176001/4176001
699.06/695.17	c cleaning 91007 clauses out of 182051 with flag 4268000/4268000
716.93/712.93	c cleaning 91939 clauses out of 184044 with flag 4361000/4361000
740.18/736.15	c cleaning 92914 clauses out of 186106 with flag 4455001/4455001
765.65/761.52	c cleaning 94085 clauses out of 188192 with flag 4550001/4550001
782.46/778.21	c cleaning 94988 clauses out of 190100 with flag 4646000/4646000
799.12/794.84	c cleaning 95981 clauses out of 192111 with flag 4743001/4743001
819.75/815.47	c cleaning 96920 clauses out of 194129 with flag 4841000/4841000
839.92/835.51	c cleaning 97915 clauses out of 196209 with flag 4940000/4940000
854.60/850.16	c cleaning 98977 clauses out of 198295 with flag 5040001/5040001
877.49/872.95	c cleaning 100000 clauses out of 200318 with flag 5141001/5141001
896.32/891.78	c cleaning 101122 clauses out of 202317 with flag 5243000/5243000
915.06/910.40	c cleaning 102030 clauses out of 204183 with flag 5346001/5346001
932.43/927.73	c cleaning 102999 clauses out of 206153 with flag 5450001/5450001
949.59/944.87	c cleaning 103957 clauses out of 208153 with flag 5555000/5555000
968.91/964.12	c cleaning 105005 clauses out of 210196 with flag 5661000/5661000
988.77/983.90	c cleaning 105880 clauses out of 212191 with flag 5768000/5768000
1021.39/1016.55	c cleaning 107141 clauses out of 214310 with flag 5876001/5876001
1055.46/1050.56	c cleaning 108041 clauses out of 216168 with flag 5985000/5985000
1085.06/1080.08	c cleaning 109026 clauses out of 218127 with flag 6095000/6095000
1117.65/1112.51	c cleaning 110035 clauses out of 220104 with flag 6206003/6206003
1140.22/1135.06	c cleaning 110899 clauses out of 222068 with flag 6318002/6318002
1164.39/1159.11	c cleaning 111948 clauses out of 224167 with flag 6431000/6431000
1198.74/1193.42	c cleaning 112975 clauses out of 226219 with flag 6545000/6545000
1222.11/1216.73	c cleaning 113985 clauses out of 228247 with flag 6660003/6660003
1251.15/1245.70	c cleaning 115039 clauses out of 230258 with flag 6776002/6776002
1283.02/1277.52	c cleaning 115958 clauses out of 232217 with flag 6893000/6893000
1314.71/1309.12	c cleaning 117026 clauses out of 234259 with flag 7011000/7011000
1356.72/1351.08	c cleaning 118033 clauses out of 236232 with flag 7130000/7130000
1380.04/1374.25	c cleaning 118896 clauses out of 238199 with flag 7250000/7250000
1410.90/1405.08	c cleaning 120100 clauses out of 240304 with flag 7371001/7371001
1435.98/1430.01	c cleaning 121014 clauses out of 242203 with flag 7493001/7493001
1476.87/1470.88	c cleaning 122006 clauses out of 244189 with flag 7616001/7616001
1502.96/1496.80	c cleaning 123058 clauses out of 246179 with flag 7740000/7740000
1529.83/1523.65	c cleaning 123897 clauses out of 248121 with flag 7865000/7865000
1558.62/1552.38	c cleaning 124913 clauses out of 250231 with flag 7991007/7991007
1592.98/1586.61	c cleaning 126022 clauses out of 252311 with flag 8118000/8118000
1618.61/1612.12	c cleaning 126845 clauses out of 254291 with flag 8246002/8246002
1656.67/1650.10	c cleaning 127949 clauses out of 256444 with flag 8375000/8375000
1679.34/1672.75	c cleaning 129097 clauses out of 258495 with flag 8505000/8505000
1702.18/1695.51	c cleaning 130019 clauses out of 260391 with flag 8636000/8636000
1724.64/1717.93	c cleaning 131172 clauses out of 262372 with flag 8768000/8768000
1758.71/1751.92	c cleaning 132008 clauses out of 264201 with flag 8901001/8901001
1784.83/1777.93	c cleaning 132951 clauses out of 266193 with flag 9035001/9035001
1800.09/1793.11	c starts		: 297
1800.09/1793.11	c conflicts		: 9114476
1800.09/1793.11	c decisions		: 15470956
1800.09/1793.11	c propagations		: 1977999323
1800.09/1793.11	c inspects		: 17617860588
1800.09/1793.11	c shortcuts		: 0
1800.09/1793.11	c learnt literals	: 142
1800.09/1793.11	c learnt binary clauses	: 3518
1800.09/1793.11	c learnt ternary clauses	: 30312
1800.09/1793.11	c learnt constraints	: 9114335
1800.09/1793.11	c ignored constraints	: 0
1800.09/1793.11	c root simplifications	: 439
1800.09/1793.11	c removed literals (reason simplification)	: 49396099
1800.09/1793.11	c reason swapping (by a shorter reason)	: 0
1800.09/1793.11	c Calls to reduceDB	: 130
1800.09/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.11	c number of learned constraints concerned by reduction	: 0
1800.09/1793.11	c number of learning phase by resolution	: 0
1800.09/1793.11	c number of learning phase by cutting planes	: 0
1800.09/1793.11	c speed (assignments/second)	: 1103569.0076691925
1800.09/1793.11	c non guided choices	42914
1800.09/1793.15	c learnt constraints type 
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3442
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209468
1800.09/1793.15	c constraints type 
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1800.09/1793.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1800.09/1793.15	c ignored satisfied constraints => 2011
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1800.09/1793.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1800.09/1793.15	c 16307 constraints processed.
1800.09/1793.15	s UNKNOWN
1800.09/1793.15	c Total wall clock time (in seconds): 1793.014

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711094-1338201254/watcher-3711094-1338201254 -o /tmp/evaluation-result-3711094-1338201254/solver-3711094-1338201254 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711094-1338201254.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 2.09 2.03 3/194 10741
/proc/meminfo: memFree=30859452/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10741/stat : 10741 (java) D 10739 10741 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 286253845 9515008 183 33554432000 1073741824 1073778376 140735261188608 140735261179640 270118239925 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/10741/statm: 2323 183 140 9 0 71 0

[startup+0.06094 s]
/proc/loadavg: 2.08 2.09 2.03 3/194 10741
/proc/meminfo: memFree=30859452/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 3076 0 1 0 3 0 0 0 20 0 13 0 286253845 9446973440 3772 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2306390 3772 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100459 s]
/proc/loadavg: 2.08 2.09 2.03 3/194 10741
/proc/meminfo: memFree=30859452/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 3880 0 1 0 7 1 0 0 20 0 18 0 286253845 9787842560 5087 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2389610 5089 2055 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300175 s]
/proc/loadavg: 2.08 2.09 2.03 3/194 10741
/proc/meminfo: memFree=30859452/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9558440 CPUtime=0.42 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 5195 0 1 0 38 4 0 0 20 0 18 0 286253845 9787842560 33892 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2389610 33892 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700309 s]
/proc/loadavg: 2.08 2.09 2.03 3/194 10741
/proc/meminfo: memFree=30859452/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9558440 CPUtime=1.2 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 7532 0 1 0 111 9 0 0 20 0 18 0 286253845 9787842560 76547 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2389610 76547 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558440

[startup+1.50077 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10760
/proc/meminfo: memFree=30561640/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=2.53 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 9073 0 1 0 243 10 0 0 20 0 19 0 286253845 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 80759 2286 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) R 10739 10741 9972 0 -1 4202560 2632 0 1 0 133 6 0 0 20 0 19 0 286253846 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139985094779448 139984947097076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 19 0 286253848 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) S 10739 10741 9972 0 -1 4202560 206 0 0 0 1 0 0 0 20 0 19 0 286253849 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984448641384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 44 0 0 0 20 0 19 0 286253852 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 2901 0 0 0 47 0 0 0 20 0 19 0 286253852 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 80759 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10760
/proc/meminfo: memFree=30544628/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=4.24 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 9084 0 1 0 414 10 0 0 20 0 19 0 286253845 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 80768 2286 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) S 10739 10741 9972 0 -1 4202560 2633 0 1 0 286 6 0 0 20 0 19 0 286253846 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139985094779304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) R 10739 10741 9972 0 -1 4202560 206 0 0 0 6 0 0 0 20 0 19 0 286253849 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984448640360 270121612348 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 45 0 0 0 20 0 19 0 286253852 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) R 10739 10741 9972 0 -1 4202560 2902 0 0 0 50 0 0 0 20 0 19 0 286253852 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984443378496 139985096588368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 80768 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 2.08 2.09 2.03 3/213 10760
/proc/meminfo: memFree=30541588/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 9328 0 1 0 739 10 0 0 20 0 19 0 286253845 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 81272 2286 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=5.98 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) R 10739 10741 9972 0 -1 4202560 2637 0 1 0 592 6 0 0 20 0 19 0 286253846 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139985094779184 139984947103277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 44 0 0 0 2 0 0 0 20 0 19 0 286253848 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) S 10739 10741 9972 0 -1 4202560 207 0 0 0 17 0 0 0 20 0 19 0 286253849 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984448641384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 45 0 0 0 20 0 19 0 286253852 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 3132 0 0 0 54 0 0 0 20 0 19 0 286253852 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 81272 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 46 0 0 0 20 0 19 0 286253852 9856004096 146624 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 3419 0 0 0 56 1 0 0 20 0 19 0 286253852 9856004096 146624 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 146624 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 99 0 0 0 24 22 0 0 20 0 19 0 286253852 9856004096 146624 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 146624 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1729.11
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 10972
/proc/meminfo: memFree=30419732/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=1789.29 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 16058 0 1 0 178863 66 0 0 20 0 19 0 286253845 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 144614 2287 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=1766.91 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) R 10739 10741 9972 0 -1 4202560 2759 0 1 0 176658 33 0 0 20 0 19 0 286253846 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985094779184 139984947059236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 579 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 869 0 0 0 104 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 665 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 1037 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 660 0 0 0 103 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 936 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 948 0 0 0 100 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 491 0 0 0 93 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=8.21 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) S 10739 10741 9972 0 -1 4202560 492 0 0 0 818 3 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984448641384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 46 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 3419 0 0 0 56 1 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.29
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 10972
/proc/meminfo: memFree=30419608/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 16058 0 1 0 179943 66 0 0 20 0 19 0 286253845 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 144614 2287 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=1777.68 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) R 10739 10741 9972 0 -1 4202560 2759 0 1 0 177734 34 0 0 20 0 19 0 286253846 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985094779184 139984947013841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 579 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 869 0 0 0 104 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 665 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 1037 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 660 0 0 0 103 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 936 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 948 0 0 0 100 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 491 0 0 0 93 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=8.21 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) S 10739 10741 9972 0 -1 4202560 492 0 0 0 818 3 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984448641384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 46 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 3419 0 0 0 56 1 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 103 0 0 0 25 23 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1793.1 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 10972
/proc/meminfo: memFree=30419608/32873844 swapFree=6872/6872
[pid=10741] ppid=10739 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/10741/stat : 10741 (java) S 10739 10741 9972 0 -1 4202496 16058 0 1 0 179943 66 0 0 20 0 19 0 286253845 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 140734070078816 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10741/statm: 2406251 144614 2287 9 0 2396937 0
[pid=10741/tid=10743] ppid=10739 vsize=9625004 CPUtime=1777.68 cores=0,2,4,6
/proc/10741/task/10743/stat : 10743 (java) R 10739 10741 9972 0 -1 4202560 2759 0 1 0 177734 34 0 0 20 0 19 0 286253846 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985094779184 139984947013841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10744] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10744/stat : 10744 (java) S 10739 10741 9972 0 -1 4202560 579 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985067231656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10745] ppid=10739 vsize=9625004 CPUtime=1.08 cores=0,2,4,6
/proc/10741/task/10745/stat : 10745 (java) S 10739 10741 9972 0 -1 4202560 869 0 0 0 104 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985066179112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10746] ppid=10739 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/10741/task/10746/stat : 10746 (java) S 10739 10741 9972 0 -1 4202560 665 0 0 0 101 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139985065126056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10747] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10747/stat : 10747 (java) S 10739 10741 9972 0 -1 4202560 1037 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984935364904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10748] ppid=10739 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/10741/task/10748/stat : 10748 (java) S 10739 10741 9972 0 -1 4202560 660 0 0 0 103 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984934312872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10749] ppid=10739 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/10741/task/10749/stat : 10749 (java) S 10739 10741 9972 0 -1 4202560 936 0 0 0 94 5 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984933260328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10750] ppid=10739 vsize=9625004 CPUtime=1.04 cores=0,2,4,6
/proc/10741/task/10750/stat : 10750 (java) S 10739 10741 9972 0 -1 4202560 948 0 0 0 100 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984932207272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10751] ppid=10739 vsize=9625004 CPUtime=0.97 cores=0,2,4,6
/proc/10741/task/10751/stat : 10751 (java) S 10739 10741 9972 0 -1 4202560 491 0 0 0 93 4 0 0 20 0 19 0 286253848 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984931154728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10752] ppid=10739 vsize=9625004 CPUtime=8.21 cores=0,2,4,6
/proc/10741/task/10752/stat : 10752 (java) S 10739 10741 9972 0 -1 4202560 492 0 0 0 818 3 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984448641384 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10753] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10753/stat : 10753 (java) S 10739 10741 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984447587704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10754] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10754/stat : 10754 (java) S 10739 10741 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286253849 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984446534536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10755] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10755/stat : 10755 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984445483280 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10741/tid=10756] ppid=10739 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/10741/task/10756/stat : 10756 (java) S 10739 10741 9972 0 -1 4202560 1913 0 0 0 46 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984444431160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10757] ppid=10739 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/10741/task/10757/stat : 10757 (java) S 10739 10741 9972 0 -1 4202560 3419 0 0 0 56 1 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984443378616 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10741/tid=10758] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10758/stat : 10758 (java) S 10739 10741 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984442325752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10741/tid=10759] ppid=10739 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/10741/task/10759/stat : 10759 (java) S 10739 10741 9972 0 -1 4202560 103 0 0 0 25 23 0 0 20 0 19 0 286253852 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984441273416 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10741/tid=10760] ppid=10739 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/10741/task/10760/stat : 10760 (java) S 10739 10741 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286253920 9856004096 144614 33554432000 1073741824 1073778376 140734070087680 139984440218664 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10741 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=918130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=91834
# CPU time returned by wait4() is 1796.01
# 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): 1793.16
CPU time (s): 1800.09
CPU user time (s): 1799.43
CPU system time (s): 0.66
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.09183
maximum resident set size= 586540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16091
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41649
involuntary context switches= 29981

runsolver used 6.16006 second user time and 14.3138 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 12:34:14
IDJOB=3711094
IDBENCH=89848
IDSOLVER=2289
FILE ID=node106/3711094-1338201254
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711094-1338201254/watcher-3711094-1338201254 -o /tmp/evaluation-result-3711094-1338201254/solver-3711094-1338201254 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711094-1338201254.opb

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1148238789

node106.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.065
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.13
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.92
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30859832 kB
Buffers:          297268 kB
Cached:           552148 kB
SwapCached:            0 kB
Active:           979988 kB
Inactive:         174024 kB
Active(anon):     295780 kB
Inactive(anon):    11256 kB
Active(file):     684208 kB
Inactive(file):   162768 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:        401104 kB
Mapped:            18408 kB
Shmem:               200 kB
Slab:             716380 kB
SReclaimable:     158528 kB
SUnreclaim:       557852 kB
KernelStack:        1760 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node106 at 2012-05-28 13:04:09