Trace number 2659303

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT 731.411 729.722

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12ls.opb
MD5SUM3e382297eed431747f729c90837f8bad
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.30865
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints401
Number of constraints which are clauses237
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints162
Minimum length of a constraint2
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2659303-1276695628.opb
0.08/0.20	c reading problem ... 
0.37/0.36	c ... done. Wall clock time 0.161s.
0.37/0.36	c #vars     266
0.37/0.36	c #constraints  401
0.37/0.36	c constraints type 
0.37/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 96
0.37/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.37/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 141
0.37/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 162
3.46/2.23	c cleaning 2499 clauses out of 5000 with flag 5000/5000
5.12/3.83	c cleaning 4247 clauses out of 8501 with flag 11000/11000
7.83/6.53	c cleaning 5625 clauses out of 11255 with flag 18001/18001
11.49/10.10	c cleaning 6813 clauses out of 13629 with flag 26000/26000
15.60/14.30	c cleaning 7902 clauses out of 15816 with flag 35000/35000
21.80/20.47	c cleaning 8955 clauses out of 17915 with flag 45001/45001
28.71/27.36	c cleaning 9478 clauses out of 18959 with flag 55000/55000
35.11/33.73	c cleaning 9737 clauses out of 19481 with flag 65000/65000
42.21/40.88	c cleaning 9860 clauses out of 19745 with flag 75001/75001
48.62/47.22	c cleaning 9942 clauses out of 19884 with flag 85000/85000
54.83/53.41	c cleaning 9971 clauses out of 19945 with flag 95003/95003
60.33/58.99	c cleaning 9979 clauses out of 19971 with flag 105000/105000
66.62/65.24	c cleaning 9995 clauses out of 19994 with flag 115002/115002
73.93/72.55	c cleaning 9996 clauses out of 19999 with flag 125002/125002
80.54/79.18	c cleaning 9997 clauses out of 20001 with flag 135000/135000
88.47/87.02	c cleaning 10000 clauses out of 20006 with flag 145002/145002
95.08/93.62	c cleaning 9998 clauses out of 20007 with flag 155003/155003
101.48/100.07	c cleaning 10000 clauses out of 20007 with flag 165001/165001
108.09/106.62	c cleaning 9999 clauses out of 20006 with flag 175000/175000
113.99/112.58	c cleaning 9996 clauses out of 20008 with flag 185001/185001
119.89/118.47	c cleaning 9990 clauses out of 20011 with flag 195000/195000
125.70/124.24	c cleaning 10001 clauses out of 20021 with flag 205000/205000
131.10/129.64	c cleaning 10006 clauses out of 20021 with flag 215001/215001
136.99/135.57	c cleaning 10003 clauses out of 20014 with flag 225000/225000
143.30/141.84	c cleaning 10001 clauses out of 20012 with flag 235001/235001
149.69/148.29	c cleaning 10003 clauses out of 20011 with flag 245001/245001
155.99/154.50	c cleaning 10000 clauses out of 20008 with flag 255001/255001
163.20/161.76	c cleaning 9992 clauses out of 20007 with flag 265000/265000
171.43/169.95	c cleaning 9993 clauses out of 20015 with flag 275000/275000
177.65/176.11	c cleaning 10007 clauses out of 20024 with flag 285002/285002
184.06/182.60	c cleaning 9999 clauses out of 20016 with flag 295001/295001
190.36/188.87	c cleaning 9998 clauses out of 20017 with flag 305001/305001
196.86/195.30	c cleaning 10007 clauses out of 20022 with flag 315004/315004
203.76/202.23	c cleaning 10001 clauses out of 20011 with flag 325000/325000
210.16/208.64	c cleaning 10001 clauses out of 20012 with flag 335002/335002
216.66/215.19	c cleaning 10002 clauses out of 20014 with flag 345005/345005
223.16/221.67	c cleaning 9998 clauses out of 20007 with flag 355000/355000
229.06/227.56	c cleaning 9999 clauses out of 20009 with flag 365000/365000
235.16/233.61	c cleaning 9999 clauses out of 20010 with flag 375000/375000
241.27/239.73	c cleaning 10001 clauses out of 20012 with flag 385001/385001
247.97/246.45	c cleaning 10003 clauses out of 20013 with flag 395003/395003
255.07/253.59	c cleaning 9996 clauses out of 20012 with flag 405005/405005
261.08/259.55	c cleaning 10000 clauses out of 20011 with flag 415000/415000
267.37/265.85	c cleaning 10002 clauses out of 20011 with flag 425000/425000
273.87/272.39	c cleaning 9999 clauses out of 20010 with flag 435001/435001
279.17/277.62	c cleaning 9999 clauses out of 20011 with flag 445001/445001
285.48/283.91	c cleaning 10000 clauses out of 20012 with flag 455001/455001
291.77/290.25	c cleaning 10003 clauses out of 20015 with flag 465004/465004
297.77/296.26	c cleaning 9998 clauses out of 20009 with flag 475001/475001
304.58/303.00	c cleaning 10001 clauses out of 20011 with flag 485001/485001
310.48/308.98	c cleaning 10001 clauses out of 20009 with flag 495000/495000
317.18/315.69	c cleaning 9994 clauses out of 20009 with flag 505001/505001
323.68/322.20	c cleaning 10004 clauses out of 20015 with flag 515001/515001
330.27/328.77	c cleaning 10001 clauses out of 20010 with flag 525000/525000
336.66/335.12	c cleaning 10000 clauses out of 20009 with flag 535000/535000
343.17/341.63	c cleaning 10001 clauses out of 20010 with flag 545001/545001
349.87/348.39	c cleaning 10000 clauses out of 20010 with flag 555002/555002
355.57/354.07	c cleaning 10002 clauses out of 20011 with flag 565003/565003
361.58/360.01	c cleaning 10000 clauses out of 20008 with flag 575002/575002
367.37/365.81	c cleaning 9997 clauses out of 20007 with flag 585001/585001
373.37/371.84	c cleaning 10003 clauses out of 20010 with flag 595001/595001
377.78/376.23	c cleaning 9997 clauses out of 20006 with flag 605000/605000
383.07/381.57	c cleaning 10002 clauses out of 20010 with flag 615001/615001
387.78/386.24	c cleaning 9997 clauses out of 20009 with flag 625002/625002
392.39/390.84	c cleaning 9991 clauses out of 20010 with flag 635000/635000
396.60/395.05	c cleaning 10005 clauses out of 20021 with flag 645002/645002
402.10/400.60	c cleaning 10005 clauses out of 20019 with flag 655005/655005
407.40/405.87	c cleaning 10002 clauses out of 20012 with flag 665003/665003
412.80/411.28	c cleaning 9999 clauses out of 20010 with flag 675003/675003
418.70/417.15	c cleaning 9990 clauses out of 20008 with flag 685000/685000
424.02/422.47	c cleaning 10003 clauses out of 20018 with flag 695000/695000
429.30/427.77	c cleaning 10003 clauses out of 20015 with flag 705000/705000
434.11/432.50	c cleaning 9997 clauses out of 20013 with flag 715001/715001
439.44/437.81	c cleaning 10007 clauses out of 20017 with flag 725002/725002
444.24/442.66	c cleaning 10002 clauses out of 20012 with flag 735004/735004
448.94/447.35	c cleaning 9999 clauses out of 20007 with flag 745001/745001
453.54/451.96	c cleaning 10001 clauses out of 20007 with flag 755000/755000
458.45/456.85	c cleaning 9998 clauses out of 20007 with flag 765001/765001
463.25/461.70	c cleaning 10001 clauses out of 20009 with flag 775001/775001
468.15/466.56	c cleaning 10002 clauses out of 20010 with flag 785003/785003
473.86/472.25	c cleaning 10002 clauses out of 20010 with flag 795005/795005
479.46/477.82	c cleaning 9996 clauses out of 20004 with flag 805001/805001
484.66/483.05	c cleaning 10001 clauses out of 20008 with flag 815001/815001
490.45/488.85	c cleaning 9997 clauses out of 20006 with flag 825000/825000
496.16/494.53	c cleaning 9997 clauses out of 20009 with flag 835000/835000
501.36/499.79	c cleaning 10002 clauses out of 20013 with flag 845001/845001
506.76/505.15	c cleaning 9999 clauses out of 20010 with flag 855000/855000
511.26/509.65	c cleaning 10001 clauses out of 20011 with flag 865000/865000
516.47/514.87	c cleaning 10001 clauses out of 20011 with flag 875001/875001
522.36/520.78	c cleaning 10003 clauses out of 20011 with flag 885002/885002
528.26/526.60	c cleaning 10000 clauses out of 20006 with flag 895000/895000
534.07/532.41	c cleaning 9997 clauses out of 20007 with flag 905001/905001
540.17/538.52	c cleaning 10002 clauses out of 20012 with flag 915003/915003
546.47/544.85	c cleaning 9999 clauses out of 20007 with flag 925000/925000
552.17/550.52	c cleaning 10000 clauses out of 20011 with flag 935003/935003
558.07/556.41	c cleaning 10002 clauses out of 20009 with flag 945001/945001
563.98/562.37	c cleaning 9999 clauses out of 20008 with flag 955002/955002
569.58/567.97	c cleaning 9999 clauses out of 20007 with flag 965000/965000
575.78/574.19	c cleaning 10003 clauses out of 20009 with flag 975001/975001
581.17/579.50	c cleaning 9995 clauses out of 20005 with flag 985000/985000
586.47/584.86	c cleaning 10000 clauses out of 20011 with flag 995001/995001
591.37/589.72	c cleaning 10004 clauses out of 20016 with flag 1005006/1005006
596.68/595.07	c cleaning 10000 clauses out of 20006 with flag 1015000/1015000
602.67/601.09	c cleaning 9997 clauses out of 20008 with flag 1025002/1025002
608.47/606.88	c cleaning 9989 clauses out of 20010 with flag 1035001/1035001
614.57/612.99	c cleaning 10008 clauses out of 20022 with flag 1045002/1045002
620.99/619.39	c cleaning 10003 clauses out of 20013 with flag 1055001/1055001
627.38/625.70	c cleaning 10000 clauses out of 20011 with flag 1065002/1065002
633.58/631.94	c cleaning 9997 clauses out of 20009 with flag 1075000/1075000
639.98/638.36	c cleaning 10000 clauses out of 20012 with flag 1085000/1085000
646.68/645.06	c cleaning 10002 clauses out of 20012 with flag 1095000/1095000
653.09/651.44	c cleaning 10000 clauses out of 20012 with flag 1105002/1105002
658.79/657.15	c cleaning 10001 clauses out of 20010 with flag 1115000/1115000
665.69/664.09	c cleaning 10002 clauses out of 20009 with flag 1125000/1125000
671.39/669.77	c cleaning 10000 clauses out of 20009 with flag 1135002/1135002
677.89/676.23	c cleaning 10000 clauses out of 20007 with flag 1145000/1145000
684.69/683.08	c cleaning 10001 clauses out of 20007 with flag 1155000/1155000
691.39/689.79	c cleaning 9999 clauses out of 20008 with flag 1165002/1165002
697.48/695.84	c cleaning 10000 clauses out of 20008 with flag 1175001/1175001
704.39/702.77	c cleaning 9992 clauses out of 20008 with flag 1185001/1185001
710.39/708.70	c cleaning 10005 clauses out of 20015 with flag 1195000/1195000
716.61/714.97	c cleaning 10002 clauses out of 20011 with flag 1205001/1205001
723.40/721.73	c cleaning 10000 clauses out of 20008 with flag 1215000/1215000
729.30/727.68	c cleaning 9998 clauses out of 20009 with flag 1225001/1225001
731.30/729.66	c starts		: 190
731.30/729.66	c conflicts		: 1229043
731.30/729.66	c decisions		: 1770537
731.30/729.66	c propagations		: 40007843
731.30/729.66	c inspects		: 1789136350
731.30/729.66	c learnt literals	: 0
731.30/729.66	c learnt binary clauses	: 0
731.30/729.66	c learnt ternary clauses	: 0
731.30/729.66	c learnt clauses	: 1229043
731.30/729.66	c ignored clauses	: 0
731.30/729.66	c root simplifications	: 0
731.30/729.66	c removed literals (reason simplification)	: 35914722
731.30/729.66	c reason swapping (by a shorter reason)	: 0
731.30/729.66	c Calls to reduceDB	: 124
731.30/729.66	c number of reductions to clauses (during analyze)	: 0
731.30/729.66	c number of learned constraints concerned by reduction	: 0
731.30/729.66	c number of learning phase by resolution	: 0
731.30/729.66	c number of learning phase by cutting planes	: 0
731.30/729.66	c speed (assignments/second)	: 54858.31914152591
731.30/729.66	c non guided choices	38
731.30/729.68	c learnt constraints type 
731.30/729.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14053
731.30/729.68	c constraints type 
731.30/729.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 96
731.30/729.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
731.30/729.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 141
731.30/729.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 162
731.30/729.68	s SATISFIABLE
731.30/729.69	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 -x201 x202 x203 -x204 -x205 x206 x207 -x208 -x209 x210 x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 x229 -x230 -x231 x232 x233 -x234 -x235 x236 x237 -x238 -x239 x240 x241 -x242 -x243 x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 x259 -x260 -x261 x262 x263 -x264 -x265 x266 
731.30/729.69	c Total wall clock time (in seconds): 729.483

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659303-1276695628/watcher-2659303-1276695628 -o /tmp/evaluation-result-2659303-1276695628/solver-2659303-1276695628 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659303-1276695628.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.80 0.45 0.66 3/106 18312
/proc/meminfo: memFree=1854324/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=248 CPUtime=0
/proc/18312/stat : 18312 (java) R 18310 18312 18258 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 10853780 253952 28 1992294400 134512640 134550932 4294438928 18446744073709551615 3899988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18312/statm: 62 28 21 10 0 23 0

[startup+0.0547339 s]
/proc/loadavg: 0.80 0.45 0.66 3/106 18312
/proc/meminfo: memFree=1854324/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1521664 CPUtime=0.04
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 3562 0 1 0 2 2 0 0 18 0 7 0 10853780 1558183936 3004 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 380416 3004 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.10174 s]
/proc/loadavg: 0.80 0.45 0.66 3/106 18312
/proc/meminfo: memFree=1854324/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1524184 CPUtime=0.08
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 3963 0 1 0 5 3 0 0 18 0 12 0 10853780 1560764416 3403 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300102 s]
/proc/loadavg: 0.80 0.45 0.66 3/106 18312
/proc/meminfo: memFree=1854324/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1526240 CPUtime=0.37
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 5325 0 1 0 33 4 0 0 18 0 12 0 10853780 1562869760 4763 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 381560 4763 1362 10 0 378862 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526240

[startup+0.700094 s]
/proc/loadavg: 0.80 0.45 0.66 3/106 18312
/proc/meminfo: memFree=1854324/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1535096 CPUtime=1.13
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 8256 0 1 0 108 5 0 0 18 0 13 0 10853780 1571938304 7128 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383774 7128 1413 10 0 381076 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1535096

[startup+1.50108 s]
/proc/loadavg: 0.81 0.46 0.66 4/119 18325
/proc/meminfo: memFree=1827624/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1534648 CPUtime=2.61
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 12962 0 1 0 253 8 0 0 18 0 13 0 10853780 1571479552 11531 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383662 11532 1422 10 0 380964 0
[pid=18312/tid=18314] ppid=18310 vsize=1534648 CPUtime=1.47
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 8448 0 1 0 141 6 0 0 18 0 13 0 10853781 1571479552 11533 1992294400 134512640 134550932 4294438928 18446744073709551615 4109522027 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 10853783 1571479552 11533 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10853783 1571479552 11534 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10853785 1571479552 11535 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10853785 1571479552 11536 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10853785 1571479552 11536 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1571479552 11536 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1534648 CPUtime=0.52
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2241 0 0 0 52 0 0 0 25 0 13 0 10853789 1571479552 11537 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1534648 CPUtime=0.58
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1210 0 0 0 58 0 0 0 25 0 13 0 10853789 1571479552 11537 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1571479552 11538 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10853790 1571479552 11539 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1571479552 11540 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1534648

[startup+3.10105 s]
/proc/loadavg: 0.81 0.46 0.66 3/119 18325
/proc/meminfo: memFree=1783356/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1534648 CPUtime=4.37
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 21938 0 1 0 425 12 0 0 18 0 13 0 10853780 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383662 20500 1440 10 0 380964 0
[pid=18312/tid=18314] ppid=18310 vsize=1534648 CPUtime=3.05
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 16663 0 1 0 295 10 0 0 20 0 13 0 10853781 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4109465703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 192 0 0 0 0 0 0 0 18 0 13 0 10853783 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 183 0 0 0 0 0 0 0 17 0 13 0 10853783 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1534648 CPUtime=0.02
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 365 0 0 0 2 0 0 0 16 0 13 0 10853785 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1534648 CPUtime=0.56
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2243 0 0 0 56 0 0 0 19 0 13 0 10853789 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1534648 CPUtime=0.7
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1228 0 0 0 70 0 0 0 15 0 13 0 10853789 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10853790 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1534648 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1571479552 20500 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1534648

[startup+6.30198 s]
/proc/loadavg: 0.83 0.47 0.66 2/119 18325
/proc/meminfo: memFree=1758060/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=7.62
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 28581 0 1 0 748 14 0 0 18 0 13 0 10853780 1569939456 26807 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 26807 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=6.22
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 22316 0 1 0 610 12 0 0 25 0 13 0 10853781 1569939456 26807 1992294400 134512640 134550932 4294438928 18446744073709551615 4109518922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 512 0 0 0 0 0 0 0 18 0 13 0 10853783 1569939456 26807 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 491 0 0 0 0 0 0 0 15 0 13 0 10853783 1569939456 26807 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=0.04
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 722 0 0 0 4 0 0 0 15 0 13 0 10853785 1569939456 26808 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 26809 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 26809 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 26809 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.56
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2243 0 0 0 56 0 0 0 18 0 13 0 10853789 1569939456 26810 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.76
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1233 0 0 0 76 0 0 0 15 0 13 0 10853789 1569939456 26810 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 26810 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 26810 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 26810 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1533144

[startup+12.7009 s]
/proc/loadavg: 0.92 0.49 0.67 2/119 18325
/proc/meminfo: memFree=1733508/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=14.09
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 33103 0 1 0 1393 16 0 0 18 0 13 0 10853780 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 31319 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=12.51
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 25987 0 1 0 1238 13 0 0 25 0 13 0 10853781 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4109441181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.01
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 759 0 0 0 1 0 0 0 15 0 13 0 10853783 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.01
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 742 0 0 0 1 0 0 0 16 0 13 0 10853783 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=0.1
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 1050 0 0 0 10 0 0 0 15 0 13 0 10853785 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.63
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2260 0 0 0 63 0 0 0 15 0 13 0 10853789 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 15 0 13 0 10853789 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 31319 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1533144

[startup+25.5022 s]
/proc/loadavg: 0.94 0.52 0.67 2/119 18325
/proc/meminfo: memFree=1705856/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=26.91
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 40004 0 1 0 2671 20 0 0 18 0 13 0 10853780 1569939456 38215 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 38215 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=25.22
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 32054 0 1 0 2506 16 0 0 25 0 13 0 10853781 1569939456 38215 1992294400 134512640 134550932 4294438928 18446744073709551615 4109439903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.03
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 876 0 0 0 3 0 0 0 16 0 13 0 10853783 1569939456 38215 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.03
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 879 0 0 0 3 0 0 0 15 0 13 0 10853783 1569939456 38215 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=0.16

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

/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 724.8
Current children cumulated vsize (KiB) 1533144

[startup+726.301 s]
/proc/loadavg: 0.99 0.94 0.82 3/119 18345
/proc/meminfo: memFree=1682048/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=728
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 45735 0 1 0 72763 37 0 0 18 0 13 0 10853780 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 43736 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=720.73
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 33412 0 1 0 72049 24 0 0 25 0 13 0 10853781 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4109441010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.7
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 2584 0 0 0 67 3 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.7
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 2024 0 0 0 66 4 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=4.3
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 3104 0 0 0 428 2 0 0 15 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.73
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2264 0 0 0 73 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 728
Current children cumulated vsize (KiB) 1533144

[startup+727.901 s]
/proc/loadavg: 0.99 0.94 0.82 2/119 18345
/proc/meminfo: memFree=1682048/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=729.6
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 45736 0 1 0 72923 37 0 0 18 0 13 0 10853780 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 43736 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=722.28
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 33413 0 1 0 72204 24 0 0 25 0 13 0 10853781 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4109465532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.71
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 2584 0 0 0 68 3 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.7
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 2024 0 0 0 66 4 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=4.34
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 3104 0 0 0 432 2 0 0 16 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.73
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2264 0 0 0 73 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 729.6
Current children cumulated vsize (KiB) 1533144

[startup+728.702 s]
/proc/loadavg: 0.99 0.94 0.82 2/119 18345
/proc/meminfo: memFree=1682048/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=730.4
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 45736 0 1 0 73003 37 0 0 18 0 13 0 10853780 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 43736 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=723.08
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 33413 0 1 0 72284 24 0 0 25 0 13 0 10853781 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4109465706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.71
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 2584 0 0 0 68 3 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.7
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 2024 0 0 0 66 4 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=4.34
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 3104 0 0 0 432 2 0 0 16 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.73
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2264 0 0 0 73 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 730.4
Current children cumulated vsize (KiB) 1533144

[startup+729.502 s]
/proc/loadavg: 0.99 0.94 0.82 2/119 18345
/proc/meminfo: memFree=1682048/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533144 CPUtime=731.2
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 45736 0 1 0 73083 37 0 0 18 0 13 0 10853780 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383286 43736 1440 10 0 380588 0
[pid=18312/tid=18314] ppid=18310 vsize=1533144 CPUtime=723.88
/proc/18312/task/18314/stat : 18314 (java) R 18310 18312 18258 0 -1 4202560 33413 0 1 0 72364 24 0 0 25 0 13 0 10853781 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4109441010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533144 CPUtime=0.71
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 2584 0 0 0 68 3 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533144 CPUtime=0.7
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 2024 0 0 0 66 4 0 0 15 0 13 0 10853783 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533144 CPUtime=4.34
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 3104 0 0 0 432 2 0 0 15 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533144 CPUtime=0.73
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2264 0 0 0 73 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533144 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 15 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533144 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1569939456 43736 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 731.2
Current children cumulated vsize (KiB) 1533144

[startup+729.702 s]
/proc/loadavg: 0.99 0.94 0.82 2/119 18345
/proc/meminfo: memFree=1682048/2059040 swapFree=4140372/4192956
[pid=18312] ppid=18310 vsize=1533468 CPUtime=731.38
/proc/18312/stat : 18312 (java) S 18310 18312 18258 0 -1 4202496 45750 0 1 0 73101 37 0 0 18 0 13 0 10853780 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18312/statm: 383367 43750 1443 10 0 380669 0
[pid=18312/tid=18314] ppid=18310 vsize=1533468 CPUtime=724.04
/proc/18312/task/18314/stat : 18314 (java) S 18310 18312 18258 0 -1 4202560 33419 0 1 0 72380 24 0 0 18 0 13 0 10853781 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18315] ppid=18310 vsize=1533468 CPUtime=0.71
/proc/18312/task/18315/stat : 18315 (java) S 18310 18312 18258 0 -1 4202560 2584 0 0 0 68 3 0 0 15 0 13 0 10853783 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18316] ppid=18310 vsize=1533468 CPUtime=0.7
/proc/18312/task/18316/stat : 18316 (java) S 18310 18312 18258 0 -1 4202560 2024 0 0 0 66 4 0 0 15 0 13 0 10853783 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18317] ppid=18310 vsize=1533468 CPUtime=4.34
/proc/18312/task/18317/stat : 18317 (java) S 18310 18312 18258 0 -1 4202560 3104 0 0 0 432 2 0 0 15 0 13 0 10853785 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 0 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18318] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18318/stat : 18318 (java) S 18310 18312 18258 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10853785 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18319] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18319/stat : 18319 (java) S 18310 18312 18258 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10853785 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18320] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18320/stat : 18320 (java) S 18310 18312 18258 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10853789 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18321] ppid=18310 vsize=1533468 CPUtime=0.73
/proc/18312/task/18321/stat : 18321 (java) S 18310 18312 18258 0 -1 4202560 2266 0 0 0 73 0 0 0 15 0 13 0 10853789 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18322] ppid=18310 vsize=1533468 CPUtime=0.77
/proc/18312/task/18322/stat : 18322 (java) S 18310 18312 18258 0 -1 4202560 1241 0 0 0 77 0 0 0 16 0 13 0 10853789 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
[pid=18312/tid=18323] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18323/stat : 18323 (java) S 18310 18312 18258 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10853789 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18324] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18324/stat : 18324 (java) S 18310 18312 18258 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 13 0 10853790 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 0 0 0 0
[pid=18312/tid=18325] ppid=18310 vsize=1533468 CPUtime=0
/proc/18312/task/18325/stat : 18325 (java) S 18310 18312 18258 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10853817 1570271232 43750 1992294400 134512640 134550932 4294438928 18446744073709551615 4294960144 0 4 0 16800975 18446604437820193472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 731.38
Current children cumulated vsize (KiB) 1533468

Child status: 10
Real time (s): 729.722
CPU time (s): 731.411
CPU user time (s): 731.02
CPU system time (s): 0.39094
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 1535828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.02
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16357
involuntary context switches= 8275

runsolver used 1.54776 second user time and 3.79642 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 15:40:28
IDJOB=2659303
IDBENCH=1166
IDSOLVER=1164
FILE ID=node056/2659303-1276695628
PBS_JOBID= 11174047
Free space on /tmp= 98640 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12ls.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659303-1276695628/watcher-2659303-1276695628 -o /tmp/evaluation-result-2659303-1276695628/solver-2659303-1276695628 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659303-1276695628.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3e382297eed431747f729c90837f8bad
RANDOM SEED=1148626712

node056.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1854720 kB
Buffers:          7120 kB
Cached:         109644 kB
SwapCached:       5604 kB
Active:          41116 kB
Inactive:        88004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854720 kB
SwapTotal:     4192956 kB
SwapFree:      4140372 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       10988 kB
Mapped:          12884 kB
Slab:            52964 kB
PageTables:       3916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 98636 MiB
End job on node056 at 2010-06-16 15:52:38