Trace number 2661765

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
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 421.618 225.439

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
MD5SUMa6d214cc283b484f5cca285d86c4d8bb
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2.23766
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
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 constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


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

Solver Data

0.08/0.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.v20100531
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661765-1276649201.opb
0.23/0.22	c reading problem ... 
0.54/0.48	c ... done. Wall clock time 0.258s.
0.54/0.48	c #vars     704
0.54/0.48	c #constraints  1049
0.54/0.48	c constraints type 
0.54/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.54/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.54/0.48	c constraints type 
0.54/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.54/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
7.48/3.97	c cleaning 2494 clauses out of 5002 with flag 5002/5002
11.40/5.92	c cleaning 4251 clauses out of 8506 with flag 11000/11000
14.52/7.54	c cleaning 5623 clauses out of 11256 with flag 18001/18001
17.85/9.29	c cleaning 6812 clauses out of 13632 with flag 26000/26000
21.92/11.30	c cleaning 7905 clauses out of 15820 with flag 35000/35000
26.23/13.59	c cleaning 8955 clauses out of 17916 with flag 45001/45001
31.12/16.10	c cleaning 9476 clauses out of 18960 with flag 55000/55000
34.43/17.70	c cleaning 9740 clauses out of 19485 with flag 65001/65001
39.49/20.39	c cleaning 9871 clauses out of 19744 with flag 75000/75000
46.14/23.78	c cleaning 9934 clauses out of 19874 with flag 85001/85001
51.01/26.25	c cleaning 9964 clauses out of 19941 with flag 95002/95002
54.70/28.19	c cleaning 9986 clauses out of 19975 with flag 105000/105000
59.76/30.79	c cleaning 9990 clauses out of 19988 with flag 115000/115000
63.21/32.55	c cleaning 9998 clauses out of 19998 with flag 125000/125000
66.48/34.26	c cleaning 10000 clauses out of 20001 with flag 135001/135001
71.33/36.71	c cleaning 9995 clauses out of 20001 with flag 145001/145001
75.57/38.99	c cleaning 9979 clauses out of 20005 with flag 155000/155000
78.65/40.60	c cleaning 9992 clauses out of 20026 with flag 165000/165000
81.52/42.10	c cleaning 10011 clauses out of 20035 with flag 175001/175001
85.20/43.97	c cleaning 10001 clauses out of 20024 with flag 185002/185002
88.23/45.51	c cleaning 9999 clauses out of 20023 with flag 195002/195002
92.27/47.61	c cleaning 10007 clauses out of 20023 with flag 205001/205001
95.35/49.24	c cleaning 9994 clauses out of 20016 with flag 215001/215001
99.81/51.55	c cleaning 10001 clauses out of 20024 with flag 225003/225003
104.45/53.95	c cleaning 10006 clauses out of 20020 with flag 235000/235000
109.68/56.64	c cleaning 10004 clauses out of 20014 with flag 245000/245000
112.35/58.08	c cleaning 9987 clauses out of 20010 with flag 255000/255000
116.00/59.93	c cleaning 10009 clauses out of 20023 with flag 265000/265000
119.83/62.00	c cleaning 10002 clauses out of 20013 with flag 275000/275000
123.30/63.73	c cleaning 9998 clauses out of 20011 with flag 285000/285000
127.14/65.70	c cleaning 10001 clauses out of 20014 with flag 295001/295001
131.20/67.87	c cleaning 9997 clauses out of 20013 with flag 305001/305001
134.22/69.41	c cleaning 0 clauses out of 5000 with flag 0/5000
135.10/69.96	c cleaning 9986 clauses out of 20016 with flag 315001/315001
138.34/71.67	c cleaning 10008 clauses out of 20029 with flag 325000/325000
142.77/73.99	c cleaning 10005 clauses out of 20021 with flag 335000/335000
147.38/76.32	c cleaning 10002 clauses out of 20017 with flag 345001/345001
150.64/78.07	c cleaning 9989 clauses out of 20014 with flag 355000/355000
151.10/78.35	c And the winner is Resolution
151.29/79.21	c SATISFIABLE
151.29/79.21	c OPTIMIZING...
151.29/79.21	c Got one! Elapsed wall clock time (in seconds):78.987
151.29/79.21	o 19
153.85/80.55	c cleaning 9993 clauses out of 20025 with flag 365000/365000
157.52/82.47	c cleaning 9996 clauses out of 20032 with flag 375000/375000
161.13/84.31	c cleaning 9998 clauses out of 20037 with flag 385001/385001
164.77/86.27	c cleaning 9996 clauses out of 20039 with flag 395001/395001
168.41/88.19	c cleaning 10020 clauses out of 20043 with flag 405001/405001
173.04/90.58	c cleaning 10005 clauses out of 20025 with flag 415003/415003
177.83/93.00	c cleaning 10005 clauses out of 20016 with flag 425000/425000
182.46/95.46	c cleaning 10002 clauses out of 20011 with flag 435000/435000
186.88/97.76	c cleaning 10000 clauses out of 20011 with flag 445002/445002
190.32/99.58	c cleaning 9993 clauses out of 20009 with flag 455000/455000
193.33/101.15	c cleaning 10000 clauses out of 20017 with flag 465001/465001
196.94/103.06	c cleaning 9999 clauses out of 20016 with flag 475000/475000
201.36/105.31	c cleaning 10001 clauses out of 20018 with flag 485001/485001
206.18/107.87	c cleaning 10004 clauses out of 20017 with flag 495001/495001
209.74/109.78	c cleaning 10000 clauses out of 20012 with flag 505000/505000
213.16/111.58	c cleaning 10000 clauses out of 20013 with flag 515001/515001
216.97/113.52	c cleaning 9999 clauses out of 20013 with flag 525001/525001
219.99/115.17	c cleaning 10000 clauses out of 20015 with flag 535002/535002
222.98/116.78	c cleaning 9997 clauses out of 20013 with flag 545000/545000
226.59/118.64	c cleaning 10003 clauses out of 20016 with flag 555000/555000
231.01/120.95	c cleaning 10006 clauses out of 20014 with flag 565001/565001
234.42/122.74	c cleaning 9997 clauses out of 20008 with flag 575002/575002
237.60/124.45	c cleaning 9997 clauses out of 20010 with flag 585001/585001
240.82/126.15	c cleaning 9997 clauses out of 20012 with flag 595000/595000
243.45/127.60	c cleaning 9999 clauses out of 20016 with flag 605001/605001
245.28/128.60	c And the winner is Resolution
245.58/128.77	c Got one! Elapsed wall clock time (in seconds):128.553
245.58/128.77	o 9
247.02/129.59	c cleaning 9995 clauses out of 20016 with flag 615000/615000
250.98/131.66	c cleaning 9994 clauses out of 20021 with flag 625000/625000
254.57/133.55	c cleaning 10000 clauses out of 20027 with flag 635000/635000
257.79/135.27	c cleaning 9999 clauses out of 20028 with flag 645001/645001
260.78/136.81	c cleaning 9997 clauses out of 20028 with flag 655000/655000
263.94/138.52	c cleaning 10001 clauses out of 20032 with flag 665001/665001
266.93/140.13	c cleaning 9998 clauses out of 20030 with flag 675000/675000
268.34/140.97	c And the winner is Resolution
268.65/142.05	c Got one! Elapsed wall clock time (in seconds):141.834
268.65/142.05	o 3
270.74/143.14	c cleaning 10011 clauses out of 20032 with flag 685000/685000
274.33/145.02	c cleaning 10005 clauses out of 20021 with flag 695000/695000
278.87/147.42	c cleaning 9998 clauses out of 20016 with flag 705000/705000
282.65/149.42	c cleaning 10001 clauses out of 20018 with flag 715000/715000
287.04/151.75	c cleaning 10002 clauses out of 20018 with flag 725001/725001
291.60/154.14	c cleaning 10005 clauses out of 20016 with flag 735001/735001
295.32/156.11	c cleaning 9995 clauses out of 20012 with flag 745002/745002
298.88/158.00	c cleaning 9997 clauses out of 20016 with flag 755001/755001
302.87/160.18	c cleaning 10003 clauses out of 20019 with flag 765001/765001
307.03/162.38	c cleaning 10007 clauses out of 20017 with flag 775003/775003
310.95/164.48	c cleaning 10000 clauses out of 20008 with flag 785001/785001
314.32/166.24	c cleaning 10000 clauses out of 20007 with flag 795000/795000
318.12/168.22	c cleaning 9997 clauses out of 20007 with flag 805000/805000
322.08/170.31	c cleaning 9998 clauses out of 20011 with flag 815001/815001
325.01/171.94	c cleaning 9994 clauses out of 20013 with flag 825001/825001
328.77/173.93	c cleaning 10004 clauses out of 20019 with flag 835001/835001
332.14/175.72	c cleaning 10000 clauses out of 20014 with flag 845000/845000
335.90/177.71	c cleaning 10001 clauses out of 20014 with flag 855000/855000
339.80/179.88	c cleaning 10001 clauses out of 20013 with flag 865000/865000
343.96/182.09	c cleaning 9995 clauses out of 20012 with flag 875000/875000
348.12/184.24	c cleaning 10004 clauses out of 20017 with flag 885000/885000
352.28/186.46	c cleaning 10004 clauses out of 20014 with flag 895001/895001
356.37/188.61	c cleaning 10003 clauses out of 20010 with flag 905001/905001
360.12/190.68	c cleaning 9997 clauses out of 20005 with flag 915000/915000
364.06/192.76	c cleaning 9998 clauses out of 20008 with flag 925000/925000
368.02/194.80	c cleaning 9997 clauses out of 20011 with flag 935001/935001
370.32/196.12	c cleaning 0 clauses out of 11001 with flag 0/11001
372.08/197.19	c cleaning 9999 clauses out of 20013 with flag 945000/945000
376.41/199.47	c cleaning 10003 clauses out of 20015 with flag 955001/955001
380.55/201.61	c cleaning 10002 clauses out of 20011 with flag 965000/965000
384.83/203.98	c cleaning 9999 clauses out of 20009 with flag 975000/975000
389.16/206.24	c cleaning 9997 clauses out of 20010 with flag 985000/985000
393.29/208.48	c cleaning 10002 clauses out of 20013 with flag 995000/995000
397.42/210.61	c cleaning 10000 clauses out of 20011 with flag 1005000/1005000
402.70/213.41	c cleaning 10002 clauses out of 20012 with flag 1015001/1015001
407.61/216.07	c cleaning 10001 clauses out of 20009 with flag 1025000/1025000
412.55/218.63	c cleaning 10002 clauses out of 20009 with flag 1035001/1035001
417.67/221.32	c cleaning 10000 clauses out of 20006 with flag 1045001/1045001
419.36/222.38	c And the winner is Resolution
421.49/225.38	c starts		: 187
421.49/225.38	c conflicts		: 1049250
421.49/225.38	c decisions		: 1082626
421.49/225.38	c propagations		: 20290237
421.49/225.38	c inspects		: 560043415
421.49/225.38	c learnt literals	: 18
421.49/225.38	c learnt binary clauses	: 85
421.49/225.38	c learnt ternary clauses	: 280
421.49/225.38	c learnt clauses	: 1049231
421.49/225.38	c ignored clauses	: 0
421.49/225.38	c root simplifications	: 0
421.49/225.38	c removed literals (reason simplification)	: 34315482
421.49/225.38	c reason swapping (by a shorter reason)	: 0
421.49/225.38	c Calls to reduceDB	: 106
421.49/225.38	c number of reductions to clauses (during analyze)	: 0
421.49/225.38	c number of learned constraints concerned by reduction	: 0
421.49/225.38	c number of learning phase by resolution	: 0
421.49/225.38	c number of learning phase by cutting planes	: 0
421.49/225.39	c speed (assignments/second)	: 243489.6617105279
421.49/225.39	c non guided choices	6209
421.49/225.39	c learnt constraints type 
421.49/225.39	c constraints type 
421.49/225.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
421.49/225.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
421.49/225.39	c constraints type 
421.49/225.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
421.49/225.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
421.49/225.39	s OPTIMUM FOUND
421.49/225.39	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 
421.49/225.39	c objective function=3
421.49/225.39	c Total wall clock time (in seconds): 225.168

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661765-1276649201/watcher-2661765-1276649201 -o /tmp/evaluation-result-2661765-1276649201/solver-2661765-1276649201 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661765-1276649201.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.85 0.97 0.99 3/106 10163
/proc/meminfo: memFree=1823932/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1832 CPUtime=0
/proc/10163/stat : 10163 (java6) R 10161 10163 10132 0 -1 4194304 213 0 0 0 0 0 0 0 22 0 1 0 40524175 1875968 117 1992294400 134512640 134550932 4286618352 18446744073709551615 4649735 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10163/statm: 458 128 92 10 0 63 0

[startup+0.027906 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10163
/proc/meminfo: memFree=1823932/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1517068 CPUtime=0.01
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 2208 0 1 0 0 1 0 0 15 0 2 0 40524175 1553477632 1653 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 379267 1667 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100906 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10163
/proc/meminfo: memFree=1823932/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1524180 CPUtime=0.08
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 3951 0 1 0 5 3 0 0 15 0 12 0 40524175 1560760320 3391 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300907 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10163
/proc/meminfo: memFree=1823932/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1526416 CPUtime=0.36
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 5385 0 1 0 32 4 0 0 15 0 12 0 40524175 1563049984 4823 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 381604 4823 1353 10 0 378907 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526416

[startup+0.700907 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10163
/proc/meminfo: memFree=1823932/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1530812 CPUtime=1.14
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 7153 0 1 0 109 5 0 0 15 0 16 0 40524175 1567551488 6384 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 382703 6384 1410 10 0 380006 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530812

[startup+1.50191 s]
/proc/loadavg: 0.85 0.97 0.99 7/122 10179
/proc/meminfo: memFree=1799252/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1533248 CPUtime=2.73
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 10015 0 1 0 266 7 0 0 15 0 16 0 40524175 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 383312 8912 1424 10 0 380615 0
[pid=10163/tid=10165] ppid=10161 vsize=1533248 CPUtime=0.45
/proc/10163/task/10165/stat : 10165 (java) S 10161 10163 10132 0 -1 4202560 4196 0 1 0 42 3 0 0 18 0 16 0 40524176 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 40524178 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40524178 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40524180 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 40524180 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40524180 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 40524184 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1533248 CPUtime=0.06
/proc/10163/task/10172/stat : 10172 (java) R 10161 10163 10132 0 -1 4202560 78 0 0 0 6 0 0 0 22 0 16 0 40524184 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 102255008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1533248 CPUtime=1.18
/proc/10163/task/10173/stat : 10173 (java) R 10161 10163 10132 0 -1 4202560 2509 0 0 0 117 1 0 0 17 0 16 0 40524184 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 105576128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40524184 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40524185 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10176] ppid=10161 vsize=1533248 CPUtime=0.54
/proc/10163/task/10176/stat : 10176 (java) R 10161 10163 10132 0 -1 4202560 693 0 0 0 54 0 0 0 25 0 16 0 40524223 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4108804868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10177] ppid=10161 vsize=1533248 CPUtime=0.44
/proc/10163/task/10177/stat : 10177 (java) R 10161 10163 10132 0 -1 4202560 1467 0 0 0 44 0 0 0 25 0 16 0 40524223 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4108802898 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524224 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1533248 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524225 1570045952 8912 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1533248

[startup+3.10291 s]
/proc/loadavg: 0.85 0.97 0.99 5/122 10179
/proc/meminfo: memFree=1770360/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1550892 CPUtime=5.9
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 29224 0 1 0 574 16 0 0 15 0 16 0 40524175 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 387723 23786 1425 10 0 385026 0
[pid=10163/tid=10165] ppid=10161 vsize=1550892 CPUtime=0.45
/proc/10163/task/10165/stat : 10165 (java) S 10161 10163 10132 0 -1 4202560 4196 0 1 0 42 3 0 0 18 0 16 0 40524176 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 40524178 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40524178 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 40524180 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 40524180 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40524180 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 40524184 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1550892 CPUtime=0.22
/proc/10163/task/10172/stat : 10172 (java) R 10161 10163 10132 0 -1 4202560 115 0 0 0 22 0 0 0 21 0 16 0 40524184 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 104065715 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1550892 CPUtime=2.62
/proc/10163/task/10173/stat : 10173 (java) R 10161 10163 10132 0 -1 4202560 11211 0 0 0 257 5 0 0 18 0 16 0 40524184 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 105390441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40524184 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40524185 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10176] ppid=10161 vsize=1550892 CPUtime=1.36
/proc/10163/task/10176/stat : 10176 (java) R 10161 10163 10132 0 -1 4202560 4794 0 0 0 134 2 0 0 25 0 16 0 40524223 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4109241379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10177] ppid=10161 vsize=1550892 CPUtime=1.19
/proc/10163/task/10177/stat : 10177 (java) R 10161 10163 10132 0 -1 4202560 7835 0 0 0 116 3 0 0 25 0 16 0 40524223 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4108778115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524224 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1550892 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524225 1588113408 23786 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1550892

[startup+6.30191 s]
/proc/loadavg: 1.10 1.02 1.01 3/122 10179
/proc/meminfo: memFree=1670292/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1546132 CPUtime=12.15
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 49993 0 1 0 1191 24 0 0 15 0 16 0 40524175 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 386533 40877 1448 10 0 383836 0
[pid=10163/tid=10165] ppid=10161 vsize=1546132 CPUtime=0.45
/proc/10163/task/10165/stat : 10165 (java) S 10161 10163 10132 0 -1 4202560 4196 0 1 0 42 3 0 0 18 0 16 0 40524176 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1546132 CPUtime=0.03
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 739 0 0 0 3 0 0 0 15 0 16 0 40524178 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1546132 CPUtime=0.02
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 739 0 0 0 2 0 0 0 16 0 16 0 40524178 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1546132 CPUtime=0.07
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 1339 0 0 0 7 0 0 0 16 0 16 0 40524180 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 40524180 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40524180 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 40524184 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1546132 CPUtime=1.03
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 1372 0 0 0 103 0 0 0 15 0 16 0 40524184 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1546132 CPUtime=3.91
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 386 5 0 0 15 0 16 0 40524184 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40524184 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40524185 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10176] ppid=10161 vsize=1546132 CPUtime=3.25
/proc/10163/task/10176/stat : 10176 (java) R 10161 10163 10132 0 -1 4202560 8060 0 0 0 322 3 0 0 25 0 16 0 40524223 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4109226367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10177] ppid=10161 vsize=1546132 CPUtime=3.3
/proc/10163/task/10177/stat : 10177 (java) R 10161 10163 10132 0 -1 4202560 19863 0 0 0 322 8 0 0 17 0 16 0 40524223 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4109240109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524224 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1546132 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524225 1583239168 40877 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1546132

[startup+12.702 s]
/proc/loadavg: 1.17 1.03 1.01 3/122 10179
/proc/meminfo: memFree=1616476/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1555348 CPUtime=24.65
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 62865 0 1 0 2423 42 0 0 15 0 16 0 40524175 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 388837 52896 1448 10 0 386140 0
[pid=10163/tid=10165] ppid=10161 vsize=1555348 CPUtime=0.45
/proc/10163/task/10165/stat : 10165 (java) S 10161 10163 10132 0 -1 4202560 4196 0 1 0 42 3 0 0 18 0 16 0 40524176 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1555348 CPUtime=0.11
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 1976 0 0 0 11 0 0 0 15 0 16 0 40524178 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1555348 CPUtime=0.11
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 2082 0 0 0 10 1 0 0 16 0 16 0 40524178 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1555348 CPUtime=0.46
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 2366 0 0 0 34 12 0 0 15 0 16 0 40524180 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1555348 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 40524180 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1555348 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40524180 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1555348 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 40524184 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1555348 CPUtime=1.89
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 4467 0 0 0 187 2 0 0 15 0 16 0 40524184 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1555348 CPUtime=3.94
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 389 5 0 0 15 0 16 0 40524184 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1555348 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40524184 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1555348 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40524185 1592676352 52896 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0

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

/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 7400 0 0 0 312 3 0 0 15 0 16 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1552276 CPUtime=3.94
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 389 5 0 0 15 0 16 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 16 0 40524185 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524224 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40524225 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10188] ppid=10161 vsize=1552276 CPUtime=69.51
/proc/10163/task/10188/stat : 10188 (java) R 10161 10163 10132 0 -1 4202560 42 0 0 0 6951 0 0 0 16 0 16 0 40538381 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4109226528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10189] ppid=10161 vsize=1552276 CPUtime=69.94
/proc/10163/task/10189/stat : 10189 (java) R 10161 10163 10132 0 -1 4202560 39 0 0 0 6993 1 0 0 25 0 16 0 40538381 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4109356610 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 419.36
Current children cumulated vsize (KiB) 1552276

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

[startup+223.902 s]
/proc/loadavg: 2.12 1.57 1.22 1/120 10191
/proc/meminfo: memFree=1556848/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1552276 CPUtime=420.09
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 82963 0 1 0 41923 86 0 0 15 0 14 0 40524175 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 388069 67629 1449 10 0 385372 0
[pid=10163/tid=10165] ppid=10161 vsize=1552276 CPUtime=0.72
/proc/10163/task/10165/stat : 10165 (java) R 10161 10163 10132 0 -1 4202560 4217 0 1 0 69 3 0 0 16 0 14 0 40524176 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4108936924 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1552276 CPUtime=3.39
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 9077 0 0 0 329 10 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1552276 CPUtime=3.37
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 9465 0 0 0 324 13 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1552276 CPUtime=17.63
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 4764 0 0 0 1737 26 0 0 15 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1552276 CPUtime=3.15
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 7400 0 0 0 312 3 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1552276 CPUtime=3.97
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 392 5 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 40524185 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524224 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524225 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 420.09
Current children cumulated vsize (KiB) 1552276

[startup+224.702 s]
/proc/loadavg: 1.95 1.54 1.21 2/120 10191
/proc/meminfo: memFree=1556848/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1552276 CPUtime=420.89
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 82963 0 1 0 42003 86 0 0 15 0 14 0 40524175 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 388069 67629 1449 10 0 385372 0
[pid=10163/tid=10165] ppid=10161 vsize=1552276 CPUtime=1.52
/proc/10163/task/10165/stat : 10165 (java) R 10161 10163 10132 0 -1 4202560 4217 0 1 0 149 3 0 0 17 0 14 0 40524176 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4108936897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1552276 CPUtime=3.39
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 9077 0 0 0 329 10 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1552276 CPUtime=3.37
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 9465 0 0 0 324 13 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1552276 CPUtime=17.63
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 4764 0 0 0 1737 26 0 0 16 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1552276 CPUtime=3.15
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 7400 0 0 0 312 3 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1552276 CPUtime=3.97
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 392 5 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 40524185 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524224 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524225 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 420.89
Current children cumulated vsize (KiB) 1552276

[startup+225.102 s]
/proc/loadavg: 1.95 1.54 1.21 2/120 10191
/proc/meminfo: memFree=1556848/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1552276 CPUtime=421.29
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 82963 0 1 0 42043 86 0 0 15 0 14 0 40524175 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 388069 67629 1449 10 0 385372 0
[pid=10163/tid=10165] ppid=10161 vsize=1552276 CPUtime=1.92
/proc/10163/task/10165/stat : 10165 (java) R 10161 10163 10132 0 -1 4202560 4217 0 1 0 189 3 0 0 17 0 14 0 40524176 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4109493594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1552276 CPUtime=3.39
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 9077 0 0 0 329 10 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1552276 CPUtime=3.37
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 9465 0 0 0 324 13 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1552276 CPUtime=17.63
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 4764 0 0 0 1737 26 0 0 16 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1552276 CPUtime=3.15
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 7400 0 0 0 312 3 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1552276 CPUtime=3.97
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 392 5 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 40524185 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524224 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524225 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 421.29
Current children cumulated vsize (KiB) 1552276

[startup+225.302 s]
/proc/loadavg: 1.95 1.54 1.21 2/120 10191
/proc/meminfo: memFree=1556848/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=1552276 CPUtime=421.49
/proc/10163/stat : 10163 (java) S 10161 10163 10132 0 -1 4202496 82963 0 1 0 42063 86 0 0 15 0 14 0 40524175 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10163/statm: 388069 67629 1449 10 0 385372 0
[pid=10163/tid=10165] ppid=10161 vsize=1552276 CPUtime=2.12
/proc/10163/task/10165/stat : 10165 (java) R 10161 10163 10132 0 -1 4202560 4217 0 1 0 209 3 0 0 17 0 14 0 40524176 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4108936867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10163/tid=10166] ppid=10161 vsize=1552276 CPUtime=3.39
/proc/10163/task/10166/stat : 10166 (java) S 10161 10163 10132 0 -1 4202560 9077 0 0 0 329 10 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10167] ppid=10161 vsize=1552276 CPUtime=3.37
/proc/10163/task/10167/stat : 10167 (java) S 10161 10163 10132 0 -1 4202560 9465 0 0 0 324 13 0 0 16 0 14 0 40524178 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10168] ppid=10161 vsize=1552276 CPUtime=17.63
/proc/10163/task/10168/stat : 10168 (java) S 10161 10163 10132 0 -1 4202560 4764 0 0 0 1737 26 0 0 16 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 0 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10169] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10169/stat : 10169 (java) S 10161 10163 10132 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10170] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10170/stat : 10170 (java) S 10161 10163 10132 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40524180 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) S 10161 10163 10132 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10172] ppid=10161 vsize=1552276 CPUtime=3.15
/proc/10163/task/10172/stat : 10172 (java) S 10161 10163 10132 0 -1 4202560 7400 0 0 0 312 3 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10173] ppid=10161 vsize=1552276 CPUtime=3.97
/proc/10163/task/10173/stat : 10173 (java) S 10161 10163 10132 0 -1 4202560 12614 0 0 0 392 5 0 0 15 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10174] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10174/stat : 10174 (java) S 10161 10163 10132 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40524184 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10175] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10175/stat : 10175 (java) S 10161 10163 10132 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 40524185 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 0 0 0 0
[pid=10163/tid=10178] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10178/stat : 10178 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524224 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
[pid=10163/tid=10179] ppid=10161 vsize=1552276 CPUtime=0
/proc/10163/task/10179/stat : 10179 (java) S 10161 10163 10132 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40524225 1589530624 67629 1992294400 134512640 134550932 4291805088 18446744073709551615 4294960144 0 4 0 16800975 18446604437839874816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 421.49
Current children cumulated vsize (KiB) 1552276

[startup+225.402 s]
/proc/loadavg: 1.95 1.54 1.21 1/120 10192
/proc/meminfo: memFree=1556848/2059040 swapFree=4136500/4192956
[pid=10163] ppid=10161 vsize=0 CPUtime=421.58
/proc/10163/stat : 10163 (java) Z 10161 10163 10132 0 -1 4203548 82968 0 1 0 42072 86 0 0 15 0 2 0 40524175 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10163/statm: 0 0 0 0 0 0 0
[pid=10163/tid=10171] ppid=10161 vsize=0 CPUtime=0
/proc/10163/task/10171/stat : 10171 (java) R 10161 10163 10132 0 -1 4203588 2 0 0 0 0 0 0 0 18 0 2 0 40524184 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 421.58
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 225.439
CPU time (s): 421.618
CPU user time (s): 420.721
CPU system time (s): 0.896863
CPU usage (%): 187.021
Max. virtual memory (cumulated for all children) (KiB): 1558032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.721
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82968
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= 8329
involuntary context switches= 12487

runsolver used 0.921859 second user time and 2.80057 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 02:46:41
IDJOB=2661765
IDBENCH=48020
IDSOLVER=1166
FILE ID=node001/2661765-1276649201
PBS_JOBID= 11172454
Free space on /tmp= 62516 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661765-1276649201/watcher-2661765-1276649201 -o /tmp/evaluation-result-2661765-1276649201/solver-2661765-1276649201 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661765-1276649201.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=1928899193

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1824328 kB
Buffers:         31772 kB
Cached:         112684 kB
SwapCached:       9628 kB
Active:         101256 kB
Inactive:        56092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824328 kB
SwapTotal:     4192956 kB
SwapFree:      4136500 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:       11408 kB
Mapped:           9456 kB
Slab:            55532 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182340 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= 62516 MiB
End job on node001 at 2010-06-16 02:50:27