Trace number 3688693

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)-24 1800.03 1796.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1797.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint49
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 products3113
Sum of products size6226

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3688693-1337886316.opb
0.00/0.10	c reading problem ... 
0.50/0.37	c ... done. Wall clock time 0.27s.
0.50/0.37	c declared #vars     200
0.50/0.37	c internal #vars     3313
0.50/0.37	c #constraints  6426
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
0.50/0.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.50/0.37	c ignored satisfied constraints => 200
0.50/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3113
0.50/0.37	c 6626 constraints processed.
0.50/0.37	c objective function length is 200 literals
0.80/0.40	c SATISFIABLE
0.80/0.40	c OPTIMIZING...
0.80/0.40	c Got one! Elapsed wall clock time (in seconds):0.303
0.80/0.40	o -20
1.40/0.62	c Got one! Elapsed wall clock time (in seconds):0.521
1.40/0.62	o -21
1.40/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
1.40/0.63	o -23
1.70/0.74	c Got one! Elapsed wall clock time (in seconds):0.648
1.70/0.74	o -24
2.12/1.02	c cleaning 2693 clauses out of 5396 with flag 4000/5396
2.57/1.48	c cleaning 4353 clauses out of 8705 with flag 10002/11398
3.21/2.02	c cleaning 5675 clauses out of 11351 with flag 17001/18397
3.94/2.72	c cleaning 6830 clauses out of 13675 with flag 25000/26396
4.89/3.61	c cleaning 7921 clauses out of 15846 with flag 34001/35397
5.93/4.69	c cleaning 8961 clauses out of 17926 with flag 44002/45398
7.14/5.87	c cleaning 9975 clauses out of 19963 with flag 55000/56396
8.44/7.14	c cleaning 10991 clauses out of 21989 with flag 67001/68397
9.95/8.69	c cleaning 11998 clauses out of 23997 with flag 80000/81396
11.89/10.53	c cleaning 12999 clauses out of 26000 with flag 94001/95397
14.01/12.65	c cleaning 13997 clauses out of 28000 with flag 109000/110396
16.51/15.18	c cleaning 14998 clauses out of 30003 with flag 125000/126396
19.42/18.03	c cleaning 16002 clauses out of 32007 with flag 142002/143398
22.54/21.18	c cleaning 17000 clauses out of 34004 with flag 160001/161397
26.44/25.05	c cleaning 18002 clauses out of 36004 with flag 179001/180397
30.28/28.81	c cleaning 18992 clauses out of 38001 with flag 199000/200396
34.60/33.12	c cleaning 20004 clauses out of 40011 with flag 220002/221398
38.91/37.43	c cleaning 20999 clauses out of 42005 with flag 242000/243396
43.42/41.99	c cleaning 21997 clauses out of 44006 with flag 265000/266396
48.95/47.49	c cleaning 22998 clauses out of 46009 with flag 289000/290396
54.86/53.31	c cleaning 23998 clauses out of 48011 with flag 314000/315396
60.99/59.40	c cleaning 25005 clauses out of 50014 with flag 340001/341397
68.02/66.47	c cleaning 26004 clauses out of 52008 with flag 367000/368396
75.05/73.46	c cleaning 26992 clauses out of 54004 with flag 395000/396396
82.57/80.99	c cleaning 28002 clauses out of 56012 with flag 424000/425396
91.29/89.65	c cleaning 29003 clauses out of 58010 with flag 454000/455396
99.90/98.21	c cleaning 30001 clauses out of 60009 with flag 485002/486398
109.61/107.98	c cleaning 30998 clauses out of 62006 with flag 517000/518396
120.14/118.47	c cleaning 32004 clauses out of 64009 with flag 550001/551397
129.54/127.87	c cleaning 32998 clauses out of 66005 with flag 584001/585397
140.87/139.13	c cleaning 34002 clauses out of 68006 with flag 619000/620396
153.31/151.56	c cleaning 35000 clauses out of 70004 with flag 655000/656396
165.64/163.84	c cleaning 36002 clauses out of 72004 with flag 692000/693396
177.95/176.13	c cleaning 36997 clauses out of 74003 with flag 730001/731397
191.59/189.79	c cleaning 38001 clauses out of 76005 with flag 769000/770396
204.62/202.74	c cleaning 38999 clauses out of 78005 with flag 809001/810397
215.55/213.64	c cleaning 39997 clauses out of 80006 with flag 850001/851397
229.99/228.00	c cleaning 40994 clauses out of 82008 with flag 892000/893396
245.73/243.77	c cleaning 42004 clauses out of 84014 with flag 935000/936396
264.36/262.31	c cleaning 43004 clauses out of 86010 with flag 979000/980396
279.22/277.18	c cleaning 44000 clauses out of 88007 with flag 1024001/1025397
294.53/292.49	c cleaning 45004 clauses out of 90009 with flag 1070003/1071399
311.25/309.15	c cleaning 46003 clauses out of 92006 with flag 1117004/1118400
329.68/327.51	c cleaning 46996 clauses out of 94000 with flag 1165001/1166397
350.32/348.12	c cleaning 48001 clauses out of 96005 with flag 1214002/1215398
369.76/367.54	c cleaning 48997 clauses out of 98002 with flag 1264000/1265396
391.49/389.21	c cleaning 50003 clauses out of 100006 with flag 1315001/1316397
418.45/416.14	c cleaning 50995 clauses out of 102002 with flag 1367000/1368396
451.93/449.58	c cleaning 51999 clauses out of 104007 with flag 1420000/1421396
484.86/482.42	c cleaning 53002 clauses out of 106009 with flag 1474001/1475397
519.29/516.83	c cleaning 53999 clauses out of 108007 with flag 1529001/1530397
553.92/551.44	c cleaning 54999 clauses out of 110007 with flag 1585000/1586396
586.25/583.71	c cleaning 56000 clauses out of 112008 with flag 1642000/1643396
620.30/617.76	c cleaning 57003 clauses out of 114008 with flag 1700000/1701396
653.96/651.31	c cleaning 57997 clauses out of 116006 with flag 1759001/1760397
690.80/688.14	c cleaning 59000 clauses out of 118008 with flag 1819000/1820396
729.65/726.97	c cleaning 59994 clauses out of 120008 with flag 1880000/1881396
769.29/766.52	c cleaning 61001 clauses out of 122014 with flag 1942000/1943396
805.71/802.93	c cleaning 61999 clauses out of 124013 with flag 2005000/2006396
850.57/847.75	c cleaning 63007 clauses out of 126014 with flag 2069000/2070396
898.85/895.97	c cleaning 63995 clauses out of 128008 with flag 2134001/2135397
949.77/946.85	c cleaning 65006 clauses out of 130016 with flag 2200004/2201400
995.61/992.60	c cleaning 66002 clauses out of 132006 with flag 2267000/2268396
1047.27/1044.27	c cleaning 67000 clauses out of 134006 with flag 2335002/2336398
1095.83/1092.73	c cleaning 68000 clauses out of 136004 with flag 2404000/2405396
1143.85/1140.78	c cleaning 69000 clauses out of 138007 with flag 2474003/2475399
1198.69/1195.56	c cleaning 70001 clauses out of 140004 with flag 2545000/2546396
1251.45/1248.25	c cleaning 70997 clauses out of 142003 with flag 2617000/2618396
1312.47/1309.20	c cleaning 71997 clauses out of 144006 with flag 2690000/2691396
1374.75/1371.47	c cleaning 73003 clauses out of 146011 with flag 2764002/2765398
1435.81/1432.46	c cleaning 74004 clauses out of 148007 with flag 2839001/2840397
1506.47/1503.01	c cleaning 74997 clauses out of 150002 with flag 2915000/2916396
1576.84/1573.37	c cleaning 75998 clauses out of 152005 with flag 2992000/2993396
1649.26/1645.77	c cleaning 77002 clauses out of 154010 with flag 3070003/3071399
1723.40/1719.83	c cleaning 78002 clauses out of 156007 with flag 3149002/3150398
1799.46/1795.88	c cleaning 79000 clauses out of 158004 with flag 3229001/3230397
1800.03/1796.32	c starts		: 253
1800.03/1796.32	c conflicts		: 3230934
1800.03/1796.32	c decisions		: 3296556
1800.03/1796.32	c propagations		: 17742226
1800.03/1796.32	c inspects		: 23066614379
1800.03/1796.32	c shortcuts		: 0
1800.03/1796.32	c learnt literals	: 0
1800.03/1796.32	c learnt binary clauses	: 0
1800.03/1796.32	c learnt ternary clauses	: 0
1800.03/1796.32	c learnt constraints	: 3230935
1800.03/1796.32	c ignored constraints	: 0
1800.03/1796.32	c root simplifications	: 0
1800.03/1796.32	c removed literals (reason simplification)	: 0
1800.03/1796.32	c reason swapping (by a shorter reason)	: 0
1800.03/1796.32	c Calls to reduceDB	: 76
1800.03/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.32	c number of learned constraints concerned by reduction	: 0
1800.03/1796.32	c number of learning phase by resolution	: 0
1800.03/1796.32	c number of learning phase by cutting planes	: 0
1800.03/1796.32	c speed (assignments/second)	: 9879.120144860719
1800.03/1796.32	c non guided choices	0
1800.03/1796.34	c learnt constraints type 
1800.03/1796.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79569
1800.03/1796.34	c constraints type 
1800.03/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
1800.03/1796.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.03/1796.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/1796.34	c ignored satisfied constraints => 200
1800.03/1796.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3113
1800.03/1796.34	c 6627 constraints processed.
1800.03/1796.34	s SATISFIABLE
1800.03/1796.34	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.03/1796.34	c objective function=-24
1800.03/1796.34	c Total wall clock time (in seconds): 1796.247

Verifier Data

OK	-24

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 25876
/proc/meminfo: memFree=29593576/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 1200 0 0 0 0 0 0 0 20 0 2 0 254757040 94019584 913 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 22954 913 693 9 0 16769 0
[pid=25876/tid=25877] ppid=25874 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) D 25874 25876 23289 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254757041 94019584 917 33554432000 1073741824 1073778376 140736384104736 139731480292904 252253924647 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.101688 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 25876
/proc/meminfo: memFree=29593576/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 4467 0 1 0 9 2 0 0 20 0 18 0 254757040 9787813888 6137 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2389603 6137 2149 9 0 2380296 0
[pid=25876/tid=25877] ppid=25874 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2432 0 1 0 6 2 0 0 20 0 18 0 254757041 9787813888 6137 33554432000 1073741824 1073778376 140736384104736 139731480296216 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.20033 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 25876
/proc/meminfo: memFree=29593576/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 4689 0 1 0 24 2 0 0 20 0 18 0 254757040 9787813888 6796 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2389603 6796 2200 9 0 2380296 0
[pid=25876/tid=25877] ppid=25874 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2441 0 1 0 16 2 0 0 20 0 18 0 254757041 9787813888 6796 33554432000 1073741824 1073778376 140736384104736 139731480296216 139731342047777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558412

[startup+0.300347 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 25876
/proc/meminfo: memFree=29593576/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 5395 0 1 0 48 2 0 0 20 0 18 0 254757040 9787813888 8382 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2389603 8382 2236 9 0 2380296 0
[pid=25876/tid=25877] ppid=25874 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2451 0 1 0 26 2 0 0 20 0 18 0 254757041 9787813888 8382 33554432000 1073741824 1073778376 140736384104736 139731480289056 139731342009647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 25876
/proc/meminfo: memFree=29593576/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=1.7 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 15944 0 1 0 165 5 0 0 20 0 19 0 254757040 9855975424 14844 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 14844 2248 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2462 0 1 0 66 2 0 0 20 0 19 0 254757041 9855975424 14844 33554432000 1073741824 1073778376 140736384104736 139731480296336 139731341958728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9624976

[startup+1.50077 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25895
/proc/meminfo: memFree=29523612/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 16029 0 1 0 265 6 0 0 20 0 19 0 254757040 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 21050 2280 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) S 25874 25876 23289 0 -1 4202560 2470 0 1 0 142 2 0 0 20 0 19 0 254757041 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731480297880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) R 25874 25876 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) R 25874 25876 23289 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731304265192 139731483568270 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8086 0 0 0 57 2 0 0 20 0 19 0 254757045 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4214 0 0 0 57 0 0 0 20 0 19 0 254757045 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 21050 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25895
/proc/meminfo: memFree=29511076/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=4.39 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 16050 0 1 0 433 6 0 0 20 0 19 0 254757040 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 23110 2281 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2471 0 1 0 294 2 0 0 20 0 19 0 254757041 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731480297944 139731342754208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) S 25874 25876 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254757042 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) S 25874 25876 23289 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 254757043 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731304266216 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8087 0 0 0 57 2 0 0 20 0 19 0 254757045 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 23110 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25895
/proc/meminfo: memFree=29508404/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=7.64 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 16068 0 1 0 757 7 0 0 20 0 19 0 254757040 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 24128 2281 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=6.07 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2475 0 1 0 605 2 0 0 20 0 19 0 254757041 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731480297760 139731342754222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) S 25874 25876 23289 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254757042 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) S 25874 25876 23289 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 19 0 254757043 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731304266216 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8087 0 0 0 57 2 0 0 20 0 19 0 254757045 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 24128 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8091 0 0 0 59 2 0 0 20 0 19 0 254757045 9855975424 69354 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 69354 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 69354 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 95 0 0 0 32 33 0 0 20 0 19 0 254757045 9855975424 69354 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 69354 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.91
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/211 25969
/proc/meminfo: memFree=28911888/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=1725.97 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 17699 0 1 0 172550 47 0 0 20 0 19 0 254757040 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 72426 2282 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=1713.65 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2562 0 1 0 171334 31 0 0 20 0 19 0 254757041 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731480297760 139731342621454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 215 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 195 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 95 0 0 0 37 3 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 79 0 0 0 44 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 191 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) S 25874 25876 23289 0 -1 4202560 260 0 0 0 43 0 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 141 0 0 0 43 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 245 0 0 0 40 3 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) S 25874 25876 23289 0 -1 4202560 131 0 0 0 305 3 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731304266216 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8091 0 0 0 59 2 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 99 0 0 0 33 34 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.97
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.17 2.11 2.04 3/211 25970
/proc/meminfo: memFree=28863420/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=1785.97 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 17703 0 1 0 178550 47 0 0 20 0 19 0 254757040 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 72426 2282 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=1773.5 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2562 0 1 0 177319 31 0 0 20 0 19 0 254757041 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731480297760 139731342754222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 215 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 195 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 95 0 0 0 37 3 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 79 0 0 0 44 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 191 0 0 0 38 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) S 25874 25876 23289 0 -1 4202560 260 0 0 0 43 0 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 141 0 0 0 43 2 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 245 0 0 0 40 3 0 0 20 0 19 0 254757042 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) S 25874 25876 23289 0 -1 4202560 131 0 0 0 305 3 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731304266216 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8091 0 0 0 59 2 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 103 0 0 0 34 35 0 0 20 0 19 0 254757045 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 72426 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.97
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.13 2.10 2.03 3/211 25970
/proc/meminfo: memFree=28863420/32873852 swapFree=7616/7616
[pid=25876] ppid=25874 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/25876/stat : 25876 (java) S 25874 25876 23289 0 -1 4202496 17709 0 1 0 179956 47 0 0 20 0 19 0 254757040 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 140736384095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25876/statm: 2406244 72429 2282 9 0 2396937 0
[pid=25876/tid=25877] ppid=25874 vsize=9624976 CPUtime=1787.37 cores=0,2,4,6
/proc/25876/task/25877/stat : 25877 (java) R 25874 25876 23289 0 -1 4202560 2563 0 1 0 178705 32 0 0 20 0 19 0 254757041 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731480297760 139731342754678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25879] ppid=25874 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25876/task/25879/stat : 25879 (java) S 25874 25876 23289 0 -1 4202560 218 0 0 0 40 2 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731469359656 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25880] ppid=25874 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25876/task/25880/stat : 25880 (java) S 25874 25876 23289 0 -1 4202560 195 0 0 0 39 2 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731468306856 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25881] ppid=25874 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25876/task/25881/stat : 25881 (java) S 25874 25876 23289 0 -1 4202560 95 0 0 0 37 3 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731467254056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25882] ppid=25874 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25876/task/25882/stat : 25882 (java) S 25874 25876 23289 0 -1 4202560 79 0 0 0 45 2 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731466201256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25883] ppid=25874 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25876/task/25883/stat : 25883 (java) S 25874 25876 23289 0 -1 4202560 191 0 0 0 39 2 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731465149480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25884] ppid=25874 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25876/task/25884/stat : 25884 (java) S 25874 25876 23289 0 -1 4202560 260 0 0 0 43 1 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731464096680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25885] ppid=25874 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25876/task/25885/stat : 25885 (java) S 25874 25876 23289 0 -1 4202560 141 0 0 0 44 2 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731463043880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25886] ppid=25874 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25876/task/25886/stat : 25886 (java) S 25874 25876 23289 0 -1 4202560 245 0 0 0 41 3 0 0 20 0 19 0 254757042 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731461991080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25876/tid=25887] ppid=25874 vsize=9624976 CPUtime=3.16 cores=0,2,4,6
/proc/25876/task/25887/stat : 25887 (java) S 25874 25876 23289 0 -1 4202560 133 0 0 0 313 3 0 0 20 0 19 0 254757043 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731304266216 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25888] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25888/stat : 25888 (java) S 25874 25876 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731303212280 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25889] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25889/stat : 25889 (java) S 25874 25876 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254757043 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731302159368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25890] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25890/stat : 25890 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731301107856 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25891] ppid=25874 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/25876/task/25891/stat : 25891 (java) S 25874 25876 23289 0 -1 4202560 8091 0 0 0 59 2 0 0 20 0 19 0 254757045 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731300055992 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25876/tid=25892] ppid=25874 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/25876/task/25892/stat : 25892 (java) S 25874 25876 23289 0 -1 4202560 4216 0 0 0 60 0 0 0 20 0 19 0 254757045 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731299003192 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25893] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25893/stat : 25893 (java) S 25874 25876 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254757045 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731297950584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25876/tid=25894] ppid=25874 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/25876/task/25894/stat : 25894 (java) S 25874 25876 23289 0 -1 4202560 103 0 0 0 34 36 0 0 20 0 19 0 254757045 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731296897992 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25876/tid=25895] ppid=25874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25876/task/25895/stat : 25895 (java) S 25874 25876 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254757079 9855975424 72429 33554432000 1073741824 1073778376 140736384104736 139731295843496 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 25876 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=198088
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=53839
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.35
CPU time (s): 1800.03
CPU user time (s): 1799.56
CPU system time (s): 0.47
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.2
system time used= 1.05384
maximum resident set size= 289836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40043
involuntary context switches= 16531

runsolver used 5.85911 second user time and 15.2247 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 21:05:16
IDJOB=3688693
IDBENCH=48205
IDSOLVER=2269
FILE ID=node131/3688693-1337886316
RUNJOBID= node131-1337871881-23305
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

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

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=414228331

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29593468 kB
Buffers:          219804 kB
Cached:          2137696 kB
SwapCached:            0 kB
Active:           652360 kB
Inactive:        1861756 kB
Active(anon):     158692 kB
Inactive(anon):        0 kB
Active(file):     493668 kB
Inactive(file):  1861756 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               148 kB
Writeback:            16 kB
AnonPages:        163440 kB
Mapped:            22956 kB
Shmem:               204 kB
Slab:             628956 kB
SReclaimable:      71408 kB
SUnreclaim:       557548 kB
KernelStack:        1512 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     697056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 71600 MiB
End job on node131 at 2012-05-24 21:35:14