Trace number 3689711

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.52 1780.07

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689711-1337892671.opb
0.11/0.10	c reading problem ... 
0.61/0.32	c ... done. Wall clock time 0.219s.
0.61/0.32	c declared #vars     3575
0.61/0.32	c #constraints  3707
0.61/0.32	c constraints type 
0.61/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
0.61/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
0.61/0.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.61/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
0.61/0.32	c 3707 constraints processed.
1.55/0.96	c cleaning 2488 clauses out of 4980 with flag 5000/5000
2.33/1.63	c cleaning 4225 clauses out of 8472 with flag 11000/11000
3.14/2.46	c cleaning 5612 clauses out of 11243 with flag 18000/18000
4.35/3.63	c cleaning 6788 clauses out of 13627 with flag 26000/26000
5.49/4.76	c cleaning 7899 clauses out of 15840 with flag 35003/35003
6.79/6.04	c cleaning 8904 clauses out of 17938 with flag 45000/45000
8.20/7.49	c cleaning 9971 clauses out of 20031 with flag 56000/56000
9.73/8.96	c cleaning 10968 clauses out of 22060 with flag 68000/68000
11.65/10.80	c cleaning 11948 clauses out of 24092 with flag 81000/81000
13.86/13.00	c cleaning 12944 clauses out of 26142 with flag 95001/95001
16.31/15.42	c cleaning 14044 clauses out of 28195 with flag 110000/110000
18.72/17.85	c cleaning 14860 clauses out of 30150 with flag 126000/126000
21.35/20.47	c cleaning 15978 clauses out of 32290 with flag 143000/143000
24.16/23.28	c cleaning 17078 clauses out of 34312 with flag 161000/161000
27.28/26.32	c cleaning 18071 clauses out of 36236 with flag 180002/180002
30.39/29.45	c cleaning 19027 clauses out of 38162 with flag 200002/200002
34.30/33.36	c cleaning 19921 clauses out of 40135 with flag 221002/221002
38.23/37.25	c cleaning 21059 clauses out of 42212 with flag 243000/243000
42.47/41.43	c cleaning 21901 clauses out of 44155 with flag 266003/266003
47.29/46.21	c cleaning 22991 clauses out of 46253 with flag 290003/290003
52.42/51.38	c cleaning 23972 clauses out of 48258 with flag 315000/315000
58.44/57.39	c cleaning 25029 clauses out of 50286 with flag 341000/341000
63.53/62.37	c cleaning 26019 clauses out of 52257 with flag 368000/368000
69.46/68.29	c cleaning 26984 clauses out of 54238 with flag 396000/396000
76.41/75.15	c cleaning 28044 clauses out of 56257 with flag 425003/425003
83.84/82.53	c cleaning 28848 clauses out of 58210 with flag 455000/455000
91.16/89.81	c cleaning 30119 clauses out of 60362 with flag 486000/486000
98.00/96.64	c cleaning 30865 clauses out of 62243 with flag 518000/518000
106.83/105.49	c cleaning 32107 clauses out of 64381 with flag 551003/551003
115.38/113.97	c cleaning 33060 clauses out of 66271 with flag 585000/585000
123.76/122.28	c cleaning 34023 clauses out of 68211 with flag 620001/620001
133.52/131.97	c cleaning 35002 clauses out of 70187 with flag 656000/656000
142.17/140.57	c cleaning 35958 clauses out of 72186 with flag 693001/693001
152.09/150.46	c cleaning 37037 clauses out of 74228 with flag 731001/731001
162.03/160.32	c cleaning 38029 clauses out of 76190 with flag 770000/770000
172.59/170.84	c cleaning 39014 clauses out of 78161 with flag 810000/810000
185.31/183.56	c cleaning 39862 clauses out of 80147 with flag 851000/851000
197.48/195.70	c cleaning 41079 clauses out of 82285 with flag 893000/893000
210.74/208.89	c cleaning 42054 clauses out of 84207 with flag 936001/936001
225.42/223.43	c cleaning 43023 clauses out of 86152 with flag 980000/980000
237.82/235.79	c cleaning 43953 clauses out of 88133 with flag 1025004/1025004
252.78/250.64	c cleaning 44901 clauses out of 90180 with flag 1071004/1071004
266.65/264.46	c cleaning 46047 clauses out of 92274 with flag 1118000/1118000
279.69/277.42	c cleaning 46835 clauses out of 94227 with flag 1166000/1166000
294.74/292.45	c cleaning 47993 clauses out of 96390 with flag 1215000/1215000
313.11/310.70	c cleaning 48806 clauses out of 98399 with flag 1265002/1265002
330.32/327.88	c cleaning 50070 clauses out of 100593 with flag 1316002/1316002
347.78/345.27	c cleaning 50935 clauses out of 102522 with flag 1368001/1368001
367.55/364.90	c cleaning 52188 clauses out of 104587 with flag 1421001/1421001
386.13/383.43	c cleaning 53036 clauses out of 106400 with flag 1475002/1475002
405.00/402.20	c cleaning 54151 clauses out of 108363 with flag 1530001/1530001
421.17/418.34	c cleaning 54960 clauses out of 110211 with flag 1586000/1586000
443.43/440.57	c cleaning 55758 clauses out of 112251 with flag 1643000/1643000
467.66/464.67	c cleaning 57129 clauses out of 114496 with flag 1701003/1701003
489.06/485.92	c cleaning 58127 clauses out of 116364 with flag 1760000/1760000
510.53/507.35	c cleaning 58925 clauses out of 118237 with flag 1820000/1820000
535.61/532.37	c cleaning 60044 clauses out of 120312 with flag 1881000/1881000
563.94/560.44	c cleaning 60946 clauses out of 122270 with flag 1943002/1943002
586.29/582.72	c cleaning 62143 clauses out of 124322 with flag 2006000/2006000
614.71/610.98	c cleaning 63077 clauses out of 126181 with flag 2070002/2070002
641.24/637.43	c cleaning 63848 clauses out of 128102 with flag 2135000/2135000
664.14/660.23	c cleaning 64997 clauses out of 130253 with flag 2201000/2201000
690.31/686.29	c cleaning 66006 clauses out of 132257 with flag 2268001/2268001
716.73/712.64	c cleaning 67064 clauses out of 134250 with flag 2336000/2336000
742.34/738.14	c cleaning 68062 clauses out of 136188 with flag 2405002/2405002
765.64/761.37	c cleaning 68821 clauses out of 138126 with flag 2475003/2475003
791.40/786.97	c cleaning 70028 clauses out of 140302 with flag 2546000/2546000
820.74/815.72	c cleaning 71030 clauses out of 142274 with flag 2618000/2618000
853.62/848.16	c cleaning 71953 clauses out of 144247 with flag 2691003/2691003
882.91/877.03	c cleaning 73061 clauses out of 146291 with flag 2765000/2765000
917.27/910.92	c cleaning 74032 clauses out of 148230 with flag 2840000/2840000
951.12/944.27	c cleaning 75042 clauses out of 150198 with flag 2916001/2916001
985.14/977.70	c cleaning 76049 clauses out of 152155 with flag 2993001/2993001
1025.75/1017.98	c cleaning 76942 clauses out of 154105 with flag 3071000/3071000
1061.17/1052.86	c cleaning 77946 clauses out of 156164 with flag 3150001/3150001
1097.13/1088.25	c cleaning 78972 clauses out of 158217 with flag 3230001/3230001
1140.59/1131.06	c cleaning 80033 clauses out of 160244 with flag 3311000/3311000
1185.46/1175.28	c cleaning 81011 clauses out of 162213 with flag 3393002/3393002
1229.14/1218.25	c cleaning 82059 clauses out of 164203 with flag 3476003/3476003
1271.55/1259.94	c cleaning 82982 clauses out of 166142 with flag 3560001/3560001
1309.04/1296.87	c cleaning 83872 clauses out of 168163 with flag 3645004/3645004
1352.96/1340.18	c cleaning 84900 clauses out of 170291 with flag 3731004/3731004
1399.93/1386.56	c cleaning 86150 clauses out of 172386 with flag 3818001/3818001
1442.22/1428.13	c cleaning 87064 clauses out of 174232 with flag 3906000/3906000
1488.50/1473.69	c cleaning 88023 clauses out of 176169 with flag 3995001/3995001
1532.47/1516.88	c cleaning 88887 clauses out of 178150 with flag 4085005/4085005
1575.42/1559.03	c cleaning 89985 clauses out of 180255 with flag 4176000/4176000
1624.57/1607.54	c cleaning 91123 clauses out of 182271 with flag 4268002/4268002
1673.15/1655.36	c cleaning 92038 clauses out of 184148 with flag 4361002/4361002
1721.06/1702.44	c cleaning 93028 clauses out of 186108 with flag 4455000/4455000
1765.61/1746.12	c cleaning 93945 clauses out of 188080 with flag 4550000/4550000
1800.04/1780.01	c starts		: 252
1800.04/1780.01	c conflicts		: 4621923
1800.04/1780.01	c decisions		: 13927082
1800.04/1780.01	c propagations		: 1277029789
1800.04/1780.01	c inspects		: 15066469027
1800.04/1780.01	c shortcuts		: 0
1800.04/1780.01	c learnt literals	: 83
1800.04/1780.01	c learnt binary clauses	: 52770
1800.04/1780.01	c learnt ternary clauses	: 45362
1800.04/1780.01	c learnt constraints	: 4621840
1800.04/1780.01	c ignored constraints	: 0
1800.04/1780.01	c root simplifications	: 0
1800.04/1780.01	c removed literals (reason simplification)	: 0
1800.04/1780.01	c reason swapping (by a shorter reason)	: 0
1800.04/1780.01	c Calls to reduceDB	: 91
1800.04/1780.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1780.01	c number of learned constraints concerned by reduction	: 0
1800.04/1780.01	c number of learning phase by resolution	: 0
1800.04/1780.01	c number of learning phase by cutting planes	: 0
1800.04/1780.01	c speed (assignments/second)	: 717559.8589412502
1800.04/1780.01	c non guided choices	140
1800.04/1780.06	c learnt constraints type 
1800.04/1780.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52773
1800.04/1780.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113346
1800.04/1780.06	c constraints type 
1800.04/1780.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
1800.04/1780.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
1800.04/1780.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1780.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
1800.04/1780.06	c 3707 constraints processed.
1800.04/1780.06	s UNKNOWN
1800.04/1780.06	c Total wall clock time (in seconds): 1779.962

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-3689711-1337892671/watcher-3689711-1337892671 -o /tmp/evaluation-result-3689711-1337892671/solver-3689711-1337892671 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689711-1337892671.opb 

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.01 1.99 2.02 3/194 28124
/proc/meminfo: memFree=28639240/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28124/stat : 28124 (java) R 28122 28124 21497 0 -1 4202496 971 0 0 0 0 0 0 0 20 0 1 0 255393203 23793664 699 33554432000 1073741824 1073778376 140735739599520 140735739589512 266426479568 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 5809 705 520 9 0 128 0

[startup+0.0406581 s]
/proc/loadavg: 2.01 1.99 2.02 3/194 28124
/proc/meminfo: memFree=28639240/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 3055 0 1 0 2 0 0 0 20 0 13 0 255393203 9446973440 3753 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2306390 3753 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100189 s]
/proc/loadavg: 2.01 1.99 2.02 3/194 28124
/proc/meminfo: memFree=28639240/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 4467 0 1 0 10 1 0 0 20 0 18 0 255393203 9787813888 6133 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2389603 6133 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300174 s]
/proc/loadavg: 2.01 1.99 2.02 3/194 28124
/proc/meminfo: memFree=28639240/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 8143 0 1 0 59 2 0 0 20 0 18 0 255393203 9787813888 10044 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2389603 10044 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558412

[startup+0.700172 s]
/proc/loadavg: 2.01 1.99 2.02 3/194 28124
/proc/meminfo: memFree=28639240/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 9383 0 1 0 132 2 0 0 20 0 19 0 255393203 9855975424 11981 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 11981 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 2.01 1.99 2.02 3/213 28143
/proc/meminfo: memFree=28587380/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 9441 0 1 0 218 3 0 0 20 0 19 0 255393203 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 15100 2275 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 2462 0 1 0 144 2 0 0 20 0 19 0 255393203 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166404133016 140166274547584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3064 0 0 0 34 0 0 0 20 0 19 0 255393208 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 35 0 0 0 20 0 19 0 255393208 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 15100 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 2.01 1.99 2.02 3/213 28143
/proc/meminfo: memFree=28584828/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=3.85 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 9458 0 1 0 382 3 0 0 20 0 19 0 255393203 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 15624 2275 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 2463 0 1 0 299 2 0 0 20 0 19 0 255393203 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166404133336 140166275055426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 255393205 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3065 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 15624 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9624976

[startup+6.30054 s]
/proc/loadavg: 2.01 1.99 2.02 3/213 28143
/proc/meminfo: memFree=28577892/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=7.1 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 10021 0 1 0 707 3 0 0 20 0 19 0 255393203 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 17702 2275 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 2466 0 1 0 613 2 0 0 20 0 19 0 255393203 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166404133112 140166275074864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255393204 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 255393205 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3606 0 0 0 41 0 0 0 20 0 19 0 255393208 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 17702 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=2.77 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 521 0 0 0 270 7 0 0 20 0 19 0 255393204 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=2.77 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 363 0 0 0 271 6 0 0 20 0 19 0 255393204 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 797 0 0 0 291 5 0 0 20 0 19 0 255393204 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 326 0 0 0 298 4 0 0 20 0 19 0 255393205 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3611 0 0 0 43 0 0 0 20 0 19 0 255393208 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 93 0 0 0 24 27 0 0 20 0 19 0 255393208 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 80997 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1619.35
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 28236
/proc/meminfo: memFree=27266208/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=1680.34 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 15099 0 1 0 167943 91 0 0 20 0 19 0 255393203 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 82289 2276 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=1652.18 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 2974 0 1 0 165186 32 0 0 20 0 19 0 255393203 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166404132208 140166275074895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 807 0 0 0 288 6 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=2.83 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 371 0 0 0 277 6 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 781 0 0 0 294 7 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 338 0 0 0 298 6 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=2.92 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 254 0 0 0 285 7 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 521 0 0 0 289 7 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 363 0 0 0 290 6 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=3.11 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 797 0 0 0 306 5 0 0 20 0 19 0 255393204 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=3.15 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 330 0 0 0 310 5 0 0 20 0 19 0 255393205 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3611 0 0 0 43 0 0 0 20 0 19 0 255393208 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 95 0 0 0 25 28 0 0 20 0 19 0 255393208 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 82289 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.34
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 28236
/proc/meminfo: memFree=26673348/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=1741.41 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 15723 0 1 0 174047 94 0 0 20 0 19 0 255393203 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 83294 2276 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=1711.67 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 3004 0 1 0 171134 33 0 0 20 0 19 0 255393203 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166404132192 140166275141377 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=3.12 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 812 0 0 0 306 6 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 461 0 0 0 294 7 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=3.21 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 855 0 0 0 314 7 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=3.22 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 500 0 0 0 316 6 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=3.11 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 262 0 0 0 304 7 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=3.13 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 601 0 0 0 306 7 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=3.17 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 370 0 0 0 311 6 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=3.27 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 951 0 0 0 322 5 0 0 20 0 19 0 255393204 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=3.22 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 340 0 0 0 317 5 0 0 20 0 19 0 255393205 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3611 0 0 0 43 0 0 0 20 0 19 0 255393208 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 99 0 0 0 26 30 0 0 20 0 19 0 255393208 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 83294 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.41
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.31 2.10 2.03 3/213 28239
/proc/meminfo: memFree=26171100/32873648 swapFree=6852/6852
[pid=28124] ppid=28122 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/28124/stat : 28124 (java) S 28122 28124 21497 0 -1 4202496 15780 0 1 0 179908 96 0 0 20 0 19 0 255393203 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140735739590656 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28124/statm: 2406244 85207 2276 9 0 2396937 0
[pid=28124/tid=28126] ppid=28122 vsize=9624976 CPUtime=1768.91 cores=1,3,5,7
/proc/28124/task/28126/stat : 28126 (java) R 28122 28124 21497 0 -1 4202560 3029 0 1 0 176858 33 0 0 20 0 19 0 255393203 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166404132208 140166275170608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=9624976 CPUtime=3.29 cores=1,3,5,7
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 21497 0 -1 4202560 819 0 0 0 323 6 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166393195048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=9624976 CPUtime=3.17 cores=1,3,5,7
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 21497 0 -1 4202560 461 0 0 0 310 7 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166246906280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=9624976 CPUtime=3.4 cores=1,3,5,7
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 21497 0 -1 4202560 859 0 0 0 332 8 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166245853480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=9624976 CPUtime=3.36 cores=1,3,5,7
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 21497 0 -1 4202560 500 0 0 0 330 6 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166244800680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=9624976 CPUtime=3.29 cores=1,3,5,7
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 21497 0 -1 4202560 270 0 0 0 322 7 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166243748904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=9624976 CPUtime=3.3 cores=1,3,5,7
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 21497 0 -1 4202560 602 0 0 0 323 7 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166242696104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=9624976 CPUtime=3.36 cores=1,3,5,7
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 21497 0 -1 4202560 370 0 0 0 329 7 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166241643304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=9624976 CPUtime=3.41 cores=1,3,5,7
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 21497 0 -1 4202560 953 0 0 0 336 5 0 0 20 0 19 0 255393204 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166240590504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=9624976 CPUtime=3.28 cores=1,3,5,7
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 21497 0 -1 4202560 346 0 0 0 323 5 0 0 20 0 19 0 255393205 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166228392424 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166227338488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255393205 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166226285576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166225234064 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 21497 0 -1 4202560 3611 0 0 0 43 0 0 0 20 0 19 0 255393208 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166224182200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 21497 0 -1 4202560 2677 0 0 0 37 0 0 0 20 0 19 0 255393208 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166223129400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255393208 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166222076792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 21497 0 -1 4202560 103 0 0 0 27 30 0 0 20 0 19 0 255393208 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166221024200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28124/tid=28143] ppid=28122 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28124/task/28143/stat : 28143 (java) S 28122 28124 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255393236 9855975424 85207 33554432000 1073741824 1073778376 140735739599520 140166219969704 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1780.07
CPU time (s): 1800.52
CPU user time (s): 1799.17
CPU system time (s): 1.35079
CPU usage (%): 101.149
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.35079
maximum resident set size= 438524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53784
involuntary context switches= 54021

runsolver used 6.69998 second user time and 14.0039 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 22:51:12
IDJOB=3689711
IDBENCH=90217
IDSOLVER=2269
FILE ID=node116/3689711-1337892671
RUNJOBID= node116-1337890177-27765
PBS_JOBID= 14620088
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K65.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689711-1337892671/watcher-3689711-1337892671 -o /tmp/evaluation-result-3689711-1337892671/solver-3689711-1337892671 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689711-1337892671.opb

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=1132376352

node116.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.556
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.11
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.556
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		: 2666.556
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.91
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        28640156 kB
Buffers:          224160 kB
Cached:          2978316 kB
SwapCached:            0 kB
Active:           744824 kB
Inactive:        2717572 kB
Active(anon):     262520 kB
Inactive(anon):        0 kB
Active(file):     482304 kB
Inactive(file):  2717572 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        332060 kB
Mapped:            21696 kB
Shmem:               200 kB
Slab:             624716 kB
SReclaimable:      69004 kB
SUnreclaim:       555712 kB
KernelStack:        1760 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node116 at 2012-05-24 23:20:54