Trace number 2661785

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 293.492 157.513

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
MD5SUM83b6f70c71dbcf261c00790940be437e
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 benchmark6.31304
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 variables168
Total number of constraints15
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 constraints15
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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661785-1276649523.opb
0.24/0.21	c reading problem ... 
0.57/0.43	c ... done. Wall clock time 0.222s.
0.57/0.43	c #vars     616
0.57/0.43	c #constraints  918
0.57/0.43	c constraints type 
0.57/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.57/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.57/0.43	c constraints type 
0.57/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.57/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
6.51/3.43	c cleaning 2500 clauses out of 5001 with flag 5001/5001
8.69/4.59	c cleaning 4245 clauses out of 8501 with flag 11001/11001
11.20/5.87	c cleaning 5628 clauses out of 11255 with flag 18000/18000
14.73/7.60	c cleaning 6808 clauses out of 13627 with flag 26000/26000
18.02/9.38	c cleaning 7907 clauses out of 15821 with flag 35002/35002
22.72/11.70	c cleaning 8950 clauses out of 17912 with flag 45000/45000
27.81/14.37	c cleaning 9476 clauses out of 18965 with flag 55004/55004
32.29/16.66	c cleaning 9740 clauses out of 19486 with flag 65001/65001
37.53/19.33	c cleaning 9872 clauses out of 19746 with flag 75001/75001
42.60/21.90	c cleaning 9936 clauses out of 19874 with flag 85001/85001
47.85/24.62	c cleaning 9967 clauses out of 19937 with flag 95000/95000
51.54/26.54	c cleaning 9981 clauses out of 19970 with flag 105000/105000
56.53/29.19	c cleaning 9994 clauses out of 19988 with flag 115000/115000
60.39/31.18	c cleaning 9994 clauses out of 19994 with flag 125001/125001
65.25/33.69	c cleaning 9994 clauses out of 20000 with flag 135001/135001
69.49/35.86	c cleaning 9995 clauses out of 20006 with flag 145001/145001
74.30/38.38	c cleaning 10000 clauses out of 20010 with flag 155000/155000
79.17/40.87	c cleaning 10003 clauses out of 20010 with flag 165000/165000
79.44/41.08	c cleaning 0 clauses out of 5000 with flag 0/5000
85.07/43.91	c cleaning 10004 clauses out of 20008 with flag 175001/175001
89.87/46.44	c cleaning 9998 clauses out of 20002 with flag 185000/185000
93.72/48.41	c cleaning 9985 clauses out of 20003 with flag 195000/195000
97.55/50.44	c cleaning 9994 clauses out of 20020 with flag 205002/205002
101.19/52.32	c cleaning 10001 clauses out of 20025 with flag 215001/215001
104.41/54.03	c cleaning 10000 clauses out of 20024 with flag 225001/225001
108.24/56.06	c cleaning 10011 clauses out of 20023 with flag 235000/235000
113.07/58.57	c cleaning 10004 clauses out of 20013 with flag 245001/245001
117.90/61.06	c cleaning 9990 clauses out of 20008 with flag 255000/255000
118.17/61.28	c And the winner is Resolution
118.35/61.87	c SATISFIABLE
118.35/61.87	c OPTIMIZING...
118.35/61.87	c Got one! Elapsed wall clock time (in seconds):61.661
118.35/61.87	o 131
121.99/63.80	c cleaning 9990 clauses out of 20018 with flag 265000/265000
126.81/66.23	c cleaning 10011 clauses out of 20028 with flag 275000/275000
131.23/68.56	c cleaning 10005 clauses out of 20019 with flag 285002/285002
136.25/71.11	c cleaning 9998 clauses out of 20013 with flag 295001/295001
140.44/73.35	c cleaning 10006 clauses out of 20014 with flag 305000/305000
145.47/75.96	c cleaning 10000 clauses out of 20009 with flag 315001/315001
149.29/77.96	c cleaning 10000 clauses out of 20008 with flag 325001/325001
152.71/79.70	c cleaning 10001 clauses out of 20008 with flag 335001/335001
156.49/81.79	c cleaning 10002 clauses out of 20007 with flag 345001/345001
160.70/83.93	c cleaning 9999 clauses out of 20005 with flag 355001/355001
164.33/85.86	c cleaning 9997 clauses out of 20006 with flag 365001/365001
165.55/86.55	c And the winner is Resolution
165.81/87.13	c Got one! Elapsed wall clock time (in seconds):86.925
165.81/87.13	o 95
167.33/87.93	c cleaning 9991 clauses out of 20010 with flag 375002/375002
170.71/89.75	c cleaning 9996 clauses out of 20019 with flag 385002/385002
174.11/91.58	c cleaning 9993 clauses out of 20021 with flag 395000/395000
177.52/93.33	c cleaning 10003 clauses out of 20028 with flag 405000/405000
178.34/93.89	c And the winner is Resolution
178.59/94.16	c Got one! Elapsed wall clock time (in seconds):93.953
178.59/94.16	o 33
180.84/95.32	c cleaning 9997 clauses out of 20025 with flag 415000/415000
184.19/97.19	c cleaning 9996 clauses out of 20028 with flag 425000/425000
187.79/99.05	c cleaning 9998 clauses out of 20032 with flag 435000/435000
191.57/101.04	c cleaning 9998 clauses out of 20035 with flag 445001/445001
194.56/102.63	c And the winner is Resolution
194.84/103.25	c Got one! Elapsed wall clock time (in seconds):103.042
194.84/103.25	o 3
195.14/103.46	c cleaning 10006 clauses out of 20037 with flag 455001/455001
198.86/105.45	c cleaning 10012 clauses out of 20030 with flag 465000/465000
202.61/107.47	c cleaning 10004 clauses out of 20018 with flag 475000/475000
206.97/109.79	c cleaning 10004 clauses out of 20013 with flag 485000/485000
211.12/111.93	c cleaning 10001 clauses out of 20009 with flag 495000/495000
215.21/114.14	c cleaning 9998 clauses out of 20008 with flag 505000/505000
219.35/116.39	c cleaning 10002 clauses out of 20013 with flag 515003/515003
223.29/118.49	c cleaning 9999 clauses out of 20008 with flag 525000/525000
227.63/120.75	c cleaning 10001 clauses out of 20010 with flag 535001/535001
231.53/122.81	c cleaning 10002 clauses out of 20009 with flag 545001/545001
234.86/124.63	c cleaning 10001 clauses out of 20007 with flag 555001/555001
238.62/126.63	c cleaning 9997 clauses out of 20005 with flag 565000/565000
242.76/128.83	c cleaning 9998 clauses out of 20008 with flag 575000/575000
247.02/131.12	c cleaning 10006 clauses out of 20011 with flag 585001/585001
247.60/131.55	c cleaning 0 clauses out of 11001 with flag 0/11001
251.13/133.49	c cleaning 9994 clauses out of 20003 with flag 595000/595000
256.05/136.01	c cleaning 9998 clauses out of 20010 with flag 605001/605001
260.12/138.30	c cleaning 10004 clauses out of 20012 with flag 615001/615001
264.46/140.52	c cleaning 9999 clauses out of 20007 with flag 625000/625000
268.20/142.57	c cleaning 10002 clauses out of 20008 with flag 635000/635000
272.54/144.84	c cleaning 9999 clauses out of 20007 with flag 645001/645001
277.43/147.48	c cleaning 10002 clauses out of 20009 with flag 655002/655002
282.35/150.08	c cleaning 10002 clauses out of 20005 with flag 665000/665000
286.89/152.42	c cleaning 10002 clauses out of 20003 with flag 675000/675000
291.23/154.79	c cleaning 9997 clauses out of 19999 with flag 685000/685000
291.76/155.18	c And the winner is Resolution
293.38/157.47	c starts		: 169
293.38/157.47	c conflicts		: 685636
293.38/157.47	c decisions		: 706273
293.38/157.47	c propagations		: 13576607
293.38/157.47	c inspects		: 423030766
293.38/157.47	c learnt literals	: 18
293.38/157.47	c learnt binary clauses	: 98
293.38/157.47	c learnt ternary clauses	: 347
293.38/157.47	c learnt clauses	: 685617
293.38/157.47	c ignored clauses	: 0
293.38/157.47	c root simplifications	: 0
293.38/157.47	c removed literals (reason simplification)	: 23387118
293.38/157.47	c reason swapping (by a shorter reason)	: 0
293.38/157.47	c Calls to reduceDB	: 70
293.38/157.47	c number of reductions to clauses (during analyze)	: 0
293.38/157.47	c number of learned constraints concerned by reduction	: 0
293.38/157.47	c number of learning phase by resolution	: 0
293.38/157.47	c number of learning phase by cutting planes	: 0
293.38/157.47	c speed (assignments/second)	: 250398.50608631503
293.38/157.47	c non guided choices	4636
293.38/157.47	c learnt constraints type 
293.38/157.47	c constraints type 
293.38/157.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
293.38/157.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
293.38/157.47	c constraints type 
293.38/157.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
293.38/157.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
293.38/157.47	s OPTIMUM FOUND
293.38/157.47	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 
293.38/157.47	c objective function=3
293.38/157.47	c Total wall clock time (in seconds): 157.265

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-2661785-1276649523/watcher-2661785-1276649523 -o /tmp/evaluation-result-2661785-1276649523/solver-2661785-1276649523 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661785-1276649523.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.42 1.12 1.07 3/106 9981
/proc/meminfo: memFree=1857648/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=248 CPUtime=0
/proc/9981/stat : 9981 (java) R 9979 9981 8164 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 40553903 253952 28 1992294400 134512640 134550932 4293123792 18446744073709551615 7619038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9981/statm: 62 28 21 10 0 23 0

[startup+0.103559 s]
/proc/loadavg: 1.42 1.12 1.07 3/106 9981
/proc/meminfo: memFree=1857648/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1524180 CPUtime=0.09
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 4003 0 1 0 6 3 0 0 18 0 12 0 40553903 1560760320 3443 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 381045 3443 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.203966 s]
/proc/loadavg: 1.42 1.12 1.07 3/106 9981
/proc/meminfo: memFree=1857648/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1526104 CPUtime=0.24
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 5109 0 1 0 21 3 0 0 18 0 12 0 40553903 1562730496 4547 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 381526 4547 1346 10 0 378829 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526104

[startup+0.300964 s]
/proc/loadavg: 1.42 1.12 1.07 3/106 9981
/proc/meminfo: memFree=1857648/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1526104 CPUtime=0.38
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 5381 0 1 0 34 4 0 0 18 0 12 0 40553903 1562730496 4819 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 381526 4819 1357 10 0 378829 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526104

[startup+0.700957 s]
/proc/loadavg: 1.42 1.12 1.07 3/106 9981
/proc/meminfo: memFree=1857648/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1532272 CPUtime=1.16
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 7395 0 1 0 112 4 0 0 18 0 16 0 40553903 1569046528 6759 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 383068 6759 1400 10 0 380371 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1532272

[startup+1.50194 s]
/proc/loadavg: 1.42 1.12 1.07 5/122 9997
/proc/meminfo: memFree=1831852/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1532720 CPUtime=2.76
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 11368 0 1 0 270 6 0 0 18 0 16 0 40553903 1569505280 10549 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 383180 10549 1424 10 0 380483 0
[pid=9981/tid=9983] ppid=9979 vsize=1532720 CPUtime=0.41
/proc/9981/task/9983/stat : 9983 (java) S 9979 9981 8164 0 -1 4202560 4133 0 1 0 38 3 0 0 18 0 16 0 40553904 1569505280 10550 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40553905 1569505280 10550 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 40553906 1569505280 10550 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40553907 1569505280 10550 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 40553908 1569505280 10550 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 40553908 1569505280 10551 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1569505280 10551 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1532720 CPUtime=0.61
/proc/9981/task/9990/stat : 9990 (java) R 9979 9981 8164 0 -1 4202560 597 0 0 0 61 0 0 0 25 0 16 0 40553912 1569505280 10551 1992294400 134512640 134550932 4293123792 18446744073709551615 103443346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1532720 CPUtime=0.64
/proc/9981/task/9991/stat : 9991 (java) R 9979 9981 8164 0 -1 4202560 1627 0 0 0 64 0 0 0 25 0 16 0 40553912 1569505280 10551 1992294400 134512640 134550932 4293123792 18446744073709551615 104147986 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40553912 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9994] ppid=9979 vsize=1532720 CPUtime=0.55
/proc/9981/task/9994/stat : 9994 (java) R 9979 9981 8164 0 -1 4202560 946 0 0 0 55 0 0 0 22 0 16 0 40553947 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4109320946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=9995] ppid=9979 vsize=1532720 CPUtime=0.5
/proc/9981/task/9995/stat : 9995 (java) R 9979 9981 8164 0 -1 4202560 2995 0 0 0 49 1 0 0 21 0 16 0 40553947 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4108907807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40553948 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1532720 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40553949 1569505280 10552 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1532720

[startup+3.10191 s]
/proc/loadavg: 1.42 1.12 1.07 5/122 9997
/proc/meminfo: memFree=1781136/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1547708 CPUtime=5.91
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 30544 0 1 0 576 15 0 0 18 0 16 0 40553903 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386927 24525 1426 10 0 384230 0
[pid=9981/tid=9983] ppid=9979 vsize=1547708 CPUtime=0.41
/proc/9981/task/9983/stat : 9983 (java) S 9979 9981 8164 0 -1 4202560 4133 0 1 0 38 3 0 0 18 0 16 0 40553904 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40553905 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 40553906 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9986/stat : 9986 (java) R 9979 9981 8164 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 40553907 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 40553908 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 40553908 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1547708 CPUtime=1.46
/proc/9981/task/9990/stat : 9990 (java) R 9979 9981 8164 0 -1 4202560 4862 0 0 0 145 1 0 0 17 0 16 0 40553912 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 102535106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1547708 CPUtime=1.51
/proc/9981/task/9991/stat : 9991 (java) R 9979 9981 8164 0 -1 4202560 6454 0 0 0 149 2 0 0 18 0 16 0 40553912 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 104140372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40553912 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9994] ppid=9979 vsize=1547708 CPUtime=1.61
/proc/9981/task/9994/stat : 9994 (java) R 9979 9981 8164 0 -1 4202560 6465 0 0 0 158 3 0 0 18 0 16 0 40553947 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4108926586 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9995] ppid=9979 vsize=1547708 CPUtime=0.86
/proc/9981/task/9995/stat : 9995 (java) R 9979 9981 8164 0 -1 4202560 7556 0 0 0 83 3 0 0 18 0 16 0 40553947 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4109320946 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40553948 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1547708 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40553949 1584852992 24525 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1547708

[startup+6.30186 s]
/proc/loadavg: 1.63 1.17 1.09 3/122 9997
/proc/meminfo: memFree=1700164/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=12.15
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 49669 0 1 0 1189 26 0 0 18 0 16 0 40553903 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 42288 1448 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=0.41
/proc/9981/task/9983/stat : 9983 (java) S 9979 9981 8164 0 -1 4202560 4133 0 1 0 38 3 0 0 15 0 16 0 40553904 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=0.05
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 1336 0 0 0 5 0 0 0 15 0 16 0 40553905 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=0.04
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 743 0 0 0 4 0 0 0 16 0 16 0 40553906 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=0.19
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 2050 0 0 0 15 4 0 0 15 0 16 0 40553907 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40553908 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40553908 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.24
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5829 0 0 0 222 2 0 0 15 0 16 0 40553912 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=1.89
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6520 0 0 0 187 2 0 0 15 0 16 0 40553912 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40553912 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9994] ppid=9979 vsize=1546796 CPUtime=4.05
/proc/9981/task/9994/stat : 9994 (java) R 9979 9981 8164 0 -1 4202560 8135 0 0 0 402 3 0 0 18 0 16 0 40553947 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4109344538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=9995] ppid=9979 vsize=1546796 CPUtime=3.19
/proc/9981/task/9995/stat : 9995 (java) R 9979 9981 8164 0 -1 4202560 19853 0 0 0 312 7 0 0 18 0 16 0 40553947 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4109198068 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40553948 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40553949 1583919104 42288 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1546796

[startup+12.7017 s]
/proc/loadavg: 1.66 1.18 1.10 3/122 9997
/proc/meminfo: memFree=1658624/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=24.63
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 58410 0 1 0 2432 31 0 0 18 0 16 0 40553903 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 50865 1448 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=0.41
/proc/9981/task/9983/stat : 9983 (java) S 9979 9981 8164 0 -1 4202560 4133 0 1 0 38 3 0 0 15 0 16 0 40553904 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=0.17
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 3104 0 0 0 15 2 0 0 16 0 16 0 40553905 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=0.15
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 2596 0 0 0 14 1 0 0 16 0 16 0 40553906 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=0.39
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 2832 0 0 0 34 5 0 0 15 0 16 0 40553907 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 40553908 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40553908 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.35
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 233 2 0 0 16 0 16 0 40553912 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=1.89
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6520 0 0 0 187 2 0 0 15 0 16 0 40553912 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40553912 1583919104 50865 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0

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

/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.49
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 247 2 0 0 15 0 16 0 40553912 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=3.08
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6579 0 0 0 306 2 0 0 15 0 16 0 40553912 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40553912 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 40553912 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40553948 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40553949 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=10006] ppid=9979 vsize=1546796 CPUtime=43.75
/proc/9981/task/10006/stat : 10006 (java) R 9979 9981 8164 0 -1 4202560 35 0 0 0 4374 1 0 0 18 0 16 0 40564228 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4109356735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9981/tid=10007] ppid=9979 vsize=1546796 CPUtime=43.31
/proc/9981/task/10007/stat : 10007 (java) R 9979 9981 8164 0 -1 4202560 19 0 0 0 4331 0 0 0 17 0 16 0 40564228 1583919104 64920 1992294400 134512640 134550932 4293123792 18446744073709551615 4109270653 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 289.06
Current children cumulated vsize (KiB) 1546796

[startup+155.209 s]
/proc/loadavg: 2.62 1.68 1.29 4/122 10009
/proc/meminfo: memFree=1600840/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=291.92
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 74355 0 1 0 29135 57 0 0 18 0 15 0 40553903 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 65193 1449 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=0.42
/proc/9981/task/9983/stat : 9983 (java) S 9979 9981 8164 0 -1 4202560 4137 0 1 0 39 3 0 0 15 0 15 0 40553904 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=2.33
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 9752 0 0 0 222 11 0 0 16 0 15 0 40553905 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=2.31
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 10170 0 0 0 221 10 0 0 15 0 15 0 40553906 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=12.03
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 4300 0 0 0 1195 8 0 0 16 0 15 0 40553907 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 40553908 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 40553908 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 40553912 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.49
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 247 2 0 0 15 0 15 0 40553912 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=3.08
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6579 0 0 0 306 2 0 0 15 0 15 0 40553912 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 40553912 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 15 0 40553912 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 40553948 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 40553949 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=10007] ppid=9979 vsize=1546796 CPUtime=44.56
/proc/9981/task/10007/stat : 10007 (java) R 9979 9981 8164 0 -1 4202560 21 0 0 0 4456 0 0 0 16 0 15 0 40564228 1583919104 65193 1992294400 134512640 134550932 4293123792 18446744073709551615 4109476104 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 291.92
Current children cumulated vsize (KiB) 1546796

[startup+156.802 s]
/proc/loadavg: 2.62 1.68 1.29 2/120 10009
/proc/meminfo: memFree=1600856/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=292.77
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 74356 0 1 0 29220 57 0 0 18 0 14 0 40553903 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 65194 1449 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=1.13
/proc/9981/task/9983/stat : 9983 (java) R 9979 9981 8164 0 -1 4202560 4138 0 1 0 110 3 0 0 16 0 14 0 40553904 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4109845050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=2.33
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 9752 0 0 0 222 11 0 0 16 0 14 0 40553905 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=2.31
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 10170 0 0 0 221 10 0 0 15 0 14 0 40553906 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=12.03
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 4300 0 0 0 1195 8 0 0 15 0 14 0 40553907 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.51
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 249 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=3.08
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6579 0 0 0 306 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 40553948 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40553949 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 292.77
Current children cumulated vsize (KiB) 1546796

[startup+157.202 s]
/proc/loadavg: 2.62 1.68 1.29 2/120 10009
/proc/meminfo: memFree=1600856/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=293.17
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 74356 0 1 0 29260 57 0 0 18 0 14 0 40553903 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 65194 1449 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=1.53
/proc/9981/task/9983/stat : 9983 (java) R 9979 9981 8164 0 -1 4202560 4138 0 1 0 150 3 0 0 17 0 14 0 40553904 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4109055708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=2.33
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 9752 0 0 0 222 11 0 0 16 0 14 0 40553905 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=2.31
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 10170 0 0 0 221 10 0 0 15 0 14 0 40553906 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=12.03
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 4300 0 0 0 1195 8 0 0 15 0 14 0 40553907 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.51
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 249 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=3.08
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6579 0 0 0 306 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 40553948 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40553949 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 293.17
Current children cumulated vsize (KiB) 1546796

[startup+157.41 s]
/proc/loadavg: 2.62 1.68 1.29 2/120 10009
/proc/meminfo: memFree=1600856/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=1546796 CPUtime=293.38
/proc/9981/stat : 9981 (java) S 9979 9981 8164 0 -1 4202496 74356 0 1 0 29281 57 0 0 18 0 14 0 40553903 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 386699 65194 1449 10 0 384002 0
[pid=9981/tid=9983] ppid=9979 vsize=1546796 CPUtime=1.74
/proc/9981/task/9983/stat : 9983 (java) R 9979 9981 8164 0 -1 4202560 4138 0 1 0 171 3 0 0 17 0 14 0 40553904 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4109845135 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9981/tid=9984] ppid=9979 vsize=1546796 CPUtime=2.33
/proc/9981/task/9984/stat : 9984 (java) S 9979 9981 8164 0 -1 4202560 9752 0 0 0 222 11 0 0 16 0 14 0 40553905 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9985] ppid=9979 vsize=1546796 CPUtime=2.31
/proc/9981/task/9985/stat : 9985 (java) S 9979 9981 8164 0 -1 4202560 10170 0 0 0 221 10 0 0 15 0 14 0 40553906 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 1 0 0 0
[pid=9981/tid=9986] ppid=9979 vsize=1546796 CPUtime=12.03
/proc/9981/task/9986/stat : 9986 (java) S 9979 9981 8164 0 -1 4202560 4300 0 0 0 1195 8 0 0 15 0 14 0 40553907 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9987] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9987/stat : 9987 (java) S 9979 9981 8164 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9988] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9988/stat : 9988 (java) S 9979 9981 8164 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40553908 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9989] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9989/stat : 9989 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9990] ppid=9979 vsize=1546796 CPUtime=2.51
/proc/9981/task/9990/stat : 9990 (java) S 9979 9981 8164 0 -1 4202560 5833 0 0 0 249 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9991] ppid=9979 vsize=1546796 CPUtime=3.08
/proc/9981/task/9991/stat : 9991 (java) S 9979 9981 8164 0 -1 4202560 6579 0 0 0 306 2 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9992] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9992/stat : 9992 (java) S 9979 9981 8164 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9993] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9993/stat : 9993 (java) S 9979 9981 8164 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 40553912 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9996] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9996/stat : 9996 (java) S 9979 9981 8164 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 40553948 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
[pid=9981/tid=9997] ppid=9979 vsize=1546796 CPUtime=0
/proc/9981/task/9997/stat : 9997 (java) S 9979 9981 8164 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40553949 1583919104 65194 1992294400 134512640 134550932 4293123792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823749184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 293.38
Current children cumulated vsize (KiB) 1546796

[startup+157.502 s]
/proc/loadavg: 2.62 1.68 1.29 2/120 10009
/proc/meminfo: memFree=1600856/2059040 swapFree=4136752/4192956
[pid=9981] ppid=9979 vsize=0 CPUtime=293.47
/proc/9981/stat : 9981 (java) R 9979 9981 8164 0 -1 4203524 74361 0 1 0 29288 59 0 0 18 0 1 0 40553903 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9981/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 293.47
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 157.513
CPU time (s): 293.492
CPU user time (s): 292.884
CPU system time (s): 0.607907
CPU usage (%): 186.329
Max. virtual memory (cumulated for all children) (KiB): 1549548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 292.884
system time used= 0.607907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74361
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= 6135
involuntary context switches= 8817

runsolver used 0.725889 second user time and 1.80073 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-16 02:52:03
IDJOB=2661785
IDBENCH=48040
IDSOLVER=1166
FILE ID=node012/2661785-1276649523
PBS_JOBID= 11172403
Free space on /tmp= 62588 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=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661785-1276649523/watcher-2661785-1276649523 -o /tmp/evaluation-result-2661785-1276649523/solver-2661785-1276649523 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661785-1276649523.opb

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

MD5SUM BENCH= 83b6f70c71dbcf261c00790940be437e
RANDOM SEED=259299000

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1858044 kB
Buffers:         25264 kB
Cached:          94220 kB
SwapCached:       9656 kB
Active:          86644 kB
Inactive:        46116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1858044 kB
SwapTotal:     4192956 kB
SwapFree:      4136752 kB
Dirty:             716 kB
Writeback:           0 kB
AnonPages:       11660 kB
Mapped:           9360 kB
Slab:            46380 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181104 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= 62588 MiB
End job on node012 at 2010-06-16 02:54:41