Trace number 2663254

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-31OPT1 221.67 130.188

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark113.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.11/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.34	c See www.sat4j.org for details.
0.11/0.35	c version 2.2.0.v20100531
0.11/0.35	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.35	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.35	c java.vm.version	11.2-b01
0.11/0.35	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.35	c sun.arch.data.model	32
0.11/0.35	c java.version		1.6.0_12
0.11/0.35	c os.name		Linux
0.11/0.35	c os.version		2.6.18-164.el5
0.11/0.35	c os.arch		i386
0.11/0.35	c Free memory 		1393557488
0.11/0.35	c Max memory 		1395916800
0.11/0.35	c Total memory 		1395916800
0.11/0.35	c Number of processors 	2
0.24/0.42	c Pseudo Boolean Optimization
0.24/0.42	c ManyCore solver with 2 solvers running in parallel
0.24/0.42	c --- Begin Solver configuration ---
0.24/0.42	c Stops conflict analysis at the first Unique Implication Point
0.24/0.42	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.42	c Learn all clauses as in MiniSAT
0.24/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.42	c Expensive reason simplification
0.24/0.42	c Armin Biere (Picosat) restarts strategy
0.24/0.42	c Glucose learned constraints deletion strategy
0.24/0.42	c timeout=2147483s
0.24/0.42	c DB Simplification allowed=false
0.24/0.42	c --- End Solver configuration ---
0.24/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.42	c --- Begin Solver configuration ---
0.24/0.42	c Stops conflict analysis at the first Unique Implication Point
0.24/0.42	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.42	c Learn all clauses as in MiniSAT
0.24/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.42	c No reason simplification
0.24/0.42	c Armin Biere (Picosat) restarts strategy
0.24/0.42	c Glucose learned constraints deletion strategy
0.24/0.42	c timeout=2147483s
0.24/0.42	c DB Simplification allowed=false
0.24/0.42	c --- End Solver configuration ---
0.24/0.42	
0.24/0.42	c solving HOME/instance-2663254-1276613922.opb
0.24/0.42	c reading problem ... 
0.24/0.47	c ... done. Wall clock time 0.057s.
0.24/0.47	c #vars     94
0.24/0.47	c #constraints  8
0.24/0.48	c constraints type 
0.24/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.48	c constraints type 
0.24/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.57/0.67	c And the winner is Resolution
1.09/1.48	c SATISFIABLE
1.09/1.48	c OPTIMIZING...
1.09/1.48	c Got one! Elapsed wall clock time (in seconds):1.066
1.09/1.48	o 190
1.12/1.58	c And the winner is Resolution
1.28/2.49	c Got one! Elapsed wall clock time (in seconds):2.07
1.28/2.49	o 184
1.30/2.60	c And the winner is Resolution
1.51/3.50	c Got one! Elapsed wall clock time (in seconds):3.081
1.51/3.50	o 123
1.51/3.54	c And the winner is Resolution
1.60/4.50	c Got one! Elapsed wall clock time (in seconds):4.086
1.60/4.50	o 107
1.60/4.56	c And the winner is Resolution
1.71/5.51	c Got one! Elapsed wall clock time (in seconds):5.091
1.71/5.51	o 106
1.71/5.54	c And the winner is Resolution
2.01/6.52	c Got one! Elapsed wall clock time (in seconds):6.098
2.01/6.52	o 102
2.01/6.54	c And the winner is Resolution
2.57/7.53	c Got one! Elapsed wall clock time (in seconds):7.113
2.57/7.53	o 48
2.57/7.57	c And the winner is Resolution
2.64/8.54	c Got one! Elapsed wall clock time (in seconds):8.119
2.64/8.54	o 39
2.64/8.58	c And the winner is Resolution
2.76/9.54	c Got one! Elapsed wall clock time (in seconds):9.124
2.76/9.54	o 26
3.31/9.87	c And the winner is Resolution
3.64/10.55	c Got one! Elapsed wall clock time (in seconds):10.131
3.64/10.55	o 24
3.64/10.57	c And the winner is Resolution
3.68/11.55	c Got one! Elapsed wall clock time (in seconds):11.137
3.68/11.55	o 20
3.77/11.60	c And the winner is Resolution
3.77/12.56	c Got one! Elapsed wall clock time (in seconds):12.142
3.77/12.56	o 14
3.84/12.64	c And the winner is Resolution
3.96/13.57	c Got one! Elapsed wall clock time (in seconds):13.148
3.96/13.57	o 10
4.43/13.83	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.80/14.04	c And the winner is Resolution
4.88/14.57	c Got one! Elapsed wall clock time (in seconds):14.153
4.88/14.57	o 8
5.13/14.77	c And the winner is Resolution
5.27/15.58	c Got one! Elapsed wall clock time (in seconds):15.159
5.27/15.58	o 5
6.11/16.05	c cleaning 4250 clauses out of 8500 with flag 11000/11000
7.66/16.87	c And the winner is Resolution
7.82/17.59	c Got one! Elapsed wall clock time (in seconds):17.171
7.82/17.59	o 3
8.03/17.75	c cleaning 5618 clauses out of 11250 with flag 18000/18000
10.38/18.93	c cleaning 6816 clauses out of 13632 with flag 26000/26000
13.31/20.42	c cleaning 7907 clauses out of 15816 with flag 35000/35000
17.03/22.33	c cleaning 8954 clauses out of 17909 with flag 45000/45000
20.76/24.24	c cleaning 9477 clauses out of 18955 with flag 55000/55000
24.46/26.13	c cleaning 9738 clauses out of 19479 with flag 65001/65001
28.35/28.20	c cleaning 9870 clauses out of 19741 with flag 75001/75001
32.65/30.36	c cleaning 9935 clauses out of 19871 with flag 85001/85001
36.35/32.25	c cleaning 9967 clauses out of 19936 with flag 95001/95001
40.45/34.37	c cleaning 9983 clauses out of 19968 with flag 105000/105000
43.93/36.19	c cleaning 9990 clauses out of 19985 with flag 115000/115000
48.44/38.45	c cleaning 9997 clauses out of 19995 with flag 125000/125000
52.32/40.42	c cleaning 9997 clauses out of 19998 with flag 135000/135000
56.41/42.59	c cleaning 9994 clauses out of 20002 with flag 145001/145001
60.66/44.78	c cleaning 10000 clauses out of 20007 with flag 155000/155000
64.95/46.92	c cleaning 10000 clauses out of 20007 with flag 165000/165000
66.05/47.56	c And the winner is Resolution
66.24/47.72	c Got one! Elapsed wall clock time (in seconds):47.299
66.24/47.72	o 2
69.19/49.26	c cleaning 9998 clauses out of 20008 with flag 175001/175001
73.26/51.32	c cleaning 9996 clauses out of 20010 with flag 185001/185001
76.71/53.19	c cleaning 10002 clauses out of 20013 with flag 195000/195000
79.60/54.61	c And the winner is Resolution
79.67/54.73	c Got one! Elapsed wall clock time (in seconds):54.316
79.67/54.73	o 1
81.59/55.74	c cleaning 10002 clauses out of 20011 with flag 205000/205000
85.86/57.96	c cleaning 10003 clauses out of 20009 with flag 215000/215000
89.72/59.98	c cleaning 10001 clauses out of 20006 with flag 225000/225000
93.97/62.15	c cleaning 9999 clauses out of 20005 with flag 235000/235000
98.43/64.45	c cleaning 10002 clauses out of 20007 with flag 245001/245001
102.90/66.75	c cleaning 10002 clauses out of 20004 with flag 255000/255000
106.35/68.54	c cleaning 10000 clauses out of 20002 with flag 265000/265000
109.81/70.32	c cleaning 10001 clauses out of 20003 with flag 275001/275001
113.27/72.10	c cleaning 9997 clauses out of 20001 with flag 285000/285000
116.93/74.07	c cleaning 10001 clauses out of 20004 with flag 295000/295000
120.40/75.88	c cleaning 9998 clauses out of 20004 with flag 305001/305001
123.81/77.70	c cleaning 10002 clauses out of 20006 with flag 315001/315001
127.66/79.61	c cleaning 9998 clauses out of 20003 with flag 325000/325000
131.13/81.44	c cleaning 10002 clauses out of 20005 with flag 335000/335000
134.37/83.19	c cleaning 10001 clauses out of 20003 with flag 345000/345000
137.79/84.92	c cleaning 10000 clauses out of 20002 with flag 355000/355000
140.65/86.45	c cleaning 10002 clauses out of 20004 with flag 365002/365002
144.49/88.49	c cleaning 9999 clauses out of 20001 with flag 375001/375001
147.55/90.10	c cleaning 10000 clauses out of 20001 with flag 385000/385000
151.15/91.90	c cleaning 10000 clauses out of 20003 with flag 395002/395002
154.59/93.70	c cleaning 10000 clauses out of 20001 with flag 405000/405000
158.83/95.91	c cleaning 9998 clauses out of 20001 with flag 415000/415000
162.86/98.01	c cleaning 9996 clauses out of 20003 with flag 425000/425000
166.46/99.94	c cleaning 10002 clauses out of 20007 with flag 435000/435000
169.90/101.75	c cleaning 10002 clauses out of 20006 with flag 445001/445001
173.15/103.43	c cleaning 10001 clauses out of 20004 with flag 455001/455001
176.77/105.35	c cleaning 9999 clauses out of 20002 with flag 465000/465000
180.77/107.49	c cleaning 9997 clauses out of 20003 with flag 475000/475000
184.40/109.36	c cleaning 10000 clauses out of 20006 with flag 485000/485000
187.64/111.03	c cleaning 10003 clauses out of 20008 with flag 495002/495002
191.66/113.19	c cleaning 9996 clauses out of 20003 with flag 505000/505000
195.24/115.10	c cleaning 10002 clauses out of 20008 with flag 515001/515001
199.07/117.04	c cleaning 10000 clauses out of 20005 with flag 525000/525000
202.69/118.96	c cleaning 10002 clauses out of 20005 with flag 535000/535000
206.52/120.94	c cleaning 9997 clauses out of 20004 with flag 545001/545001
210.09/122.86	c cleaning 10004 clauses out of 20007 with flag 555001/555001
213.51/124.66	c cleaning 9999 clauses out of 20004 with flag 565002/565002
217.92/126.91	c cleaning 10001 clauses out of 20002 with flag 575000/575000
220.73/128.45	c And the winner is Resolution
221.60/130.13	c starts		: 171
221.60/130.13	c conflicts		: 584770
221.60/130.13	c decisions		: 588119
221.60/130.13	c propagations		: 4318413
221.60/130.13	c inspects		: 551960326
221.60/130.13	c learnt literals	: 10
221.60/130.13	c learnt binary clauses	: 58
221.60/130.13	c learnt ternary clauses	: 244
221.60/130.13	c learnt clauses	: 584759
221.60/130.13	c ignored clauses	: 0
221.60/130.13	c root simplifications	: 0
221.60/130.13	c removed literals (reason simplification)	: 5319307
221.60/130.13	c reason swapping (by a shorter reason)	: 0
221.60/130.13	c Calls to reduceDB	: 59
221.60/130.13	c number of reductions to clauses (during analyze)	: 0
221.60/130.13	c number of learned constraints concerned by reduction	: 0
221.60/130.13	c number of learning phase by resolution	: 0
221.60/130.13	c number of learning phase by cutting planes	: 0
221.60/130.13	c speed (assignments/second)	: 57274.90119101303
221.60/130.13	c non guided choices	226
221.60/130.13	c learnt constraints type 
221.60/130.13	c constraints type 
221.60/130.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
221.60/130.13	c constraints type 
221.60/130.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
221.60/130.13	s OPTIMUM FOUND
221.60/130.13	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 
221.60/130.13	c objective function=1
221.60/130.13	c Total wall clock time (in seconds): 129.716

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663254-1276613922/watcher-2663254-1276613922 -o /tmp/evaluation-result-2663254-1276613922/solver-2663254-1276613922 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663254-1276613922.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.02 1.01 1.00 3/106 10020
/proc/meminfo: memFree=1834648/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=300 CPUtime=0
/proc/10020/stat : 10020 (java6) D 10018 10020 9529 0 -1 4194304 115 0 1 0 0 0 0 0 16 0 1 0 2684075 307200 35 1992294400 134512640 134550932 4289303504 18446744073709551615 3920596 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/10020/statm: 75 35 28 10 0 23 0

[startup+0.0485 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 10020
/proc/meminfo: memFree=1834648/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=13164 CPUtime=0
/proc/10020/stat : 10020 (java) D 10018 10020 9529 0 -1 4194304 445 0 6 0 0 0 0 0 16 0 1 0 2684075 13479936 179 1992294400 134512640 134550932 4293572176 18446744073709551615 3880600 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 2
/proc/10020/statm: 3291 181 139 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.102492 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 10020
/proc/meminfo: memFree=1834648/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=13440 CPUtime=0.01
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 1027 0 35 0 0 1 0 0 16 0 2 0 2684075 13762560 545 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 3360 545 234 10 0 1203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13440

[startup+0.300515 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 10020
/proc/meminfo: memFree=1834648/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1524180 CPUtime=0.11
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 3941 0 94 0 7 4 0 0 16 0 12 0 2684075 1560760320 3473 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 381045 3473 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1524180

[startup+0.700549 s]
/proc/loadavg: 1.02 1.01 1.00 3/106 10020
/proc/meminfo: memFree=1834648/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1532964 CPUtime=0.77
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 6823 0 95 0 72 5 0 0 16 0 14 0 2684075 1569755136 6248 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 383241 6248 1383 10 0 380544 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1532964

[startup+1.50162 s]
/proc/loadavg: 1.02 1.01 1.00 1/120 10036
/proc/meminfo: memFree=1802664/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1532856 CPUtime=1.12
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 7357 0 95 0 107 5 0 0 16 0 16 0 2684075 1569644544 6601 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 383214 6601 1409 10 0 380517 0
[pid=10020/tid=10022] ppid=10018 vsize=1532856 CPUtime=0.26
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 9529 0 -1 4202560 3702 0 60 0 23 3 0 0 19 0 16 0 2684084 1569644544 6602 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 2684091 1569644544 6602 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 2684091 1569644544 6602 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2684094 1569644544 6602 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 2684095 1569644544 6602 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2684095 1569644544 6603 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2684102 1569644544 6603 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1532856 CPUtime=0.29
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 1191 0 0 0 29 0 0 0 21 0 16 0 2684102 1569644544 6603 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1532856 CPUtime=0.26
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 999 0 0 0 26 0 0 0 21 0 16 0 2684102 1569644544 6603 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 2684102 1569644544 6603 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2684102 1569644544 6604 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2684124 1569644544 6604 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2684124 1569644544 6605 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1532856

[startup+3.10176 s]
/proc/loadavg: 1.02 1.01 1.00 1/120 10038
/proc/meminfo: memFree=1801300/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1532856 CPUtime=1.51
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 8097 0 95 0 145 6 0 0 16 0 14 0 2684075 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 383214 7340 1415 10 0 380517 0
[pid=10020/tid=10022] ppid=10018 vsize=1532856 CPUtime=0.26
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 9529 0 -1 4202560 3711 0 60 0 23 3 0 0 19 0 14 0 2684084 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 2684091 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 14 0 2684091 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 2684094 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 2684095 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684095 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1532856 CPUtime=0.44
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 1203 0 0 0 44 0 0 0 15 0 14 0 2684102 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1532856 CPUtime=0.4
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1015 0 0 0 40 0 0 0 16 0 14 0 2684102 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2684102 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1532856 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1569644544 7340 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1532856
heavy processes:

[startup+6.30206 s]
/proc/loadavg: 0.93 0.99 0.99 1/120 10046
/proc/meminfo: memFree=1794232/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1533716 CPUtime=2.01
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 11051 0 95 0 193 8 0 0 16 0 14 0 2684075 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 383429 9470 1424 10 0 380732 0
[pid=10020/tid=10022] ppid=10018 vsize=1533716 CPUtime=0.27
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 9529 0 -1 4202560 3738 0 60 0 23 4 0 0 19 0 14 0 2684084 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 2684091 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 14 0 2684091 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 2684094 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 2684095 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684095 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1533716 CPUtime=0.69
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 2278 0 0 0 69 0 0 0 16 0 14 0 2684102 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1533716 CPUtime=0.44
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1018 0 0 0 44 0 0 0 15 0 14 0 2684102 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2684102 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1533716 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1570525184 9470 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1533716
heavy processes:

[startup+12.7017 s]
/proc/loadavg: 0.94 0.99 0.99 1/120 10060
/proc/meminfo: memFree=1756412/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1541800 CPUtime=3.96
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 23323 0 95 0 384 12 0 0 16 0 14 0 2684075 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 385450 20063 1425 10 0 382753 0
[pid=10020/tid=10022] ppid=10018 vsize=1541800 CPUtime=0.28
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 9529 0 -1 4202560 3797 0 60 0 24 4 0 0 19 0 14 0 2684084 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 2684091 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 14 0 2684091 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 14 0 2684094 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 2684095 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684095 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=1.58
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5508 0 0 0 157 1 0 0 16 0 14 0 2684102 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=0.95
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1551 0 0 0 95 0 0 0 15 0 14 0 2684102 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2684102 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1578803200 20063 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1541800
heavy processes:

[startup+25.5019 s]
/proc/loadavg: 1.38 1.09 1.03 3/122 10070

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

[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=6.13
/proc/10020/task/10025/stat : 10025 (java) R 10018 10020 9529 0 -1 4202560 5555 0 0 0 611 2 0 0 16 0 16 0 2684094 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2684095 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2684095 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2684102 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=2.18
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5546 0 0 0 217 1 0 0 15 0 16 0 2684102 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=1.43
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1589 0 0 0 143 0 0 0 15 0 16 0 2684102 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 2684102 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 2684102 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2684124 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2684124 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10073] ppid=10018 vsize=1541800 CPUtime=63.82
/proc/10020/task/10073/stat : 10073 (java) S 10018 10020 9529 0 -1 4202560 61 0 0 0 6381 1 0 0 25 0 16 0 2689549 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10074] ppid=10018 vsize=1541800 CPUtime=63.46
/proc/10020/task/10074/stat : 10074 (java) S 10018 10020 9529 0 -1 4202560 26 0 0 0 6345 1 0 0 25 0 16 0 2689549 1578803200 59126 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 213.68
Current children cumulated vsize (KiB) 1541800

[startup+127.901 s]
/proc/loadavg: 1.88 1.34 1.12 3/122 10076
/proc/meminfo: memFree=1588252/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1541800 CPUtime=219.75
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 63879 0 95 0 21934 41 0 0 16 0 16 0 2684075 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 385450 59745 1449 10 0 382753 0
[pid=10020/tid=10022] ppid=10018 vsize=1541800 CPUtime=0.28
/proc/10020/task/10022/stat : 10022 (java) S 10018 10020 9529 0 -1 4202560 3823 0 60 0 24 4 0 0 15 0 16 0 2684084 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1541800 CPUtime=1.29
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 5352 0 0 0 124 5 0 0 15 0 16 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1541800 CPUtime=1.27
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 5474 0 0 0 122 5 0 0 16 0 16 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=6.41
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 5873 0 0 0 638 3 0 0 16 0 16 0 2684094 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=2.82
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5582 0 0 0 281 1 0 0 16 0 16 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=1.43
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1589 0 0 0 143 0 0 0 15 0 16 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10073] ppid=10018 vsize=1541800 CPUtime=66.07
/proc/10020/task/10073/stat : 10073 (java) R 10018 10020 9529 0 -1 4202560 65 0 0 0 6606 1 0 0 25 0 16 0 2689549 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4109764546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10020/tid=10074] ppid=10018 vsize=1541800 CPUtime=66.3
/proc/10020/task/10074/stat : 10074 (java) R 10018 10020 9529 0 -1 4202560 27 0 0 0 6629 1 0 0 25 0 16 0 2689549 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4109869766 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 219.75
Current children cumulated vsize (KiB) 1541800

[startup+129.504 s]
/proc/loadavg: 1.73 1.32 1.11 1/120 10076
/proc/meminfo: memFree=1588268/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1541800 CPUtime=220.98
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 63881 0 95 0 22057 41 0 0 16 0 14 0 2684075 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 385450 59745 1449 10 0 382753 0
[pid=10020/tid=10022] ppid=10018 vsize=1541800 CPUtime=0.36
/proc/10020/task/10022/stat : 10022 (java) R 10018 10020 9529 0 -1 4202560 3824 0 60 0 32 4 0 0 15 0 14 0 2684084 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4110072670 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1541800 CPUtime=1.31
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 5352 0 0 0 126 5 0 0 16 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1541800 CPUtime=1.28
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 5474 0 0 0 123 5 0 0 15 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=6.41
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 5873 0 0 0 638 3 0 0 15 0 14 0 2684094 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=2.82
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5582 0 0 0 281 1 0 0 16 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=1.43
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1589 0 0 0 143 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 1541800

[startup+129.901 s]
/proc/loadavg: 1.73 1.32 1.11 2/120 10076
/proc/meminfo: memFree=1588268/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1541800 CPUtime=221.4
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 63881 0 95 0 22099 41 0 0 16 0 14 0 2684075 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 385450 59745 1449 10 0 382753 0
[pid=10020/tid=10022] ppid=10018 vsize=1541800 CPUtime=0.76
/proc/10020/task/10022/stat : 10022 (java) R 10018 10020 9529 0 -1 4202560 3824 0 60 0 72 4 0 0 16 0 14 0 2684084 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4109489884 0 4 0 16800975 0 0 0 -1 1 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1541800 CPUtime=1.31
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 5352 0 0 0 126 5 0 0 16 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1541800 CPUtime=1.28
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 5474 0 0 0 123 5 0 0 15 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=6.41
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 5873 0 0 0 638 3 0 0 15 0 14 0 2684094 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=2.82
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5582 0 0 0 281 1 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=1.45
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1589 0 0 0 145 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 1541800

[startup+130.101 s]
/proc/loadavg: 1.73 1.32 1.11 2/120 10076
/proc/meminfo: memFree=1588268/2059040 swapFree=4187148/4192956
[pid=10020] ppid=10018 vsize=1541800 CPUtime=221.6
/proc/10020/stat : 10020 (java) S 10018 10020 9529 0 -1 4202496 63881 0 95 0 22119 41 0 0 16 0 14 0 2684075 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/10020/statm: 385450 59745 1449 10 0 382753 0
[pid=10020/tid=10022] ppid=10018 vsize=1541800 CPUtime=0.96
/proc/10020/task/10022/stat : 10022 (java) R 10018 10020 9529 0 -1 4202560 3824 0 60 0 92 4 0 0 16 0 14 0 2684084 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4109489889 0 4 0 16800975 0 0 0 -1 1 0 0 11
[pid=10020/tid=10023] ppid=10018 vsize=1541800 CPUtime=1.31
/proc/10020/task/10023/stat : 10023 (java) S 10018 10020 9529 0 -1 4202560 5352 0 0 0 126 5 0 0 16 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10024] ppid=10018 vsize=1541800 CPUtime=1.28
/proc/10020/task/10024/stat : 10024 (java) S 10018 10020 9529 0 -1 4202560 5474 0 0 0 123 5 0 0 15 0 14 0 2684091 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10025] ppid=10018 vsize=1541800 CPUtime=6.41
/proc/10020/task/10025/stat : 10025 (java) S 10018 10020 9529 0 -1 4202560 5873 0 0 0 638 3 0 0 16 0 14 0 2684094 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 0 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10026] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10026/stat : 10026 (java) S 10018 10020 9529 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10027] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10027/stat : 10027 (java) S 10018 10020 9529 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2684095 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10028] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10028/stat : 10028 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10029] ppid=10018 vsize=1541800 CPUtime=2.82
/proc/10020/task/10029/stat : 10029 (java) S 10018 10020 9529 0 -1 4202560 5582 0 0 0 281 1 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10030] ppid=10018 vsize=1541800 CPUtime=1.45
/proc/10020/task/10030/stat : 10030 (java) S 10018 10020 9529 0 -1 4202560 1589 0 0 0 145 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10031] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10031/stat : 10031 (java) S 10018 10020 9529 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
[pid=10020/tid=10032] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10032/stat : 10032 (java) S 10018 10020 9529 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 2684102 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10035] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10035/stat : 10035 (java) S 10018 10020 9529 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 1 0 0 0
[pid=10020/tid=10036] ppid=10018 vsize=1541800 CPUtime=0
/proc/10020/task/10036/stat : 10036 (java) S 10018 10020 9529 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 2684124 1578803200 59745 1992294400 134512640 134550932 4293572176 18446744073709551615 4294960144 0 4 0 16800975 18446604437839119360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 1541800

Child status: 30
Real time (s): 130.188
CPU time (s): 221.67
CPU user time (s): 221.227
CPU system time (s): 0.442932
CPU usage (%): 170.269
Max. virtual memory (cumulated for all children) (KiB): 1542556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.227
system time used= 0.442932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63888
page faults= 95
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5359
involuntary context switches= 7211

runsolver used 0.527919 second user time and 1.47278 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-15 16:58:42
IDJOB=2663254
IDBENCH=2916
IDSOLVER=1166
FILE ID=node048/2663254-1276613922
PBS_JOBID= 11172282
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663254-1276613922/watcher-2663254-1276613922 -o /tmp/evaluation-result-2663254-1276613922/solver-2663254-1276613922 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663254-1276613922.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=824865548

node048.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.212
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.42
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.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835044 kB
Buffers:         27832 kB
Cached:          79148 kB
SwapCached:        280 kB
Active:          61556 kB
Inactive:        99316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835044 kB
SwapTotal:     4192956 kB
SwapFree:      4187148 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       53624 kB
Mapped:          15448 kB
Slab:            41156 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181480 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= 62456 MiB
End job on node048 at 2010-06-15 17:00:52