Trace number 2698663

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 65.868 64.3709

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-0-100-0.wbo
MD5SUM603b2ea4eb6e4b400f8febe44a5c96d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.620904
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2698663-1278327385.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.054s.
0.10/0.15	c #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/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.137
0.29/0.24	o 648
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.29/0.28	o 382
0.76/0.49	c Got one! Elapsed wall clock time (in seconds):0.395
0.76/0.49	o 371
0.88/0.53	c Got one! Elapsed wall clock time (in seconds):0.434
0.88/0.53	o 359
0.88/0.56	c Got one! Elapsed wall clock time (in seconds):0.457
0.88/0.56	o 336
0.88/0.59	c Got one! Elapsed wall clock time (in seconds):0.492
0.88/0.59	o 334
1.02/0.68	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.15/0.77	c Got one! Elapsed wall clock time (in seconds):0.668
1.15/0.77	o 323
1.15/0.79	c Got one! Elapsed wall clock time (in seconds):0.692
1.15/0.79	o 310
1.25/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.25/0.83	o 279
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.772
1.25/0.87	o 262
1.45/1.10	c cleaning 4252 clauses out of 8503 with flag 11002/11002
1.97/1.59	c cleaning 5619 clauses out of 11249 with flag 18000/18000
2.17/1.79	c Got one! Elapsed wall clock time (in seconds):1.694
2.17/1.79	o 240
2.58/2.14	c cleaning 6813 clauses out of 13630 with flag 26000/26000
3.19/2.71	c Got one! Elapsed wall clock time (in seconds):2.608
3.19/2.71	o 203
3.29/2.82	c cleaning 7906 clauses out of 15817 with flag 35000/35000
3.89/3.48	c Got one! Elapsed wall clock time (in seconds):3.381
3.89/3.48	o 202
3.99/3.53	c cleaning 8951 clauses out of 17911 with flag 45000/45000
4.20/3.77	c Got one! Elapsed wall clock time (in seconds):3.671
4.20/3.77	o 165
4.70/4.28	c cleaning 9474 clauses out of 18960 with flag 55000/55000
5.51/5.05	c cleaning 9739 clauses out of 19487 with flag 65001/65001
6.41/5.97	c cleaning 9869 clauses out of 19748 with flag 75001/75001
6.71/6.26	c Got one! Elapsed wall clock time (in seconds):6.162
6.71/6.26	o 162
7.21/6.73	c cleaning 9934 clauses out of 19879 with flag 85001/85001
7.91/7.46	c cleaning 9969 clauses out of 19944 with flag 95000/95000
8.81/8.38	c cleaning 9986 clauses out of 19978 with flag 105003/105003
9.61/9.17	c cleaning 9987 clauses out of 19990 with flag 115001/115001
10.51/10.05	c cleaning 9993 clauses out of 20002 with flag 125000/125000
11.31/10.88	c cleaning 9996 clauses out of 20010 with flag 135001/135001
12.01/11.57	c cleaning 10001 clauses out of 20013 with flag 145000/145000
12.82/12.32	c cleaning 10001 clauses out of 20013 with flag 155001/155001
13.12/12.61	c Got one! Elapsed wall clock time (in seconds):12.51
13.12/12.61	o 144
13.52/13.00	c cleaning 10001 clauses out of 20011 with flag 165000/165000
14.23/13.75	c cleaning 10001 clauses out of 20011 with flag 175001/175001
14.93/14.47	c cleaning 9996 clauses out of 20009 with flag 185000/185000
15.73/15.21	c cleaning 10008 clauses out of 20017 with flag 195004/195004
16.53/16.03	c cleaning 9998 clauses out of 20005 with flag 205000/205000
17.04/16.56	c Got one! Elapsed wall clock time (in seconds):16.458
17.04/16.56	o 142
17.27/16.77	c cleaning 9998 clauses out of 20007 with flag 215000/215000
17.98/17.48	c cleaning 9993 clauses out of 20010 with flag 225001/225001
18.88/18.30	c cleaning 10005 clauses out of 20017 with flag 235001/235001
19.68/19.13	c cleaning 10002 clauses out of 20011 with flag 245000/245000
20.39/19.83	c cleaning 10000 clauses out of 20009 with flag 255000/255000
20.59/20.05	c Got one! Elapsed wall clock time (in seconds):19.951
20.59/20.05	o 141
21.00/20.47	c cleaning 10000 clauses out of 20009 with flag 265000/265000
21.71/21.13	c cleaning 10001 clauses out of 20009 with flag 275000/275000
22.31/21.72	c cleaning 10000 clauses out of 20009 with flag 285001/285001
22.91/22.33	c cleaning 10000 clauses out of 20008 with flag 295000/295000
23.51/23.00	c cleaning 10001 clauses out of 20009 with flag 305001/305001
24.31/23.78	c cleaning 10000 clauses out of 20008 with flag 315001/315001
25.11/24.54	c cleaning 9995 clauses out of 20007 with flag 325000/325000
25.82/25.25	c cleaning 10001 clauses out of 20013 with flag 335001/335001
26.02/25.43	c Got one! Elapsed wall clock time (in seconds):25.332
26.02/25.43	o 127
26.42/25.89	c cleaning 10001 clauses out of 20011 with flag 345000/345000
27.12/26.54	c cleaning 9997 clauses out of 20010 with flag 355000/355000
27.42/26.82	c Got one! Elapsed wall clock time (in seconds):26.718
27.42/26.82	o 118
27.72/27.18	c cleaning 10001 clauses out of 20014 with flag 365001/365001
28.43/27.86	c cleaning 10000 clauses out of 20012 with flag 375000/375000
29.03/28.48	c cleaning 10003 clauses out of 20013 with flag 385001/385001
29.76/29.12	c cleaning 10001 clauses out of 20009 with flag 395000/395000
30.19/29.44	c Got one! Elapsed wall clock time (in seconds):29.34
30.19/29.44	o 109
30.50/29.78	c cleaning 10003 clauses out of 20009 with flag 405001/405001
31.50/30.53	c cleaning 9999 clauses out of 20006 with flag 415001/415001
32.11/31.11	c cleaning 9998 clauses out of 20006 with flag 425000/425000
32.70/31.79	c cleaning 9998 clauses out of 20012 with flag 435004/435004
33.43/32.41	c cleaning 10001 clauses out of 20010 with flag 445000/445000
33.74/32.78	c Got one! Elapsed wall clock time (in seconds):32.676
33.74/32.78	o 103
34.04/33.05	c cleaning 9996 clauses out of 20011 with flag 455002/455002
34.74/33.72	c cleaning 10001 clauses out of 20013 with flag 465000/465000
35.44/34.47	c cleaning 9997 clauses out of 20012 with flag 475000/475000
36.26/35.24	c cleaning 10003 clauses out of 20015 with flag 485000/485000
36.95/35.93	c cleaning 10003 clauses out of 20013 with flag 495001/495001
37.55/36.50	c Got one! Elapsed wall clock time (in seconds):36.401
37.55/36.50	o 99
37.75/36.64	c cleaning 9999 clauses out of 20009 with flag 505000/505000
38.65/37.36	c cleaning 10000 clauses out of 20010 with flag 515000/515000
39.35/38.07	c cleaning 9998 clauses out of 20010 with flag 525000/525000
40.06/38.78	c cleaning 10003 clauses out of 20014 with flag 535002/535002
40.66/39.38	c cleaning 9993 clauses out of 20009 with flag 545000/545000
40.87/39.53	c Got one! Elapsed wall clock time (in seconds):39.426
40.87/39.53	o 80
41.36/40.00	c cleaning 10003 clauses out of 20016 with flag 555000/555000
41.97/40.68	c cleaning 9999 clauses out of 20013 with flag 565000/565000
42.57/41.22	c cleaning 10004 clauses out of 20015 with flag 575001/575001
43.18/41.88	c cleaning 9999 clauses out of 20011 with flag 585001/585001
43.28/41.95	c Got one! Elapsed wall clock time (in seconds):41.854
43.28/41.95	o 58
43.82/42.49	c cleaning 10003 clauses out of 20014 with flag 595003/595003
44.52/43.14	c cleaning 10000 clauses out of 20009 with flag 605001/605001
45.02/43.68	c cleaning 9996 clauses out of 20008 with flag 615000/615000
45.62/44.29	c cleaning 10002 clauses out of 20014 with flag 625002/625002
46.22/44.87	c cleaning 10001 clauses out of 20011 with flag 635001/635001
46.82/45.46	c cleaning 9993 clauses out of 20009 with flag 645000/645000
47.53/46.11	c cleaning 10003 clauses out of 20018 with flag 655002/655002
47.73/46.35	c Got one! Elapsed wall clock time (in seconds):46.246
47.73/46.35	o 46
48.03/46.68	c cleaning 10005 clauses out of 20015 with flag 665002/665002
48.64/47.29	c cleaning 9998 clauses out of 20010 with flag 675002/675002
49.24/47.80	c cleaning 10000 clauses out of 20010 with flag 685000/685000
49.75/48.35	c cleaning 10002 clauses out of 20012 with flag 695002/695002
50.34/48.91	c cleaning 9997 clauses out of 20008 with flag 705000/705000
50.85/49.43	c cleaning 10004 clauses out of 20013 with flag 715002/715002
51.45/50.09	c cleaning 9998 clauses out of 20008 with flag 725001/725001
51.95/50.56	c Got one! Elapsed wall clock time (in seconds):50.457
51.95/50.56	o 44
52.05/50.66	c cleaning 10003 clauses out of 20013 with flag 735004/735004
52.65/51.20	c cleaning 9999 clauses out of 20006 with flag 745000/745000
52.95/51.53	c Got one! Elapsed wall clock time (in seconds):51.426
52.95/51.53	o 28
53.16/51.74	c cleaning 10000 clauses out of 20007 with flag 755000/755000
53.76/52.35	c cleaning 10001 clauses out of 20007 with flag 765000/765000
54.36/52.98	c cleaning 10000 clauses out of 20006 with flag 775000/775000
54.76/53.38	c Got one! Elapsed wall clock time (in seconds):53.279
54.76/53.38	o 26
54.86/53.42	c cleaning 10002 clauses out of 20009 with flag 785003/785003
55.37/53.96	c cleaning 9999 clauses out of 20006 with flag 795002/795002
55.87/54.47	c cleaning 10000 clauses out of 20006 with flag 805001/805001
56.38/54.96	c cleaning 9995 clauses out of 20005 with flag 815000/815000
56.87/55.47	c cleaning 10001 clauses out of 20011 with flag 825001/825001
57.49/56.04	c cleaning 9998 clauses out of 20009 with flag 835000/835000
57.98/56.53	c cleaning 10001 clauses out of 20012 with flag 845001/845001
58.19/56.72	c Got one! Elapsed wall clock time (in seconds):56.624
58.19/56.72	o 2
58.49/57.00	c cleaning 10003 clauses out of 20010 with flag 855000/855000
58.99/57.51	c cleaning 9998 clauses out of 20007 with flag 865000/865000
59.39/57.96	c cleaning 9999 clauses out of 20009 with flag 875000/875000
59.89/58.44	c cleaning 10004 clauses out of 20013 with flag 885003/885003
60.29/58.89	c cleaning 9999 clauses out of 20008 with flag 895002/895002
60.80/59.37	c cleaning 9999 clauses out of 20007 with flag 905000/905000
61.29/59.88	c cleaning 10000 clauses out of 20009 with flag 915001/915001
61.79/60.35	c cleaning 9999 clauses out of 20008 with flag 925000/925000
62.30/60.81	c cleaning 10001 clauses out of 20012 with flag 935003/935003
62.40/60.92	c Got one! Elapsed wall clock time (in seconds):60.819
62.40/60.92	o 1
62.80/61.32	c cleaning 9996 clauses out of 20008 with flag 945000/945000
63.21/61.79	c cleaning 10001 clauses out of 20012 with flag 955000/955000
63.72/62.27	c cleaning 10002 clauses out of 20013 with flag 965002/965002
64.22/62.72	c cleaning 10004 clauses out of 20015 with flag 975006/975006
64.62/63.18	c cleaning 9999 clauses out of 20007 with flag 985002/985002
65.12/63.69	c cleaning 9996 clauses out of 20006 with flag 995000/995000
65.73/64.20	c cleaning 10001 clauses out of 20009 with flag 1005000/1005000
65.84/64.31	c starts		: 201
65.84/64.31	c conflicts		: 1007638
65.84/64.31	c decisions		: 1568086
65.84/64.31	c propagations		: 29019815
65.84/64.31	c inspects		: 292356450
65.84/64.31	c learnt literals	: 6
65.84/64.31	c learnt binary clauses	: 68
65.84/64.31	c learnt ternary clauses	: 965
65.84/64.31	c learnt clauses	: 1007631
65.84/64.31	c ignored clauses	: 0
65.84/64.31	c root simplifications	: 0
65.84/64.31	c removed literals (reason simplification)	: 6365133
65.84/64.31	c reason swapping (by a shorter reason)	: 0
65.84/64.31	c Calls to reduceDB	: 102
65.84/64.31	c number of reductions to clauses (during analyze)	: 0
65.84/64.31	c number of learned constraints concerned by reduction	: 0
65.84/64.31	c number of learning phase by resolution	: 0
65.84/64.31	c number of learning phase by cutting planes	: 0
65.84/64.31	c speed (assignments/second)	: 8555369.988207547
65.84/64.31	c non guided choices	1992
65.84/64.31	c learnt constraints type 
65.84/64.31	c constraints type 
65.84/64.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
65.84/64.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
65.84/64.31	s OPTIMUM FOUND
65.84/64.31	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 
65.84/64.31	c objective function=1
65.84/64.31	c Total wall clock time (in seconds): 64.212

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698663-1278327385/watcher-2698663-1278327385 -o /tmp/evaluation-result-2698663-1278327385/solver-2698663-1278327385 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698663-1278327385.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.97 1.98 1.91 3/196 4303
/proc/meminfo: memFree=32320040/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=444 CPUtime=0
/proc/4303/stat : 4303 (java) R 4301 4303 3855 0 -1 4194304 302 0 0 0 0 0 0 0 18 0 1 0 950753 454656 48 4089446400 134512640 134550932 4293337344 18446744073709551615 3347028 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4303/statm: 437 51 40 10 0 26 0

[startup+0.0209321 s]
/proc/loadavg: 1.97 1.98 1.91 3/196 4303
/proc/meminfo: memFree=32320040/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1523456 CPUtime=0
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 3391 0 1 0 0 0 0 0 17 0 10 0 950753 1560018944 2834 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 380864 2834 945 10 0 378174 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.103964 s]
/proc/loadavg: 1.97 1.98 1.91 3/196 4303
/proc/meminfo: memFree=32320040/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1530076 CPUtime=0.1
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 5228 0 1 0 10 0 0 0 17 0 18 0 950753 1566797824 4665 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 382519 4666 1347 10 0 379822 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530076

[startup+0.30091 s]
/proc/loadavg: 1.97 1.98 1.91 3/196 4303
/proc/meminfo: memFree=32320040/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=0.59
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 7061 0 1 0 58 1 0 0 17 0 19 0 950753 1571414016 6403 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 6403 1421 10 0 380949 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1534584

[startup+0.700838 s]
/proc/loadavg: 1.97 1.98 1.91 3/196 4303
/proc/meminfo: memFree=32320040/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=1.15
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 10640 0 1 0 113 2 0 0 17 0 19 0 950753 1571414016 9981 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 9981 1439 10 0 380949 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1534584

[startup+1.50073 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4322
/proc/meminfo: memFree=32285488/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=1.97
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 11816 0 1 0 195 2 0 0 17 0 19 0 950753 1571414016 11156 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 11157 1439 10 0 380949 0
[pid=4303/tid=4305] ppid=4301 vsize=1534584 CPUtime=1.45
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 7882 0 1 0 144 1 0 0 21 0 19 0 950753 1571414016 11157 4089446400 134512640 134550932 4293337344 18446744073709551615 4109726098 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11157 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11158 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11159 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11159 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11160 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11160 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11161 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 11161 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1534584 CPUtime=0.01
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 371 0 0 0 1 0 0 0 16 0 19 0 950755 1571414016 11161 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1571414016 11161 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1571414016 11161 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 11162 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1534584 CPUtime=0.28
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 1044 0 0 0 28 0 0 0 15 0 19 0 950758 1571414016 11162 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1534584 CPUtime=0.2
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 803 0 0 0 20 0 0 0 16 0 19 0 950758 1571414016 11162 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 11162 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950758 1571414016 11163 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1571414016 11163 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1534584

[startup+3.10146 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4322
/proc/meminfo: memFree=32276916/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=3.59
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 13643 0 1 0 357 2 0 0 17 0 19 0 950753 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 12978 1439 10 0 380949 0
[pid=4303/tid=4305] ppid=4301 vsize=1534584 CPUtime=3.01
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 9290 0 1 0 300 1 0 0 25 0 19 0 950753 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4109628844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1534584 CPUtime=0.04
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 546 0 0 0 4 0 0 0 16 0 19 0 950755 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1534584 CPUtime=0.28
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 1045 0 0 0 28 0 0 0 15 0 19 0 950758 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1534584 CPUtime=0.22
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 807 0 0 0 22 0 0 0 15 0 19 0 950758 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950758 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1571414016 12978 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1534584

[startup+6.30082 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4322
/proc/meminfo: memFree=32267248/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=6.81
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 16343 0 1 0 678 3 0 0 17 0 19 0 950753 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 15673 1439 10 0 380949 0
[pid=4303/tid=4305] ppid=4301 vsize=1534584 CPUtime=6.17
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 11488 0 1 0 615 2 0 0 25 0 19 0 950753 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4109685055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1534584 CPUtime=0.08
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 767 0 0 0 8 0 0 0 16 0 19 0 950755 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1534584 CPUtime=0.28
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 1045 0 0 0 28 0 0 0 15 0 19 0 950758 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1534584 CPUtime=0.22
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 807 0 0 0 22 0 0 0 15 0 19 0 950758 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950758 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1571414016 15673 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1534584

[startup+12.7006 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4322
/proc/meminfo: memFree=32261336/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1534584 CPUtime=13.22
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 16634 0 1 0 1319 3 0 0 17 0 19 0 950753 1571414016 15956 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 383646 15956 1440 10 0 380949 0
[pid=4303/tid=4305] ppid=4301 vsize=1534584 CPUtime=12.47
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 11663 0 1 0 1245 2 0 0 25 0 19 0 950753 1571414016 15956 4089446400 134512640 134550932 4293337344 18446744073709551615 4109635999 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1534584 CPUtime=0
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 950754 1571414016 15956 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 5 0 0 0

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

/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 193 0 0 0 4 1 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 160 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 237 0 0 0 5 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 5 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 257 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1543064 CPUtime=1.11
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 1272 0 0 0 109 2 0 0 15 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1543064 CPUtime=0.7
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 4353 0 0 0 70 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1543064 CPUtime=0.58
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 3090 0 0 0 58 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 1543064

[startup+63.1014 s]
/proc/loadavg: 2.06 2.00 1.91 3/215 4324
/proc/meminfo: memFree=32226864/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1543064 CPUtime=64.62
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 23323 0 1 0 6450 12 0 0 17 0 19 0 950753 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 385766 19253 1442 10 0 383069 0
[pid=4303/tid=4305] ppid=4301 vsize=1543064 CPUtime=61.78
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 12327 0 1 0 6176 2 0 0 25 0 19 0 950753 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4109746028 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 193 0 0 0 4 1 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 130 0 0 0 3 0 0 0 16 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 160 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 93 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 237 0 0 0 5 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 5 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 257 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1543064 CPUtime=1.12
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 1272 0 0 0 110 2 0 0 15 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1543064 CPUtime=0.7
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 4353 0 0 0 70 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1543064 CPUtime=0.58
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 3090 0 0 0 58 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 950758 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1580097536 19253 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.62
Current children cumulated vsize (KiB) 1543064

[startup+63.9013 s]
/proc/loadavg: 2.06 2.00 1.91 3/215 4324
/proc/meminfo: memFree=32226740/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1543064 CPUtime=65.43
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 23328 0 1 0 6531 12 0 0 17 0 19 0 950753 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 385766 19256 1442 10 0 383069 0
[pid=4303/tid=4305] ppid=4301 vsize=1543064 CPUtime=62.55
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 12329 0 1 0 6253 2 0 0 25 0 19 0 950753 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4109641681 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 193 0 0 0 4 1 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 120 0 0 0 3 0 0 0 16 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 160 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 237 0 0 0 5 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 5 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 257 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1543064 CPUtime=1.14
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 1272 0 0 0 112 2 0 0 15 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1543064 CPUtime=0.7
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 4353 0 0 0 70 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1543064 CPUtime=0.58
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 3090 0 0 0 58 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.43
Current children cumulated vsize (KiB) 1543064

[startup+64.3012 s]
/proc/loadavg: 2.06 2.00 1.91 3/215 4324
/proc/meminfo: memFree=32226740/32951124 swapFree=67111528/67111528
[pid=4303] ppid=4301 vsize=1543064 CPUtime=65.84
/proc/4303/stat : 4303 (java) S 4301 4303 3855 0 -1 4202496 23329 0 1 0 6572 12 0 0 17 0 19 0 950753 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4303/statm: 385766 19256 1442 10 0 383069 0
[pid=4303/tid=4305] ppid=4301 vsize=1543064 CPUtime=62.94
/proc/4303/task/4305/stat : 4305 (java) R 4301 4303 3855 0 -1 4202560 12330 0 1 0 6292 2 0 0 25 0 19 0 950753 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4109659898 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4303/tid=4306] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4306/stat : 4306 (java) S 4301 4303 3855 0 -1 4202560 193 0 0 0 4 1 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4307] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4307/stat : 4307 (java) S 4301 4303 3855 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 4 0 0 0
[pid=4303/tid=4308] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4308/stat : 4308 (java) S 4301 4303 3855 0 -1 4202560 120 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4309] ppid=4301 vsize=1543064 CPUtime=0.03
/proc/4303/task/4309/stat : 4309 (java) S 4301 4303 3855 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4310] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4310/stat : 4310 (java) S 4301 4303 3855 0 -1 4202560 160 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4311] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4311/stat : 4311 (java) S 4301 4303 3855 0 -1 4202560 95 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4312] ppid=4301 vsize=1543064 CPUtime=0.05
/proc/4303/task/4312/stat : 4312 (java) S 4301 4303 3855 0 -1 4202560 237 0 0 0 5 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 5 0 0 0
[pid=4303/tid=4313] ppid=4301 vsize=1543064 CPUtime=0.04
/proc/4303/task/4313/stat : 4313 (java) S 4301 4303 3855 0 -1 4202560 257 0 0 0 4 0 0 0 15 0 19 0 950754 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
[pid=4303/tid=4314] ppid=4301 vsize=1543064 CPUtime=1.15
/proc/4303/task/4314/stat : 4314 (java) S 4301 4303 3855 0 -1 4202560 1272 0 0 0 113 2 0 0 15 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 0 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4315] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4315/stat : 4315 (java) S 4301 4303 3855 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4316] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4316/stat : 4316 (java) S 4301 4303 3855 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 950755 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4317] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4317/stat : 4317 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4318] ppid=4301 vsize=1543064 CPUtime=0.7
/proc/4303/task/4318/stat : 4318 (java) S 4301 4303 3855 0 -1 4202560 4353 0 0 0 70 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 2 0 0 0
[pid=4303/tid=4319] ppid=4301 vsize=1543064 CPUtime=0.59
/proc/4303/task/4319/stat : 4319 (java) S 4301 4303 3855 0 -1 4202560 3090 0 0 0 59 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 7 0 0 0
[pid=4303/tid=4320] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4320/stat : 4320 (java) S 4301 4303 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 6 0 0 0
[pid=4303/tid=4321] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4321/stat : 4321 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 950758 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 3 0 0 0
[pid=4303/tid=4322] ppid=4301 vsize=1543064 CPUtime=0
/proc/4303/task/4322/stat : 4322 (java) S 4301 4303 3855 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950769 1580097536 19256 4089446400 134512640 134550932 4293337344 18446744073709551615 4294960144 0 4 0 16800975 18446604471127419840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.84
Current children cumulated vsize (KiB) 1543064

Child status: 30
Real time (s): 64.3709
CPU time (s): 65.868
CPU user time (s): 65.737
CPU system time (s): 0.13098
CPU usage (%): 102.326
Max. virtual memory (cumulated for all children) (KiB): 1544984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.737
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23344
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= 4446
involuntary context switches= 21452

runsolver used 0.12798 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-05 12:56:25
IDJOB=2698663
IDBENCH=79218
IDSOLVER=1211
FILE ID=node147/2698663-1278327385
PBS_JOBID= 11207411
Free space on /tmp= 74192 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.1111218308--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-2698663-1278327385/watcher-2698663-1278327385 -o /tmp/evaluation-result-2698663-1278327385/solver-2698663-1278327385 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698663-1278327385.wbo

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

MD5SUM BENCH= 603b2ea4eb6e4b400f8febe44a5c96d8
RANDOM SEED=286959796

node147.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.821
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.64
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.821
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.76
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.821
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.821
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.75
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.821
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.821
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.75
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.821
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.76
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.821
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32320428 kB
Buffers:         25516 kB
Cached:         290432 kB
SwapCached:          0 kB
Active:         296392 kB
Inactive:       235132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32320428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              84 kB
Writeback:           0 kB
AnonPages:      215032 kB
Mapped:          20332 kB
Slab:            35844 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1650316 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= 74192 MiB
End job on node147 at 2010-07-05 12:57:29