Trace number 2698734

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 42.6405 41.335

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.222965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1192
Number of bits of the biggest sum of numbers11
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2698734-1278327554.wbo
0.00/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.31/0.22	c SATISFIABLE
0.31/0.22	c OPTIMIZING...
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.121
0.31/0.22	o 652
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.164
0.31/0.26	o 442
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.216
0.61/0.31	o 427
1.01/0.67	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.12/0.70	c Got one! Elapsed wall clock time (in seconds):0.608
1.12/0.70	o 409
1.12/0.73	c Got one! Elapsed wall clock time (in seconds):0.635
1.12/0.73	o 389
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.68
1.12/0.78	o 373
1.22/0.83	c Got one! Elapsed wall clock time (in seconds):0.73
1.22/0.83	o 333
1.22/0.90	c Got one! Elapsed wall clock time (in seconds):0.799
1.22/0.90	o 329
1.45/1.05	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1.45/1.07	c Got one! Elapsed wall clock time (in seconds):0.976
1.45/1.07	o 303
1.57/1.12	c Got one! Elapsed wall clock time (in seconds):1.02
1.57/1.12	o 278
1.57/1.18	c Got one! Elapsed wall clock time (in seconds):1.085
1.57/1.18	o 275
1.87/1.45	c Got one! Elapsed wall clock time (in seconds):1.355
1.87/1.45	o 271
1.87/1.47	c cleaning 5626 clauses out of 11255 with flag 18000/18000
1.97/1.59	c Got one! Elapsed wall clock time (in seconds):1.492
1.97/1.59	o 270
2.07/1.70	c Got one! Elapsed wall clock time (in seconds):1.599
2.07/1.70	o 238
2.37/1.99	c cleaning 6811 clauses out of 13630 with flag 26001/26001
2.89/2.40	c Got one! Elapsed wall clock time (in seconds):2.3
2.89/2.40	o 217
3.00/2.59	c cleaning 7906 clauses out of 15819 with flag 35001/35001
3.31/2.84	c Got one! Elapsed wall clock time (in seconds):2.742
3.31/2.84	o 214
3.71/3.27	c cleaning 8955 clauses out of 17915 with flag 45003/45003
4.40/3.92	c cleaning 9476 clauses out of 18957 with flag 55000/55000
4.70/4.21	c Got one! Elapsed wall clock time (in seconds):4.116
4.70/4.21	o 207
4.94/4.46	c Got one! Elapsed wall clock time (in seconds):4.367
4.94/4.46	o 202
5.15/4.64	c cleaning 9738 clauses out of 19481 with flag 65000/65000
5.25/4.77	c Got one! Elapsed wall clock time (in seconds):4.677
5.25/4.77	o 195
5.45/4.99	c Got one! Elapsed wall clock time (in seconds):4.898
5.45/4.99	o 174
5.75/5.29	c cleaning 9862 clauses out of 19743 with flag 75000/75000
5.95/5.43	c Got one! Elapsed wall clock time (in seconds):5.333
5.95/5.43	o 164
6.46/5.92	c cleaning 9937 clauses out of 19881 with flag 85000/85000
6.96/6.48	c Got one! Elapsed wall clock time (in seconds):6.38
6.96/6.48	o 147
7.06/6.59	c cleaning 9967 clauses out of 19944 with flag 95000/95000
7.93/7.31	c cleaning 9984 clauses out of 19978 with flag 105001/105001
8.14/7.48	c Got one! Elapsed wall clock time (in seconds):7.382
8.14/7.48	o 107
8.78/8.02	c cleaning 9993 clauses out of 19995 with flag 115002/115002
9.38/8.68	c cleaning 9998 clauses out of 20001 with flag 125001/125001
10.08/9.37	c cleaning 9993 clauses out of 20002 with flag 135000/135000
10.80/10.05	c cleaning 9999 clauses out of 20011 with flag 145002/145002
11.00/10.23	c Got one! Elapsed wall clock time (in seconds):10.135
11.00/10.23	o 103
11.44/10.69	c cleaning 10002 clauses out of 20011 with flag 155001/155001
11.74/10.91	c Got one! Elapsed wall clock time (in seconds):10.818
11.74/10.91	o 90
12.14/11.33	c cleaning 9998 clauses out of 20008 with flag 165000/165000
12.55/11.79	c Got one! Elapsed wall clock time (in seconds):11.69
12.55/11.79	o 86
12.75/11.94	c cleaning 9999 clauses out of 20010 with flag 175000/175000
13.35/12.53	c cleaning 10002 clauses out of 20013 with flag 185002/185002
13.95/13.16	c cleaning 9997 clauses out of 20012 with flag 195003/195003
14.65/13.80	c cleaning 10001 clauses out of 20013 with flag 205001/205001
14.75/13.93	c Got one! Elapsed wall clock time (in seconds):13.83
14.75/13.93	o 74
15.16/14.32	c Got one! Elapsed wall clock time (in seconds):14.227
15.16/14.32	o 68
15.16/14.40	c cleaning 10001 clauses out of 20012 with flag 215001/215001
15.91/14.86	c Got one! Elapsed wall clock time (in seconds):14.768
15.91/14.86	o 49
16.11/15.01	c cleaning 10000 clauses out of 20011 with flag 225001/225001
16.62/15.54	c cleaning 10001 clauses out of 20011 with flag 235001/235001
17.12/16.05	c cleaning 10000 clauses out of 20010 with flag 245001/245001
17.72/16.62	c cleaning 10000 clauses out of 20009 with flag 255000/255000
18.02/16.98	c Got one! Elapsed wall clock time (in seconds):16.888
18.02/16.98	o 45
18.29/17.17	c cleaning 10002 clauses out of 20009 with flag 265000/265000
18.90/17.77	c cleaning 9997 clauses out of 20007 with flag 275000/275000
19.49/18.32	c cleaning 10001 clauses out of 20012 with flag 285002/285002
20.00/18.88	c cleaning 9999 clauses out of 20009 with flag 295000/295000
20.60/19.44	c cleaning 10000 clauses out of 20010 with flag 305000/305000
21.10/19.97	c cleaning 10004 clauses out of 20011 with flag 315001/315001
21.20/20.02	c Got one! Elapsed wall clock time (in seconds):19.925
21.20/20.02	o 41
21.70/20.52	c cleaning 9999 clauses out of 20006 with flag 325000/325000
21.80/20.61	c Got one! Elapsed wall clock time (in seconds):20.513
21.80/20.61	o 32
22.30/21.11	c cleaning 10002 clauses out of 20011 with flag 335004/335004
22.60/21.45	c Got one! Elapsed wall clock time (in seconds):21.354
22.60/21.45	o 25
22.80/21.65	c cleaning 9997 clauses out of 20005 with flag 345000/345000
23.30/22.14	c cleaning 9999 clauses out of 20008 with flag 355000/355000
23.80/22.67	c cleaning 9999 clauses out of 20009 with flag 365000/365000
24.40/23.21	c cleaning 9998 clauses out of 20011 with flag 375001/375001
24.80/23.69	c cleaning 10000 clauses out of 20013 with flag 385001/385001
25.30/24.19	c cleaning 10002 clauses out of 20012 with flag 395000/395000
25.80/24.64	c cleaning 10001 clauses out of 20012 with flag 405002/405002
26.30/25.10	c cleaning 10002 clauses out of 20013 with flag 415004/415004
26.72/25.58	c cleaning 9996 clauses out of 20007 with flag 425000/425000
27.22/26.08	c cleaning 10002 clauses out of 20011 with flag 435000/435000
27.74/26.57	c cleaning 9998 clauses out of 20009 with flag 445000/445000
28.23/27.04	c cleaning 10004 clauses out of 20014 with flag 455003/455003
28.74/27.52	c cleaning 9996 clauses out of 20007 with flag 465000/465000
29.23/28.00	c cleaning 9998 clauses out of 20011 with flag 475000/475000
29.34/28.19	c Got one! Elapsed wall clock time (in seconds):28.098
29.34/28.19	o 9
29.64/28.48	c cleaning 10002 clauses out of 20013 with flag 485000/485000
30.24/29.02	c cleaning 10002 clauses out of 20012 with flag 495001/495001
30.74/29.50	c cleaning 10003 clauses out of 20013 with flag 505004/505004
31.24/30.01	c cleaning 9999 clauses out of 20006 with flag 515000/515000
31.44/30.29	c Got one! Elapsed wall clock time (in seconds):30.189
31.44/30.29	o 8
31.64/30.48	c cleaning 10001 clauses out of 20007 with flag 525000/525000
32.24/31.02	c cleaning 9998 clauses out of 20007 with flag 535001/535001
32.64/31.48	c cleaning 10000 clauses out of 20010 with flag 545002/545002
33.15/31.99	c cleaning 10000 clauses out of 20009 with flag 555001/555001
33.64/32.43	c cleaning 10001 clauses out of 20010 with flag 565002/565002
34.05/32.88	c cleaning 9999 clauses out of 20009 with flag 575002/575002
34.55/33.30	c cleaning 10000 clauses out of 20008 with flag 585000/585000
34.95/33.75	c cleaning 9998 clauses out of 20008 with flag 595000/595000
35.45/34.22	c cleaning 9998 clauses out of 20010 with flag 605000/605000
35.85/34.64	c cleaning 10000 clauses out of 20013 with flag 615001/615001
36.35/35.13	c cleaning 10001 clauses out of 20012 with flag 625000/625000
36.75/35.57	c cleaning 10001 clauses out of 20012 with flag 635001/635001
37.25/36.03	c cleaning 10001 clauses out of 20011 with flag 645001/645001
37.65/36.48	c cleaning 10003 clauses out of 20009 with flag 655000/655000
38.15/36.96	c cleaning 9998 clauses out of 20007 with flag 665001/665001
38.66/37.45	c cleaning 10001 clauses out of 20009 with flag 675001/675001
39.15/37.91	c cleaning 10000 clauses out of 20010 with flag 685003/685003
39.55/38.36	c cleaning 10000 clauses out of 20008 with flag 695001/695001
40.06/38.81	c cleaning 10001 clauses out of 20007 with flag 705000/705000
40.56/39.32	c cleaning 10000 clauses out of 20008 with flag 715002/715002
40.97/39.76	c cleaning 9999 clauses out of 20006 with flag 725000/725000
41.48/40.25	c cleaning 9999 clauses out of 20006 with flag 735000/735000
42.00/40.73	c cleaning 10003 clauses out of 20009 with flag 745002/745002
42.39/41.14	c Got one! Elapsed wall clock time (in seconds):41.039
42.39/41.14	o 5
42.49/41.23	c cleaning 10001 clauses out of 20006 with flag 755002/755002
42.59/41.30	c Got one! Elapsed wall clock time (in seconds):41.202
42.59/41.30	o 2
42.59/41.32	c starts		: 205
42.59/41.32	c conflicts		: 756982
42.59/41.32	c decisions		: 1190689
42.59/41.32	c propagations		: 18339357
42.59/41.32	c inspects		: 193321599
42.59/41.32	c learnt literals	: 8
42.59/41.32	c learnt binary clauses	: 59
42.59/41.32	c learnt ternary clauses	: 499
42.59/41.32	c learnt clauses	: 756973
42.59/41.32	c ignored clauses	: 0
42.59/41.32	c root simplifications	: 0
42.59/41.32	c removed literals (reason simplification)	: 5310729
42.59/41.32	c reason swapping (by a shorter reason)	: 0
42.59/41.32	c Calls to reduceDB	: 77
42.59/41.32	c number of reductions to clauses (during analyze)	: 0
42.59/41.32	c number of learned constraints concerned by reduction	: 0
42.59/41.32	c number of learning phase by resolution	: 0
42.59/41.32	c number of learning phase by cutting planes	: 0
42.59/41.32	c speed (assignments/second)	: 7.3357428E8
42.59/41.32	c non guided choices	1841
42.59/41.32	c learnt constraints type 
42.59/41.32	c constraints type 
42.59/41.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
42.59/41.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
42.59/41.32	s OPTIMUM FOUND
42.59/41.32	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
42.59/41.32	c objective function=2
42.59/41.32	c Total wall clock time (in seconds): 41.227

Verifier Data

OK	2

Watcher Data

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

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.91 3/196 5224
/proc/meminfo: memFree=32111608/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=13164 CPUtime=0
/proc/5224/stat : 5224 (java) R 5222 5224 3791 0 -1 4194304 568 0 0 0 0 0 0 0 19 0 1 0 967873 13479936 241 4089446400 134512640 134550932 4294176912 18446744073709551615 7337605 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5224/statm: 3291 248 140 10 0 1121 0

[startup+0.106621 s]
/proc/loadavg: 1.99 1.98 1.91 3/196 5224
/proc/meminfo: memFree=32111608/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1529728 CPUtime=0.11
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 5256 0 1 0 11 0 0 0 19 0 18 0 967873 1566441472 4694 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 382432 4694 1347 10 0 379735 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529728

[startup+0.200584 s]
/proc/loadavg: 1.99 1.98 1.91 3/196 5224
/proc/meminfo: memFree=32111608/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533540 CPUtime=0.31
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 6472 0 1 0 30 1 0 0 19 0 19 0 967873 1570344960 5910 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383385 5910 1396 10 0 380688 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1533540

[startup+0.300578 s]
/proc/loadavg: 1.99 1.98 1.91 3/196 5224
/proc/meminfo: memFree=32111608/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533668 CPUtime=0.61
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 6885 0 1 0 60 1 0 0 19 0 19 0 967873 1570476032 6288 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383417 6288 1421 10 0 380720 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533668

[startup+0.70046 s]
/proc/loadavg: 1.99 1.98 1.91 3/196 5224
/proc/meminfo: memFree=32111608/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533668 CPUtime=1.12
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 9765 0 1 0 111 1 0 0 19 0 19 0 967873 1570476032 9167 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383417 9167 1439 10 0 380720 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1533668

[startup+1.50135 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5243
/proc/meminfo: memFree=32078844/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533668 CPUtime=1.97
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 10862 0 1 0 196 1 0 0 19 0 19 0 967873 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383417 10261 1439 10 0 380720 0
[pid=5224/tid=5226] ppid=5222 vsize=1533668 CPUtime=1.45
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 6922 0 1 0 144 1 0 0 21 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4109580321 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1533668 CPUtime=0.02
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 462 0 0 0 2 0 0 0 15 0 19 0 967875 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1533668 CPUtime=0.24
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 766 0 0 0 24 0 0 0 15 0 19 0 967877 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1533668 CPUtime=0.24
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 875 0 0 0 24 0 0 0 15 0 19 0 967877 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967877 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 2 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1570476032 10261 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1533668

[startup+3.10104 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5243
/proc/meminfo: memFree=32075008/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533668 CPUtime=3.61
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 13374 0 1 0 359 2 0 0 19 0 19 0 967873 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383417 12770 1442 10 0 380720 0
[pid=5224/tid=5226] ppid=5222 vsize=1533668 CPUtime=3.02
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 9147 0 1 0 301 1 0 0 25 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4109560485 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1533668 CPUtime=0.04
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 546 0 0 0 4 0 0 0 16 0 19 0 967875 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1533668 CPUtime=0.25
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 769 0 0 0 25 0 0 0 16 0 19 0 967877 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1533668 CPUtime=0.26
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 881 0 0 0 26 0 0 0 15 0 19 0 967877 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967877 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 2 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1570476032 12770 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1533668

[startup+6.30145 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5243
/proc/meminfo: memFree=32057276/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1533668 CPUtime=6.86
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 15710 0 1 0 684 2 0 0 19 0 19 0 967873 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 383417 15099 1442 10 0 380720 0
[pid=5224/tid=5226] ppid=5222 vsize=1533668 CPUtime=6.16
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 11062 0 1 0 614 2 0 0 25 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4109562000 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 219 0 0 0 0 0 0 0 16 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 19 0 967874 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1533668 CPUtime=0.09
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 802 0 0 0 9 0 0 0 15 0 19 0 967875 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1533668 CPUtime=0.26
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 769 0 0 0 26 0 0 0 15 0 19 0 967877 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1533668 CPUtime=0.3
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 885 0 0 0 30 0 0 0 15 0 19 0 967877 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 967877 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 2 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1533668 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1570476032 15099 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1533668

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 1.91 3/215 5243
/proc/meminfo: memFree=32052700/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1536900 CPUtime=13.55
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 18073 0 1 0 1351 4 0 0 19 0 19 0 967873 1573785600 16057 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 384225 16057 1442 10 0 381528 0
[pid=5224/tid=5226] ppid=5222 vsize=1536900 CPUtime=12.43
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 11075 0 1 0 1241 2 0 0 17 0 19 0 967874 1573785600 16057 4089446400 134512640 134550932 4294176912 18446744073709551615 4109589888 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1536900 CPUtime=0
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 967874 1573785600 16057 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0

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

/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 228 0 0 0 2 0 0 0 16 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 115 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 84 0 0 0 1 0 0 0 16 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 278 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1540000 CPUtime=0.78
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 1095 0 0 0 77 1 0 0 15 0 19 0 967875 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1540000 CPUtime=0.31
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 792 0 0 0 31 0 0 0 15 0 19 0 967877 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1540000 CPUtime=0.89
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 6278 0 0 0 88 1 0 0 15 0 19 0 967877 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 967877 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1576960000 17058 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 1540000

[startup+40.807 s]
/proc/loadavg: 2.05 2.00 1.92 4/215 5245
/proc/meminfo: memFree=32049864/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1540000 CPUtime=42.1
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 21522 0 1 0 4203 7 0 0 19 0 19 0 967873 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 385000 17063 1444 10 0 382303 0
[pid=5224/tid=5226] ppid=5222 vsize=1540000 CPUtime=39.85
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 11131 0 1 0 3983 2 0 0 17 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4109543014 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 228 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 55 0 0 0 2 0 0 0 16 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 84 0 0 0 1 0 0 0 16 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 278 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1540000 CPUtime=0.8
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 1099 0 0 0 79 1 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1540000 CPUtime=0.31
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 792 0 0 0 31 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1540000 CPUtime=0.92
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 6278 0 0 0 91 1 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.1
Current children cumulated vsize (KiB) 1540000

[startup+41.201 s]
/proc/loadavg: 2.05 2.00 1.92 4/215 5245
/proc/meminfo: memFree=32049864/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1540000 CPUtime=42.49
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 21522 0 1 0 4242 7 0 0 19 0 19 0 967873 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 385000 17063 1444 10 0 382303 0
[pid=5224/tid=5226] ppid=5222 vsize=1540000 CPUtime=40.24
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 11131 0 1 0 4022 2 0 0 18 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4159663918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 228 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 55 0 0 0 2 0 0 0 16 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 84 0 0 0 1 0 0 0 16 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 278 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1540000 CPUtime=0.8
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 1099 0 0 0 79 1 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1540000 CPUtime=0.31
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 792 0 0 0 31 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1540000 CPUtime=0.92
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 6278 0 0 0 91 1 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.49
Current children cumulated vsize (KiB) 1540000

[startup+41.301 s]
/proc/loadavg: 2.05 2.00 1.92 4/215 5245
/proc/meminfo: memFree=32049864/32951124 swapFree=67111528/67111528
[pid=5224] ppid=5222 vsize=1540000 CPUtime=42.59
/proc/5224/stat : 5224 (java) S 5222 5224 3791 0 -1 4202496 21523 0 1 0 4252 7 0 0 19 0 19 0 967873 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5224/statm: 385000 17063 1444 10 0 382303 0
[pid=5224/tid=5226] ppid=5222 vsize=1540000 CPUtime=40.33
/proc/5224/task/5226/stat : 5226 (java) R 5222 5224 3791 0 -1 4202560 11132 0 1 0 4031 2 0 0 18 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4109542917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5224/tid=5227] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5227/stat : 5227 (java) S 5222 5224 3791 0 -1 4202560 228 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5228] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5228/stat : 5228 (java) S 5222 5224 3791 0 -1 4202560 164 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5229] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5229/stat : 5229 (java) S 5222 5224 3791 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5230] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5230/stat : 5230 (java) S 5222 5224 3791 0 -1 4202560 55 0 0 0 2 0 0 0 16 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 3 0 0 0
[pid=5224/tid=5231] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5231/stat : 5231 (java) S 5222 5224 3791 0 -1 4202560 9 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5232] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5232/stat : 5232 (java) S 5222 5224 3791 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5233] ppid=5222 vsize=1540000 CPUtime=0.01
/proc/5224/task/5233/stat : 5233 (java) S 5222 5224 3791 0 -1 4202560 221 0 0 0 1 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5234] ppid=5222 vsize=1540000 CPUtime=0.02
/proc/5224/task/5234/stat : 5234 (java) S 5222 5224 3791 0 -1 4202560 278 0 0 0 2 0 0 0 15 0 19 0 967874 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
[pid=5224/tid=5235] ppid=5222 vsize=1540000 CPUtime=0.81
/proc/5224/task/5235/stat : 5235 (java) S 5222 5224 3791 0 -1 4202560 1099 0 0 0 80 1 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 0 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5236] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5236/stat : 5236 (java) S 5222 5224 3791 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5237] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5237/stat : 5237 (java) S 5222 5224 3791 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 967875 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5238] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5238/stat : 5238 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5239] ppid=5222 vsize=1540000 CPUtime=0.31
/proc/5224/task/5239/stat : 5239 (java) S 5222 5224 3791 0 -1 4202560 792 0 0 0 31 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5240] ppid=5222 vsize=1540000 CPUtime=0.92
/proc/5224/task/5240/stat : 5240 (java) S 5222 5224 3791 0 -1 4202560 6278 0 0 0 91 1 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 1 0 0 0
[pid=5224/tid=5241] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5241/stat : 5241 (java) S 5222 5224 3791 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 5 0 0 0
[pid=5224/tid=5242] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5242/stat : 5242 (java) S 5222 5224 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 967877 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 0 0 0 0
[pid=5224/tid=5243] ppid=5222 vsize=1540000 CPUtime=0
/proc/5224/task/5243/stat : 5243 (java) S 5222 5224 3791 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 967889 1576960000 17063 4089446400 134512640 134550932 4294176912 18446744073709551615 4294960144 0 4 0 16800975 18446604471134123200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 1540000

Child status: 30
Real time (s): 41.335
CPU time (s): 42.6405
CPU user time (s): 42.5615
CPU system time (s): 0.078987
CPU usage (%): 103.158
Max. virtual memory (cumulated for all children) (KiB): 1544008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5615
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21537
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= 3087
involuntary context switches= 12090

runsolver used 0.084987 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-05 12:59:14
IDJOB=2698734
IDBENCH=79253
IDSOLVER=1211
FILE ID=node139/2698734-1278327554
PBS_JOBID= 11207424
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698734-1278327554/watcher-2698734-1278327554 -o /tmp/evaluation-result-2698734-1278327554/solver-2698734-1278327554 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698734-1278327554.wbo

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=1641022133

node139.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32111508 kB
Buffers:         26544 kB
Cached:         324584 kB
SwapCached:          0 kB
Active:         469336 kB
Inactive:       268232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32111508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      385724 kB
Mapped:          20352 kB
Slab:            36316 kB
PageTables:       5688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1646120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node139 at 2010-07-05 12:59:55