Trace number 2661813

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 357.19 190.124

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
MD5SUM9b7cb599a49db47c0ffbf25416bcef37
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 benchmark10.6474
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 variables216
Total number of constraints19
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 constraints19
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)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661813-1276650326.opb
0.23/0.21	c reading problem ... 
0.72/0.54	c ... done. Wall clock time 0.331s.
0.72/0.54	c #vars     792
0.72/0.54	c #constraints  1180
0.72/0.54	c constraints type 
0.72/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.72/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.72/0.54	c constraints type 
0.72/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.72/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
5.86/3.12	c cleaning 2501 clauses out of 5002 with flag 5002/5002
8.42/4.45	c cleaning 4251 clauses out of 8501 with flag 11002/11002
11.33/6.00	c cleaning 5621 clauses out of 11250 with flag 18002/18002
14.87/7.78	c cleaning 6814 clauses out of 13628 with flag 26001/26001
18.55/9.60	c cleaning 7899 clauses out of 15813 with flag 35000/35000
22.06/11.45	c cleaning 8952 clauses out of 17914 with flag 45000/45000
26.36/13.67	c cleaning 9478 clauses out of 18963 with flag 55001/55001
28.87/14.96	c cleaning 9718 clauses out of 19486 with flag 65002/65002
32.55/16.84	c cleaning 9879 clauses out of 19766 with flag 75000/75000
36.44/18.83	c cleaning 9941 clauses out of 19887 with flag 85000/85000
40.34/20.81	c cleaning 9967 clauses out of 19947 with flag 95001/95001
44.42/22.97	c cleaning 9988 clauses out of 19978 with flag 105000/105000
47.09/24.37	c cleaning 9980 clauses out of 19990 with flag 115000/115000
50.78/26.26	c cleaning 9996 clauses out of 20010 with flag 125000/125000
56.05/28.93	c cleaning 10004 clauses out of 20015 with flag 135001/135001
61.11/31.56	c cleaning 10002 clauses out of 20011 with flag 145001/145001
64.55/33.33	c cleaning 9993 clauses out of 20009 with flag 155001/155001
68.81/35.57	c cleaning 10001 clauses out of 20016 with flag 165001/165001
74.68/38.55	c cleaning 9997 clauses out of 20015 with flag 175001/175001
79.92/41.28	c cleaning 9998 clauses out of 20018 with flag 185001/185001
85.53/44.19	c cleaning 10009 clauses out of 20020 with flag 195001/195001
89.20/46.02	c cleaning 9994 clauses out of 20011 with flag 205002/205002
92.86/47.94	c cleaning 10002 clauses out of 20015 with flag 215000/215000
96.72/49.92	c cleaning 9999 clauses out of 20014 with flag 225001/225001
99.56/51.41	c cleaning 9985 clauses out of 20014 with flag 235000/235000
102.81/53.13	c cleaning 9999 clauses out of 20030 with flag 245001/245001
104.09/53.82	c cleaning 0 clauses out of 5001 with flag 0/5001
107.72/55.75	c cleaning 10002 clauses out of 20030 with flag 255000/255000
112.53/58.23	c cleaning 10003 clauses out of 20028 with flag 265000/265000
117.54/60.83	c cleaning 10008 clauses out of 20025 with flag 275000/275000
121.78/63.09	c cleaning 9994 clauses out of 20017 with flag 285000/285000
125.61/65.07	c cleaning 10003 clauses out of 20024 with flag 295001/295001
130.20/67.41	c cleaning 10002 clauses out of 20020 with flag 305000/305000
133.26/69.04	c cleaning 9994 clauses out of 20017 with flag 315000/315000
136.69/70.82	c cleaning 10003 clauses out of 20023 with flag 325000/325000
138.34/71.72	c And the winner is Resolution
138.47/72.40	c SATISFIABLE
138.47/72.40	c OPTIMIZING...
138.47/72.40	c Got one! Elapsed wall clock time (in seconds):72.189
138.47/72.40	o 53
139.66/73.03	c cleaning 9991 clauses out of 20021 with flag 335001/335001
143.07/74.82	c cleaning 9997 clauses out of 20029 with flag 345000/345000
146.49/76.70	c cleaning 9995 clauses out of 20032 with flag 355000/355000
149.52/78.25	c cleaning 10005 clauses out of 20038 with flag 365001/365001
153.56/80.37	c cleaning 10005 clauses out of 20033 with flag 375001/375001
157.75/82.51	c cleaning 10006 clauses out of 20027 with flag 385000/385000
161.76/84.62	c cleaning 10002 clauses out of 20022 with flag 395001/395001
165.98/86.82	c cleaning 10007 clauses out of 20020 with flag 405001/405001
170.59/89.26	c cleaning 10001 clauses out of 20014 with flag 415002/415002
173.78/90.98	c cleaning 9990 clauses out of 20011 with flag 425000/425000
177.80/93.01	c cleaning 10005 clauses out of 20021 with flag 435000/435000
181.42/94.96	c cleaning 9997 clauses out of 20016 with flag 445001/445001
184.24/96.48	c cleaning 10001 clauses out of 20019 with flag 455001/455001
188.42/98.62	c cleaning 9987 clauses out of 20018 with flag 465001/465001
192.82/100.95	c cleaning 10009 clauses out of 20031 with flag 475001/475001
196.04/102.62	c cleaning 10000 clauses out of 20022 with flag 485001/485001
198.67/104.01	c cleaning 9994 clauses out of 20022 with flag 495001/495001
201.25/105.48	c cleaning 10009 clauses out of 20028 with flag 505001/505001
205.87/107.81	c cleaning 9999 clauses out of 20019 with flag 515001/515001
210.26/110.19	c cleaning 10003 clauses out of 20019 with flag 525000/525000
214.28/112.21	c cleaning 10004 clauses out of 20015 with flag 535000/535000
218.82/114.60	c cleaning 10001 clauses out of 20012 with flag 545001/545001
223.01/116.84	c cleaning 10003 clauses out of 20011 with flag 555001/555001
224.45/117.62	c And the winner is Resolution
224.63/118.02	c Got one! Elapsed wall clock time (in seconds):117.811
224.63/118.03	o 5
225.99/118.78	c cleaning 9984 clauses out of 20008 with flag 565001/565001
229.78/120.71	c cleaning 9991 clauses out of 20024 with flag 575001/575001
233.14/122.51	c cleaning 9996 clauses out of 20032 with flag 585000/585000
236.14/124.11	c cleaning 10001 clauses out of 20036 with flag 595000/595000
239.13/125.75	c cleaning 10011 clauses out of 20036 with flag 605001/605001
243.51/128.05	c cleaning 10006 clauses out of 20025 with flag 615001/615001
247.43/130.15	c cleaning 10004 clauses out of 20018 with flag 625000/625000
251.40/132.21	c cleaning 9999 clauses out of 20014 with flag 635001/635001
253.19/133.25	c And the winner is Resolution
253.37/133.42	c Got one! Elapsed wall clock time (in seconds):133.215
253.37/133.42	o 3
254.72/134.14	c cleaning 9988 clauses out of 20014 with flag 645000/645000
257.88/135.82	c cleaning 10008 clauses out of 20026 with flag 655001/655001
262.17/138.11	c cleaning 10002 clauses out of 20018 with flag 665001/665001
266.31/140.35	c cleaning 0 clauses out of 11000 with flag 0/11000
266.73/140.66	c cleaning 10003 clauses out of 20016 with flag 675001/675001
270.82/142.88	c cleaning 9999 clauses out of 20013 with flag 685001/685001
275.28/145.25	c cleaning 10001 clauses out of 20014 with flag 695001/695001
279.41/147.44	c cleaning 10004 clauses out of 20013 with flag 705001/705001
283.35/149.57	c cleaning 10001 clauses out of 20008 with flag 715000/715000
287.86/151.98	c cleaning 9999 clauses out of 20008 with flag 725001/725001
291.74/154.08	c cleaning 9997 clauses out of 20010 with flag 735002/735002
295.07/155.83	c cleaning 10004 clauses out of 20012 with flag 745001/745001
298.81/157.80	c cleaning 9998 clauses out of 20008 with flag 755001/755001
302.95/160.00	c cleaning 9998 clauses out of 20009 with flag 765000/765000
306.22/161.85	c cleaning 9997 clauses out of 20013 with flag 775003/775003
310.17/163.98	c cleaning 9999 clauses out of 20013 with flag 785000/785000
314.10/166.05	c cleaning 10001 clauses out of 20015 with flag 795001/795001
317.83/168.02	c cleaning 10003 clauses out of 20014 with flag 805001/805001
321.70/170.18	c cleaning 10000 clauses out of 20011 with flag 815001/815001
326.02/172.49	c cleaning 10001 clauses out of 20012 with flag 825002/825002
330.34/174.73	c cleaning 10002 clauses out of 20010 with flag 835001/835001
334.27/176.83	c cleaning 10001 clauses out of 20007 with flag 845000/845000
338.53/179.18	c cleaning 9999 clauses out of 20008 with flag 855002/855002
343.24/181.65	c cleaning 10001 clauses out of 20009 with flag 865002/865002
347.78/184.01	c cleaning 10000 clauses out of 20007 with flag 875001/875001
352.29/186.50	c cleaning 9999 clauses out of 20005 with flag 885000/885000
355.16/188.10	c And the winner is Resolution
357.07/190.08	c starts		: 173
357.07/190.08	c conflicts		: 892497
357.07/190.08	c decisions		: 926749
357.07/190.08	c propagations		: 17982039
357.07/190.08	c inspects		: 481872618
357.07/190.08	c learnt literals	: 20
357.07/190.08	c learnt binary clauses	: 83
357.07/190.08	c learnt ternary clauses	: 267
357.07/190.08	c learnt clauses	: 892476
357.07/190.08	c ignored clauses	: 0
357.07/190.08	c root simplifications	: 0
357.07/190.08	c removed literals (reason simplification)	: 28042999
357.07/190.08	c reason swapping (by a shorter reason)	: 0
357.07/190.08	c Calls to reduceDB	: 90
357.07/190.08	c number of reductions to clauses (during analyze)	: 0
357.07/190.08	c number of learned constraints concerned by reduction	: 0
357.07/190.08	c number of learning phase by resolution	: 0
357.07/190.08	c number of learning phase by cutting planes	: 0
357.07/190.08	c speed (assignments/second)	: 317384.242017756
357.07/190.08	c non guided choices	6983
357.07/190.08	c learnt constraints type 
357.07/190.08	c constraints type 
357.07/190.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
357.07/190.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
357.07/190.08	c constraints type 
357.07/190.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
357.07/190.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
357.07/190.08	s OPTIMUM FOUND
357.07/190.08	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 
357.07/190.08	c objective function=3
357.07/190.08	c Total wall clock time (in seconds): 189.876

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-2661813-1276650326/watcher-2661813-1276650326 -o /tmp/evaluation-result-2661813-1276650326/solver-2661813-1276650326 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661813-1276650326.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: 1.01 1.00 1.00 3/105 12631
/proc/meminfo: memFree=1778252/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=300 CPUtime=0
/proc/12631/stat : 12631 (java) R 12629 12631 11843 0 -1 4194304 288 0 0 0 0 0 0 0 25 0 1 0 6326471 307200 35 1992294400 134512640 134550932 4289259472 18446744073709551615 4993566 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12631/statm: 98 40 32 10 0 25 0

[startup+0.0985449 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 12631
/proc/meminfo: memFree=1778252/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1524180 CPUtime=0.08
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 3976 0 1 0 6 2 0 0 25 0 12 0 6326471 1560760320 3416 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 381045 3416 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.10054 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 12631
/proc/meminfo: memFree=1778252/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1524180 CPUtime=0.08
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 3998 0 1 0 6 2 0 0 25 0 12 0 6326471 1560760320 3438 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 381045 3438 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300567 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 12631
/proc/meminfo: memFree=1778252/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1526260 CPUtime=0.36
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 5401 0 1 0 33 3 0 0 25 0 12 0 6326471 1562890240 4839 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 381565 4840 1356 10 0 378868 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526260

[startup+0.790613 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 12631
/proc/meminfo: memFree=1778252/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1531204 CPUtime=1.27
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 7437 0 1 0 123 4 0 0 25 0 16 0 6326471 1567952896 6605 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 382801 6605 1420 10 0 380104 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1531204

[startup+1.50169 s]
/proc/loadavg: 1.01 1.00 1.00 6/121 12647
/proc/meminfo: memFree=1755184/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1534864 CPUtime=2.68
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 11025 0 1 0 262 6 0 0 25 0 16 0 6326471 1571700736 9395 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 383716 9395 1425 10 0 381019 0
[pid=12631/tid=12633] ppid=12629 vsize=1534864 CPUtime=0.43
/proc/12631/task/12633/stat : 12633 (java) S 12629 12631 11843 0 -1 4202560 4246 0 1 0 41 2 0 0 25 0 16 0 6326473 1571700736 9396 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 6326474 1571700736 9396 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6326474 1571700736 9397 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6326476 1571700736 9397 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 6326476 1571700736 9398 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326476 1571700736 9400 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1571700736 9400 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1534864 CPUtime=0.2
/proc/12631/task/12640/stat : 12640 (java) R 12629 12631 11843 0 -1 4202560 678 0 0 0 20 0 0 0 24 0 16 0 6326480 1571700736 9400 1992294400 134512640 134550932 4289259472 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1534864 CPUtime=1.07
/proc/12631/task/12641/stat : 12641 (java) R 12629 12631 11843 0 -1 4202560 2611 0 0 0 106 1 0 0 16 0 16 0 6326480 1571700736 9402 1992294400 134512640 134550932 4289259472 18446744073709551615 102243270 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1571700736 9402 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326480 1571700736 9403 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12644] ppid=12629 vsize=1534864 CPUtime=0.9
/proc/12631/task/12644/stat : 12644 (java) R 12629 12631 11843 0 -1 4202560 2269 0 0 0 90 0 0 0 18 0 16 0 6326526 1571700736 9403 1992294400 134512640 134550932 4289259472 18446744073709551615 106408220 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12631/tid=12645] ppid=12629 vsize=1534864 CPUtime=0.03
/proc/12631/task/12645/stat : 12645 (java) R 12629 12631 11843 0 -1 4202560 153 0 0 0 3 0 0 0 25 0 16 0 6326526 1571700736 9404 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6326527 1571700736 9404 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1534864 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326527 1571700736 9405 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1534864

[startup+3.10185 s]
/proc/loadavg: 1.01 1.00 1.00 6/121 12647
/proc/meminfo: memFree=1725672/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543900 CPUtime=5.86
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 26768 0 1 0 574 12 0 0 25 0 16 0 6326471 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385975 20668 1430 10 0 383278 0
[pid=12631/tid=12633] ppid=12629 vsize=1543900 CPUtime=0.43
/proc/12631/task/12633/stat : 12633 (java) S 12629 12631 11843 0 -1 4202560 4246 0 1 0 41 2 0 0 18 0 16 0 6326473 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 6326474 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6326474 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6326476 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 6326476 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326476 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543900 CPUtime=0.64
/proc/12631/task/12640/stat : 12640 (java) R 12629 12631 11843 0 -1 4202560 2668 0 0 0 64 0 0 0 25 0 16 0 6326480 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 102551770 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543900 CPUtime=2.43
/proc/12631/task/12641/stat : 12641 (java) R 12629 12631 11843 0 -1 4202560 7749 0 0 0 239 4 0 0 16 0 16 0 6326480 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 103977509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326480 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12644] ppid=12629 vsize=1543900 CPUtime=1.91
/proc/12631/task/12644/stat : 12644 (java) R 12629 12631 11843 0 -1 4202560 6502 0 0 0 189 2 0 0 18 0 16 0 6326526 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 104108726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12645] ppid=12629 vsize=1543900 CPUtime=0.4
/proc/12631/task/12645/stat : 12645 (java) R 12629 12631 11843 0 -1 4202560 4529 0 0 0 39 1 0 0 25 0 16 0 6326526 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4109391050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6326527 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543900 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326527 1580953600 20668 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1543900

[startup+6.30217 s]
/proc/loadavg: 1.17 1.03 1.01 3/121 12647
/proc/meminfo: memFree=1622256/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543508 CPUtime=12.09
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 48512 0 1 0 1186 23 0 0 25 0 16 0 6326471 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385877 40701 1448 10 0 383180 0
[pid=12631/tid=12633] ppid=12629 vsize=1543508 CPUtime=0.43
/proc/12631/task/12633/stat : 12633 (java) S 12629 12631 11843 0 -1 4202560 4246 0 1 0 41 2 0 0 18 0 16 0 6326473 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543508 CPUtime=0.05
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 782 0 0 0 5 0 0 0 15 0 16 0 6326474 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543508 CPUtime=0.05
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 751 0 0 0 5 0 0 0 16 0 16 0 6326474 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543508 CPUtime=0.1
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 1853 0 0 0 10 0 0 0 15 0 16 0 6326476 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6326476 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6326476 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543508 CPUtime=0.92
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 3235 0 0 0 92 0 0 0 16 0 16 0 6326480 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543508 CPUtime=3.13
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 309 4 0 0 15 0 16 0 6326480 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326480 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12644] ppid=12629 vsize=1543508 CPUtime=4.72
/proc/12631/task/12644/stat : 12644 (java) R 12629 12631 11843 0 -1 4202560 8377 0 0 0 469 3 0 0 22 0 16 0 6326526 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4109748588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12645] ppid=12629 vsize=1543508 CPUtime=2.6
/proc/12631/task/12645/stat : 12645 (java) R 12629 12631 11843 0 -1 4202560 19487 0 0 0 251 9 0 0 25 0 16 0 6326526 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4109731334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6326527 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326527 1580552192 40701 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1543508

[startup+12.7018 s]
/proc/loadavg: 1.24 1.05 1.02 3/121 12647
/proc/meminfo: memFree=1578236/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543508 CPUtime=24.57
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 59103 0 1 0 2430 27 0 0 25 0 16 0 6326471 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385877 51084 1448 10 0 383180 0
[pid=12631/tid=12633] ppid=12629 vsize=1543508 CPUtime=0.43
/proc/12631/task/12633/stat : 12633 (java) S 12629 12631 11843 0 -1 4202560 4246 0 1 0 41 2 0 0 18 0 16 0 6326473 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543508 CPUtime=0.16
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 3255 0 0 0 15 1 0 0 16 0 16 0 6326474 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543508 CPUtime=0.16
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 2930 0 0 0 15 1 0 0 16 0 16 0 6326474 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543508 CPUtime=0.3
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 2793 0 0 0 29 1 0 0 15 0 16 0 6326476 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6326476 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6326476 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543508 CPUtime=0.98
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 3235 0 0 0 98 0 0 0 16 0 16 0 6326480 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543508 CPUtime=3.13
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 309 4 0 0 15 0 16 0 6326480 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543508 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6326480 1580552192 51084 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0

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

/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 6703 0 0 0 193 2 0 0 15 0 16 0 6326480 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543636 CPUtime=3.16
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 312 4 0 0 15 0 16 0 6326480 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 6326480 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6326527 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326527 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12656] ppid=12629 vsize=1543636 CPUtime=39.03
/proc/12631/task/12656/stat : 12656 (java) R 12629 12631 11843 0 -1 4202560 28 0 0 0 3903 0 0 0 18 0 16 0 6339814 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4109559471 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12657] ppid=12629 vsize=1543636 CPUtime=39.14
/proc/12631/task/12657/stat : 12657 (java) R 12629 12631 11843 0 -1 4202560 21 0 0 0 3914 0 0 0 18 0 16 0 6339814 1580683264 65719 1992294400 134512640 134550932 4289259472 18446744073709551615 4109786067 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 338.53
Current children cumulated vsize (KiB) 1543636

[startup+185.502 s]
/proc/loadavg: 1.86 1.47 1.19 3/121 12657
/proc/meminfo: memFree=1517104/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543636 CPUtime=350.51
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 78895 0 1 0 34997 54 0 0 25 0 16 0 6326471 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385909 66200 1449 10 0 383212 0
[pid=12631/tid=12633] ppid=12629 vsize=1543636 CPUtime=0.43
/proc/12631/task/12633/stat : 12633 (java) S 12629 12631 11843 0 -1 4202560 4257 0 1 0 41 2 0 0 15 0 16 0 6326473 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543636 CPUtime=2.94
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 9835 0 0 0 283 11 0 0 15 0 16 0 6326474 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543636 CPUtime=2.94
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 10143 0 0 0 283 11 0 0 16 0 16 0 6326474 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543636 CPUtime=14.82
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 5077 0 0 0 1480 2 0 0 15 0 16 0 6326476 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6326476 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6326476 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543636 CPUtime=1.95
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 6703 0 0 0 193 2 0 0 15 0 16 0 6326480 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543636 CPUtime=3.16
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 312 4 0 0 15 0 16 0 6326480 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6326480 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 6326480 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6326527 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6326527 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12656] ppid=12629 vsize=1543636 CPUtime=44.57
/proc/12631/task/12656/stat : 12656 (java) R 12629 12631 11843 0 -1 4202560 31 0 0 0 4457 0 0 0 17 0 16 0 6339814 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4109752055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12657] ppid=12629 vsize=1543636 CPUtime=44.59
/proc/12631/task/12657/stat : 12657 (java) R 12629 12631 11843 0 -1 4202560 26 0 0 0 4459 0 0 0 17 0 16 0 6339814 1580683264 66200 1992294400 134512640 134550932 4289259472 18446744073709551615 4110128573 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 350.51
Current children cumulated vsize (KiB) 1543636

[startup+188.701 s]
/proc/loadavg: 1.86 1.47 1.19 4/121 12659
/proc/meminfo: memFree=1516112/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543636 CPUtime=355.77
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 79116 0 1 0 35523 54 0 0 25 0 14 0 6326471 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385909 66414 1449 10 0 383212 0
[pid=12631/tid=12633] ppid=12629 vsize=1543636 CPUtime=0.65
/proc/12631/task/12633/stat : 12633 (java) R 12629 12631 11843 0 -1 4202560 4257 0 1 0 63 2 0 0 16 0 14 0 6326473 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4109559526 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 9924 0 0 0 287 11 0 0 15 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 10272 0 0 0 287 11 0 0 16 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543636 CPUtime=15.14
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 5077 0 0 0 1512 2 0 0 15 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543636 CPUtime=1.95
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 6703 0 0 0 193 2 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543636 CPUtime=3.18
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 314 4 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 355.77
Current children cumulated vsize (KiB) 1543636

[startup+189.501 s]
/proc/loadavg: 1.86 1.47 1.19 3/119 12659
/proc/meminfo: memFree=1516128/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543636 CPUtime=356.57
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 79117 0 1 0 35603 54 0 0 25 0 14 0 6326471 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385909 66414 1449 10 0 383212 0
[pid=12631/tid=12633] ppid=12629 vsize=1543636 CPUtime=1.45
/proc/12631/task/12633/stat : 12633 (java) R 12629 12631 11843 0 -1 4202560 4258 0 1 0 143 2 0 0 17 0 14 0 6326473 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4109559526 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 9924 0 0 0 287 11 0 0 15 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 10272 0 0 0 287 11 0 0 16 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543636 CPUtime=15.14
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 5077 0 0 0 1512 2 0 0 16 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543636 CPUtime=1.95
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 6703 0 0 0 193 2 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543636 CPUtime=3.18
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 314 4 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 356.57
Current children cumulated vsize (KiB) 1543636

[startup+189.901 s]
/proc/loadavg: 1.86 1.47 1.19 3/119 12659
/proc/meminfo: memFree=1516128/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=1543636 CPUtime=356.97
/proc/12631/stat : 12631 (java) S 12629 12631 11843 0 -1 4202496 79117 0 1 0 35643 54 0 0 25 0 14 0 6326471 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 385909 66414 1449 10 0 383212 0
[pid=12631/tid=12633] ppid=12629 vsize=1543636 CPUtime=1.84
/proc/12631/task/12633/stat : 12633 (java) R 12629 12631 11843 0 -1 4202560 4258 0 1 0 182 2 0 0 17 0 14 0 6326473 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4109973562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12631/tid=12634] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12634/stat : 12634 (java) S 12629 12631 11843 0 -1 4202560 9924 0 0 0 287 11 0 0 15 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12635] ppid=12629 vsize=1543636 CPUtime=2.98
/proc/12631/task/12635/stat : 12635 (java) S 12629 12631 11843 0 -1 4202560 10272 0 0 0 287 11 0 0 16 0 14 0 6326474 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12636] ppid=12629 vsize=1543636 CPUtime=15.14
/proc/12631/task/12636/stat : 12636 (java) S 12629 12631 11843 0 -1 4202560 5077 0 0 0 1512 2 0 0 16 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 0 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12637] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12637/stat : 12637 (java) S 12629 12631 11843 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12638] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12638/stat : 12638 (java) S 12629 12631 11843 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6326476 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12639] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12639/stat : 12639 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12640] ppid=12629 vsize=1543636 CPUtime=1.95
/proc/12631/task/12640/stat : 12640 (java) S 12629 12631 11843 0 -1 4202560 6703 0 0 0 193 2 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12641] ppid=12629 vsize=1543636 CPUtime=3.18
/proc/12631/task/12641/stat : 12641 (java) S 12629 12631 11843 0 -1 4202560 8709 0 0 0 314 4 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12642] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12642/stat : 12642 (java) S 12629 12631 11843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
[pid=12631/tid=12643] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12643/stat : 12643 (java) S 12629 12631 11843 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6326480 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12646] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12646/stat : 12646 (java) S 12629 12631 11843 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 1 0 0 0
[pid=12631/tid=12647] ppid=12629 vsize=1543636 CPUtime=0
/proc/12631/task/12647/stat : 12647 (java) S 12629 12631 11843 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6326527 1580683264 66414 1992294400 134512640 134550932 4289259472 18446744073709551615 4294960144 0 4 0 16800975 18446604437785229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 356.97
Current children cumulated vsize (KiB) 1543636

[startup+190.101 s]
/proc/loadavg: 1.86 1.47 1.19 3/119 12659
/proc/meminfo: memFree=1516128/2059040 swapFree=4164948/4192956
[pid=12631] ppid=12629 vsize=0 CPUtime=357.16
/proc/12631/stat : 12631 (java) R 12629 12631 11843 0 -1 4203524 79123 0 1 0 35661 55 0 0 18 0 1 0 6326471 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12631/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 357.16
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 190.124
CPU time (s): 357.19
CPU user time (s): 356.616
CPU system time (s): 0.573912
CPU usage (%): 187.872
Max. virtual memory (cumulated for all children) (KiB): 1550480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.616
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79123
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= 7169
involuntary context switches= 10329

runsolver used 0.729889 second user time and 2.27365 second system time

The end

Launcher Data

Begin job on node084 at 2010-06-16 03:05:26
IDJOB=2661813
IDBENCH=48068
IDSOLVER=1166
FILE ID=node084/2661813-1276650326
PBS_JOBID= 11172411
Free space on /tmp= 62512 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=103-P1=223-P2=29-P3=89-P4=173-P5=97-P6=227-P7=89-P8=127-P9=223-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661813-1276650326/watcher-2661813-1276650326 -o /tmp/evaluation-result-2661813-1276650326/solver-2661813-1276650326 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661813-1276650326.opb

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

MD5SUM BENCH= 9b7cb599a49db47c0ffbf25416bcef37
RANDOM SEED=2127097034

node084.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.229
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.45
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.229
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1778648 kB
Buffers:         69388 kB
Cached:         113276 kB
SwapCached:       1440 kB
Active:          90384 kB
Inactive:       125452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1778648 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       31700 kB
Mapped:          15112 kB
Slab:            42804 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179748 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= 62512 MiB
End job on node084 at 2010-06-16 03:08:37