Trace number 3478794

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.22 1797.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-40.opb
MD5SUM96b10f202af149572cd99ac873608650
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3478794-1307438585.opb
0.10/0.11	c reading problem ... 
2.49/1.75	c ... done. Wall clock time 1.633s.
2.49/1.75	c #vars     9342
2.49/1.75	c #constraints  199720
2.49/1.75	c constraints type 
2.49/1.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
2.49/1.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.49/1.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
2.49/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
6.05/4.86	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.25/6.88	c cleaning 4237 clauses out of 8501 with flag 11000/11000
10.27/8.83	c cleaning 5626 clauses out of 11265 with flag 18001/18001
12.66/11.24	c cleaning 6808 clauses out of 13638 with flag 26000/26000
15.59/14.18	c cleaning 7813 clauses out of 15830 with flag 35000/35000
18.31/16.88	c cleaning 8935 clauses out of 18017 with flag 45000/45000
20.51/19.08	c cleaning 9959 clauses out of 20082 with flag 56000/56000
23.11/21.67	c cleaning 11052 clauses out of 22124 with flag 68001/68001
26.91/25.45	c cleaning 11966 clauses out of 24071 with flag 81000/81000
30.41/28.98	c cleaning 13048 clauses out of 26105 with flag 95000/95000
33.72/32.27	c cleaning 13960 clauses out of 28057 with flag 110000/110000
37.84/36.39	c cleaning 14836 clauses out of 30097 with flag 126000/126000
42.43/40.94	c cleaning 16098 clauses out of 32261 with flag 143000/143000
47.33/45.86	c cleaning 16868 clauses out of 34163 with flag 161000/161000
53.64/52.17	c cleaning 18018 clauses out of 36296 with flag 180001/180001
59.54/58.04	c cleaning 19125 clauses out of 38279 with flag 200002/200002
64.95/63.42	c cleaning 19956 clauses out of 40152 with flag 221000/221000
71.46/69.92	c cleaning 21095 clauses out of 42198 with flag 243002/243002
78.48/76.94	c cleaning 21911 clauses out of 44099 with flag 266000/266000
85.19/83.65	c cleaning 22964 clauses out of 46188 with flag 290000/290000
93.28/91.78	c cleaning 23921 clauses out of 48224 with flag 315000/315000
103.59/102.01	c cleaning 25125 clauses out of 50303 with flag 341000/341000
109.32/107.75	c cleaning 26064 clauses out of 52175 with flag 368000/368000
117.51/115.98	c cleaning 27033 clauses out of 54112 with flag 396001/396001
125.84/124.22	c cleaning 28016 clauses out of 56077 with flag 425000/425000
136.13/134.53	c cleaning 28942 clauses out of 58062 with flag 455002/455002
142.94/141.35	c cleaning 30021 clauses out of 60118 with flag 486000/486000
149.45/147.90	c cleaning 30961 clauses out of 62097 with flag 518000/518000
157.66/156.09	c cleaning 32018 clauses out of 64136 with flag 551000/551000
169.78/168.21	c cleaning 33023 clauses out of 66118 with flag 585000/585000
180.49/178.82	c cleaning 33957 clauses out of 68095 with flag 620000/620000
190.00/188.34	c cleaning 35042 clauses out of 70138 with flag 656000/656000
200.91/199.27	c cleaning 36037 clauses out of 72096 with flag 693000/693000
211.92/210.25	c cleaning 37015 clauses out of 74059 with flag 731000/731000
226.74/225.01	c cleaning 38021 clauses out of 76045 with flag 770001/770001
236.65/234.90	c cleaning 38894 clauses out of 78023 with flag 810000/810000
248.17/246.41	c cleaning 40059 clauses out of 80131 with flag 851002/851002
258.97/257.24	c cleaning 40792 clauses out of 82070 with flag 893000/893000
270.77/269.07	c cleaning 42136 clauses out of 84278 with flag 936000/936000
285.39/283.64	c cleaning 42933 clauses out of 86142 with flag 980000/980000
299.91/298.18	c cleaning 44081 clauses out of 88210 with flag 1025001/1025001
316.42/314.61	c cleaning 45061 clauses out of 90128 with flag 1071000/1071000
329.22/327.46	c cleaning 45935 clauses out of 92067 with flag 1118001/1118001
343.43/341.64	c cleaning 46957 clauses out of 94131 with flag 1166000/1166000
360.94/359.12	c cleaning 47883 clauses out of 96175 with flag 1215001/1215001
383.96/382.18	c cleaning 49052 clauses out of 98291 with flag 1265000/1265000
405.77/403.96	c cleaning 50017 clauses out of 100239 with flag 1316000/1316000
423.99/422.18	c cleaning 50900 clauses out of 102224 with flag 1368002/1368002
441.70/439.84	c cleaning 52143 clauses out of 104323 with flag 1421001/1421001
457.41/455.58	c cleaning 52898 clauses out of 106180 with flag 1475001/1475001
480.92/479.09	c cleaning 54074 clauses out of 108283 with flag 1530003/1530003
498.45/496.54	c cleaning 55043 clauses out of 110208 with flag 1586002/1586002
516.56/514.61	c cleaning 56045 clauses out of 112164 with flag 1643001/1643001
539.57/537.66	c cleaning 56950 clauses out of 114118 with flag 1701000/1701000
560.29/558.37	c cleaning 57761 clauses out of 116169 with flag 1760001/1760001
587.80/585.82	c cleaning 58979 clauses out of 118407 with flag 1820000/1820000
611.22/609.29	c cleaning 60198 clauses out of 120428 with flag 1881001/1881001
632.63/630.61	c cleaning 60970 clauses out of 122230 with flag 1943001/1943001
657.35/655.36	c cleaning 62125 clauses out of 124259 with flag 2006000/2006000
679.27/677.24	c cleaning 62922 clauses out of 126134 with flag 2070000/2070000
700.38/698.33	c cleaning 63986 clauses out of 128213 with flag 2135001/2135001
726.29/724.28	c cleaning 65109 clauses out of 130228 with flag 2201002/2201002
751.12/749.07	c cleaning 65968 clauses out of 132117 with flag 2268000/2268000
790.33/788.25	c cleaning 66981 clauses out of 134150 with flag 2336001/2336001
817.67/815.52	c cleaning 67970 clauses out of 136168 with flag 2405002/2405002
845.68/843.51	c cleaning 69078 clauses out of 138197 with flag 2475001/2475001
869.59/867.42	c cleaning 69870 clauses out of 140117 with flag 2546000/2546000
897.92/895.78	c cleaning 71003 clauses out of 142249 with flag 2618002/2618002
929.65/927.48	c cleaning 72024 clauses out of 144245 with flag 2691001/2691001
955.98/953.73	c cleaning 72828 clauses out of 146220 with flag 2765000/2765000
985.18/982.92	c cleaning 74146 clauses out of 148392 with flag 2840000/2840000
1009.70/1007.41	c cleaning 75038 clauses out of 150246 with flag 2916000/2916000
1038.42/1036.19	c cleaning 75991 clauses out of 152211 with flag 2993003/2993003
1071.82/1069.51	c cleaning 77034 clauses out of 154217 with flag 3071000/3071000
1106.42/1104.14	c cleaning 77892 clauses out of 156184 with flag 3150001/3150001
1136.47/1134.19	c cleaning 79064 clauses out of 158291 with flag 3230000/3230000
1162.17/1159.85	c cleaning 79987 clauses out of 160227 with flag 3311000/3311000
1196.19/1193.89	c cleaning 80982 clauses out of 162241 with flag 3393002/3393002
1233.00/1230.66	c cleaning 82051 clauses out of 164259 with flag 3476002/3476002
1265.24/1262.82	c cleaning 82985 clauses out of 166209 with flag 3560003/3560003
1302.83/1300.45	c cleaning 83800 clauses out of 168224 with flag 3645003/3645003
1333.65/1331.23	c cleaning 85138 clauses out of 170422 with flag 3731001/3731001
1378.17/1375.77	c cleaning 85884 clauses out of 172283 with flag 3818000/3818000
1418.79/1416.31	c cleaning 87164 clauses out of 174400 with flag 3906002/3906002
1468.82/1466.36	c cleaning 87956 clauses out of 176235 with flag 3995001/3995001
1515.42/1512.95	c cleaning 89021 clauses out of 178279 with flag 4085001/4085001
1557.24/1554.71	c cleaning 89882 clauses out of 180257 with flag 4176000/4176000
1597.37/1594.86	c cleaning 90929 clauses out of 182377 with flag 4268002/4268002
1652.98/1650.40	c cleaning 91875 clauses out of 184446 with flag 4361000/4361000
1693.00/1690.42	c cleaning 93022 clauses out of 186571 with flag 4455000/4455000
1762.92/1760.34	c cleaning 94214 clauses out of 188551 with flag 4550002/4550002
1800.08/1797.44	c starts		: 253
1800.08/1797.44	c conflicts		: 4609959
1800.08/1797.44	c decisions		: 18587806
1800.08/1797.44	c propagations		: 1264212729
1800.08/1797.44	c inspects		: 17842474447
1800.08/1797.44	c shortcuts		: 0
1800.08/1797.44	c learnt literals	: 15
1800.08/1797.44	c learnt binary clauses	: 1129
1800.08/1797.44	c learnt ternary clauses	: 2808
1800.08/1797.44	c learnt constraints	: 4609946
1800.08/1797.44	c ignored constraints	: 0
1800.08/1797.44	c root simplifications	: 0
1800.08/1797.44	c removed literals (reason simplification)	: 152313976
1800.08/1797.44	c reason swapping (by a shorter reason)	: 0
1800.08/1797.44	c Calls to reduceDB	: 91
1800.08/1797.44	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.44	c number of learned constraints concerned by reduction	: 0
1800.08/1797.44	c number of learning phase by resolution	: 0
1800.08/1797.44	c number of learning phase by cutting planes	: 0
1800.08/1797.44	c speed (assignments/second)	: 704026.6387999258
1800.08/1797.44	c non guided choices	620476
1800.08/1797.47	c learnt constraints type 
1800.08/1797.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1129
1800.08/1797.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153198
1800.08/1797.47	c constraints type 
1800.08/1797.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
1800.08/1797.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.08/1797.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
1800.08/1797.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.08/1797.47	s UNKNOWN
1800.08/1797.47	c Total wall clock time (in seconds): 1797.353

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478794-1307438585/watcher-3478794-1307438585 -o /tmp/evaluation-result-3478794-1307438585/solver-3478794-1307438585 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478794-1307438585.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.09 2.05 1.73 2/434 22413
/proc/meminfo: memFree=19473216/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 2543 0 1 0 0 0 0 0 25 0 2 0 855456361 13833195520 2245 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3377245 2259 906 9 0 3368401 0
[pid=22413/tid=22414] ppid=22411 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 3177 0 1 0 0 0 0 0 25 0 2 0 855456361 13850947584 3993 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.086505 s]
/proc/loadavg: 2.09 2.05 1.73 2/434 22413
/proc/meminfo: memFree=19473216/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13555088 CPUtime=0.07 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 14498 0 1 0 6 1 0 0 25 0 18 0 855456361 13880410112 14195 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3388772 14196 1755 9 0 3379506 0
[pid=22413/tid=22414] ppid=22411 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 13327 0 1 0 5 1 0 0 25 0 18 0 855456361 13880410112 14197 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.100457 s]
/proc/loadavg: 2.09 2.05 1.73 2/434 22413
/proc/meminfo: memFree=19473216/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13622352 CPUtime=0.1 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 15474 0 1 0 9 1 0 0 25 0 18 0 855456361 13949288448 15168 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3405588 15169 2093 9 0 3396322 0
[pid=22413/tid=22414] ppid=22411 vsize=13622352 CPUtime=0.08 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 13544 0 1 0 7 1 0 0 18 0 18 0 855456361 13949288448 15169 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 47337145447960 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622352

[startup+0.327931 s]
/proc/loadavg: 2.09 2.05 1.73 2/434 22413
/proc/meminfo: memFree=19473216/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13624220 CPUtime=0.56 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 19745 0 1 0 54 2 0 0 25 0 18 0 855456361 13951201280 18918 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3406055 18920 2202 9 0 3396789 0
[pid=22413/tid=22414] ppid=22411 vsize=13624220 CPUtime=0.3 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 16636 0 1 0 29 1 0 0 18 0 18 0 855456361 13951201280 18920 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505546854 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13624220

[startup+0.700372 s]
/proc/loadavg: 2.09 2.05 1.73 2/434 22413
/proc/meminfo: memFree=19473216/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636112 CPUtime=1.43 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 57531 0 1 0 136 7 0 0 25 0 18 0 855456361 13963378688 53177 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409028 53181 2216 9 0 3399762 0
[pid=22413/tid=22414] ppid=22411 vsize=13636112 CPUtime=0.68 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 45396 0 1 0 63 5 0 0 18 0 18 0 855456361 13963378688 53184 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505644889 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 13636112

[startup+1.50123 s]
/proc/loadavg: 2.09 2.05 1.73 2/452 22431
/proc/meminfo: memFree=19134436/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636112 CPUtime=2.26 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 147112 0 1 0 209 17 0 0 25 0 18 0 855456361 13963378688 142758 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409028 142762 2216 9 0 3399762 0
[pid=22413/tid=22414] ppid=22411 vsize=13636112 CPUtime=1.48 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 134973 0 1 0 133 15 0 0 19 0 18 0 855456361 13963378688 142765 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505644739 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142767 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142770 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142772 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142775 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142778 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142780 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142783 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456364 13963378688 142786 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855456365 13963378688 142788 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855456365 13963378688 142791 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855456365 13963378688 142794 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456367 13963378688 142796 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636112 CPUtime=0.37 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4066 0 0 0 37 0 0 0 15 0 18 0 855456367 13963378688 142799 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636112 CPUtime=0.38 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 6929 0 0 0 37 1 0 0 15 0 18 0 855456367 13963378688 142801 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855456367 13963378688 142804 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13636112 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855456367 13963378688 142807 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 13636112

[startup+3.10089 s]
/proc/loadavg: 2.09 2.05 1.73 3/452 22453
/proc/meminfo: memFree=19469472/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13637140 CPUtime=4.34 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 176582 0 1 0 414 20 0 0 25 0 19 0 855456361 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409285 172141 2236 9 0 3400019 0
[pid=22413/tid=22414] ppid=22411 vsize=13637140 CPUtime=3.07 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 164241 0 1 0 289 18 0 0 19 0 19 0 855456361 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505984957 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456364 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 855456365 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855456365 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855456365 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13637140 CPUtime=0.59 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4109 0 0 0 59 0 0 0 15 0 19 0 855456367 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13637140 CPUtime=0.66 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7071 0 0 0 65 1 0 0 15 0 19 0 855456367 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855456367 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22449] ppid=22411 vsize=13637140 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22449/stat : 22449 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 855456538 13964431360 172141 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 13637140

[startup+6.30136 s]
/proc/loadavg: 2.17 2.07 1.74 3/472 22476
/proc/meminfo: memFree=18196536/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636268 CPUtime=7.72 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 188993 0 1 0 751 21 0 0 25 0 19 0 855456361 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409067 184143 2263 9 0 3399801 0
[pid=22413/tid=22414] ppid=22411 vsize=13636268 CPUtime=6.14 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 164576 0 1 0 596 18 0 0 25 0 19 0 855456361 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505984962 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 132 0 0 0 0 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13636268 CPUtime=0.01 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 768 0 0 0 1 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13636268 CPUtime=0.02 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 1273 0 0 0 2 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636268 CPUtime=0.02 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 2235 0 0 0 2 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636268 CPUtime=0.01 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 1081 0 0 0 1 0 0 0 18 0 19 0 855456364 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636268 CPUtime=0.08 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 6364 0 0 0 8 0 0 0 15 0 19 0 855456365 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636268 CPUtime=0.7 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4333 0 0 0 70 0 0 0 15 0 19 0 855456367 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636268 CPUtime=0.68 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7077 0 0 0 67 1 0 0 16 0 19 0 855456367 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 184143 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0

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

[pid=22413/tid=22421] ppid=22411 vsize=13636268 CPUtime=0.27 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 2165 0 0 0 27 0 0 0 15 0 19 0 855456364 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636268 CPUtime=0.19 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 2447 0 0 0 19 0 0 0 15 0 19 0 855456364 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636268 CPUtime=0.22 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 2287 0 0 0 22 0 0 0 16 0 19 0 855456364 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636268 CPUtime=8.13 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 13191 0 0 0 811 2 0 0 15 0 19 0 855456365 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636268 CPUtime=0.72 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4335 0 0 0 72 0 0 0 15 0 19 0 855456367 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636268 CPUtime=0.79 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7083 0 0 0 78 1 0 0 15 0 19 0 855456367 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 855456367 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22449] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22449/stat : 22449 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 855456538 13963538432 196286 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1664.9
Current children cumulated vsize (KiB) 13636268

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/473 22523
/proc/meminfo: memFree=15601892/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636268 CPUtime=1724.92 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 201497 0 1 0 172466 26 0 0 25 0 19 0 855456361 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409067 196359 2264 9 0 3399801 0
[pid=22413/tid=22414] ppid=22411 vsize=13636268 CPUtime=1713.4 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 164667 0 1 0 171320 20 0 0 25 0 19 0 855456361 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912506021820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13636268 CPUtime=0.17 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 438 0 0 0 17 0 0 0 15 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13636268 CPUtime=0.16 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 183 0 0 0 16 0 0 0 16 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13636268 CPUtime=0.18 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 309 0 0 0 18 0 0 0 15 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13636268 CPUtime=0.26 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 1058 0 0 0 26 0 0 0 15 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13636268 CPUtime=0.22 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 2008 0 0 0 22 0 0 0 15 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13636268 CPUtime=0.27 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 2165 0 0 0 27 0 0 0 16 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636268 CPUtime=0.2 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 2447 0 0 0 20 0 0 0 16 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636268 CPUtime=0.22 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 2287 0 0 0 22 0 0 0 15 0 19 0 855456364 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636268 CPUtime=8.25 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 13266 0 0 0 822 3 0 0 15 0 19 0 855456365 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636268 CPUtime=0.72 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4335 0 0 0 72 0 0 0 15 0 19 0 855456367 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636268 CPUtime=0.79 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7083 0 0 0 78 1 0 0 15 0 19 0 855456367 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 855456367 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22449] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22449/stat : 22449 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 855456538 13963538432 196359 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.92
Current children cumulated vsize (KiB) 13636268

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/473 22525
/proc/meminfo: memFree=15592944/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636268 CPUtime=1784.95 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 203238 0 1 0 178468 27 0 0 25 0 19 0 855456361 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409067 198093 2264 9 0 3399801 0
[pid=22413/tid=22414] ppid=22411 vsize=13636268 CPUtime=1773.28 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 164668 0 1 0 177307 21 0 0 25 0 19 0 855456361 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505885488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13636268 CPUtime=0.17 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 445 0 0 0 17 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13636268 CPUtime=0.18 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 565 0 0 0 18 0 0 0 16 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13636268 CPUtime=0.18 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 310 0 0 0 18 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13636268 CPUtime=0.26 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 1085 0 0 0 26 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13636268 CPUtime=0.24 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 2470 0 0 0 24 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13636268 CPUtime=0.27 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 2166 0 0 0 27 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636268 CPUtime=0.21 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 3035 0 0 0 21 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636268 CPUtime=0.22 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 2287 0 0 0 22 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636268 CPUtime=8.35 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 13536 0 0 0 832 3 0 0 15 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636268 CPUtime=0.72 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4335 0 0 0 72 0 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636268 CPUtime=0.79 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7083 0 0 0 78 1 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22449] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22449/stat : 22449 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 855456538 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 13636268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.42 s]
/proc/loadavg: 2.04 2.05 1.97 3/473 22525
/proc/meminfo: memFree=15592932/32951124 swapFree=60787360/67111528
[pid=22413] ppid=22411 vsize=13636268 CPUtime=1800.08 cores=0,2,4,6
/proc/22413/stat : 22413 (java) S 22411 22413 22246 0 -1 4202496 203240 0 1 0 179981 27 0 0 25 0 19 0 855456361 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22413/statm: 3409067 198093 2264 9 0 3399801 0
[pid=22413/tid=22414] ppid=22411 vsize=13636268 CPUtime=1788.41 cores=0,2,4,6
/proc/22413/task/22414/stat : 22414 (java) R 22411 22413 22246 0 -1 4202560 164668 0 1 0 178820 21 0 0 25 0 19 0 855456361 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 46912505985018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22413/tid=22416] ppid=22411 vsize=13636268 CPUtime=0.17 cores=0,2,4,6
/proc/22413/task/22416/stat : 22416 (java) S 22411 22413 22246 0 -1 4202560 445 0 0 0 17 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22417] ppid=22411 vsize=13636268 CPUtime=0.18 cores=0,2,4,6
/proc/22413/task/22417/stat : 22417 (java) S 22411 22413 22246 0 -1 4202560 565 0 0 0 18 0 0 0 16 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22418] ppid=22411 vsize=13636268 CPUtime=0.18 cores=0,2,4,6
/proc/22413/task/22418/stat : 22418 (java) S 22411 22413 22246 0 -1 4202560 310 0 0 0 18 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22419] ppid=22411 vsize=13636268 CPUtime=0.26 cores=0,2,4,6
/proc/22413/task/22419/stat : 22419 (java) S 22411 22413 22246 0 -1 4202560 1085 0 0 0 26 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22420] ppid=22411 vsize=13636268 CPUtime=0.24 cores=0,2,4,6
/proc/22413/task/22420/stat : 22420 (java) S 22411 22413 22246 0 -1 4202560 2470 0 0 0 24 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22421] ppid=22411 vsize=13636268 CPUtime=0.27 cores=0,2,4,6
/proc/22413/task/22421/stat : 22421 (java) S 22411 22413 22246 0 -1 4202560 2166 0 0 0 27 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22422] ppid=22411 vsize=13636268 CPUtime=0.21 cores=0,2,4,6
/proc/22413/task/22422/stat : 22422 (java) S 22411 22413 22246 0 -1 4202560 3035 0 0 0 21 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 6 0 0 0
[pid=22413/tid=22423] ppid=22411 vsize=13636268 CPUtime=0.22 cores=0,2,4,6
/proc/22413/task/22423/stat : 22423 (java) S 22411 22413 22246 0 -1 4202560 2287 0 0 0 22 0 0 0 15 0 19 0 855456364 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22424] ppid=22411 vsize=13636268 CPUtime=8.35 cores=0,2,4,6
/proc/22413/task/22424/stat : 22424 (java) S 22411 22413 22246 0 -1 4202560 13536 0 0 0 832 3 0 0 15 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 0 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22425] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22425/stat : 22425 (java) S 22411 22413 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22426] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22426/stat : 22426 (java) S 22411 22413 22246 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855456365 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22427] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22427/stat : 22427 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389125041 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22428] ppid=22411 vsize=13636268 CPUtime=0.72 cores=0,2,4,6
/proc/22413/task/22428/stat : 22428 (java) S 22411 22413 22246 0 -1 4202560 4335 0 0 0 72 0 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
[pid=22413/tid=22429] ppid=22411 vsize=13636268 CPUtime=0.79 cores=0,2,4,6
/proc/22413/task/22429/stat : 22429 (java) S 22411 22413 22246 0 -1 4202560 7083 0 0 0 78 1 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 0 0 0 0
[pid=22413/tid=22430] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22430/stat : 22430 (java) S 22411 22413 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117337 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22431] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22431/stat : 22431 (java) S 22411 22413 22246 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 855456367 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 2 0 0 0
[pid=22413/tid=22449] ppid=22411 vsize=13636268 CPUtime=0 cores=0,2,4,6
/proc/22413/task/22449/stat : 22449 (java) S 22411 22413 22246 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 855456538 13963538432 198093 33554432000 1073741824 1073778376 140734987693440 18446744073709551615 255389117952 0 4 0 16800975 18446604448099567488 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13636268

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): 1797.51
CPU time (s): 1800.22
CPU user time (s): 1799.9
CPU system time (s): 0.313952
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 13637140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203293
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39556
involuntary context switches= 8766

runsolver used 8.62869 second user time and 17.5553 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-07 11:23:05
IDJOB=3478794
IDBENCH=89687
IDSOLVER=1952
FILE ID=node135/3478794-1307438585
RUNJOBID= node135-1307436784-22264
PBS_JOBID= 13519953
Free space on /tmp= 73324 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-40.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478794-1307438585/watcher-3478794-1307438585 -o /tmp/evaluation-result-3478794-1307438585/solver-3478794-1307438585 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478794-1307438585.opb

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

MD5SUM BENCH= 96b10f202af149572cd99ac873608650
RANDOM SEED=692137994

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19473496 kB
Buffers:        305336 kB
Cached:        1794888 kB
SwapCached:       6168 kB
Active:       12258040 kB
Inactive:       945068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19473496 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          413480 kB
Writeback:           0 kB
AnonPages:    11102540 kB
Mapped:          26392 kB
Slab:           141748 kB
PageTables:      65900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124411956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73948 MiB
End job on node135 at 2011-06-07 11:53:04