Trace number 3688637

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)14 1800 1797.25

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
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)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	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 --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 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-3688637-1337886209.opb
0.08/0.13	c reading problem ... 
0.69/0.48	c ... done. Wall clock time 0.351s.
0.69/0.48	c declared #vars     200
0.69/0.48	c internal #vars     6426
0.69/0.48	c #constraints  12652
0.69/0.48	c constraints type 
0.69/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
0.69/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.69/0.48	c 12652 constraints processed.
0.69/0.48	c objective function length is 200 literals
0.99/0.57	c SATISFIABLE
0.99/0.57	c OPTIMIZING...
0.99/0.57	c Got one! Elapsed wall clock time (in seconds):0.449
0.99/0.57	o 17
1.29/0.63	c Got one! Elapsed wall clock time (in seconds):0.502
1.29/0.63	o 16
4.92/4.06	c cleaning 2507 clauses out of 5020 with flag 5003/5020
9.40/8.40	c cleaning 4255 clauses out of 8510 with flag 11000/11017
14.41/13.46	c cleaning 5626 clauses out of 11255 with flag 18000/18017
20.02/19.05	c cleaning 6814 clauses out of 13629 with flag 26000/26017
26.16/25.10	c cleaning 7895 clauses out of 15815 with flag 35000/35017
33.16/32.14	c cleaning 8960 clauses out of 17920 with flag 45000/45017
41.06/40.04	c cleaning 9960 clauses out of 19960 with flag 56000/56017
49.56/48.51	c cleaning 11000 clauses out of 22000 with flag 68000/68017
58.77/57.70	c cleaning 11990 clauses out of 24000 with flag 81000/81017
68.77/67.72	c cleaning 12994 clauses out of 26010 with flag 95000/95017
79.57/78.56	c cleaning 13980 clauses out of 28016 with flag 110000/110017
90.79/89.74	c cleaning 15005 clauses out of 30036 with flag 126000/126017
102.79/101.76	c cleaning 16007 clauses out of 32031 with flag 143000/143017
115.41/114.32	c cleaning 17001 clauses out of 34024 with flag 161000/161017
127.53/126.49	c cleaning 18002 clauses out of 36023 with flag 180000/180017
142.04/140.96	c cleaning 18995 clauses out of 38022 with flag 200001/200018
156.84/155.78	c cleaning 19994 clauses out of 40031 with flag 221005/221022
172.57/171.46	c cleaning 21000 clauses out of 42032 with flag 243000/243017
189.27/188.16	c cleaning 22003 clauses out of 44032 with flag 266000/266017
206.39/205.21	c cleaning 23006 clauses out of 46033 with flag 290004/290021
224.30/223.11	c cleaning 23998 clauses out of 48024 with flag 315001/315018
241.10/239.91	c cleaning 24987 clauses out of 50026 with flag 341001/341018
259.53/258.33	c cleaning 26008 clauses out of 52038 with flag 368000/368017
276.55/275.38	c Got one! Elapsed wall clock time (in seconds):275.254
276.55/275.38	o 15
279.89/278.66	c cleaning 28248 clauses out of 56496 with flag 5003/398483
284.32/283.04	c cleaning 17108 clauses out of 34245 with flag 11000/404480
289.45/288.17	c cleaning 12051 clauses out of 24138 with flag 18001/411481
294.96/293.64	c cleaning 10019 clauses out of 20091 with flag 26005/419485
301.58/300.27	c cleaning 9531 clauses out of 19069 with flag 35002/428482
308.60/307.20	c cleaning 9758 clauses out of 19540 with flag 45004/438484
315.82/314.42	c cleaning 10386 clauses out of 20783 with flag 56005/449485
324.04/322.60	c cleaning 11173 clauses out of 22395 with flag 68003/461483
331.65/330.25	c cleaning 12097 clauses out of 24219 with flag 81000/474480
341.57/340.16	c cleaning 13038 clauses out of 26123 with flag 95001/488481
352.50/351.02	c cleaning 14026 clauses out of 28084 with flag 110000/503480
363.60/362.10	c cleaning 15026 clauses out of 30058 with flag 126000/519480
374.73/373.22	c cleaning 16004 clauses out of 32032 with flag 143000/536480
387.15/385.61	c cleaning 16978 clauses out of 34028 with flag 161000/554480
400.39/398.87	c cleaning 18024 clauses out of 36050 with flag 180000/573480
414.20/412.64	c cleaning 19001 clauses out of 38028 with flag 200002/593482
419.40/417.80	c Got one! Elapsed wall clock time (in seconds):417.676
419.40/417.80	o 14
420.41/418.88	c cleaning 15471 clauses out of 30958 with flag 5000/605413
424.63/423.09	c cleaning 10745 clauses out of 21491 with flag 11004/611417
429.46/427.89	c cleaning 8854 clauses out of 17742 with flag 18000/618413
435.16/433.59	c cleaning 8425 clauses out of 16888 with flag 26000/626413
441.72/440.01	c cleaning 8711 clauses out of 17463 with flag 35000/635413
448.54/446.86	c cleaning 9375 clauses out of 18755 with flag 45003/645416
455.98/454.26	c cleaning 10176 clauses out of 20377 with flag 56000/656413
464.59/462.81	c cleaning 11081 clauses out of 22203 with flag 68002/668415
473.51/471.74	c cleaning 12048 clauses out of 24121 with flag 81001/681414
483.42/481.69	c cleaning 13033 clauses out of 26073 with flag 95001/695414
494.03/492.29	c cleaning 14018 clauses out of 28039 with flag 110000/710413
505.26/503.41	c cleaning 15011 clauses out of 30021 with flag 126000/726413
516.58/514.75	c cleaning 15997 clauses out of 32010 with flag 143000/743413
527.98/526.17	c cleaning 16975 clauses out of 34013 with flag 161000/761413
539.79/537.98	c cleaning 18000 clauses out of 36039 with flag 180001/780414
552.91/551.05	c cleaning 19012 clauses out of 38038 with flag 200000/800413
566.92/565.03	c cleaning 20008 clauses out of 40030 with flag 221004/821417
581.63/579.75	c cleaning 21006 clauses out of 42018 with flag 243000/843413
596.34/594.43	c cleaning 22004 clauses out of 44015 with flag 266003/866416
613.15/611.22	c cleaning 22994 clauses out of 46008 with flag 290000/890413
630.58/628.63	c cleaning 23997 clauses out of 48015 with flag 315001/915414
648.80/646.82	c cleaning 25000 clauses out of 50017 with flag 341000/941413
668.10/666.12	c cleaning 25999 clauses out of 52017 with flag 368000/968413
686.40/684.40	c cleaning 26979 clauses out of 54020 with flag 396002/996415
705.43/703.41	c cleaning 28005 clauses out of 56039 with flag 425000/1025413
725.13/723.14	c cleaning 29015 clauses out of 58035 with flag 455001/1055414
744.64/742.66	c cleaning 29992 clauses out of 60019 with flag 486000/1086413
765.05/763.00	c cleaning 30987 clauses out of 62027 with flag 518000/1118413
784.67/782.66	c cleaning 31991 clauses out of 64040 with flag 551000/1151413
804.58/802.50	c cleaning 33012 clauses out of 66049 with flag 585000/1185413
828.79/826.77	c cleaning 34011 clauses out of 68037 with flag 620000/1220413
852.72/850.60	c cleaning 35002 clauses out of 70026 with flag 656000/1256413
876.76/874.67	c cleaning 35994 clauses out of 72024 with flag 693000/1293413
903.68/901.55	c cleaning 37002 clauses out of 74030 with flag 731000/1331413
930.70/928.59	c cleaning 37992 clauses out of 76028 with flag 770000/1370413
959.42/957.24	c cleaning 39014 clauses out of 78036 with flag 810000/1410413
987.95/985.78	c cleaning 40001 clauses out of 80022 with flag 851000/1451413
1018.17/1015.93	c cleaning 41008 clauses out of 82021 with flag 893000/1493413
1047.08/1044.80	c cleaning 42001 clauses out of 84013 with flag 936000/1536413
1078.38/1076.17	c cleaning 42956 clauses out of 86012 with flag 980000/1580413
1109.03/1106.73	c cleaning 44021 clauses out of 88056 with flag 1025000/1625413
1142.76/1140.44	c cleaning 44997 clauses out of 90036 with flag 1071001/1671414
1174.88/1172.58	c cleaning 46017 clauses out of 92041 with flag 1118003/1718416
1209.60/1207.30	c cleaning 46999 clauses out of 94027 with flag 1166006/1766419
1244.71/1242.35	c cleaning 47971 clauses out of 96022 with flag 1215000/1815413
1282.33/1279.91	c cleaning 49008 clauses out of 98053 with flag 1265002/1865415
1319.28/1316.86	c cleaning 50004 clauses out of 100043 with flag 1316000/1916413
1356.93/1354.44	c cleaning 50991 clauses out of 102039 with flag 1368000/1968413
1395.73/1393.22	c cleaning 52010 clauses out of 104048 with flag 1421000/2021413
1434.96/1432.48	c cleaning 53008 clauses out of 106038 with flag 1475000/2075413
1473.79/1471.20	c cleaning 53994 clauses out of 108036 with flag 1530006/2130419
1512.92/1510.31	c cleaning 54999 clauses out of 110036 with flag 1586000/2186413
1554.74/1552.14	c cleaning 56004 clauses out of 112040 with flag 1643003/2243416
1596.95/1594.37	c cleaning 57015 clauses out of 114035 with flag 1701002/2301415
1639.58/1636.91	c cleaning 58004 clauses out of 116018 with flag 1760000/2360413
1681.01/1678.38	c cleaning 58985 clauses out of 118015 with flag 1820001/2420414
1724.83/1722.11	c cleaning 60003 clauses out of 120029 with flag 1881000/2481413
1766.76/1764.01	c cleaning 61003 clauses out of 122026 with flag 1943000/2543413
1800.00/1797.21	c starts		: 234
1800.00/1797.21	c conflicts		: 2592609
1800.00/1797.21	c decisions		: 8280070
1800.00/1797.21	c propagations		: 3156147697
1800.00/1797.21	c inspects		: 17619178327
1800.00/1797.21	c shortcuts		: 0
1800.00/1797.21	c learnt literals	: 0
1800.00/1797.21	c learnt binary clauses	: 0
1800.00/1797.21	c learnt ternary clauses	: 7
1800.00/1797.21	c learnt constraints	: 2592608
1800.00/1797.21	c ignored constraints	: 0
1800.00/1797.21	c root simplifications	: 0
1800.00/1797.21	c removed literals (reason simplification)	: 0
1800.00/1797.21	c reason swapping (by a shorter reason)	: 0
1800.00/1797.21	c Calls to reduceDB	: 97
1800.00/1797.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.21	c number of learned constraints concerned by reduction	: 0
1800.00/1797.21	c number of learning phase by resolution	: 0
1800.00/1797.21	c number of learning phase by cutting planes	: 0
1800.00/1797.21	c speed (assignments/second)	: 1756615.3854716453
1800.00/1797.21	c non guided choices	0
1800.00/1797.24	c learnt constraints type 
1800.00/1797.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110256
1800.00/1797.24	c constraints type 
1800.00/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1800.00/1797.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/1797.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.00/1797.24	c 12653 constraints processed.
1800.00/1797.24	s SATISFIABLE
1800.00/1797.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.00/1797.24	c objective function=14
1800.00/1797.24	c Total wall clock time (in seconds): 1797.116

Verifier Data

OK	14

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-3688637-1337886209/watcher-3688637-1337886209 -o /tmp/evaluation-result-3688637-1337886209/solver-3688637-1337886209 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688637-1337886209.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: 2.00 2.00 2.00 4/194 29103
/proc/meminfo: memFree=29763336/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/29103/stat : 29103 (java) R 29101 29103 27542 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254745823 9547776 184 33554432000 1073741824 1073778376 140733802238880 140733802221608 240565175584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29103/statm: 2323 183 140 9 0 71 0

[startup+0.0364691 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 29103
/proc/meminfo: memFree=29763336/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 2791 0 1 0 1 0 0 0 20 0 10 0 254745823 9233014784 3490 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2254154 3491 1546 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100333 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 29103
/proc/meminfo: memFree=29763336/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 3895 0 1 0 7 1 0 0 20 0 18 0 254745823 9787813888 5088 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2389603 5093 2031 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 29103
/proc/meminfo: memFree=29763336/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 5348 0 1 0 41 1 0 0 20 0 18 0 254745823 9787813888 7670 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2389603 7670 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 4/194 29103
/proc/meminfo: memFree=29763336/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=1.56 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 12330 0 1 0 153 3 0 0 20 0 19 0 254745823 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 14872 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29122
/proc/meminfo: memFree=29709984/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 12330 0 1 0 234 3 0 0 20 0 19 0 254745823 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 14872 2258 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2462 0 1 0 144 1 0 0 20 0 19 0 254745824 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244321821096 140244188634935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254745827 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 3803 0 0 0 43 0 0 0 20 0 19 0 254745830 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4870 0 0 0 42 1 0 0 20 0 19 0 254745830 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 14872 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29122
/proc/meminfo: memFree=29709860/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=4.02 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 12334 0 1 0 399 3 0 0 20 0 19 0 254745823 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 14874 2259 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2464 0 1 0 303 1 0 0 20 0 19 0 254745824 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244321819208 140244188576529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254745827 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 3804 0 0 0 48 0 0 0 20 0 19 0 254745830 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4870 0 0 0 43 1 0 0 20 0 19 0 254745830 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 14874 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29122
/proc/meminfo: memFree=29689628/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=7.27 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 12397 0 1 0 723 4 0 0 20 0 19 0 254745823 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 19837 2284 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2467 0 1 0 619 1 0 0 20 0 19 0 254745824 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244321821048 140244188690280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254745826 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 254745827 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 3806 0 0 0 49 0 0 0 20 0 19 0 254745830 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4873 0 0 0 44 2 0 0 20 0 19 0 254745830 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 19837 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 4086 0 0 0 63 0 0 0 20 0 19 0 254745830 9855975424 30218 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4874 0 0 0 47 2 0 0 20 0 19 0 254745830 9855975424 30218 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30218 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 95 0 0 0 24 12 0 0 20 0 19 0 254745830 9855975424 30218 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 30218 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.01
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.26 2.07 2.02 3/213 29195
/proc/meminfo: memFree=29613984/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=1725.05 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 13280 0 1 0 172489 16 0 0 20 0 19 0 254745823 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 30227 2286 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=1712.84 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2561 0 1 0 171257 27 0 0 20 0 19 0 254745824 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244321821080 140244188650272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 47 0 0 0 28 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 36 0 0 0 32 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 28 0 0 0 30 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 33 0 0 0 25 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 54 0 0 0 28 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 65 0 0 0 31 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 41 0 0 0 32 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 32 0 0 0 32 0 0 0 20 0 19 0 254745826 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=4.22 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 143 0 0 0 420 2 0 0 20 0 19 0 254745827 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 4086 0 0 0 63 0 0 0 20 0 19 0 254745830 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4874 0 0 0 47 2 0 0 20 0 19 0 254745830 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 99 0 0 0 25 13 0 0 20 0 19 0 254745830 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 30227 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.05
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 29195
/proc/meminfo: memFree=29613860/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=1785.1 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 13288 0 1 0 178493 17 0 0 20 0 19 0 254745823 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 30228 2286 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=1772.62 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2562 0 1 0 177235 27 0 0 20 0 19 0 254745824 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244321820960 140244188575442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 47 0 0 0 30 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 36 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 28 0 0 0 30 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 54 0 0 0 28 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 65 0 0 0 31 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 42 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 32 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=4.28 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 145 0 0 0 426 2 0 0 20 0 19 0 254745827 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 4086 0 0 0 63 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4874 0 0 0 47 2 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 103 0 0 0 26 14 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.1
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.07 2.05 2.01 3/213 29195
/proc/meminfo: memFree=29613860/32873844 swapFree=7116/7116
[pid=29103] ppid=29101 vsize=9624976 CPUtime=1800 cores=1,3,5,7
/proc/29103/stat : 29103 (java) S 29101 29103 27542 0 -1 4202496 13288 0 1 0 179983 17 0 0 20 0 19 0 254745823 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140737090976992 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29103/statm: 2406244 30228 2286 9 0 2396937 0
[pid=29103/tid=29105] ppid=29101 vsize=9624976 CPUtime=1787.48 cores=1,3,5,7
/proc/29103/task/29105/stat : 29105 (java) R 29101 29103 27542 0 -1 4202560 2562 0 1 0 178720 28 0 0 20 0 19 0 254745824 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244321820960 140244188651015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29106] ppid=29101 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29103/task/29106/stat : 29106 (java) S 29101 29103 27542 0 -1 4202560 47 0 0 0 30 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244310882472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29107] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29107/stat : 29107 (java) S 29101 29103 27542 0 -1 4202560 36 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244309829928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29108] ppid=29101 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/29103/task/29108/stat : 29108 (java) S 29101 29103 27542 0 -1 4202560 28 0 0 0 30 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244308777384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29109] ppid=29101 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/29103/task/29109/stat : 29109 (java) S 29101 29103 27542 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244307724840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29110] ppid=29101 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/29103/task/29110/stat : 29110 (java) S 29101 29103 27542 0 -1 4202560 54 0 0 0 28 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244306672296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29111] ppid=29101 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/29103/task/29111/stat : 29111 (java) S 29101 29103 27542 0 -1 4202560 65 0 0 0 31 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244160297768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29112] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29112/stat : 29112 (java) S 29101 29103 27542 0 -1 4202560 42 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244159245224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29113] ppid=29101 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/29103/task/29113/stat : 29113 (java) S 29101 29103 27542 0 -1 4202560 32 0 0 0 33 0 0 0 20 0 19 0 254745826 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244158192680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29103/tid=29114] ppid=29101 vsize=9624976 CPUtime=4.28 cores=1,3,5,7
/proc/29103/task/29114/stat : 29114 (java) S 29101 29103 27542 0 -1 4202560 145 0 0 0 426 2 0 0 20 0 19 0 254745827 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244145993832 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29115] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29115/stat : 29115 (java) S 29101 29103 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244144940152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29116] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29116/stat : 29116 (java) S 29101 29103 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254745828 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244143887496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29117] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29117/stat : 29117 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244142836240 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29103/tid=29118] ppid=29101 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/29103/task/29118/stat : 29118 (java) S 29101 29103 27542 0 -1 4202560 4086 0 0 0 63 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244141783608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29119] ppid=29101 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29103/task/29119/stat : 29119 (java) S 29101 29103 27542 0 -1 4202560 4874 0 0 0 47 2 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244140731064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29120] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29120/stat : 29120 (java) S 29101 29103 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244139678712 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29103/tid=29121] ppid=29101 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/29103/task/29121/stat : 29121 (java) S 29101 29103 27542 0 -1 4202560 103 0 0 0 26 14 0 0 20 0 19 0 254745830 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244138626376 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29103/tid=29122] ppid=29101 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29103/task/29122/stat : 29122 (java) S 29101 29103 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254745873 9855975424 30228 33554432000 1073741824 1073778376 140737090985856 140244137571112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 29103 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=460048
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=602908
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.25
CPU time (s): 1800
CPU user time (s): 1799.83
CPU system time (s): 0.17
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.46
system time used= 0.602908
maximum resident set size= 123084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13323
page faults= 1
swaps= 0
block input operations= 240
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40630
involuntary context switches= 8567

runsolver used 5.9431 second user time and 15.2507 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 21:03:29
IDJOB=3688637
IDBENCH=48148
IDSOLVER=2269
FILE ID=node146/3688637-1337886209
RUNJOBID= node146-1337871880-27559
PBS_JOBID= 14620058
Free space on /tmp= 71716 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_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688637-1337886209/watcher-3688637-1337886209 -o /tmp/evaluation-result-3688637-1337886209/solver-3688637-1337886209 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688637-1337886209.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=447437323

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29763228 kB
Buffers:          216932 kB
Cached:          1998872 kB
SwapCached:         2348 kB
Active:           467168 kB
Inactive:        1881672 kB
Active(anon):     131760 kB
Inactive(anon):     3064 kB
Active(file):     335408 kB
Inactive(file):  1878608 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        137668 kB
Mapped:            16188 kB
Shmem:                 0 kB
Slab:             622264 kB
SReclaimable:      63784 kB
SUnreclaim:       558480 kB
KernelStack:        1600 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71716 MiB
End job on node146 at 2012-05-24 21:33:28