Trace number 3688704

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)-26 1800.04 914.847

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1797.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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 constraint25
Maximum length of a constraint45
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 products3108
Sum of products size6216

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
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 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688704-1337879181.opb
0.08/0.13	c reading problem ... 
0.66/0.46	c ... done. Wall clock time 0.334s.
0.66/0.46	c declared #vars     200
0.66/0.46	c internal #vars     3308
0.66/0.46	c #constraints  6416
0.66/0.46	c constraints type 
0.66/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
0.66/0.46	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.66/0.46	c ignored satisfied constraints => 200
0.66/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
0.66/0.46	c 6616 constraints processed.
0.66/0.46	c constraints type 
0.66/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3108
0.66/0.46	c ignored satisfied constraints => 200
0.66/0.46	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
0.66/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3108
0.66/0.46	c 6616 constraints processed.
0.66/0.46	c objective function length is 200 literals
0.99/0.50	c  And the winner is solver0
1.50/0.97	c SATISFIABLE
1.50/0.97	c OPTIMIZING...
1.50/0.97	c Got one! Elapsed wall clock time (in seconds):0.838
1.50/0.99	o -20
1.64/1.01	c  And the winner is solver0
1.93/1.47	c Got one! Elapsed wall clock time (in seconds):1.34
1.93/1.47	o -21
1.93/1.48	c  And the winner is solver0
2.10/1.97	c Got one! Elapsed wall clock time (in seconds):1.841
2.10/1.97	o -22
2.60/2.18	c  And the winner is solver1
2.98/2.47	c Got one! Elapsed wall clock time (in seconds):2.342
2.98/2.47	o -23
3.30/2.62	c  And the winner is solver1
3.36/2.97	c Got one! Elapsed wall clock time (in seconds):2.844
3.36/2.97	o -24
3.70/3.20	c cleaning 3076 clauses out of 6152 with flag 2000/6152
5.03/3.78	c  And the winner is solver1
5.19/3.97	c Got one! Elapsed wall clock time (in seconds):3.845
5.19/3.97	o -25
6.57/4.69	c cleaning 6904 clauses out of 13808 with flag 5000/16884
8.34/5.56	c cleaning 6452 clauses out of 12904 with flag 11000/22884
10.49/6.68	c cleaning 6726 clauses out of 13452 with flag 18000/29884
12.77/7.88	c cleaning 7360 clauses out of 14728 with flag 26002/37886
15.46/9.22	c cleaning 8183 clauses out of 16366 with flag 35000/46884
18.54/10.83	c cleaning 9092 clauses out of 18183 with flag 45000/56884
22.66/12.92	c cleaning 10042 clauses out of 20091 with flag 56000/67884
27.12/15.24	c cleaning 11025 clauses out of 22051 with flag 68002/79886
32.38/17.96	c cleaning 12008 clauses out of 24025 with flag 81001/92885
38.84/21.25	c cleaning 13007 clauses out of 26016 with flag 95000/106884
40.47/22.14	c  And the winner is solver1
40.47/22.17	c Got one! Elapsed wall clock time (in seconds):22.042
40.47/22.17	o -26
40.74/22.38	c cleaning 9004 clauses out of 18020 with flag 1000/111895
42.65/23.47	c cleaning 7507 clauses out of 15016 with flag 7000/117895
44.65/24.57	c cleaning 7255 clauses out of 14509 with flag 14000/124895
46.85/25.76	c cleaning 7623 clauses out of 15255 with flag 22001/132896
49.86/27.38	c cleaning 8309 clauses out of 16631 with flag 31000/141895
53.15/29.12	c cleaning 9161 clauses out of 18322 with flag 41000/151895
56.98/31.13	c cleaning 10077 clauses out of 20162 with flag 52001/162896
61.57/33.50	c cleaning 11039 clauses out of 22085 with flag 64001/174896
66.15/35.96	c cleaning 12021 clauses out of 24045 with flag 77000/187895
71.79/38.94	c cleaning 13008 clauses out of 26024 with flag 91000/201895
77.95/42.15	c cleaning 14010 clauses out of 28019 with flag 106003/216898
85.31/45.90	c cleaning 14997 clauses out of 30006 with flag 122000/232895
93.46/50.10	c cleaning 16005 clauses out of 32009 with flag 139000/249895
102.45/54.83	c cleaning 16996 clauses out of 34005 with flag 157001/267896
111.79/59.69	c cleaning 18003 clauses out of 36008 with flag 176000/286895
123.76/65.75	c cleaning 19004 clauses out of 38007 with flag 196002/306897
136.68/72.35	c cleaning 20000 clauses out of 40001 with flag 217000/327895
152.62/80.53	c cleaning 20997 clauses out of 42002 with flag 239001/349896
167.50/88.12	c cleaning 21998 clauses out of 44006 with flag 262002/372897
182.59/95.80	c cleaning 22998 clauses out of 46006 with flag 286000/396895
201.05/105.21	c cleaning 24004 clauses out of 48008 with flag 311000/421895
222.12/116.06	c cleaning 24995 clauses out of 50005 with flag 337001/447896
224.01/117.12	c cleaning 0 clauses out of 5861 with flag 0/5861
241.02/125.67	c cleaning 25999 clauses out of 52009 with flag 364000/474895
258.44/134.54	c cleaning 27000 clauses out of 54010 with flag 392000/502895
280.64/145.93	c cleaning 27994 clauses out of 56011 with flag 421001/531896
303.66/157.62	c cleaning 29007 clauses out of 58019 with flag 451003/561898
327.87/169.99	c cleaning 30003 clauses out of 60011 with flag 482002/592897
353.26/182.82	c cleaning 31001 clauses out of 62006 with flag 514000/624895
382.86/197.98	c cleaning 32002 clauses out of 64005 with flag 547000/657895
412.69/213.05	c cleaning 33001 clauses out of 66005 with flag 581002/691897
451.12/232.42	c cleaning 33999 clauses out of 68002 with flag 616000/726895
489.13/251.61	c cleaning 34998 clauses out of 70004 with flag 652001/762896
527.60/271.26	c cleaning 36001 clauses out of 72008 with flag 689003/799898
565.60/290.41	c cleaning 36995 clauses out of 74005 with flag 727001/837896
610.62/313.50	c cleaning 38002 clauses out of 76011 with flag 766002/876897
655.21/336.16	c cleaning 39003 clauses out of 78007 with flag 806000/916895
701.79/359.69	c cleaning 39996 clauses out of 80004 with flag 847000/957895
745.85/381.97	c cleaning 40996 clauses out of 82009 with flag 889001/999896
803.58/411.06	c cleaning 42007 clauses out of 84014 with flag 932002/1042897
863.52/441.48	c cleaning 43000 clauses out of 86007 with flag 976002/1086897
927.43/473.62	c cleaning 44000 clauses out of 88008 with flag 1021003/1131898
990.30/505.37	c cleaning 45001 clauses out of 90005 with flag 1067000/1177895
1052.18/536.51	c cleaning 46003 clauses out of 92006 with flag 1114002/1224897
1058.06/540.03	c cleaning 0 clauses out of 11859 with flag 0/11859
1113.03/567.88	c cleaning 47002 clauses out of 94003 with flag 1162002/1272897
1181.83/602.58	c cleaning 47992 clauses out of 96000 with flag 1211001/1321896
1262.65/643.20	c cleaning 49003 clauses out of 98008 with flag 1261001/1371896
1350.59/687.73	c cleaning 49991 clauses out of 100004 with flag 1312000/1422895
1448.46/736.92	c cleaning 51003 clauses out of 102013 with flag 1364000/1474895
1529.20/777.63	c cleaning 52003 clauses out of 104011 with flag 1417001/1527896
1618.32/822.53	c cleaning 53005 clauses out of 106009 with flag 1471002/1581897
1714.67/871.30	c cleaning 53999 clauses out of 108006 with flag 1526004/1636899
1794.33/911.56	c cleaning 55002 clauses out of 110003 with flag 1582000/1692895
1800.04/914.81	c starts		: 50
1800.04/914.81	c conflicts		: 15391
1800.04/914.81	c decisions		: 17897
1800.04/914.81	c propagations		: 159872
1800.04/914.81	c inspects		: 644297072
1800.04/914.81	c shortcuts		: 0
1800.04/914.81	c learnt literals	: 0
1800.04/914.81	c learnt binary clauses	: 0
1800.04/914.81	c learnt ternary clauses	: 0
1800.04/914.81	c learnt constraints	: 15391
1800.04/914.81	c ignored constraints	: 0
1800.04/914.81	c root simplifications	: 0
1800.04/914.81	c removed literals (reason simplification)	: 0
1800.04/914.81	c reason swapping (by a shorter reason)	: 0
1800.04/914.81	c Calls to reduceDB	: 2
1800.04/914.81	c number of reductions to clauses (during analyze)	: 0
1800.04/914.81	c number of learned constraints concerned by reduction	: 0
1800.04/914.81	c number of learning phase by resolution	: 0
1800.04/914.81	c number of learning phase by cutting planes	: 0
1800.04/914.81	c speed (assignments/second)	: 175.13693527890976
1800.04/914.81	c non guided choices	0
1800.04/914.83	c learnt constraints type 
1800.04/914.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 308
1800.04/914.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15083
1800.04/914.83	c constraints type 
1800.04/914.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3108
1800.04/914.83	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.04/914.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/914.83	c ignored satisfied constraints => 200
1800.04/914.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3108
1800.04/914.83	c 6617 constraints processed.
1800.04/914.83	c constraints type 
1800.04/914.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3108
1800.04/914.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/914.83	c ignored satisfied constraints => 200
1800.04/914.83	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
1800.04/914.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3108
1800.04/914.83	c 6617 constraints processed.
1800.04/914.83	s SATISFIABLE
1800.04/914.83	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 
1800.04/914.83	c objective function=-26
1800.04/914.83	c Total wall clock time (in seconds): 914.699

Verifier Data

OK	-26

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-3688704-1337879181/watcher-3688704-1337879181 -o /tmp/evaluation-result-3688704-1337879181/solver-3688704-1337879181 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688704-1337879181.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.66 3.86 3.86 3/197 27730
/proc/meminfo: memFree=25735240/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27730/stat : 27730 (java) D 27728 27730 25404 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254042464 9515008 183 33554432000 1073741824 1073778376 140736642155728 140736642146760 251044642485 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27730/statm: 2323 183 140 9 0 71 0

[startup+0.0254779 s]
/proc/loadavg: 3.66 3.86 3.86 3/197 27730
/proc/meminfo: memFree=25735240/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 2157 0 1 0 0 0 0 0 20 0 10 0 254042464 9231130624 2348 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2253694 2350 1025 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100331 s]
/proc/loadavg: 3.66 3.86 3.86 3/197 27730
/proc/meminfo: memFree=25735240/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 4178 0 1 0 7 1 0 0 20 0 18 0 254042464 9787813888 5365 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2389603 5365 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300293 s]
/proc/loadavg: 3.66 3.86 3.86 3/197 27730
/proc/meminfo: memFree=25735240/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 5977 0 1 0 44 1 0 0 20 0 18 0 254042464 9787813888 8055 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2389603 8055 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700326 s]
/proc/loadavg: 3.66 3.86 3.86 3/197 27730
/proc/meminfo: memFree=25735240/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9758104 CPUtime=1.45 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 17006 0 1 0 140 5 0 0 20 0 20 0 254042464 9992298496 18611 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2439526 18611 2248 9 0 2430219 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9758104

[startup+1.50065 s]
/proc/loadavg: 3.66 3.86 3.86 6/219 27754
/proc/meminfo: memFree=25664644/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 18538 0 1 0 192 10 0 0 20 0 19 0 254042464 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2456167 20906 2253 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2490 0 1 0 43 0 0 0 20 0 19 0 254042465 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254042467 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254042468 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254042468 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254042468 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042471 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) R 27728 27730 25404 0 -1 4202560 8224 0 0 0 70 2 0 0 20 0 19 0 254042471 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373065545752 140373315149208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) R 27728 27730 25404 0 -1 4202560 6484 0 0 0 56 1 0 0 20 0 19 0 254042471 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373064492952 140373319108047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042471 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254042471 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27751] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27751/stat : 27751 (java) S 27728 27730 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254042513 10060460032 20906 33554432000 1073741824 1073778376 140733942105232 140373058156200 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.66 3.86 3.86 7/219 27760
/proc/meminfo: memFree=25552184/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9824668 CPUtime=3.7 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 19315 0 1 0 353 17 0 0 20 0 22 0 254042464 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2456167 48657 2275 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2490 0 1 0 43 0 0 0 20 0 22 0 254042465 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254042467 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) S 27728 27730 25404 0 -1 4202560 8228 0 0 0 105 2 0 0 20 0 22 0 254042471 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373065545912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) R 27728 27730 25404 0 -1 4202560 7140 0 0 0 89 1 0 0 20 0 22 0 254042471 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373064493112 140373317294112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27760] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27760/stat : 27760 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254042662 10060460032 48657 33554432000 1073741824 1073778376 140733942105232 140373059229224 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.69 3.86 3.86 5/219 27769
/proc/meminfo: memFree=25330512/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9824668 CPUtime=9.86 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 19607 0 1 0 956 30 0 0 20 0 22 0 254042464 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2456167 95320 2288 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2490 0 1 0 44 0 0 0 20 0 22 0 254042465 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 254042467 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 113 0 0 0 27 0 0 0 20 0 22 0 254042468 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) S 27728 27730 25404 0 -1 4202560 8230 0 0 0 118 2 0 0 20 0 22 0 254042471 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373065545912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) S 27728 27730 25404 0 -1 4202560 7144 0 0 0 103 1 0 0 20 0 22 0 254042471 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373064493112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27760] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27760/stat : 27760 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254042662 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373059229224 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27767] ppid=27728 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/27730/task/27767/stat : 27767 (java) R 27728 27730 25404 0 -1 4202560 4 0 0 0 200 0 0 0 20 0 22 0 254042862 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373060281312 140373171864764 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27768] ppid=27728 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/27730/task/27768/stat : 27768 (java) R 27728 27730 25404 0 -1 4202560 45 0 0 0 199 2 0 0 20 0 22 0 254042862 10060460032 95320 33554432000 1073741824 1073778376 140733942105232 140373058153456 140373171875703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/27730/statm: 2456167 823998 2289 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2531 0 1 0 47 2 0 0 20 0 22 0 254042465 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 516 0 0 0 120 12 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 472 0 0 0 137 11 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 329 0 0 0 135 12 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 401 0 0 0 128 12 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 627 0 0 0 147 13 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 546 0 0 0 126 13 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 452 0 0 0 131 11 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 485 0 0 0 135 11 0 0 20 0 22 0 254042467 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=29.76 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 2084 0 0 0 2964 12 0 0 20 0 22 0 254042468 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) S 27728 27730 25404 0 -1 4202560 8939 0 0 0 177 2 0 0 20 0 22 0 254042471 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373065545912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) S 27728 27730 25404 0 -1 4202560 7145 0 0 0 108 1 0 0 20 0 22 0 254042471 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373064493112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 49 0 0 0 24 18 0 0 20 0 22 0 254042471 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27760] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27760/stat : 27760 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254042662 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373059229224 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27770] ppid=27728 vsize=9824668 CPUtime=767.08 cores=1,3,5,7
/proc/27730/task/27770/stat : 27770 (java) R 27728 27730 25404 0 -1 4202560 50 0 0 0 76696 12 0 0 20 0 22 0 254044682 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373060278512 140373171378096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27771] ppid=27728 vsize=9824668 CPUtime=767.03 cores=1,3,5,7
/proc/27730/task/27771/stat : 27771 (java) R 27728 27730 25404 0 -1 4202560 1196 0 0 0 76669 34 0 0 20 0 22 0 254044682 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373058153952 140373172105652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27772] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27772/stat : 27772 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254044682 10060460032 823998 33554432000 1073741824 1073778376 140733942105232 140373061334056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1617.92
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.96 3.88 3.83 11/219 27896
/proc/meminfo: memFree=23354976/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9824668 CPUtime=1735.79 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 27567 0 1 0 173401 178 0 0 20 0 22 0 254042464 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2456167 825053 2289 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2532 0 1 0 47 2 0 0 20 0 22 0 254042465 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 516 0 0 0 125 12 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 491 0 0 0 146 12 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 329 0 0 0 140 12 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 401 0 0 0 135 12 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 627 0 0 0 156 13 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 556 0 0 0 134 13 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=1.52 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 452 0 0 0 140 12 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 488 0 0 0 144 11 0 0 20 0 22 0 254042467 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=32.19 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 2093 0 0 0 3207 12 0 0 20 0 22 0 254042468 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) S 27728 27730 25404 0 -1 4202560 8940 0 0 0 177 2 0 0 20 0 22 0 254042471 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373065545912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) S 27728 27730 25404 0 -1 4202560 7146 0 0 0 108 1 0 0 20 0 22 0 254042471 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373064493112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 51 0 0 0 26 20 0 0 20 0 22 0 254042471 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27760] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27760/stat : 27760 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254042662 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373059229224 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27770] ppid=27728 vsize=9824668 CPUtime=824.33 cores=1,3,5,7
/proc/27730/task/27770/stat : 27770 (java) R 27728 27730 25404 0 -1 4202560 53 0 0 0 82420 13 0 0 20 0 22 0 254044682 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373060278624 140373171959784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27771] ppid=27728 vsize=9824668 CPUtime=824.27 cores=1,3,5,7
/proc/27730/task/27771/stat : 27771 (java) R 27728 27730 25404 0 -1 4202560 1197 0 0 0 82392 35 0 0 20 0 22 0 254044682 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373058153256 140373172105723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27772] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27772/stat : 27772 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254044682 10060460032 825053 33554432000 1073741824 1073778376 140733942105232 140373061334056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1735.79
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.801 s]
/proc/loadavg: 3.98 3.89 3.83 5/219 27897
/proc/meminfo: memFree=23269524/32873844 swapFree=7612/7612
[pid=27730] ppid=27728 vsize=9824668 CPUtime=1800.04 cores=1,3,5,7
/proc/27730/stat : 27730 (java) S 27728 27730 25404 0 -1 4202496 27627 0 1 0 179824 180 0 0 20 0 22 0 254042464 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140733942096368 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27730/statm: 2456167 829193 2289 9 0 2446860 0
[pid=27730/tid=27732] ppid=27728 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/27730/task/27732/stat : 27732 (java) S 27728 27730 25404 0 -1 4202560 2532 0 1 0 47 2 0 0 20 0 22 0 254042465 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373313192952 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27733] ppid=27728 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/27730/task/27733/stat : 27733 (java) S 27728 27730 25404 0 -1 4202560 516 0 0 0 135 12 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373291293480 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27734] ppid=27728 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/27730/task/27734/stat : 27734 (java) S 27728 27730 25404 0 -1 4202560 497 0 0 0 151 12 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373290240680 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27735] ppid=27728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/27730/task/27735/stat : 27735 (java) S 27728 27730 25404 0 -1 4202560 331 0 0 0 146 12 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373087218728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27736] ppid=27728 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/27730/task/27736/stat : 27736 (java) S 27728 27730 25404 0 -1 4202560 433 0 0 0 142 12 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373086165928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27737] ppid=27728 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/27730/task/27737/stat : 27737 (java) S 27728 27730 25404 0 -1 4202560 627 0 0 0 160 13 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373085112616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27738] ppid=27728 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/27730/task/27738/stat : 27738 (java) S 27728 27730 25404 0 -1 4202560 557 0 0 0 137 13 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373084059816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27739] ppid=27728 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/27730/task/27739/stat : 27739 (java) S 27728 27730 25404 0 -1 4202560 452 0 0 0 147 12 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373083007528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27740] ppid=27728 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/27730/task/27740/stat : 27740 (java) S 27728 27730 25404 0 -1 4202560 490 0 0 0 148 11 0 0 20 0 22 0 254042467 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373081954728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27741] ppid=27728 vsize=9824668 CPUtime=33.17 cores=1,3,5,7
/proc/27730/task/27741/stat : 27741 (java) S 27728 27730 25404 0 -1 4202560 2105 0 0 0 3305 12 0 0 20 0 22 0 254042468 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373069757160 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27742] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27742/stat : 27742 (java) S 27728 27730 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373068703224 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27743] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27743/stat : 27743 (java) S 27728 27730 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254042468 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373067650824 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27744] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27744/stat : 27744 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373066599312 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27745] ppid=27728 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27730/task/27745/stat : 27745 (java) S 27728 27730 25404 0 -1 4202560 8940 0 0 0 177 2 0 0 20 0 22 0 254042471 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373065545912 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27730/tid=27746] ppid=27728 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/27730/task/27746/stat : 27746 (java) S 27728 27730 25404 0 -1 4202560 7146 0 0 0 108 1 0 0 20 0 22 0 254042471 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373064493112 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27730/tid=27747] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27747/stat : 27747 (java) S 27728 27730 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254042471 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373063441016 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27748] ppid=27728 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/27730/task/27748/stat : 27748 (java) S 27728 27730 25404 0 -1 4202560 53 0 0 0 26 21 0 0 20 0 22 0 254042471 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373062388424 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27760] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27760/stat : 27760 (java) S 27728 27730 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254042662 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373059229224 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27770] ppid=27728 vsize=9824668 CPUtime=855.64 cores=1,3,5,7
/proc/27730/task/27770/stat : 27770 (java) R 27728 27730 25404 0 -1 4202560 56 0 0 0 85550 14 0 0 20 0 22 0 254044682 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373060280416 140373171864764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27730/tid=27771] ppid=27728 vsize=9824668 CPUtime=855.6 cores=1,3,5,7
/proc/27730/task/27771/stat : 27771 (java) R 27728 27730 25404 0 -1 4202560 1197 0 0 0 85524 36 0 0 20 0 22 0 254044682 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373058153072 140373172105747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27730/tid=27772] ppid=27728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27730/task/27772/stat : 27772 (java) S 27728 27730 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254044682 10060460032 829193 33554432000 1073741824 1073778376 140733942105232 140373061334056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 27730 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=787302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=243658
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 914.847
CPU time (s): 1800.04
CPU user time (s): 1798.24
CPU system time (s): 1.8
CPU usage (%): 196.759
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.24366
maximum resident set size= 3316884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27658
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24906
involuntary context switches= 30346

runsolver used 4.47132 second user time and 7.93279 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 19:06:21
IDJOB=3688704
IDBENCH=48212
IDSOLVER=2268
FILE ID=node143/3688704-1337879181
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=186688073

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        25735760 kB
Buffers:          224288 kB
Cached:          2556552 kB
SwapCached:            0 kB
Active:          4160180 kB
Inactive:        2189940 kB
Active(anon):    3571516 kB
Inactive(anon):        0 kB
Active(file):     588664 kB
Inactive(file):  2189940 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:       3578460 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             639504 kB
SReclaimable:      81996 kB
SUnreclaim:       557508 kB
KernelStack:        1624 kB
PageTables:        11212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4073912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3469312 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= 71516 MiB
End job on node143 at 2012-05-24 19:21:38