Trace number 3741138

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.65 905.27

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3741138-1338751472.opb
0.08/0.12	c reading problem ... 
2.02/1.43	c ... done. Wall clock time 1.302s.
2.02/1.43	c #vars     7351
2.02/1.43	c #constraints  156112
2.02/1.43	c constraints type 
2.02/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
2.02/1.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.02/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
2.02/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
2.02/1.43	c constraints type 
2.02/1.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
2.02/1.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
2.02/1.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.02/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
5.80/2.84	c cleaning 2498 clauses out of 5002 with flag 5002/5002
6.80/3.30	c cleaning 0 clauses out of 5001 with flag 0/5001
8.77/4.19	c cleaning 4249 clauses out of 8505 with flag 11003/11003
10.91/5.23	c cleaning 0 clauses out of 11000 with flag 0/11000
11.77/5.69	c cleaning 5622 clauses out of 11251 with flag 18000/18000
15.12/7.28	c cleaning 6760 clauses out of 13626 with flag 26000/26000
16.42/7.92	c cleaning 0 clauses out of 18000 with flag 0/18000
17.72/8.68	c cleaning 7897 clauses out of 15865 with flag 35000/35000
20.77/10.27	c cleaning 8980 clauses out of 17968 with flag 45001/45001
23.49/11.67	c cleaning 9837 clauses out of 19987 with flag 56000/56000
24.19/12.08	c cleaning 0 clauses out of 26000 with flag 0/26000
28.27/14.17	c cleaning 11073 clauses out of 22151 with flag 68001/68001
32.12/16.16	c cleaning 12025 clauses out of 24077 with flag 81000/81000
37.03/18.68	c cleaning 12916 clauses out of 26052 with flag 95000/95000
40.52/20.45	c cleaning 0 clauses out of 35000 with flag 0/35000
43.80/22.19	c cleaning 13919 clauses out of 28136 with flag 110000/110000
48.04/24.30	c cleaning 15103 clauses out of 30218 with flag 126001/126001
52.92/26.88	c cleaning 15947 clauses out of 32116 with flag 143002/143002
61.44/31.10	c cleaning 16981 clauses out of 34166 with flag 161000/161000
67.92/34.41	c cleaning 17943 clauses out of 36185 with flag 180000/180000
75.78/38.41	c cleaning 19118 clauses out of 38243 with flag 200001/200001
77.65/39.47	c cleaning 0 clauses out of 45002 with flag 0/45002
85.12/43.22	c cleaning 20058 clauses out of 40127 with flag 221003/221003
92.02/46.73	c cleaning 20892 clauses out of 42066 with flag 243000/243000
101.85/51.74	c cleaning 21913 clauses out of 44174 with flag 266000/266000
111.92/56.85	c cleaning 23129 clauses out of 46261 with flag 290000/290000
121.00/61.43	c cleaning 23924 clauses out of 48131 with flag 315000/315000
121.86/61.90	c cleaning 0 clauses out of 56000 with flag 0/56000
131.89/67.03	c cleaning 25098 clauses out of 50212 with flag 341005/341005
139.94/71.12	c cleaning 25924 clauses out of 52108 with flag 368000/368000
150.23/76.34	c cleaning 27071 clauses out of 54184 with flag 396000/396000
161.51/82.04	c cleaning 27953 clauses out of 56114 with flag 425001/425001
174.92/88.83	c cleaning 29053 clauses out of 58163 with flag 455003/455003
178.19/90.53	c cleaning 0 clauses out of 68000 with flag 0/68000
190.47/96.78	c cleaning 29935 clauses out of 60106 with flag 486000/486000
203.56/103.35	c cleaning 31048 clauses out of 62171 with flag 518000/518000
216.23/109.77	c cleaning 32010 clauses out of 64123 with flag 551000/551000
230.33/116.82	c cleaning 32892 clauses out of 66113 with flag 585000/585000
244.02/123.77	c cleaning 34103 clauses out of 68222 with flag 620001/620001
261.91/132.75	c cleaning 35053 clauses out of 70119 with flag 656001/656001
275.92/139.89	c cleaning 35972 clauses out of 72065 with flag 693000/693000
294.59/149.27	c cleaning 36925 clauses out of 74093 with flag 731000/731000
312.05/158.09	c cleaning 0 clauses out of 81000 with flag 0/81000
315.10/159.65	c cleaning 37987 clauses out of 76169 with flag 770001/770001
333.51/168.97	c cleaning 38872 clauses out of 78182 with flag 810001/810001
351.16/177.83	c cleaning 40039 clauses out of 80309 with flag 851000/851000
374.01/189.34	c cleaning 41125 clauses out of 82272 with flag 893002/893002
401.86/203.31	c cleaning 42015 clauses out of 84145 with flag 936000/936000
429.46/217.23	c cleaning 42961 clauses out of 86130 with flag 980000/980000
450.15/227.63	c cleaning 44027 clauses out of 88170 with flag 1025001/1025001
472.01/238.65	c cleaning 45031 clauses out of 90143 with flag 1071001/1071001
493.90/249.64	c cleaning 46049 clauses out of 92114 with flag 1118003/1118003
518.48/262.09	c cleaning 46875 clauses out of 94061 with flag 1166000/1166000
546.94/276.32	c cleaning 48070 clauses out of 96186 with flag 1215000/1215000
565.81/285.83	c cleaning 0 clauses out of 95001 with flag 0/95001
573.86/289.96	c cleaning 48957 clauses out of 98117 with flag 1265001/1265001
601.43/303.88	c cleaning 49997 clauses out of 100159 with flag 1316000/1316000
633.93/320.15	c cleaning 51046 clauses out of 102162 with flag 1368000/1368000
662.38/334.45	c cleaning 51991 clauses out of 104119 with flag 1421003/1421003
685.63/346.12	c cleaning 53019 clauses out of 106126 with flag 1475001/1475001
711.19/359.03	c cleaning 53810 clauses out of 108106 with flag 1530000/1530000
739.65/373.38	c cleaning 55046 clauses out of 110298 with flag 1586002/1586002
774.72/390.98	c cleaning 56005 clauses out of 112250 with flag 1643000/1643000
812.03/409.67	c cleaning 56952 clauses out of 114245 with flag 1701000/1701000
844.79/426.15	c cleaning 58122 clauses out of 116298 with flag 1760005/1760005
875.65/441.62	c cleaning 59072 clauses out of 118171 with flag 1820000/1820000
934.80/471.21	c cleaning 59994 clauses out of 120099 with flag 1881000/1881000
996.34/502.07	c cleaning 61005 clauses out of 122105 with flag 1943000/1943000
1057.54/532.75	c cleaning 0 clauses out of 110000 with flag 0/110000
1061.53/534.86	c cleaning 61916 clauses out of 124100 with flag 2006000/2006000
1119.61/563.99	c cleaning 62850 clauses out of 126184 with flag 2070000/2070000
1158.89/583.61	c cleaning 63996 clauses out of 128334 with flag 2135000/2135000
1206.74/607.68	c cleaning 65082 clauses out of 130338 with flag 2201000/2201000
1254.43/631.53	c cleaning 66034 clauses out of 132256 with flag 2268000/2268000
1298.28/653.55	c cleaning 67108 clauses out of 134224 with flag 2336002/2336002
1338.12/673.53	c cleaning 67846 clauses out of 136116 with flag 2405002/2405002
1373.64/691.48	c cleaning 69036 clauses out of 138269 with flag 2475001/2475001
1429.33/719.31	c cleaning 70078 clauses out of 140234 with flag 2546002/2546002
1471.97/740.76	c cleaning 70939 clauses out of 142155 with flag 2618001/2618001
1515.43/762.56	c cleaning 72000 clauses out of 144215 with flag 2691000/2691000
1568.62/789.20	c cleaning 73011 clauses out of 146215 with flag 2765000/2765000
1622.13/816.00	c cleaning 74098 clauses out of 148206 with flag 2840002/2840002
1702.39/856.24	c cleaning 74866 clauses out of 150106 with flag 2916000/2916000
1770.75/890.48	c cleaning 76053 clauses out of 152241 with flag 2993001/2993001
1800.06/905.22	c starts		: 231
1800.06/905.22	c conflicts		: 3029872
1800.06/905.22	c decisions		: 13979348
1800.06/905.22	c propagations		: 740487721
1800.06/905.22	c inspects		: 9001730758
1800.06/905.22	c shortcuts		: 0
1800.06/905.22	c learnt literals	: 12
1800.06/905.22	c learnt binary clauses	: 526
1800.06/905.22	c learnt ternary clauses	: 2116
1800.06/905.22	c learnt constraints	: 3029860
1800.06/905.22	c ignored constraints	: 0
1800.06/905.22	c root simplifications	: 0
1800.06/905.22	c removed literals (reason simplification)	: 87225475
1800.06/905.22	c reason swapping (by a shorter reason)	: 0
1800.06/905.22	c Calls to reduceDB	: 73
1800.06/905.22	c number of reductions to clauses (during analyze)	: 0
1800.06/905.22	c number of learned constraints concerned by reduction	: 0
1800.06/905.22	c number of learning phase by resolution	: 0
1800.06/905.22	c number of learning phase by cutting planes	: 0
1800.06/905.22	c speed (assignments/second)	: 819314.9119982651
1800.06/905.22	c non guided choices	459971
1800.06/905.25	c learnt constraints type 
1800.06/905.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 526
1800.06/905.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112604
1800.06/905.25	c constraints type 
1800.06/905.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
1800.06/905.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.06/905.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
1800.06/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1800.06/905.25	c constraints type 
1800.06/905.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
1800.06/905.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
1800.06/905.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1800.06/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
1800.06/905.25	s UNKNOWN
1800.06/905.25	c Total wall clock time (in seconds): 905.126

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-3741138-1338751472/watcher-3741138-1338751472 -o /tmp/evaluation-result-3741138-1338751472/solver-3741138-1338751472 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741138-1338751472.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: 3.93 3.91 3.75 4/197 30606
/proc/meminfo: memFree=23252584/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30606/stat : 30606 (java) D 30604 30606 30010 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 341273963 9515008 182 33554432000 1073741824 1073778376 140736573486640 140736573477672 271787572917 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30606/statm: 2323 182 140 9 0 71 0

[startup+0.0637981 s]
/proc/loadavg: 3.93 3.91 3.75 4/197 30606
/proc/meminfo: memFree=23252584/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11253516 CPUtime=0.03 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 4303 0 1 0 3 0 0 0 20 0 13 0 341273963 11523600384 12155 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2813379 12155 1708 9 0 2804080 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11253516

[startup+0.100211 s]
/proc/loadavg: 3.93 3.91 3.75 4/197 30606
/proc/meminfo: memFree=23252584/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 4951 0 1 0 7 1 0 0 20 0 18 0 341273963 11864465408 13312 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2896598 13313 2042 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300228 s]
/proc/loadavg: 3.93 3.91 3.75 4/197 30606
/proc/meminfo: memFree=23252584/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 6383 0 1 0 44 1 0 0 20 0 18 0 341273963 11864465408 16481 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2896598 16481 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700253 s]
/proc/loadavg: 3.93 3.91 3.75 4/197 30606
/proc/meminfo: memFree=23252584/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11586392 CPUtime=1.22 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 9998 0 1 0 118 4 0 0 20 0 18 0 341273963 11864465408 55083 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2896598 55083 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 11586392

[startup+1.50062 s]
/proc/loadavg: 3.93 3.91 3.75 4/215 30624
/proc/meminfo: memFree=22876272/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=2.31 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 10378 0 1 0 220 11 0 0 20 0 22 0 341273963 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 158663 2254 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3653 0 1 0 131 9 0 0 20 0 22 0 341273964 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341273967 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) R 30604 30606 30010 0 -1 4202560 2974 0 0 0 37 0 0 0 20 0 22 0 341273970 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246041708936 140246701918556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) R 30604 30606 30010 0 -1 4202560 2452 0 0 0 37 2 0 0 20 0 22 0 341273970 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246040651608 271790956981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 158663 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.93 3.91 3.75 5/219 30628
/proc/meminfo: memFree=22471928/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=6.47 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 18877 0 1 0 622 25 0 0 20 0 22 0 341273963 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 294722 2288 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3653 0 1 0 131 9 0 0 20 0 22 0 341273964 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341273966 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 50 0 0 0 11 1 0 0 20 0 22 0 341273967 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) S 30604 30606 30010 0 -1 4202560 4597 0 0 0 80 2 0 0 20 0 22 0 341273970 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246041717432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) R 30604 30606 30010 0 -1 4202560 8968 0 0 0 92 3 0 0 20 0 22 0 341273970 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246040642744 140246702152896 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30625] ppid=30604 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/30606/task/30625/stat : 30625 (java) R 30604 30606 30010 0 -1 4202560 30 0 0 0 145 0 0 0 20 0 22 0 341274106 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246037504208 140246537451900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30626] ppid=30604 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/30606/task/30626/stat : 30626 (java) R 30604 30606 30010 0 -1 4202560 283 0 0 0 139 8 0 0 20 0 22 0 341274106 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246036449752 140246537451716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30627] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30627/stat : 30627 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246035399848 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30628] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30628/stat : 30628 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 294722 33554432000 1073741824 1073778376 140735290679584 140246034347048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 11852648

[startup+6.30072 s]
/proc/loadavg: 3.94 3.91 3.75 7/219 30628
/proc/meminfo: memFree=22068296/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=13.3 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 21299 0 1 0 1304 26 0 0 20 0 22 0 341273963 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 298281 2289 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3653 0 1 0 131 9 0 0 20 0 22 0 341273964 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341273966 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 75 0 0 0 55 2 0 0 20 0 22 0 341273967 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) S 30604 30606 30010 0 -1 4202560 6445 0 0 0 106 2 0 0 20 0 22 0 341273970 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246041717432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) S 30604 30606 30010 0 -1 4202560 9501 0 0 0 152 3 0 0 20 0 22 0 341273970 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246040664632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30625] ppid=30604 vsize=11852648 CPUtime=4.19 cores=1,3,5,7
/proc/30606/task/30625/stat : 30625 (java) R 30604 30606 30010 0 -1 4202560 33 0 0 0 419 0 0 0 20 0 22 0 341274106 12137111552 298281 33554432000 1073741824 1073778376 140735290679584 140246037504208 140246537644512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=30606/tid=30626] ppid=30604 vsize=11852648 CPUtime=744.4 cores=1,3,5,7
/proc/30606/task/30626/stat : 30626 (java) R 30604 30606 30010 0 -1 4202560 1450 0 0 0 74387 53 0 0 20 0 22 0 341274106 12137111552 918145 33554432000 1073741824 1073778376 140735290679584 140246036449552 140246537508802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30627] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30627/stat : 30627 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 918145 33554432000 1073741824 1073778376 140735290679584 140246035399848 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30628] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30628/stat : 30628 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 918145 33554432000 1073741824 1073778376 140735290679584 140246034347048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1515.04
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.94 3.90 3.81 5/219 30696
/proc/meminfo: memFree=19623260/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=1634.53 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 24874 0 1 0 163360 93 0 0 20 0 22 0 341273963 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 918291 2291 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3670 0 1 0 133 11 0 0 20 0 22 0 341273964 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 241 0 0 0 93 2 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 177 0 0 0 111 3 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 135 0 0 0 97 2 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 176 0 0 0 106 3 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 217 0 0 0 99 2 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 140 0 0 0 97 3 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 199 0 0 0 102 2 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 154 0 0 0 102 2 0 0 20 0 22 0 341273966 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=14.95 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 154 0 0 0 1487 8 0 0 20 0 22 0 341273967 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) S 30604 30606 30010 0 -1 4202560 7297 0 0 0 125 2 0 0 20 0 22 0 341273970 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246041717432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) S 30604 30606 30010 0 -1 4202560 9502 0 0 0 155 3 0 0 20 0 22 0 341273970 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246040664632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 341273970 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30625] ppid=30604 vsize=11852648 CPUtime=803.42 cores=1,3,5,7
/proc/30606/task/30625/stat : 30625 (java) R 30604 30606 30010 0 -1 4202560 121 0 0 0 80327 15 0 0 20 0 22 0 341274106 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246037504208 140246537494729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30626] ppid=30604 vsize=11852648 CPUtime=803.39 cores=1,3,5,7
/proc/30606/task/30626/stat : 30626 (java) R 30604 30606 30010 0 -1 4202560 1453 0 0 0 80285 54 0 0 20 0 22 0 341274106 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246036449536 140246537376907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30627] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30627/stat : 30627 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246035399848 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30628] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30628/stat : 30628 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 918291 33554432000 1073741824 1073778376 140735290679584 140246034347048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1634.53
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.95 3.92 3.82 5/219 30697
/proc/meminfo: memFree=19612276/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=1754.48 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 24985 0 1 0 175353 95 0 0 20 0 22 0 341273963 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 920931 2291 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3670 0 1 0 133 11 0 0 20 0 22 0 341273964 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 243 0 0 0 100 2 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 180 0 0 0 118 3 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 155 0 0 0 104 2 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 178 0 0 0 113 3 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 219 0 0 0 103 2 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 165 0 0 0 102 3 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 199 0 0 0 106 2 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 195 0 0 0 111 2 0 0 20 0 22 0 341273966 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=15.19 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 159 0 0 0 1511 8 0 0 20 0 22 0 341273967 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) S 30604 30606 30010 0 -1 4202560 7297 0 0 0 125 2 0 0 20 0 22 0 341273970 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246041717432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) S 30604 30606 30010 0 -1 4202560 9502 0 0 0 155 3 0 0 20 0 22 0 341273970 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246040664632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 341273970 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30625] ppid=30604 vsize=11852648 CPUtime=863.03 cores=1,3,5,7
/proc/30606/task/30625/stat : 30625 (java) R 30604 30606 30010 0 -1 4202560 125 0 0 0 86287 16 0 0 20 0 22 0 341274106 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246037503248 140246537626365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30626] ppid=30604 vsize=11852648 CPUtime=863 cores=1,3,5,7
/proc/30606/task/30626/stat : 30626 (java) R 30604 30606 30010 0 -1 4202560 1456 0 0 0 86245 55 0 0 20 0 22 0 341274106 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246036449552 140246537396974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30627] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30627/stat : 30627 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246035399848 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30628] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30628/stat : 30628 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 920931 33554432000 1073741824 1073778376 140735290679584 140246034347048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1754.48
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.97 3.92 3.82 5/219 30697
/proc/meminfo: memFree=19392396/32873648 swapFree=6852/6852
[pid=30606] ppid=30604 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/30606/stat : 30606 (java) S 30604 30606 30010 0 -1 4202496 25055 0 1 0 179910 96 0 0 20 0 22 0 341273963 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140735290670720 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30606/statm: 2963162 924553 2291 9 0 2953849 0
[pid=30606/tid=30608] ppid=30604 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/30606/task/30608/stat : 30608 (java) S 30604 30606 30010 0 -1 4202560 3671 0 1 0 133 11 0 0 20 0 22 0 341273964 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246699287704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30609] ppid=30604 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/30606/task/30609/stat : 30609 (java) S 30604 30606 30010 0 -1 4202560 243 0 0 0 102 2 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246536509736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30610] ppid=30604 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/30606/task/30610/stat : 30610 (java) S 30604 30606 30010 0 -1 4202560 184 0 0 0 121 3 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246535456936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30611] ppid=30604 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/30606/task/30611/stat : 30611 (java) S 30604 30606 30010 0 -1 4202560 160 0 0 0 107 3 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246534404648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30612] ppid=30604 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/30606/task/30612/stat : 30612 (java) S 30604 30606 30010 0 -1 4202560 181 0 0 0 117 3 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246533351848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30613] ppid=30604 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/30606/task/30613/stat : 30613 (java) S 30604 30606 30010 0 -1 4202560 225 0 0 0 108 2 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246532299560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30614] ppid=30604 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/30606/task/30614/stat : 30614 (java) S 30604 30606 30010 0 -1 4202560 204 0 0 0 106 3 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246531246760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30615] ppid=30604 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/30606/task/30615/stat : 30615 (java) S 30604 30606 30010 0 -1 4202560 201 0 0 0 110 2 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246530194472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30606/tid=30616] ppid=30604 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/30606/task/30616/stat : 30616 (java) S 30604 30606 30010 0 -1 4202560 199 0 0 0 114 2 0 0 20 0 22 0 341273966 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246529141672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30617] ppid=30604 vsize=11852648 CPUtime=15.56 cores=1,3,5,7
/proc/30606/task/30617/stat : 30617 (java) S 30604 30606 30010 0 -1 4202560 161 0 0 0 1548 8 0 0 20 0 22 0 341273967 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246045927656 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30618] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30618/stat : 30618 (java) S 30604 30606 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246044873720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30619] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30619/stat : 30619 (java) S 30604 30606 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341273968 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246043821320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30620] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30620/stat : 30620 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246042769808 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30621] ppid=30604 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/30606/task/30621/stat : 30621 (java) S 30604 30606 30010 0 -1 4202560 7297 0 0 0 125 2 0 0 20 0 22 0 341273970 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246041717432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30622] ppid=30604 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/30606/task/30622/stat : 30622 (java) S 30604 30606 30010 0 -1 4202560 9502 0 0 0 155 3 0 0 20 0 22 0 341273970 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246040664632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30623] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30623/stat : 30623 (java) S 30604 30606 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341273970 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246039612536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30624] ppid=30604 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/30606/task/30624/stat : 30624 (java) S 30604 30606 30010 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 341273970 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246038559944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30625] ppid=30604 vsize=11852648 CPUtime=885.48 cores=1,3,5,7
/proc/30606/task/30625/stat : 30625 (java) R 30604 30606 30010 0 -1 4202560 127 0 0 0 88532 16 0 0 20 0 22 0 341274106 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246037503264 140246537605528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30606/tid=30626] ppid=30604 vsize=11852648 CPUtime=885.46 cores=1,3,5,7
/proc/30606/task/30626/stat : 30626 (java) R 30604 30606 30010 0 -1 4202560 1456 0 0 0 88491 55 0 0 20 0 22 0 341274106 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246036449328 140246537376880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30606/tid=30627] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30627/stat : 30627 (java) S 30604 30606 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246035399848 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30606/tid=30628] ppid=30604 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/30606/task/30628/stat : 30628 (java) S 30604 30606 30010 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341274108 12137111552 924553 33554432000 1073741824 1073778376 140735290679584 140246034347048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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): 905.27
CPU time (s): 1800.65
CPU user time (s): 1799.14
CPU system time (s): 1.51077
CPU usage (%): 198.907
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.51077
maximum resident set size= 3698336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25087
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25667
involuntary context switches= 29618

runsolver used 3.78242 second user time and 7.8718 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 21:24:32
IDJOB=3741138
IDBENCH=89785
IDSOLVER=2328
FILE ID=node115/3741138-1338751472
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70788 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741138-1338751472/watcher-3741138-1338751472 -o /tmp/evaluation-result-3741138-1338751472/solver-3741138-1338751472 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741138-1338751472.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=631538685

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:        23252972 kB
Buffers:         1438872 kB
Cached:          3533204 kB
SwapCached:         1016 kB
Active:          6513324 kB
Inactive:        2190236 kB
Active(anon):    3719836 kB
Inactive(anon):     9868 kB
Active(file):    2793488 kB
Inactive(file):  2180368 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              6592 kB
Writeback:             0 kB
AnonPages:       3733084 kB
Mapped:            19964 kB
Shmem:                96 kB
Slab:             771520 kB
SReclaimable:     215404 kB
SUnreclaim:       556116 kB
KernelStack:        1616 kB
PageTables:        11168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3682304 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= 70792 MiB
End job on node115 at 2012-06-03 21:39:39