Trace number 3688653

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)13 1800.09 1797.64

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688653-1337886239.opb
0.07/0.13	c reading problem ... 
0.69/0.47	c ... done. Wall clock time 0.341s.
0.69/0.47	c declared #vars     200
0.69/0.47	c internal #vars     6416
0.69/0.47	c #constraints  12632
0.69/0.47	c constraints type 
0.69/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
0.69/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
0.69/0.47	c 12632 constraints processed.
0.69/0.47	c objective function length is 200 literals
0.98/0.56	c SATISFIABLE
0.98/0.56	c OPTIMIZING...
0.98/0.56	c Got one! Elapsed wall clock time (in seconds):0.437
0.98/0.56	o 17
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.47
0.98/0.60	o 16
1.66/0.87	c Got one! Elapsed wall clock time (in seconds):0.749
1.66/0.87	o 15
5.17/4.23	c cleaning 2696 clauses out of 5391 with flag 5000/5391
9.16/8.10	c cleaning 4349 clauses out of 8697 with flag 11002/11393
14.07/13.01	c cleaning 5673 clauses out of 11346 with flag 18000/18391
19.69/18.61	c cleaning 6836 clauses out of 13673 with flag 26000/26391
26.10/25.00	c cleaning 7919 clauses out of 15837 with flag 35000/35391
32.91/31.89	c Got one! Elapsed wall clock time (in seconds):31.766
32.91/31.89	o 14
33.91/32.86	c cleaning 11267 clauses out of 22540 with flag 5000/50013
37.72/36.68	c cleaning 8631 clauses out of 17273 with flag 11000/56013
42.64/41.57	c cleaning 7816 clauses out of 15645 with flag 18003/63016
48.14/47.05	c cleaning 7901 clauses out of 15826 with flag 26000/71013
54.54/53.40	c cleaning 8451 clauses out of 16925 with flag 35000/80013
61.26/60.17	c cleaning 9227 clauses out of 18477 with flag 45003/90016
69.06/67.99	c cleaning 10116 clauses out of 20247 with flag 56000/101013
77.47/76.34	c cleaning 11058 clauses out of 22131 with flag 68000/113013
81.57/80.49	c Got one! Elapsed wall clock time (in seconds):80.365
81.57/80.49	o 13
83.37/82.25	c cleaning 10962 clauses out of 21958 with flag 5000/123898
87.08/85.91	c cleaning 8490 clauses out of 17001 with flag 11005/129903
91.79/90.64	c cleaning 7747 clauses out of 15508 with flag 18002/136900
97.40/96.21	c cleaning 7877 clauses out of 15760 with flag 26001/144899
103.30/102.10	c cleaning 8409 clauses out of 16882 with flag 35000/153898
109.63/108.45	c cleaning 9234 clauses out of 18473 with flag 45000/163898
116.84/115.68	c cleaning 10112 clauses out of 20239 with flag 56000/174898
125.15/123.92	c cleaning 11047 clauses out of 22127 with flag 68000/186898
134.15/132.98	c cleaning 12038 clauses out of 24085 with flag 81005/199903
143.37/142.12	c cleaning 13012 clauses out of 26042 with flag 95000/213898
153.98/152.74	c cleaning 14012 clauses out of 28030 with flag 110000/228898
165.19/163.97	c cleaning 14998 clauses out of 30019 with flag 126001/244899
176.22/174.96	c cleaning 16002 clauses out of 32020 with flag 143000/261898
188.14/186.86	c cleaning 16988 clauses out of 34018 with flag 161000/279898
201.37/200.07	c cleaning 17994 clauses out of 36031 with flag 180001/298899
214.67/213.35	c cleaning 19005 clauses out of 38038 with flag 200002/318900
228.58/227.27	c cleaning 20014 clauses out of 40031 with flag 221000/339898
242.40/241.02	c cleaning 21005 clauses out of 42019 with flag 243002/361900
257.22/255.88	c cleaning 21994 clauses out of 44012 with flag 266000/384898
272.53/271.13	c cleaning 23001 clauses out of 46018 with flag 290000/408898
288.44/287.08	c cleaning 23986 clauses out of 48017 with flag 315000/433898
305.35/303.93	c cleaning 25015 clauses out of 50032 with flag 341001/459899
322.87/321.40	c cleaning 26008 clauses out of 52018 with flag 368002/486900
340.78/339.31	c cleaning 27001 clauses out of 54010 with flag 396002/514900
359.71/358.30	c cleaning 27985 clauses out of 56015 with flag 425008/543906
379.03/377.52	c cleaning 29002 clauses out of 58022 with flag 455000/573898
398.84/397.36	c cleaning 29997 clauses out of 60021 with flag 486001/604899
420.46/418.92	c cleaning 31001 clauses out of 62023 with flag 518000/636898
443.07/441.51	c cleaning 31997 clauses out of 64022 with flag 551000/669898
465.88/464.38	c cleaning 33007 clauses out of 66026 with flag 585001/703899
488.99/487.48	c cleaning 33971 clauses out of 68018 with flag 620000/738898
511.50/509.97	c cleaning 35021 clauses out of 70048 with flag 656001/774899
536.92/535.31	c cleaning 36008 clauses out of 72027 with flag 693001/811899
561.63/560.02	c cleaning 36967 clauses out of 74018 with flag 731000/849898
586.86/585.27	c cleaning 38024 clauses out of 76055 with flag 770004/888902
613.58/611.96	c cleaning 39009 clauses out of 78031 with flag 810004/928902
641.10/639.49	c cleaning 39997 clauses out of 80018 with flag 851000/969898
668.74/667.04	c cleaning 41001 clauses out of 82024 with flag 893003/1011901
694.55/692.80	c cleaning 41989 clauses out of 84021 with flag 936001/1054899
723.30/721.60	c cleaning 42984 clauses out of 86031 with flag 980000/1098898
753.61/751.80	c cleaning 44010 clauses out of 88047 with flag 1025000/1143898
780.15/778.36	c cleaning 45019 clauses out of 90037 with flag 1071000/1189898
811.18/809.30	c cleaning 45983 clauses out of 92018 with flag 1118000/1236898
841.10/839.22	c cleaning 47012 clauses out of 94038 with flag 1166003/1284901
871.81/869.93	c cleaning 48002 clauses out of 96025 with flag 1215002/1333900
905.33/903.43	c cleaning 48996 clauses out of 98021 with flag 1265000/1383898
939.26/937.30	c cleaning 50009 clauses out of 100028 with flag 1316003/1434901
973.33/971.37	c cleaning 50985 clauses out of 102016 with flag 1368000/1486898
1007.46/1005.41	c cleaning 52009 clauses out of 104033 with flag 1421002/1539900
1043.29/1041.24	c cleaning 52997 clauses out of 106022 with flag 1475000/1593898
1080.50/1078.47	c cleaning 53998 clauses out of 108026 with flag 1530001/1648899
1115.63/1113.57	c cleaning 55002 clauses out of 110028 with flag 1586001/1704899
1153.78/1151.65	c cleaning 55994 clauses out of 112025 with flag 1643000/1761898
1189.19/1187.06	c cleaning 57002 clauses out of 114031 with flag 1701000/1819898
1228.93/1226.72	c cleaning 58012 clauses out of 116036 with flag 1760007/1878905
1265.35/1263.17	c cleaning 58970 clauses out of 118019 with flag 1820002/1938900
1304.87/1302.68	c cleaning 60016 clauses out of 120047 with flag 1881000/1999898
1345.97/1343.75	c cleaning 61007 clauses out of 122033 with flag 1943002/2061900
1388.20/1385.97	c cleaning 62010 clauses out of 124028 with flag 2006004/2124902
1432.13/1429.81	c cleaning 62980 clauses out of 126014 with flag 2070000/2188898
1475.15/1472.90	c cleaning 64001 clauses out of 128034 with flag 2135000/2253898
1522.48/1520.11	c cleaning 64994 clauses out of 130033 with flag 2201000/2319898
1569.00/1566.63	c cleaning 66005 clauses out of 132039 with flag 2268000/2386898
1614.11/1611.70	c cleaning 67012 clauses out of 134036 with flag 2336002/2454900
1659.94/1657.50	c cleaning 67984 clauses out of 136022 with flag 2405000/2523898
1710.55/1708.12	c cleaning 69012 clauses out of 138039 with flag 2475001/2593899
1758.26/1755.80	c cleaning 70004 clauses out of 140026 with flag 2546000/2664898
1800.09/1797.61	c starts		: 236
1800.09/1797.61	c conflicts		: 2723056
1800.09/1797.61	c decisions		: 7697029
1800.09/1797.61	c propagations		: 2655339323
1800.09/1797.61	c inspects		: 17758267859
1800.09/1797.61	c shortcuts		: 0
1800.09/1797.61	c learnt literals	: 0
1800.09/1797.61	c learnt binary clauses	: 0
1800.09/1797.61	c learnt ternary clauses	: 16
1800.09/1797.61	c learnt constraints	: 2723056
1800.09/1797.61	c ignored constraints	: 0
1800.09/1797.61	c root simplifications	: 0
1800.09/1797.61	c removed literals (reason simplification)	: 0
1800.09/1797.61	c reason swapping (by a shorter reason)	: 0
1800.09/1797.61	c Calls to reduceDB	: 80
1800.09/1797.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.61	c number of learned constraints concerned by reduction	: 0
1800.09/1797.61	c number of learning phase by resolution	: 0
1800.09/1797.61	c number of learning phase by cutting planes	: 0
1800.09/1797.61	c speed (assignments/second)	: 1477543.888008164
1800.09/1797.61	c non guided choices	0
1800.09/1797.64	c learnt constraints type 
1800.09/1797.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128210
1800.09/1797.64	c constraints type 
1800.09/1797.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1800.09/1797.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1797.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1800.09/1797.64	c 12633 constraints processed.
1800.09/1797.64	s SATISFIABLE
1800.09/1797.64	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.09/1797.64	c objective function=13
1800.09/1797.64	c Total wall clock time (in seconds): 1797.513

Verifier Data

OK	13

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688653-1337886239/watcher-3688653-1337886239 -o /tmp/evaluation-result-3688653-1337886239/solver-3688653-1337886239 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688653-1337886239.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: 1.92 1.98 1.99 3/196 24420
/proc/meminfo: memFree=29222556/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24420/stat : 24420 (java) D 24418 24420 22462 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254749335 9515008 182 33554432000 1073741824 1073778376 140734205605744 140734205596776 273905696437 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/24420/statm: 2323 182 140 9 0 71 0

[startup+0.0183131 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 24420
/proc/meminfo: memFree=29222556/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 254749335 103964672 1051 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 25382 1051 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100869 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 24420
/proc/meminfo: memFree=29222556/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 3727 0 1 0 6 1 0 0 20 0 18 0 254749335 9787813888 4936 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2389603 4936 1971 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300238 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 24420
/proc/meminfo: memFree=29222556/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 5313 0 1 0 40 1 0 0 20 0 18 0 254749335 9787813888 7804 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2389603 7804 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700303 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 24420
/proc/meminfo: memFree=29222556/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=1.56 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 12132 0 1 0 153 3 0 0 20 0 19 0 254749335 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 14846 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 24439
/proc/meminfo: memFree=29171656/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=2.42 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 12501 0 1 0 239 3 0 0 20 0 19 0 254749335 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 14846 2259 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2465 0 1 0 143 2 0 0 20 0 19 0 254749336 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967694381496 139967565885105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254749339 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4188 0 0 0 43 0 0 0 20 0 19 0 254749342 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 4654 0 0 0 49 0 0 0 20 0 19 0 254749342 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 14846 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 24439
/proc/meminfo: memFree=29171780/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=4.07 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 12782 0 1 0 404 3 0 0 20 0 19 0 254749335 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 14848 2260 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2467 0 1 0 303 2 0 0 20 0 19 0 254749336 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967694379672 139967565885124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254749339 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4188 0 0 0 44 0 0 0 20 0 19 0 254749342 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 4932 0 0 0 53 0 0 0 20 0 19 0 254749342 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 14848 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 24439
/proc/meminfo: memFree=29149756/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=7.33 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 13081 0 1 0 729 4 0 0 20 0 19 0 254749335 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 20150 2285 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2471 0 1 0 619 2 0 0 20 0 19 0 254749336 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967694381432 139967565971970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254749338 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 254749339 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4189 0 0 0 46 0 0 0 20 0 19 0 254749342 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 5169 0 0 0 56 0 0 0 20 0 19 0 254749342 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 20150 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4203 0 0 0 49 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 5179 0 0 0 63 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 95 0 0 0 21 16 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.76
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.28 2.18 2.07 3/215 24569
/proc/meminfo: memFree=28257380/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=1724.78 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 13765 0 1 0 172451 27 0 0 20 0 19 0 254749335 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 33453 2286 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=1714.18 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2548 0 1 0 171387 31 0 0 20 0 19 0 254749336 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967694381344 139967565885041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 49 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 24 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 47 0 0 0 22 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 76 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 61 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 157 0 0 0 299 2 0 0 20 0 19 0 254749339 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4203 0 0 0 49 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 5179 0 0 0 63 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 99 0 0 0 21 17 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.78
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.25 2.17 2.07 3/215 24569
/proc/meminfo: memFree=28252972/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=1784.78 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 13772 0 1 0 178450 28 0 0 20 0 19 0 254749335 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 33453 2286 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=1773.94 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2549 0 1 0 177363 31 0 0 20 0 19 0 254749336 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967694381344 139967565971613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 38 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 49 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 47 0 0 0 22 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 76 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 61 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 159 0 0 0 306 2 0 0 20 0 19 0 254749339 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4203 0 0 0 49 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 5179 0 0 0 63 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 103 0 0 0 22 18 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.78
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.19 2.17 2.07 3/215 24569
/proc/meminfo: memFree=28252972/32873844 swapFree=7124/7124
[pid=24420] ppid=24418 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/24420/stat : 24420 (java) S 24418 24420 22462 0 -1 4202496 13772 0 1 0 179981 28 0 0 20 0 19 0 254749335 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 140735065308656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24420/statm: 2406244 33453 2286 9 0 2396937 0
[pid=24420/tid=24422] ppid=24418 vsize=9624976 CPUtime=1789.2 cores=0,2,4,6
/proc/24420/task/24422/stat : 24422 (java) R 24418 24420 22462 0 -1 4202560 2549 0 1 0 178888 32 0 0 20 0 19 0 254749336 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967694381344 139967565837135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24423] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24423/stat : 24423 (java) S 24418 24420 22462 0 -1 4202560 38 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967537560104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24424] ppid=24418 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/24420/task/24424/stat : 24424 (java) S 24418 24420 22462 0 -1 4202560 36 0 0 0 20 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967536507304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24425] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24425/stat : 24425 (java) S 24418 24420 22462 0 -1 4202560 49 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967535454504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24426] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24426/stat : 24426 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967534401704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24427] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24427/stat : 24427 (java) S 24418 24420 22462 0 -1 4202560 46 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967533349928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24428] ppid=24418 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24420/task/24428/stat : 24428 (java) S 24418 24420 22462 0 -1 4202560 47 0 0 0 22 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967532297128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24429] ppid=24418 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24420/task/24429/stat : 24429 (java) S 24418 24420 22462 0 -1 4202560 76 0 0 0 25 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967531244328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24430] ppid=24418 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24420/task/24430/stat : 24430 (java) S 24418 24420 22462 0 -1 4202560 61 0 0 0 23 0 0 0 20 0 19 0 254749338 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967530191528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24431] ppid=24418 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/24420/task/24431/stat : 24431 (java) S 24418 24420 22462 0 -1 4202560 159 0 0 0 306 2 0 0 20 0 19 0 254749339 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967517993448 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24420/tid=24432] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24432/stat : 24432 (java) S 24418 24420 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967516939512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24433] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24433/stat : 24433 (java) S 24418 24420 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254749340 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967515886600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24434] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24434/stat : 24434 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967514835088 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24435] ppid=24418 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24420/task/24435/stat : 24435 (java) S 24418 24420 22462 0 -1 4202560 4203 0 0 0 49 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967513783224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24436] ppid=24418 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/24420/task/24436/stat : 24436 (java) S 24418 24420 22462 0 -1 4202560 5179 0 0 0 63 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967512730424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24420/tid=24437] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24437/stat : 24437 (java) S 24418 24420 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967511677816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24420/tid=24438] ppid=24418 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24420/task/24438/stat : 24438 (java) S 24418 24420 22462 0 -1 4202560 103 0 0 0 22 18 0 0 20 0 19 0 254749342 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967510625224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24420/tid=24439] ppid=24418 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24420/task/24439/stat : 24439 (java) S 24418 24420 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254749383 9855975424 33453 33554432000 1073741824 1073778376 140735065317520 139967509570728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 24420 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=349065
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=661899
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.64
CPU time (s): 1800.09
CPU user time (s): 1799.81
CPU system time (s): 0.28
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.35
system time used= 0.661899
maximum resident set size= 135984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13807
page faults= 1
swaps= 0
block input operations= 240
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40205
involuntary context switches= 16396

runsolver used 6.47102 second user time and 14.0729 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 21:03:59
IDJOB=3688653
IDBENCH=48158
IDSOLVER=2269
FILE ID=node134/3688653-1337886239
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71720 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_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688653-1337886239/watcher-3688653-1337886239 -o /tmp/evaluation-result-3688653-1337886239/solver-3688653-1337886239 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688653-1337886239.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=75921691

node134.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.278
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.55
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.278
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.56
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.278
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		: 2667.278
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.59
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.278
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.55
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.278
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		: 2667.278
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	: 5332.57
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.278
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29222820 kB
Buffers:          221504 kB
Cached:          2449196 kB
SwapCached:            0 kB
Active:           688468 kB
Inactive:        2196840 kB
Active(anon):     210668 kB
Inactive(anon):     5996 kB
Active(file):     477800 kB
Inactive(file):  2190844 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:        220856 kB
Mapped:            22640 kB
Shmem:               212 kB
Slab:             628172 kB
SReclaimable:      70156 kB
SUnreclaim:       558016 kB
KernelStack:        1608 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71720 MiB
End job on node134 at 2012-05-24 21:33:59