Trace number 3688652

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)13 1800.03 926.637

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688652-1337878685.opb
0.10/0.10	c reading problem ... 
1.08/0.51	c ... done. Wall clock time 0.405s.
1.08/0.51	c declared #vars     200
1.08/0.51	c internal #vars     6416
1.08/0.51	c #constraints  12632
1.08/0.51	c constraints type 
1.08/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1.08/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.08/0.51	c 12632 constraints processed.
1.08/0.51	c constraints type 
1.08/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1.08/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1.08/0.51	c 12632 constraints processed.
1.08/0.51	c objective function length is 200 literals
1.46/0.63	c  And the winner is solver0
2.38/1.01	c SATISFIABLE
2.38/1.01	c OPTIMIZING...
2.38/1.01	c Got one! Elapsed wall clock time (in seconds):0.907
2.38/1.01	o 17
2.38/1.04	c  And the winner is solver0
2.54/1.51	c Got one! Elapsed wall clock time (in seconds):1.41
2.54/1.51	o 16
3.67/1.83	c  And the winner is solver0
4.07/2.01	c Got one! Elapsed wall clock time (in seconds):1.912
4.07/2.01	o 15
5.81/2.85	c  And the winner is solver1
5.91/3.02	c Got one! Elapsed wall clock time (in seconds):2.914
5.91/3.02	o 14
11.89/5.88	c cleaning 2798 clauses out of 5595 with flag 4000/5595
21.26/10.47	c cleaning 4398 clauses out of 8797 with flag 10000/11595
31.73/15.64	c cleaning 5681 clauses out of 11399 with flag 17000/18595
42.57/21.12	c cleaning 6848 clauses out of 13718 with flag 25000/26595
56.26/28.19	c cleaning 7930 clauses out of 15870 with flag 34000/35595
70.80/35.59	c cleaning 8955 clauses out of 17944 with flag 44004/45599
86.48/43.59	c cleaning 9978 clauses out of 19989 with flag 55004/56599
103.75/52.38	c cleaning 11001 clauses out of 22007 with flag 67000/68595
123.31/62.49	c cleaning 12000 clauses out of 24006 with flag 80000/81595
138.29/70.12	c  And the winner is solver1
138.00/70.52	c Got one! Elapsed wall clock time (in seconds):70.421
138.00/70.52	o 13
145.01/74.08	c cleaning 13396 clauses out of 26818 with flag 5001/96407
155.00/79.22	c cleaning 9712 clauses out of 19424 with flag 11003/102409
166.08/85.09	c cleaning 8345 clauses out of 16709 with flag 18000/109406
179.07/91.91	c cleaning 8175 clauses out of 16364 with flag 26000/117406
192.72/99.08	c cleaning 8566 clauses out of 17190 with flag 35001/126407
208.56/107.21	c cleaning 9292 clauses out of 18623 with flag 45000/136406
224.57/115.58	c cleaning 10146 clauses out of 20331 with flag 56000/147406
243.12/125.62	c cleaning 11090 clauses out of 22185 with flag 68000/159406
262.73/136.19	c cleaning 12025 clauses out of 24095 with flag 81000/172406
283.48/147.23	c cleaning 13025 clauses out of 26070 with flag 95000/186406
309.60/162.08	c cleaning 14008 clauses out of 28045 with flag 110000/201406
334.68/174.88	c cleaning 15019 clauses out of 30037 with flag 126000/217406
360.80/188.24	c cleaning 16001 clauses out of 32018 with flag 143000/234406
388.75/202.52	c cleaning 16990 clauses out of 34017 with flag 161000/252406
392.97/205.21	c cleaning 0 clauses out of 6144 with flag 0/6144
419.66/218.89	c cleaning 17999 clauses out of 36027 with flag 180000/271406
451.10/234.87	c cleaning 19000 clauses out of 38028 with flag 200000/291406
483.30/251.23	c cleaning 20010 clauses out of 40028 with flag 221000/312406
518.73/269.70	c cleaning 20995 clauses out of 42025 with flag 243007/334413
554.26/287.83	c cleaning 22001 clauses out of 44023 with flag 266000/357406
589.63/305.98	c cleaning 22996 clauses out of 46022 with flag 290000/381406
627.17/325.19	c cleaning 24005 clauses out of 48027 with flag 315001/406407
668.67/346.69	c cleaning 24988 clauses out of 50021 with flag 341000/432406
710.55/368.06	c cleaning 26011 clauses out of 52033 with flag 368000/459406
752.18/389.38	c cleaning 26983 clauses out of 54022 with flag 396000/487406
798.65/413.02	c cleaning 28016 clauses out of 56039 with flag 425000/516406
847.15/438.10	c cleaning 28979 clauses out of 58023 with flag 455000/546406
899.78/465.94	c cleaning 29999 clauses out of 60044 with flag 486000/577406
948.16/490.64	c cleaning 30998 clauses out of 62046 with flag 518001/609407
1002.10/518.51	c cleaning 31998 clauses out of 64047 with flag 551000/642406
1055.52/545.72	c cleaning 33012 clauses out of 66049 with flag 585000/676406
1111.70/574.35	c cleaning 34019 clauses out of 68038 with flag 620001/711407
1168.21/603.13	c cleaning 34981 clauses out of 70018 with flag 656000/747406
1225.92/632.98	c cleaning 36014 clauses out of 72039 with flag 693002/784408
1285.59/663.29	c cleaning 36978 clauses out of 74026 with flag 731003/822409
1345.12/693.57	c cleaning 37991 clauses out of 76046 with flag 770001/861407
1405.45/724.26	c cleaning 39015 clauses out of 78057 with flag 810003/901409
1466.32/755.63	c cleaning 40005 clauses out of 80039 with flag 851000/942406
1524.54/785.38	c cleaning 40987 clauses out of 82034 with flag 893000/984406
1589.14/818.27	c cleaning 42012 clauses out of 84049 with flag 936002/1027408
1656.61/852.65	c cleaning 42996 clauses out of 86036 with flag 980001/1071407
1725.05/887.92	c cleaning 43986 clauses out of 88039 with flag 1025000/1116406
1797.02/924.55	c cleaning 45012 clauses out of 90053 with flag 1071000/1162406
1799.74/926.61	c starts		: 41
1799.74/926.61	c conflicts		: 11678
1799.74/926.61	c decisions		: 25361
1799.74/926.61	c propagations		: 3190649
1799.74/926.61	c inspects		: 894528241
1799.74/926.61	c shortcuts		: 0
1799.74/926.61	c learnt literals	: 0
1799.74/926.61	c learnt binary clauses	: 0
1799.74/926.61	c learnt ternary clauses	: 0
1799.74/926.61	c learnt constraints	: 11677
1799.74/926.61	c ignored constraints	: 0
1799.74/926.61	c root simplifications	: 0
1799.74/926.61	c removed literals (reason simplification)	: 0
1799.74/926.61	c reason swapping (by a shorter reason)	: 0
1799.74/926.61	c Calls to reduceDB	: 1
1799.74/926.61	c number of reductions to clauses (during analyze)	: 0
1799.74/926.61	c number of learned constraints concerned by reduction	: 0
1799.74/926.61	c number of learning phase by resolution	: 0
1799.74/926.61	c number of learning phase by cutting planes	: 0
1799.74/926.61	c speed (assignments/second)	: 3450.8686524773602
1799.74/926.61	c non guided choices	0
1799.74/926.62	c learnt constraints type 
1799.74/926.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1799.74/926.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 205
1799.74/926.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11471
1799.74/926.62	c constraints type 
1799.74/926.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1799.74/926.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.74/926.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1799.74/926.62	c 12633 constraints processed.
1799.74/926.62	c constraints type 
1799.74/926.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1799.74/926.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.74/926.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1799.74/926.62	c 12633 constraints processed.
1799.74/926.62	s SATISFIABLE
1799.74/926.62	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1799.74/926.62	c objective function=13
1799.74/926.62	c Total wall clock time (in seconds): 926.515

Verifier Data

OK	13

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-3688652-1337878685/watcher-3688652-1337878685 -o /tmp/evaluation-result-3688652-1337878685/solver-3688652-1337878685 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688652-1337878685.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: 4.04 3.87 3.83 3/197 23348
/proc/meminfo: memFree=27774004/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23348/stat : 23348 (java) R 23346 23348 21231 0 -1 4202496 1098 0 0 0 0 0 0 0 20 0 1 0 253994188 23793664 827 33554432000 1073741824 1073778376 140737453446768 140737453435832 140523670270272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 5809 844 636 9 0 128 0

[startup+0.052645 s]
/proc/loadavg: 4.04 3.87 3.83 3/197 23348
/proc/meminfo: memFree=27774004/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 3189 0 1 0 3 1 0 0 20 0 18 0 253994188 9787813888 4398 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2389603 4398 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100198 s]
/proc/loadavg: 4.04 3.87 3.83 3/197 23348
/proc/meminfo: memFree=27774004/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 4451 0 1 0 9 1 0 0 20 0 18 0 253994188 9787813888 6119 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2389603 6119 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300161 s]
/proc/loadavg: 4.04 3.87 3.83 3/197 23348
/proc/meminfo: memFree=27774004/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 5815 0 1 0 47 2 0 0 20 0 18 0 253994188 9787813888 8529 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2389603 8529 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700171 s]
/proc/loadavg: 4.04 3.87 3.83 3/197 23348
/proc/meminfo: memFree=27774004/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 25745 0 1 0 168 8 0 0 20 0 19 0 253994188 10060460032 28507 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 28507 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 4.04 3.87 3.83 5/216 23370
/proc/meminfo: memFree=27622352/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 28158 0 1 0 243 11 0 0 20 0 19 0 253994188 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 30173 2261 9 0 2446860 0
[pid=23348/tid=23350] ppid=23346 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/23348/task/23350/stat : 23350 (java) S 23346 23348 21231 0 -1 4202560 2469 0 1 0 47 2 0 0 20 0 19 0 253994188 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523666605048 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23351] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23351/stat : 23351 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523628096040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23352] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23352/stat : 23352 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523627043240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23353] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23353/stat : 23353 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523625990440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253994189 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253994190 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253994190 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253994190 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994192 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 12811 0 0 0 81 2 0 0 20 0 19 0 253994192 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 11561 0 0 0 80 3 0 0 20 0 19 0 253994192 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994192 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253994193 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23370] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23370/stat : 23370 (java) S 23346 23348 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253994241 10060460032 30173 33554432000 1073741824 1073778376 140737453446768 140522203112232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9824668

[startup+3.10061 s]
/proc/loadavg: 4.03 3.87 3.83 5/219 23379
/proc/meminfo: memFree=27580020/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=6.14 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 32328 0 1 0 596 18 0 0 20 0 22 0 253994188 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 58089 2276 9 0 2446860 0
[pid=23348/tid=23350] ppid=23346 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/23348/task/23350/stat : 23350 (java) S 23346 23348 21231 0 -1 4202560 2469 0 1 0 48 2 0 0 20 0 22 0 253994188 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523666605048 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23351] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23351/stat : 23351 (java) S 23346 23348 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523628096040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23352] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23352/stat : 23352 (java) S 23346 23348 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523627043240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23353] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23353/stat : 23353 (java) S 23346 23348 21231 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523625990440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253994189 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 12980 0 0 0 129 2 0 0 20 0 22 0 253994192 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 15372 0 0 0 139 4 0 0 20 0 22 0 253994192 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994193 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23379] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23379/stat : 23379 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253994390 10060460032 58089 33554432000 1073741824 1073778376 140737453446768 140523480221352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 4.03 3.87 3.83 5/219 23382
/proc/meminfo: memFree=27343680/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=12.97 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 33208 0 1 0 1262 35 0 0 20 0 22 0 253994188 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 117067 2288 9 0 2446860 0
[pid=23348/tid=23350] ppid=23346 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/23348/task/23350/stat : 23350 (java) S 23346 23348 21231 0 -1 4202560 2470 0 1 0 48 2 0 0 20 0 22 0 253994188 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523666605048 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23351] ppid=23346 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23348/task/23351/stat : 23351 (java) S 23346 23348 21231 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523628096040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23352] ppid=23346 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23348/task/23352/stat : 23352 (java) S 23346 23348 21231 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523627043240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23353] ppid=23346 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23348/task/23353/stat : 23353 (java) S 23346 23348 21231 0 -1 4202560 159 0 0 0 4 2 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523625990440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 127 0 0 0 7 3 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 141 0 0 0 6 3 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 88 0 0 0 3 1 0 0 20 0 22 0 253994189 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 230 0 0 0 13 1 0 0 20 0 22 0 253994190 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 12981 0 0 0 141 2 0 0 20 0 22 0 253994192 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 15392 0 0 0 159 4 0 0 20 0 22 0 253994192 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994193 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23379] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23379/stat : 23379 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253994390 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523480221352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23380] ppid=23346 vsize=9824668 CPUtime=2.95 cores=0,2,4,6
/proc/23348/task/23380/stat : 23380 (java) R 23346 23348 21231 0 -1 4202560 4 0 0 0 295 0 0 0 20 0 22 0 253994490 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523481273184 140523495983666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23381] ppid=23346 vsize=9824668 CPUtime=2.96 cores=0,2,4,6
/proc/23348/task/23381/stat : 23381 (java) R 23346 23348 21231 0 -1 4202560 60 0 0 0 295 1 0 0 20 0 22 0 253994490 10060460032 117067 33554432000 1073741824 1073778376 140737453446768 140523482323960 140523495983111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 359 0 0 0 158 7 0 0 20 0 22 0 253994189 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 252 0 0 0 166 5 0 0 20 0 22 0 253994189 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 323 0 0 0 179 7 0 0 20 0 22 0 253994189 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 298 0 0 0 146 5 0 0 20 0 22 0 253994189 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 381 0 0 0 172 6 0 0 20 0 22 0 253994189 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=54.95 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 3247 0 0 0 5477 18 0 0 20 0 22 0 253994190 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 13038 0 0 0 218 2 0 0 20 0 22 0 253994192 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 15395 0 0 0 174 4 0 0 20 0 22 0 253994192 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 253994193 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23379] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23379/stat : 23379 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253994390 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523480221352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23383] ppid=23346 vsize=9824668 CPUtime=694.96 cores=0,2,4,6
/proc/23348/task/23383/stat : 23383 (java) R 23346 23348 21231 0 -1 4202560 25 0 0 0 69486 10 0 0 20 0 22 0 254001241 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523481272800 140523495996908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23384] ppid=23346 vsize=9824668 CPUtime=694.88 cores=0,2,4,6
/proc/23348/task/23384/stat : 23384 (java) R 23346 23348 21231 0 -1 4202560 188 0 0 0 69475 13 0 0 20 0 22 0 254001241 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140523482325456 140523496258413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23385] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23385/stat : 23385 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254001241 10060460032 893142 33554432000 1073741824 1073778376 140737453446768 140522203112360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1595.86
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.76 3.87 3.86 5/219 23491
/proc/meminfo: memFree=24966632/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=1713.84 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 40260 0 1 0 171252 132 0 0 20 0 22 0 253994188 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 895809 2289 9 0 2446860 0
[pid=23348/tid=23350] ppid=23346 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/23348/task/23350/stat : 23350 (java) S 23346 23348 21231 0 -1 4202560 2489 0 1 0 50 3 0 0 20 0 22 0 253994188 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523666605048 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23351] ppid=23346 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/23348/task/23351/stat : 23351 (java) S 23346 23348 21231 0 -1 4202560 356 0 0 0 185 5 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523628096040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23352] ppid=23346 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/23348/task/23352/stat : 23352 (java) S 23346 23348 21231 0 -1 4202560 378 0 0 0 178 8 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523627043240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23353] ppid=23346 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/23348/task/23353/stat : 23353 (java) S 23346 23348 21231 0 -1 4202560 352 0 0 0 178 6 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523625990440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 359 0 0 0 167 7 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 273 0 0 0 179 5 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 332 0 0 0 190 7 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 314 0 0 0 159 5 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 418 0 0 0 181 6 0 0 20 0 22 0 253994189 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=57.32 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 3266 0 0 0 5714 18 0 0 20 0 22 0 253994190 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 13038 0 0 0 218 2 0 0 20 0 22 0 253994192 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 15395 0 0 0 174 4 0 0 20 0 22 0 253994192 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 253994193 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23379] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23379/stat : 23379 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253994390 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523480221352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23383] ppid=23346 vsize=9824668 CPUtime=752.2 cores=0,2,4,6
/proc/23348/task/23383/stat : 23383 (java) R 23346 23348 21231 0 -1 4202560 27 0 0 0 75209 11 0 0 20 0 22 0 254001241 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523481271856 140523495996451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23384] ppid=23346 vsize=9824668 CPUtime=752.11 cores=0,2,4,6
/proc/23348/task/23384/stat : 23384 (java) R 23346 23348 21231 0 -1 4202560 191 0 0 0 75197 14 0 0 20 0 22 0 254001241 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140523482323344 140523496235374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23385] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23385/stat : 23385 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254001241 10060460032 895809 33554432000 1073741824 1073778376 140737453446768 140522203112360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1713.84
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.601 s]
/proc/loadavg: 3.89 3.89 3.87 5/219 23494
/proc/meminfo: memFree=24652984/32873844 swapFree=7104/7104
[pid=23348] ppid=23346 vsize=9824668 CPUtime=1799.74 cores=0,2,4,6
/proc/23348/stat : 23348 (java) S 23346 23348 21231 0 -1 4202496 40370 0 1 0 179840 134 0 0 20 0 22 0 253994188 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140737453437904 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23348/statm: 2456167 897116 2289 9 0 2446860 0
[pid=23348/tid=23350] ppid=23346 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/23348/task/23350/stat : 23350 (java) S 23346 23348 21231 0 -1 4202560 2489 0 1 0 51 3 0 0 20 0 22 0 253994188 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523666605048 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23351] ppid=23346 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/23348/task/23351/stat : 23351 (java) S 23346 23348 21231 0 -1 4202560 365 0 0 0 193 5 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523628096040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23352] ppid=23346 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23348/task/23352/stat : 23352 (java) S 23346 23348 21231 0 -1 4202560 385 0 0 0 187 8 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523627043240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23353] ppid=23346 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23348/task/23353/stat : 23353 (java) S 23346 23348 21231 0 -1 4202560 359 0 0 0 189 6 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523625990440 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23354] ppid=23346 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/23348/task/23354/stat : 23354 (java) S 23346 23348 21231 0 -1 4202560 359 0 0 0 179 7 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523624937640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23355] ppid=23346 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23348/task/23355/stat : 23355 (java) S 23346 23348 21231 0 -1 4202560 273 0 0 0 190 5 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523623885864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23356] ppid=23346 vsize=9824668 CPUtime=2.02 cores=0,2,4,6
/proc/23348/task/23356/stat : 23356 (java) S 23346 23348 21231 0 -1 4202560 341 0 0 0 195 7 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523622833064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23357] ppid=23346 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/23348/task/23357/stat : 23357 (java) S 23346 23348 21231 0 -1 4202560 359 0 0 0 165 6 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523621780264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23358] ppid=23346 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/23348/task/23358/stat : 23358 (java) S 23346 23348 21231 0 -1 4202560 418 0 0 0 188 6 0 0 20 0 22 0 253994189 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523620727464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23359] ppid=23346 vsize=9824668 CPUtime=60.34 cores=0,2,4,6
/proc/23348/task/23359/stat : 23359 (java) S 23346 23348 21231 0 -1 4202560 3293 0 0 0 6015 19 0 0 20 0 22 0 253994190 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523490748904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23360] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23360/stat : 23360 (java) S 23346 23348 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523489694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23361] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23361/stat : 23361 (java) S 23346 23348 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253994190 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523488642056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23362] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23362/stat : 23362 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523487590544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23363] ppid=23346 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/23348/task/23363/stat : 23363 (java) S 23346 23348 21231 0 -1 4202560 13038 0 0 0 218 2 0 0 20 0 22 0 253994192 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523486538680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23348/tid=23364] ppid=23346 vsize=9824668 CPUtime=1.78 cores=0,2,4,6
/proc/23348/task/23364/stat : 23364 (java) S 23346 23348 21231 0 -1 4202560 15395 0 0 0 174 4 0 0 20 0 22 0 253994192 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523485485880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23365] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23365/stat : 23365 (java) S 23346 23348 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253994192 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523484433272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23366] ppid=23346 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/23348/task/23366/stat : 23366 (java) S 23346 23348 21231 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 253994193 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523483380680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23379] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23379/stat : 23379 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253994390 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523480221352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23348/tid=23383] ppid=23346 vsize=9824668 CPUtime=793.19 cores=0,2,4,6
/proc/23348/task/23383/stat : 23383 (java) R 23346 23348 21231 0 -1 4202560 29 0 0 0 79307 12 0 0 20 0 22 0 254001241 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523481272800 140523495983111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23348/tid=23384] ppid=23346 vsize=9824668 CPUtime=793.09 cores=0,2,4,6
/proc/23348/task/23384/stat : 23384 (java) R 23346 23348 21231 0 -1 4202560 193 0 0 0 79293 16 0 0 20 0 22 0 254001241 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140523482325576 140523496258541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23348/tid=23385] ppid=23346 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23348/task/23385/stat : 23385 (java) S 23346 23348 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254001241 10060460032 897116 33554432000 1073741824 1073778376 140737453446768 140522203112360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.74
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23348 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=19267
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=782728
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1799.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.289993
#  lost CPU user time (s): 0.299988
#  lost CPU system time (s): -0.00999999

Real time (s): 926.637
CPU time (s): 1800.03
CPU user time (s): 1798.7
CPU system time (s): 1.33
CPU usage (%): 194.254
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.78273
maximum resident set size= 3588576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40399
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25025
involuntary context switches= 35435

runsolver used 4.31134 second user time and 7.59284 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 18:58:05
IDJOB=3688652
IDBENCH=48158
IDSOLVER=2268
FILE ID=node119/3688652-1337878685
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688652-1337878685/watcher-3688652-1337878685 -o /tmp/evaluation-result-3688652-1337878685/solver-3688652-1337878685 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688652-1337878685.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=883893505

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27774268 kB
Buffers:          206884 kB
Cached:          2777712 kB
SwapCached:            0 kB
Active:          1690596 kB
Inactive:        2622520 kB
Active(anon):    1331364 kB
Inactive(anon):        0 kB
Active(file):     359232 kB
Inactive(file):  2622520 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:       1350140 kB
Mapped:            21728 kB
Shmem:               200 kB
Slab:             625260 kB
SReclaimable:      67684 kB
SUnreclaim:       557576 kB
KernelStack:        1608 kB
PageTables:         7100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2705032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1275904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node119 at 2012-05-24 19:13:34