Trace number 2698615

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 37.3493 36.0387

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
MD5SUM720f64c2f6f2c9ea73cb79f37d5ddc49
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.765882
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 1246
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698615-1278327321.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
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.29/0.24	c SATISFIABLE
0.29/0.24	c OPTIMIZING...
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.146
0.29/0.24	o 785
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.225
0.60/0.32	o 701
0.60/0.34	c Got one! Elapsed wall clock time (in seconds):0.242
0.60/0.34	o 477
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.60/0.37	o 451
0.60/0.38	c Got one! Elapsed wall clock time (in seconds):0.285
0.60/0.38	o 411
0.78/0.40	c Got one! Elapsed wall clock time (in seconds):0.306
0.78/0.40	o 334
0.91/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
0.91/0.58	o 316
1.04/0.63	c Got one! Elapsed wall clock time (in seconds):0.536
1.04/0.63	o 289
1.04/0.68	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.16/0.72	c Got one! Elapsed wall clock time (in seconds):0.627
1.16/0.72	o 282
1.36/0.91	c Got one! Elapsed wall clock time (in seconds):0.811
1.36/0.91	o 263
1.36/1.00	c Got one! Elapsed wall clock time (in seconds):0.901
1.36/1.00	o 230
1.50/1.02	c Got one! Elapsed wall clock time (in seconds):0.928
1.50/1.02	o 226
1.50/1.06	c cleaning 4251 clauses out of 8505 with flag 11000/11000
1.89/1.42	c Got one! Elapsed wall clock time (in seconds):1.322
1.89/1.42	o 225
1.89/1.49	c cleaning 5624 clauses out of 11256 with flag 18002/18002
2.10/1.65	c Got one! Elapsed wall clock time (in seconds):1.552
2.10/1.65	o 213
2.30/1.86	c Got one! Elapsed wall clock time (in seconds):1.767
2.30/1.86	o 205
2.41/1.99	c cleaning 6811 clauses out of 13630 with flag 26000/26000
2.52/2.06	c Got one! Elapsed wall clock time (in seconds):1.964
2.52/2.06	o 186
2.63/2.19	c Got one! Elapsed wall clock time (in seconds):2.096
2.63/2.19	o 181
3.06/2.56	c cleaning 7904 clauses out of 15819 with flag 35000/35000
3.37/2.83	c Got one! Elapsed wall clock time (in seconds):2.728
3.37/2.83	o 174
3.80/3.26	c cleaning 8952 clauses out of 17915 with flag 45000/45000
3.92/3.37	c Got one! Elapsed wall clock time (in seconds):3.273
3.92/3.37	o 169
4.41/3.89	c Got one! Elapsed wall clock time (in seconds):3.788
4.41/3.89	o 162
4.51/3.92	c cleaning 9481 clauses out of 18965 with flag 55002/55002
5.11/4.51	c cleaning 9738 clauses out of 19483 with flag 65001/65001
5.31/4.72	c Got one! Elapsed wall clock time (in seconds):4.623
5.31/4.72	o 151
5.71/5.14	c cleaning 9870 clauses out of 19746 with flag 75002/75002
6.31/5.78	c cleaning 9931 clauses out of 19874 with flag 85000/85000
7.01/6.42	c cleaning 9968 clauses out of 19947 with flag 95004/95004
7.21/6.66	c Got one! Elapsed wall clock time (in seconds):6.561
7.21/6.66	o 138
7.61/7.06	c cleaning 9982 clauses out of 19978 with flag 105003/105003
7.71/7.17	c Got one! Elapsed wall clock time (in seconds):7.076
7.71/7.17	o 132
8.21/7.63	c cleaning 9995 clauses out of 19993 with flag 115000/115000
8.91/8.38	c cleaning 9990 clauses out of 19999 with flag 125001/125001
9.42/8.82	c Got one! Elapsed wall clock time (in seconds):8.722
9.42/8.82	o 122
9.51/8.97	c cleaning 10006 clauses out of 20015 with flag 135007/135007
10.21/9.69	c cleaning 9991 clauses out of 20002 with flag 145000/145000
10.60/9.88	c Got one! Elapsed wall clock time (in seconds):9.779
10.60/9.88	o 116
11.18/10.31	c cleaning 10003 clauses out of 20012 with flag 155001/155001
11.58/10.74	c Got one! Elapsed wall clock time (in seconds):10.648
11.58/10.74	o 98
11.79/10.96	c cleaning 10000 clauses out of 20009 with flag 165001/165001
12.39/11.58	c cleaning 10003 clauses out of 20008 with flag 175000/175000
13.19/12.34	c cleaning 9997 clauses out of 20005 with flag 185000/185000
13.90/13.02	c cleaning 10001 clauses out of 20009 with flag 195001/195001
14.59/13.73	c cleaning 9988 clauses out of 20007 with flag 205000/205000
14.90/14.01	c Got one! Elapsed wall clock time (in seconds):13.918
14.90/14.02	o 89
15.21/14.35	c cleaning 10005 clauses out of 20020 with flag 215001/215001
15.61/14.77	c Got one! Elapsed wall clock time (in seconds):14.673
15.61/14.77	o 68
15.93/14.95	c cleaning 10001 clauses out of 20014 with flag 225000/225000
16.37/15.27	c Got one! Elapsed wall clock time (in seconds):15.172
16.37/15.27	o 54
16.73/15.53	c cleaning 10002 clauses out of 20015 with flag 235002/235002
17.23/16.05	c cleaning 10001 clauses out of 20013 with flag 245002/245002
17.43/16.21	c Got one! Elapsed wall clock time (in seconds):16.111
17.43/16.21	o 46
17.83/16.61	c cleaning 10002 clauses out of 20012 with flag 255002/255002
18.33/17.13	c cleaning 10001 clauses out of 20008 with flag 265000/265000
18.53/17.37	c Got one! Elapsed wall clock time (in seconds):17.268
18.53/17.37	o 39
18.93/17.71	c cleaning 10000 clauses out of 20007 with flag 275000/275000
19.43/18.24	c cleaning 10000 clauses out of 20007 with flag 285000/285000
19.94/18.77	c cleaning 9999 clauses out of 20008 with flag 295001/295001
20.33/19.11	c Got one! Elapsed wall clock time (in seconds):19.011
20.33/19.11	o 36
20.53/19.31	c cleaning 9998 clauses out of 20008 with flag 305000/305000
20.63/19.46	c Got one! Elapsed wall clock time (in seconds):19.368
20.63/19.46	o 30
21.04/19.83	c cleaning 9999 clauses out of 20011 with flag 315001/315001
21.04/19.88	c Got one! Elapsed wall clock time (in seconds):19.777
21.04/19.88	o 21
21.43/20.29	c cleaning 9998 clauses out of 20012 with flag 325001/325001
21.93/20.80	c cleaning 10001 clauses out of 20013 with flag 335000/335000
22.14/20.92	c Got one! Elapsed wall clock time (in seconds):20.821
22.14/20.92	o 18
22.43/21.28	c cleaning 10002 clauses out of 20012 with flag 345000/345000
22.93/21.79	c cleaning 10000 clauses out of 20011 with flag 355001/355001
23.33/22.16	c Got one! Elapsed wall clock time (in seconds):22.058
23.33/22.16	o 10
23.53/22.32	c cleaning 10004 clauses out of 20010 with flag 365000/365000
24.03/22.80	c cleaning 9996 clauses out of 20006 with flag 375000/375000
24.43/23.29	c cleaning 10003 clauses out of 20010 with flag 385000/385000
25.05/23.87	c cleaning 9999 clauses out of 20007 with flag 395000/395000
25.55/24.34	c cleaning 9996 clauses out of 20009 with flag 405001/405001
26.06/24.81	c cleaning 10002 clauses out of 20012 with flag 415000/415000
26.46/25.25	c cleaning 10001 clauses out of 20010 with flag 425000/425000
26.96/25.71	c cleaning 9999 clauses out of 20010 with flag 435001/435001
26.96/25.73	c Got one! Elapsed wall clock time (in seconds):25.628
26.96/25.73	o 9
27.37/26.19	c cleaning 10001 clauses out of 20012 with flag 445002/445002
27.87/26.68	c cleaning 10002 clauses out of 20009 with flag 455000/455000
28.37/27.17	c cleaning 10000 clauses out of 20008 with flag 465001/465001
28.87/27.64	c cleaning 9999 clauses out of 20008 with flag 475001/475001
29.27/28.08	c cleaning 10001 clauses out of 20010 with flag 485002/485002
29.77/28.54	c cleaning 10000 clauses out of 20008 with flag 495001/495001
30.17/28.98	c cleaning 9997 clauses out of 20007 with flag 505000/505000
30.67/29.41	c cleaning 10004 clauses out of 20011 with flag 515001/515001
30.98/29.80	c Got one! Elapsed wall clock time (in seconds):29.699
30.98/29.80	o 7
31.07/29.87	c cleaning 9995 clauses out of 20006 with flag 525000/525000
31.58/30.32	c cleaning 10002 clauses out of 20011 with flag 535000/535000
31.99/30.77	c cleaning 10004 clauses out of 20013 with flag 545004/545004
32.48/31.22	c cleaning 9996 clauses out of 20005 with flag 555000/555000
32.88/31.68	c cleaning 10001 clauses out of 20009 with flag 565000/565000
33.38/32.15	c cleaning 10004 clauses out of 20011 with flag 575003/575003
33.78/32.59	c cleaning 9996 clauses out of 20004 with flag 585000/585000
34.29/33.01	c cleaning 9998 clauses out of 20008 with flag 595000/595000
34.68/33.46	c cleaning 10001 clauses out of 20010 with flag 605000/605000
35.19/33.90	c cleaning 10002 clauses out of 20012 with flag 615003/615003
35.59/34.35	c cleaning 10000 clauses out of 20008 with flag 625001/625001
35.99/34.77	c cleaning 9996 clauses out of 20007 with flag 635000/635000
36.50/35.22	c cleaning 9999 clauses out of 20011 with flag 645000/645000
36.69/35.44	c Got one! Elapsed wall clock time (in seconds):35.338
36.69/35.44	o 2
37.01/35.74	c cleaning 10002 clauses out of 20010 with flag 655000/655000
37.32/36.01	c starts		: 192
37.32/36.01	c conflicts		: 661068
37.32/36.01	c decisions		: 1038437
37.32/36.01	c propagations		: 16738293
37.32/36.01	c inspects		: 174854848
37.32/36.01	c learnt literals	: 6
37.32/36.01	c learnt binary clauses	: 55
37.32/36.01	c learnt ternary clauses	: 441
37.32/36.01	c learnt clauses	: 661061
37.32/36.01	c ignored clauses	: 0
37.32/36.01	c root simplifications	: 0
37.32/36.01	c removed literals (reason simplification)	: 4718036
37.32/36.01	c reason swapping (by a shorter reason)	: 0
37.32/36.01	c Calls to reduceDB	: 67
37.32/36.01	c number of reductions to clauses (during analyze)	: 0
37.32/36.01	c number of learned constraints concerned by reduction	: 0
37.32/36.01	c number of learning phase by resolution	: 0
37.32/36.01	c number of learning phase by cutting planes	: 0
37.32/36.01	c speed (assignments/second)	: 2.9365426315789476E7
37.32/36.01	c non guided choices	2183
37.32/36.01	c learnt constraints type 
37.32/36.01	c constraints type 
37.32/36.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
37.32/36.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
37.32/36.01	s OPTIMUM FOUND
37.32/36.01	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 
37.32/36.01	c objective function=2
37.32/36.01	c Total wall clock time (in seconds): 35.91

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-2698615-1278327321/watcher-2698615-1278327321 -o /tmp/evaluation-result-2698615-1278327321/solver-2698615-1278327321 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698615-1278327321.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.92 1.98 1.91 3/196 5080
/proc/meminfo: memFree=32197672/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=13164 CPUtime=0
/proc/5080/stat : 5080 (java) R 5078 5080 3791 0 -1 4194304 910 0 0 0 0 0 0 0 20 0 1 0 944618 13479936 414 4089446400 134512640 134550932 4292296912 18446744073709551615 7337595 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5080/statm: 3291 419 143 10 0 1121 0

[startup+0.0608479 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 5080
/proc/meminfo: memFree=32197672/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1528556 CPUtime=0.05
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 4138 0 1 0 4 1 0 0 20 0 18 0 944618 1565241344 3577 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 382139 3577 1081 10 0 379442 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528556

[startup+0.100841 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 5080
/proc/meminfo: memFree=32197672/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1530284 CPUtime=0.11
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 5210 0 1 0 10 1 0 0 20 0 18 0 944618 1567010816 4645 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 382571 4645 1345 10 0 379874 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530284

[startup+0.300796 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 5080
/proc/meminfo: memFree=32197672/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1533960 CPUtime=0.6
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 7143 0 1 0 58 2 0 0 20 0 19 0 944618 1570775040 6405 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 383490 6406 1420 10 0 380793 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533960

[startup+0.700727 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 5080
/proc/meminfo: memFree=32197672/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1533960 CPUtime=1.16
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 10333 0 1 0 114 2 0 0 20 0 19 0 944618 1570775040 9530 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 383490 9530 1439 10 0 380793 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533960

[startup+1.50057 s]
/proc/loadavg: 1.92 1.98 1.91 4/215 5099
/proc/meminfo: memFree=32165536/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1533960 CPUtime=2
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 11980 0 1 0 198 2 0 0 20 0 19 0 944618 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 383490 11175 1439 10 0 380793 0
[pid=5080/tid=5082] ppid=5078 vsize=1533960 CPUtime=1.44
/proc/5080/task/5082/stat : 5082 (java) S 5078 5080 3791 0 -1 4202560 7829 0 1 0 143 1 0 0 25 0 19 0 944619 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11175 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11177 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 469 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11183 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11190 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 11196 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1533960 CPUtime=0.02
/proc/5080/task/5091/stat : 5091 (java) R 5078 5080 3791 0 -1 4202560 387 0 0 0 2 0 0 0 15 0 19 0 944620 1570775040 11204 4089446400 134512640 134550932 4292296912 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 11211 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 11218 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 11227 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1533960 CPUtime=0.25
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1052 0 0 0 25 0 0 0 15 0 19 0 944623 1570775040 11236 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1533960 CPUtime=0.25
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 978 0 0 0 25 0 0 0 15 0 19 0 944623 1570775040 11246 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 11255 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944623 1570775040 11264 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1570775040 11274 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533960

[startup+3.10131 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 5099
/proc/meminfo: memFree=32157724/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1533960 CPUtime=3.69
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 13490 0 1 0 367 2 0 0 20 0 19 0 944618 1570775040 12683 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 383490 12684 1442 10 0 380793 0
[pid=5080/tid=5082] ppid=5078 vsize=1533960 CPUtime=3.02
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 8954 0 1 0 301 1 0 0 25 0 19 0 944619 1570775040 12684 4089446400 134512640 134550932 4292296912 18446744073709551615 4108840791 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 532 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 12685 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 19 0 944620 1570775040 12686 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1533960 CPUtime=0.04
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 546 0 0 0 4 0 0 0 15 0 19 0 944620 1570775040 12686 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 12686 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 12686 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 12686 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1533960 CPUtime=0.31
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1061 0 0 0 31 0 0 0 15 0 19 0 944623 1570775040 12687 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1533960 CPUtime=0.28
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 987 0 0 0 28 0 0 0 16 0 19 0 944623 1570775040 12687 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 12687 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944623 1570775040 12687 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1570775040 12688 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1533960

[startup+6.30072 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 5099
/proc/meminfo: memFree=32145736/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1533960 CPUtime=6.91
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 15346 0 1 0 688 3 0 0 20 0 19 0 944618 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 383490 14469 1442 10 0 380793 0
[pid=5080/tid=5082] ppid=5078 vsize=1533960 CPUtime=6.15
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 10624 0 1 0 614 1 0 0 20 0 19 0 944619 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4108821002 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 532 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1533960 CPUtime=0.09
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 724 0 0 0 9 0 0 0 15 0 19 0 944620 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1533960 CPUtime=0.33
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1064 0 0 0 33 0 0 0 15 0 19 0 944623 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1533960 CPUtime=0.28
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 987 0 0 0 28 0 0 0 16 0 19 0 944623 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944623 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1533960 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1570775040 14469 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1533960

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 5099
/proc/meminfo: memFree=32138220/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1540296 CPUtime=13.6
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 18279 0 1 0 1357 3 0 0 20 0 19 0 944618 1577263104 16417 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 385074 16417 1442 10 0 382377 0
[pid=5080/tid=5082] ppid=5078 vsize=1540296 CPUtime=12.43
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 10636 0 1 0 1241 2 0 0 20 0 19 0 944619 1577263104 16417 4089446400 134512640 134550932 4292296912 18446744073709551615 4108866256 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1540296 CPUtime=0
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 117 0 0 0 0 0 0 0 16 0 19 0 944620 1577263104 16417 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0

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

/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 132 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1540072 CPUtime=0.7
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 1090 0 0 0 69 1 0 0 16 0 19 0 944620 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1540072 CPUtime=0.39
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1071 0 0 0 39 0 0 0 15 0 19 0 944623 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1540072 CPUtime=0.86
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 6350 0 0 0 86 0 0 0 15 0 19 0 944623 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944623 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 2 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1577033728 16700 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.4
Current children cumulated vsize (KiB) 1540072

[startup+35.5013 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 5100
/proc/meminfo: memFree=32137880/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1540072 CPUtime=36.81
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 21459 0 1 0 3675 6 0 0 20 0 19 0 944618 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 385018 16709 1444 10 0 382321 0
[pid=5080/tid=5082] ppid=5078 vsize=1540072 CPUtime=34.65
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 10684 0 1 0 3463 2 0 0 18 0 19 0 944619 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4108825879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 132 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1540072 CPUtime=0.71
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 1098 0 0 0 70 1 0 0 16 0 19 0 944620 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1540072 CPUtime=0.41
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1071 0 0 0 41 0 0 0 16 0 19 0 944623 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1540072 CPUtime=0.86
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 6350 0 0 0 86 0 0 0 15 0 19 0 944623 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944623 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 2 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1577033728 16709 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.81
Current children cumulated vsize (KiB) 1540072

[startup+35.9012 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 5100
/proc/meminfo: memFree=32137880/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1540072 CPUtime=37.22
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 21476 0 1 0 3716 6 0 0 20 0 19 0 944618 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 385018 16725 1444 10 0 382321 0
[pid=5080/tid=5082] ppid=5078 vsize=1540072 CPUtime=35.03
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 10685 0 1 0 3501 2 0 0 18 0 19 0 944619 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4108868638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 118 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 132 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1540072 CPUtime=0.72
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 1114 0 0 0 71 1 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1540072 CPUtime=0.42
/proc/5080/task/5095/stat : 5095 (java) S 5078 5080 3791 0 -1 4202560 1071 0 0 0 42 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1540072 CPUtime=0.86
/proc/5080/task/5096/stat : 5096 (java) S 5078 5080 3791 0 -1 4202560 6350 0 0 0 86 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 2 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.22
Current children cumulated vsize (KiB) 1540072

[startup+36.0012 s]
/proc/loadavg: 1.95 1.98 1.91 3/215 5100
/proc/meminfo: memFree=32137880/32951124 swapFree=67111528/67111528
[pid=5080] ppid=5078 vsize=1540072 CPUtime=37.32
/proc/5080/stat : 5080 (java) S 5078 5080 3791 0 -1 4202496 21476 0 1 0 3726 6 0 0 20 0 19 0 944618 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5080/statm: 385018 16725 1444 10 0 382321 0
[pid=5080/tid=5082] ppid=5078 vsize=1540072 CPUtime=35.13
/proc/5080/task/5082/stat : 5082 (java) R 5078 5080 3791 0 -1 4202560 10685 0 1 0 3511 2 0 0 18 0 19 0 944619 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 8793683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5080/tid=5083] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5083/stat : 5083 (java) S 5078 5080 3791 0 -1 4202560 118 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5084] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5084/stat : 5084 (java) S 5078 5080 3791 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 7 0 0 0
[pid=5080/tid=5085] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5085/stat : 5085 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5086] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5086/stat : 5086 (java) S 5078 5080 3791 0 -1 4202560 42 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5087] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5087/stat : 5087 (java) S 5078 5080 3791 0 -1 4202560 132 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5088] ppid=5078 vsize=1540072 CPUtime=0.01
/proc/5080/task/5088/stat : 5088 (java) S 5078 5080 3791 0 -1 4202560 635 0 0 0 1 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5089] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5089/stat : 5089 (java) S 5078 5080 3791 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 5 0 0 0
[pid=5080/tid=5090] ppid=5078 vsize=1540072 CPUtime=0.02
/proc/5080/task/5090/stat : 5090 (java) S 5078 5080 3791 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
[pid=5080/tid=5091] ppid=5078 vsize=1540072 CPUtime=0.72
/proc/5080/task/5091/stat : 5091 (java) S 5078 5080 3791 0 -1 4202560 1114 0 0 0 71 1 0 0 16 0 19 0 944620 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 0 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5092] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5092/stat : 5092 (java) S 5078 5080 3791 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5093] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5093/stat : 5093 (java) S 5078 5080 3791 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 944621 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5094] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5094/stat : 5094 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5095] ppid=5078 vsize=1540072 CPUtime=0.42
/proc/5080/task/5095/stat : 5095 (java) R 5078 5080 3791 0 -1 4202560 1071 0 0 0 42 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 103827411 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5080/tid=5096] ppid=5078 vsize=1540072 CPUtime=0.86
/proc/5080/task/5096/stat : 5096 (java) R 5078 5080 3791 0 -1 4202560 6350 0 0 0 86 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5080/tid=5097] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5097/stat : 5097 (java) S 5078 5080 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 1 0 0 0
[pid=5080/tid=5098] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5098/stat : 5098 (java) S 5078 5080 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944623 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 2 0 0 0
[pid=5080/tid=5099] ppid=5078 vsize=1540072 CPUtime=0
/proc/5080/task/5099/stat : 5099 (java) S 5078 5080 3791 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 944635 1577033728 16725 4089446400 134512640 134550932 4292296912 18446744073709551615 4294960144 0 4 0 16800975 18446604471145056128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.32
Current children cumulated vsize (KiB) 1540072

Child status: 30
Real time (s): 36.0387
CPU time (s): 37.3493
CPU user time (s): 37.2823
CPU system time (s): 0.066989
CPU usage (%): 103.637
Max. virtual memory (cumulated for all children) (KiB): 1546568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.2823
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21488
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= 2826
involuntary context switches= 6965

runsolver used 0.069989 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-05 12:55:21
IDJOB=2698615
IDBENCH=79194
IDSOLVER=1211
FILE ID=node139/2698615-1278327321
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.1110973364--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-2698615-1278327321/watcher-2698615-1278327321 -o /tmp/evaluation-result-2698615-1278327321/solver-2698615-1278327321 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698615-1278327321.wbo

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

MD5SUM BENCH= 720f64c2f6f2c9ea73cb79f37d5ddc49
RANDOM SEED=2013488725

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:      32198324 kB
Buffers:         25944 kB
Cached:         324724 kB
SwapCached:          0 kB
Active:         383904 kB
Inactive:       267664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32198324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:      301100 kB
Mapped:          20292 kB
Slab:            36336 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644540 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:55:57