Trace number 3688611

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 Resolution 2.3.2 SnapshotSAT (TO)27 1800.02 1798.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint23
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688611-1337885429.opb
0.10/0.11	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.207s.
0.45/0.32	c declared #vars     200
0.45/0.32	c internal #vars     2728
0.45/0.32	c #constraints  5256
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
0.45/0.32	c 5256 constraints processed.
0.45/0.32	c objective function length is 200 literals
0.45/0.35	c SATISFIABLE
0.45/0.35	c OPTIMIZING...
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.236
0.45/0.35	o 31
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.28
0.45/0.39	o 30
0.74/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.74/0.42	o 29
0.74/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.74/0.46	o 28
3.58/3.08	c cleaning 2552 clauses out of 5104 with flag 5002/5104
6.56/5.99	c cleaning 4274 clauses out of 8552 with flag 11002/11104
9.96/9.36	c cleaning 5636 clauses out of 11280 with flag 18004/18106
13.77/13.19	c cleaning 6817 clauses out of 13640 with flag 26000/26102
18.01/17.38	c cleaning 7909 clauses out of 15823 with flag 35000/35102
22.81/22.19	c cleaning 8943 clauses out of 17916 with flag 45002/45104
28.22/27.59	c cleaning 9976 clauses out of 19972 with flag 56001/56103
34.02/33.34	c cleaning 10985 clauses out of 21998 with flag 68003/68105
40.42/39.73	c cleaning 11992 clauses out of 24010 with flag 81000/81102
43.22/42.58	c Got one! Elapsed wall clock time (in seconds):42.466
43.22/42.58	o 27
43.76/43.06	c cleaning 11446 clauses out of 22905 with flag 5002/91989
46.67/45.90	c cleaning 8722 clauses out of 17457 with flag 11000/97987
49.97/49.26	c cleaning 7851 clauses out of 15735 with flag 18000/104987
53.77/53.00	c cleaning 7935 clauses out of 15884 with flag 26000/112987
58.17/57.44	c cleaning 8475 clauses out of 16950 with flag 35001/121988
63.09/62.35	c cleaning 9222 clauses out of 18474 with flag 45000/131987
68.49/67.75	c cleaning 10124 clauses out of 20252 with flag 56000/142987
74.50/73.74	c cleaning 11048 clauses out of 22129 with flag 68001/154988
81.00/80.22	c cleaning 12032 clauses out of 24082 with flag 81002/167989
87.60/86.88	c cleaning 13017 clauses out of 26048 with flag 95000/181987
94.90/94.17	c cleaning 14010 clauses out of 28033 with flag 110002/196989
102.70/101.97	c cleaning 14995 clauses out of 30022 with flag 126001/212988
111.12/110.33	c cleaning 16010 clauses out of 32033 with flag 143007/229994
119.72/118.95	c cleaning 16980 clauses out of 34016 with flag 161000/247987
128.53/127.79	c cleaning 18010 clauses out of 36036 with flag 180000/266987
138.44/137.60	c cleaning 19001 clauses out of 38026 with flag 200000/286987
148.54/147.71	c cleaning 19994 clauses out of 40025 with flag 221000/307987
159.15/158.35	c cleaning 21014 clauses out of 42033 with flag 243002/329989
170.44/169.65	c cleaning 22006 clauses out of 44017 with flag 266000/352987
181.95/181.11	c cleaning 22994 clauses out of 46011 with flag 290000/376987
194.05/193.21	c cleaning 24008 clauses out of 48018 with flag 315001/401988
206.96/206.18	c cleaning 24990 clauses out of 50009 with flag 341000/427987
220.38/219.50	c cleaning 25995 clauses out of 52021 with flag 368002/454989
234.09/233.23	c cleaning 26999 clauses out of 54024 with flag 396000/482987
247.89/247.04	c cleaning 28010 clauses out of 56026 with flag 425001/511988
262.62/261.73	c cleaning 28999 clauses out of 58018 with flag 455003/541990
277.94/277.08	c cleaning 29993 clauses out of 60019 with flag 486003/572990
293.64/292.73	c cleaning 31006 clauses out of 62027 with flag 518004/604991
309.75/308.83	c cleaning 31999 clauses out of 64017 with flag 551000/637987
326.36/325.47	c cleaning 33006 clauses out of 66018 with flag 585000/671987
343.26/342.30	c cleaning 34002 clauses out of 68013 with flag 620001/706988
360.69/359.75	c cleaning 34996 clauses out of 70010 with flag 656000/742987
378.20/377.23	c cleaning 36001 clauses out of 72014 with flag 693000/779987
396.60/395.65	c cleaning 36992 clauses out of 74014 with flag 731001/817988
415.22/414.22	c cleaning 38000 clauses out of 76021 with flag 770000/856987
433.82/432.83	c cleaning 38999 clauses out of 78021 with flag 810000/896987
454.14/453.20	c cleaning 39998 clauses out of 80024 with flag 851002/937989
475.25/474.27	c cleaning 41008 clauses out of 82025 with flag 893001/979988
496.38/495.35	c cleaning 41999 clauses out of 84016 with flag 936000/1022987
517.79/516.71	c cleaning 43004 clauses out of 86019 with flag 980002/1066989
539.90/538.90	c cleaning 43995 clauses out of 88013 with flag 1025000/1111987
562.91/561.87	c cleaning 44991 clauses out of 90018 with flag 1071000/1157987
585.92/584.87	c cleaning 45987 clauses out of 92027 with flag 1118000/1204987
609.43/608.35	c cleaning 47003 clauses out of 94040 with flag 1166000/1252987
633.74/632.61	c cleaning 48012 clauses out of 96038 with flag 1215001/1301988
658.34/657.26	c cleaning 49007 clauses out of 98025 with flag 1265000/1351987
684.45/683.33	c cleaning 50010 clauses out of 100019 with flag 1316001/1402988
710.58/709.49	c cleaning 50992 clauses out of 102009 with flag 1368001/1454988
736.87/735.75	c cleaning 51997 clauses out of 104016 with flag 1421000/1507987
764.38/763.26	c cleaning 52996 clauses out of 106019 with flag 1475000/1561987
790.11/788.96	c cleaning 53997 clauses out of 108024 with flag 1530001/1616988
817.85/816.61	c cleaning 55010 clauses out of 110026 with flag 1586000/1672987
845.77/844.58	c cleaning 55997 clauses out of 112017 with flag 1643001/1729988
874.39/873.16	c cleaning 56990 clauses out of 114020 with flag 1701001/1787988
903.09/901.84	c cleaning 58004 clauses out of 116029 with flag 1760000/1846987
932.70/931.47	c cleaning 59006 clauses out of 118025 with flag 1820000/1906987
961.43/960.19	c cleaning 59995 clauses out of 120019 with flag 1881000/1967987
992.13/990.85	c cleaning 61001 clauses out of 122024 with flag 1943000/2029987
1023.86/1022.56	c cleaning 62008 clauses out of 124024 with flag 2006001/2092988
1054.98/1053.66	c cleaning 62998 clauses out of 126016 with flag 2070001/2156988
1087.50/1086.18	c cleaning 64008 clauses out of 128021 with flag 2135004/2221991
1119.42/1118.08	c cleaning 64993 clauses out of 130009 with flag 2201000/2287987
1153.86/1152.41	c cleaning 66000 clauses out of 132016 with flag 2268000/2354987
1187.46/1186.06	c cleaning 66998 clauses out of 134016 with flag 2336000/2422987
1221.68/1220.25	c cleaning 67996 clauses out of 136021 with flag 2405003/2491990
1256.19/1254.78	c cleaning 69004 clauses out of 138026 with flag 2475004/2561991
1291.93/1290.49	c cleaning 69999 clauses out of 140019 with flag 2546001/2632988
1328.18/1326.68	c cleaning 71006 clauses out of 142020 with flag 2618001/2704988
1363.30/1361.74	c cleaning 71984 clauses out of 144013 with flag 2691000/2777987
1400.41/1398.86	c cleaning 73006 clauses out of 146029 with flag 2765000/2851987
1437.56/1435.96	c cleaning 74005 clauses out of 148024 with flag 2840001/2926988
1475.18/1473.59	c cleaning 75004 clauses out of 150024 with flag 2916006/3002993
1514.61/1512.92	c cleaning 76008 clauses out of 152015 with flag 2993001/3079988
1554.63/1552.95	c cleaning 76987 clauses out of 154012 with flag 3071006/3157993
1593.93/1592.29	c cleaning 78009 clauses out of 156021 with flag 3150002/3236989
1633.25/1631.57	c cleaning 79001 clauses out of 158013 with flag 3230003/3316990
1672.68/1670.92	c cleaning 79999 clauses out of 160011 with flag 3311002/3397989
1712.97/1711.28	c cleaning 80995 clauses out of 162011 with flag 3393001/3479988
1753.48/1751.74	c cleaning 81995 clauses out of 164015 with flag 3476000/3562987
1795.99/1794.21	c cleaning 83007 clauses out of 166020 with flag 3560000/3646987
1800.02/1798.21	c starts		: 257
1800.02/1798.21	c conflicts		: 3655171
1800.02/1798.21	c decisions		: 9502735
1800.02/1798.21	c propagations		: 2174788393
1800.02/1798.21	c inspects		: 12157213275
1800.02/1798.21	c shortcuts		: 0
1800.02/1798.21	c learnt literals	: 0
1800.02/1798.21	c learnt binary clauses	: 0
1800.02/1798.21	c learnt ternary clauses	: 1
1800.02/1798.21	c learnt constraints	: 3655171
1800.02/1798.21	c ignored constraints	: 0
1800.02/1798.21	c root simplifications	: 0
1800.02/1798.21	c removed literals (reason simplification)	: 0
1800.02/1798.21	c reason swapping (by a shorter reason)	: 0
1800.02/1798.21	c Calls to reduceDB	: 89
1800.02/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.21	c number of learned constraints concerned by reduction	: 0
1800.02/1798.21	c number of learning phase by resolution	: 0
1800.02/1798.21	c number of learning phase by cutting planes	: 0
1800.02/1798.21	c speed (assignments/second)	: 1209637.8342540453
1800.02/1798.21	c non guided choices	16
1800.02/1798.23	c learnt constraints type 
1800.02/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91247
1800.02/1798.23	c constraints type 
1800.02/1798.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
1800.02/1798.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1798.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
1800.02/1798.23	c 5257 constraints processed.
1800.02/1798.23	s SATISFIABLE
1800.02/1798.24	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.02/1798.24	c objective function=27
1800.02/1798.24	c Total wall clock time (in seconds): 1798.125

Verifier Data

OK	27

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 25132
/proc/meminfo: memFree=28415668/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 1211 0 0 0 0 0 0 0 20 0 2 0 254667684 95129600 921 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 23225 926 703 9 0 16769 0
[pid=25132/tid=25133] ppid=25130 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) D 25130 25132 23031 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 254667685 95129600 926 33554432000 1073741824 1073778376 140737351261872 140632615325224 215115459879 0 0 4096 0 18446744072100748580 0 0 -1 2 0 0 0 0 0

[startup+0.062512 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 25132
/proc/meminfo: memFree=28415668/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 3204 0 1 0 4 1 0 0 20 0 18 0 254667684 9787813888 4412 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2389603 4412 1757 9 0 2380296 0
[pid=25132/tid=25133] ppid=25130 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 1995 0 1 0 4 0 0 0 20 0 18 0 254667685 9787813888 4412 33554432000 1073741824 1073778376 140737351261872 140632615332512 140632479783027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100283 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 25132
/proc/meminfo: memFree=28415668/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 4324 0 1 0 9 1 0 0 20 0 18 0 254667684 9787813888 5527 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2389603 5527 2108 9 0 2380296 0
[pid=25132/tid=25133] ppid=25130 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 254667685 9787813888 5527 33554432000 1073741824 1073778376 140737351261872 140632615325888 215128007949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 25132
/proc/meminfo: memFree=28415668/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 5324 0 1 0 44 1 0 0 20 0 18 0 254667684 9787813888 7814 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2389603 7815 2229 9 0 2380296 0
[pid=25132/tid=25133] ppid=25130 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 18 0 254667685 9787813888 7815 33554432000 1073741824 1073778376 140737351261872 140632615329448 140632479990304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700194 s]
/proc/loadavg: 2.00 2.00 2.00 2/197 25132
/proc/meminfo: memFree=28415668/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=1.24 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 8633 0 1 0 122 2 0 0 20 0 19 0 254667684 9855975424 9941 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 9941 2249 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2459 0 1 0 66 1 0 0 20 0 19 0 254667685 9855975424 9941 33554432000 1073741824 1073778376 140737351261872 140632615330344 140632480436637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9624976

[startup+1.50058 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25151
/proc/meminfo: memFree=28383920/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=2.05 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 8636 0 1 0 203 2 0 0 20 0 19 0 254667684 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 9943 2249 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2460 0 1 0 146 1 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632615330392 140632480437186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632438933992 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 1872 0 0 0 26 0 0 0 20 0 19 0 254667690 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3104 0 0 0 28 0 0 0 20 0 19 0 254667690 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 9943 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25151
/proc/meminfo: memFree=28380996/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=3.73 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 9219 0 1 0 370 3 0 0 20 0 19 0 254667684 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 12074 2276 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) S 25130 25132 23031 0 -1 4202560 2463 0 1 0 304 1 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632615330200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) R 25130 25132 23031 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632438932968 140632619491488 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 2408 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632434709864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3105 0 0 0 29 0 0 0 20 0 19 0 254667690 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632433657064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 12074 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25151
/proc/meminfo: memFree=28370632/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=6.96 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 9237 0 1 0 693 3 0 0 20 0 19 0 254667684 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 13519 2281 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=6.22 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2466 0 1 0 621 1 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632615330200 140632480337003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254667685 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 23031 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254667687 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632438933992 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 2408 0 0 0 32 0 0 0 20 0 19 0 254667690 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3107 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 13519 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 3743 0 0 0 43 0 0 0 20 0 19 0 254667690 9855975424 26655 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3113 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 26655 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 26655 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 95 0 0 0 15 11 0 0 20 0 19 0 254667690 9855975424 26655 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 26655 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.08
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25244
/proc/meminfo: memFree=28204848/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=1724.08 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 11277 0 1 0 172377 31 0 0 20 0 19 0 254667684 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 27172 2283 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=1714.79 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2553 0 1 0 171447 32 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632615330080 140632480319299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 59 0 0 0 18 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 21 0 0 0 19 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 108 0 0 0 18 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 66 0 0 0 19 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 76 0 0 0 23 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 44 0 0 0 15 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 32 0 0 0 21 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 20 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=2.45 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 23031 0 -1 4202560 161 0 0 0 243 2 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632438933992 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 3743 0 0 0 43 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3113 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 99 0 0 0 15 12 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.08
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25248
/proc/meminfo: memFree=28204096/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=1784.09 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 11284 0 1 0 178377 32 0 0 20 0 19 0 254667684 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 27172 2283 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=1774.56 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2554 0 1 0 177424 32 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632615330080 140632480371026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 59 0 0 0 19 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 21 0 0 0 20 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 108 0 0 0 18 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 66 0 0 0 19 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 76 0 0 0 23 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 44 0 0 0 15 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 32 0 0 0 21 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 21 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=2.5 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 23031 0 -1 4202560 163 0 0 0 248 2 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632438933992 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 3743 0 0 0 43 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3113 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 103 0 0 0 16 12 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.09
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25248
/proc/meminfo: memFree=28204344/32873844 swapFree=7608/7608
[pid=25132] ppid=25130 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/25132/stat : 25132 (java) S 25130 25132 23031 0 -1 4202496 11287 0 1 0 179970 32 0 0 20 0 19 0 254667684 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140737351253008 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25132/statm: 2406244 27172 2283 9 0 2396937 0
[pid=25132/tid=25133] ppid=25130 vsize=9624976 CPUtime=1790.38 cores=0,2,4,6
/proc/25132/task/25133/stat : 25133 (java) R 25130 25132 23031 0 -1 4202560 2555 0 1 0 179005 33 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632615330080 140632480318745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25135] ppid=25130 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/25132/task/25135/stat : 25135 (java) S 25130 25132 23031 0 -1 4202560 59 0 0 0 19 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632604391976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25136] ppid=25130 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25132/task/25136/stat : 25136 (java) S 25130 25132 23031 0 -1 4202560 21 0 0 0 21 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632603339176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25137] ppid=25130 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25132/task/25137/stat : 25137 (java) S 25130 25132 23031 0 -1 4202560 108 0 0 0 18 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632602286376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25138] ppid=25130 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25132/task/25138/stat : 25138 (java) S 25130 25132 23031 0 -1 4202560 66 0 0 0 20 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632601233576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25139] ppid=25130 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/25132/task/25139/stat : 25139 (java) S 25130 25132 23031 0 -1 4202560 76 0 0 0 23 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632600181800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25140] ppid=25130 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/25132/task/25140/stat : 25140 (java) S 25130 25132 23031 0 -1 4202560 44 0 0 0 16 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632599129000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25141] ppid=25130 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25132/task/25141/stat : 25141 (java) S 25130 25132 23031 0 -1 4202560 32 0 0 0 22 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632452184872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25132/tid=25142] ppid=25130 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/25132/task/25142/stat : 25142 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 21 0 0 0 20 0 19 0 254667685 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632451132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25143] ppid=25130 vsize=9624976 CPUtime=2.55 cores=0,2,4,6
/proc/25132/task/25143/stat : 25143 (java) S 25130 25132 23031 0 -1 4202560 165 0 0 0 253 2 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632438933992 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25144] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25144/stat : 25144 (java) S 25130 25132 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632437880056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25145] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25145/stat : 25145 (java) S 25130 25132 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254667687 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632436827144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25146] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25146/stat : 25146 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632435775632 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25147] ppid=25130 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25132/task/25147/stat : 25147 (java) S 25130 25132 23031 0 -1 4202560 3743 0 0 0 43 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632434723768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25132/tid=25148] ppid=25130 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25132/task/25148/stat : 25148 (java) S 25130 25132 23031 0 -1 4202560 3113 0 0 0 31 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632433670968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25149] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25149/stat : 25149 (java) S 25130 25132 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632432618360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25132/tid=25150] ppid=25130 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/25132/task/25150/stat : 25150 (java) S 25130 25132 23031 0 -1 4202560 103 0 0 0 16 12 0 0 20 0 19 0 254667690 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632431565768 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25132/tid=25151] ppid=25130 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25132/task/25151/stat : 25151 (java) S 25130 25132 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254667717 9855975424 27172 33554432000 1073741824 1073778376 140737351261872 140632430511272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25132 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=280075
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=611906
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.24
CPU time (s): 1800.02
CPU user time (s): 1799.7
CPU system time (s): 0.32
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 9625456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 0.611906
maximum resident set size= 108808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40322
involuntary context switches= 26861

runsolver used 5.97009 second user time and 13.7729 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 20:50:29
IDJOB=3688611
IDBENCH=48122
IDSOLVER=2269
FILE ID=node135/3688611-1337885429
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688611-1337885429/watcher-3688611-1337885429 -o /tmp/evaluation-result-3688611-1337885429/solver-3688611-1337885429 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688611-1337885429.opb

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1948956623

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28415676 kB
Buffers:          217696 kB
Cached:          3344172 kB
SwapCached:            0 kB
Active:           904020 kB
Inactive:        2782864 kB
Active(anon):     127244 kB
Inactive(anon):        0 kB
Active(file):     776776 kB
Inactive(file):  2782864 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               324 kB
Writeback:             0 kB
AnonPages:        132308 kB
Mapped:            22544 kB
Shmem:               212 kB
Slab:             632428 kB
SReclaimable:      74736 kB
SUnreclaim:       557692 kB
KernelStack:        1736 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71608 MiB
End job on node135 at 2012-05-24 21:20:29