Trace number 2698671

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 53.3479 51.9335

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-0-100-0.wbo
MD5SUM6809fb2fcff82744047966c4438af278
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.237962
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 1221
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698671-1278327407.wbo
0.00/0.09	c reading problem ... 
0.13/0.15	c ... done. Wall clock time 0.054s.
0.13/0.15	c #vars     270
0.13/0.15	c #constraints  101
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.13/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.147
0.31/0.24	o 535
0.62/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.62/0.37	o 504
0.62/0.39	c Got one! Elapsed wall clock time (in seconds):0.295
0.62/0.39	o 490
0.77/0.42	c Got one! Elapsed wall clock time (in seconds):0.332
0.77/0.42	o 482
0.77/0.45	c Got one! Elapsed wall clock time (in seconds):0.36
0.77/0.45	o 460
0.90/0.50	c Got one! Elapsed wall clock time (in seconds):0.411
0.90/0.50	o 456
0.90/0.54	c Got one! Elapsed wall clock time (in seconds):0.449
0.90/0.54	o 443
0.90/0.58	c Got one! Elapsed wall clock time (in seconds):0.488
0.90/0.58	o 430
1.02/0.60	c Got one! Elapsed wall clock time (in seconds):0.512
1.02/0.60	o 428
1.02/0.64	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.02/0.66	c Got one! Elapsed wall clock time (in seconds):0.569
1.02/0.66	o 411
1.14/0.70	c Got one! Elapsed wall clock time (in seconds):0.608
1.14/0.70	o 374
1.14/0.72	c Got one! Elapsed wall clock time (in seconds):0.632
1.14/0.72	o 352
1.14/0.74	c Got one! Elapsed wall clock time (in seconds):0.649
1.14/0.74	o 311
1.14/0.77	c Got one! Elapsed wall clock time (in seconds):0.678
1.14/0.77	o 308
1.47/1.00	c cleaning 4250 clauses out of 8506 with flag 11003/11003
1.69/1.23	c Got one! Elapsed wall clock time (in seconds):1.14
1.69/1.23	o 300
1.69/1.26	c Got one! Elapsed wall clock time (in seconds):1.166
1.69/1.26	o 288
1.89/1.42	c cleaning 5622 clauses out of 11253 with flag 18000/18000
2.00/1.59	c Got one! Elapsed wall clock time (in seconds):1.496
2.00/1.59	o 257
2.23/1.79	c Got one! Elapsed wall clock time (in seconds):1.693
2.23/1.79	o 246
2.35/1.87	c cleaning 6810 clauses out of 13631 with flag 26000/26000
2.47/1.97	c Got one! Elapsed wall clock time (in seconds):1.88
2.47/1.97	o 245
2.77/2.29	c Got one! Elapsed wall clock time (in seconds):2.199
2.77/2.29	o 243
2.97/2.43	c cleaning 7908 clauses out of 15823 with flag 35002/35002
3.27/2.78	c Got one! Elapsed wall clock time (in seconds):2.691
3.27/2.78	o 242
3.47/2.93	c Got one! Elapsed wall clock time (in seconds):2.839
3.47/2.93	o 209
3.57/3.06	c cleaning 8953 clauses out of 17914 with flag 45001/45001
3.68/3.15	c Got one! Elapsed wall clock time (in seconds):3.055
3.68/3.15	o 197
3.99/3.47	c Got one! Elapsed wall clock time (in seconds):3.378
3.99/3.47	o 194
4.32/3.78	c cleaning 9476 clauses out of 18961 with flag 55001/55001
4.94/4.40	c cleaning 9740 clauses out of 19487 with flag 65003/65003
5.05/4.47	c Got one! Elapsed wall clock time (in seconds):4.38
5.05/4.47	o 190
5.45/4.87	c Got one! Elapsed wall clock time (in seconds):4.773
5.45/4.87	o 178
5.78/5.06	c cleaning 9866 clauses out of 19745 with flag 75001/75001
6.60/5.76	c cleaning 9936 clauses out of 19880 with flag 85002/85002
6.70/5.88	c Got one! Elapsed wall clock time (in seconds):5.791
6.70/5.88	o 173
7.32/6.42	c cleaning 9967 clauses out of 19943 with flag 95001/95001
7.92/7.05	c cleaning 9980 clauses out of 19975 with flag 105000/105000
8.63/7.72	c cleaning 9992 clauses out of 19996 with flag 115001/115001
9.23/8.32	c cleaning 9993 clauses out of 20003 with flag 125000/125000
9.83/8.98	c cleaning 9996 clauses out of 20010 with flag 135000/135000
10.53/9.68	c cleaning 10005 clauses out of 20015 with flag 145001/145001
11.03/10.10	c Got one! Elapsed wall clock time (in seconds):10.008
11.03/10.10	o 169
11.23/10.32	c cleaning 10001 clauses out of 20010 with flag 155001/155001
11.83/10.90	c cleaning 10000 clauses out of 20010 with flag 165002/165002
12.43/11.52	c cleaning 9998 clauses out of 20011 with flag 175003/175003
12.53/11.62	c Got one! Elapsed wall clock time (in seconds):11.53
12.53/11.62	o 139
13.04/12.17	c cleaning 10002 clauses out of 20012 with flag 185002/185002
13.64/12.78	c cleaning 10000 clauses out of 20009 with flag 195001/195001
14.24/13.39	c cleaning 10000 clauses out of 20009 with flag 205001/205001
14.74/13.69	c Got one! Elapsed wall clock time (in seconds):13.592
14.74/13.69	o 134
15.10/13.99	c cleaning 10000 clauses out of 20009 with flag 215001/215001
15.83/14.65	c cleaning 10000 clauses out of 20008 with flag 225000/225000
16.53/15.36	c cleaning 9998 clauses out of 20009 with flag 235001/235001
16.53/15.39	c Got one! Elapsed wall clock time (in seconds):15.3
16.53/15.39	o 133
17.13/15.98	c cleaning 10003 clauses out of 20012 with flag 245002/245002
17.84/16.65	c cleaning 9999 clauses out of 20007 with flag 255000/255000
18.53/17.38	c cleaning 10001 clauses out of 20012 with flag 265004/265004
19.23/18.05	c cleaning 10003 clauses out of 20011 with flag 275004/275004
19.84/18.65	c Got one! Elapsed wall clock time (in seconds):18.557
19.84/18.65	o 107
19.84/18.69	c cleaning 10001 clauses out of 20005 with flag 285001/285001
20.54/19.31	c cleaning 9997 clauses out of 20004 with flag 295001/295001
21.14/19.93	c cleaning 9998 clauses out of 20006 with flag 305000/305000
21.75/20.53	c cleaning 10002 clauses out of 20008 with flag 315000/315000
22.45/21.21	c cleaning 10001 clauses out of 20009 with flag 325003/325003
23.05/21.87	c cleaning 9999 clauses out of 20005 with flag 335000/335000
23.25/22.08	c Got one! Elapsed wall clock time (in seconds):21.988
23.25/22.08	o 93
23.75/22.50	c cleaning 9996 clauses out of 20006 with flag 345000/345000
24.25/23.09	c cleaning 10000 clauses out of 20013 with flag 355003/355003
24.46/23.26	c Got one! Elapsed wall clock time (in seconds):23.167
24.46/23.26	o 92
24.85/23.65	c cleaning 9998 clauses out of 20010 with flag 365000/365000
25.46/24.28	c cleaning 10001 clauses out of 20012 with flag 375000/375000
25.56/24.38	c Got one! Elapsed wall clock time (in seconds):24.285
25.56/24.38	o 57
26.05/24.88	c cleaning 10002 clauses out of 20011 with flag 385000/385000
26.66/25.43	c cleaning 9998 clauses out of 20011 with flag 395002/395002
27.17/25.99	c cleaning 9996 clauses out of 20011 with flag 405000/405000
27.68/26.48	c cleaning 10006 clauses out of 20015 with flag 415000/415000
28.18/26.95	c cleaning 9997 clauses out of 20010 with flag 425001/425001
28.38/27.12	c Got one! Elapsed wall clock time (in seconds):27.03
28.38/27.12	o 56
28.68/27.47	c cleaning 10001 clauses out of 20012 with flag 435000/435000
29.18/27.99	c cleaning 10002 clauses out of 20012 with flag 445001/445001
29.78/28.55	c cleaning 10002 clauses out of 20010 with flag 455001/455001
30.39/29.11	c cleaning 9997 clauses out of 20008 with flag 465001/465001
30.79/29.57	c Got one! Elapsed wall clock time (in seconds):29.475
30.79/29.57	o 55
30.90/29.62	c cleaning 10000 clauses out of 20010 with flag 475000/475000
31.01/29.70	c Got one! Elapsed wall clock time (in seconds):29.612
31.01/29.70	o 53
31.41/30.14	c cleaning 10002 clauses out of 20011 with flag 485001/485001
31.91/30.61	c cleaning 9996 clauses out of 20008 with flag 495000/495000
32.22/30.91	c Got one! Elapsed wall clock time (in seconds):30.816
32.22/30.91	o 39
32.42/31.10	c cleaning 10006 clauses out of 20015 with flag 505003/505003
32.92/31.60	c cleaning 9995 clauses out of 20006 with flag 515000/515000
32.92/31.68	c Got one! Elapsed wall clock time (in seconds):31.585
32.92/31.68	o 23
33.43/32.16	c cleaning 10002 clauses out of 20014 with flag 525003/525003
33.93/32.66	c cleaning 10003 clauses out of 20012 with flag 535003/535003
34.44/33.18	c cleaning 9997 clauses out of 20006 with flag 545000/545000
34.94/33.67	c cleaning 9998 clauses out of 20009 with flag 555000/555000
35.45/34.14	c cleaning 9998 clauses out of 20011 with flag 565000/565000
35.94/34.63	c cleaning 10003 clauses out of 20014 with flag 575001/575001
36.14/34.84	c Got one! Elapsed wall clock time (in seconds):34.752
36.14/34.84	o 15
36.34/35.09	c cleaning 10002 clauses out of 20011 with flag 585001/585001
36.85/35.57	c cleaning 10001 clauses out of 20008 with flag 595000/595000
37.35/36.05	c cleaning 9999 clauses out of 20008 with flag 605001/605001
37.86/36.53	c cleaning 10000 clauses out of 20010 with flag 615002/615002
38.36/37.02	c cleaning 10001 clauses out of 20010 with flag 625002/625002
38.87/37.57	c cleaning 9996 clauses out of 20007 with flag 635000/635000
39.38/38.05	c cleaning 10002 clauses out of 20011 with flag 645000/645000
39.48/38.17	c Got one! Elapsed wall clock time (in seconds):38.074
39.48/38.17	o 13
39.88/38.54	c cleaning 10003 clauses out of 20013 with flag 655004/655004
40.38/39.00	c cleaning 10002 clauses out of 20009 with flag 665003/665003
40.78/39.46	c cleaning 9999 clauses out of 20006 with flag 675002/675002
41.28/39.98	c cleaning 9999 clauses out of 20005 with flag 685000/685000
41.79/40.46	c cleaning 9999 clauses out of 20006 with flag 695000/695000
42.29/40.93	c cleaning 10001 clauses out of 20009 with flag 705002/705002
42.79/41.42	c cleaning 10003 clauses out of 20008 with flag 715002/715002
43.30/41.91	c Got one! Elapsed wall clock time (in seconds):41.817
43.30/41.91	o 9
43.30/41.97	c cleaning 9996 clauses out of 20003 with flag 725000/725000
43.80/42.48	c cleaning 10000 clauses out of 20007 with flag 735000/735000
44.31/42.97	c cleaning 9999 clauses out of 20008 with flag 745001/745001
44.80/43.46	c cleaning 10001 clauses out of 20009 with flag 755001/755001
44.90/43.55	c Got one! Elapsed wall clock time (in seconds):43.454
44.90/43.55	o 7
45.30/43.96	c cleaning 10000 clauses out of 20007 with flag 765000/765000
45.81/44.43	c cleaning 9998 clauses out of 20008 with flag 775001/775001
46.21/44.88	c cleaning 10002 clauses out of 20009 with flag 785000/785000
46.61/45.30	c cleaning 10000 clauses out of 20007 with flag 795000/795000
47.12/45.70	c cleaning 9999 clauses out of 20007 with flag 805000/805000
47.53/46.11	c cleaning 10000 clauses out of 20010 with flag 815002/815002
47.93/46.52	c cleaning 10001 clauses out of 20010 with flag 825002/825002
48.33/46.95	c cleaning 9999 clauses out of 20008 with flag 835001/835001
48.83/47.41	c cleaning 10000 clauses out of 20010 with flag 845002/845002
49.23/47.86	c cleaning 10000 clauses out of 20008 with flag 855000/855000
49.64/48.29	c cleaning 9999 clauses out of 20008 with flag 865000/865000
50.04/48.69	c cleaning 10001 clauses out of 20010 with flag 875001/875001
50.54/49.14	c cleaning 10001 clauses out of 20010 with flag 885002/885002
50.95/49.57	c cleaning 9999 clauses out of 20007 with flag 895000/895000
51.44/50.01	c cleaning 10001 clauses out of 20009 with flag 905001/905001
51.75/50.39	c Got one! Elapsed wall clock time (in seconds):50.298
51.75/50.39	o 3
51.85/50.45	c cleaning 10001 clauses out of 20009 with flag 915002/915002
52.35/50.90	c cleaning 9999 clauses out of 20008 with flag 925002/925002
52.75/51.34	c cleaning 10000 clauses out of 20008 with flag 935001/935001
53.16/51.80	c cleaning 10000 clauses out of 20008 with flag 945001/945001
53.26/51.86	c Got one! Elapsed wall clock time (in seconds):51.771
53.26/51.86	o 1
53.26/51.87	c starts		: 215
53.26/51.87	c conflicts		: 946591
53.26/51.87	c decisions		: 1505260
53.26/51.87	c propagations		: 24499702
53.26/51.87	c inspects		: 248225068
53.26/51.87	c learnt literals	: 0
53.26/51.87	c learnt binary clauses	: 24
53.26/51.87	c learnt ternary clauses	: 413
53.26/51.87	c learnt clauses	: 946591
53.26/51.87	c ignored clauses	: 0
53.26/51.87	c root simplifications	: 0
53.26/51.87	c removed literals (reason simplification)	: 6159200
53.26/51.87	c reason swapping (by a shorter reason)	: 0
53.26/51.87	c Calls to reduceDB	: 96
53.26/51.87	c number of reductions to clauses (during analyze)	: 0
53.26/51.87	c number of learned constraints concerned by reduction	: 0
53.26/51.87	c number of learning phase by resolution	: 0
53.26/51.87	c number of learning phase by cutting planes	: 0
53.26/51.87	c speed (assignments/second)	: 2.2272456363636365E9
53.26/51.87	c non guided choices	1907
53.26/51.87	c learnt constraints type 
53.26/51.87	c constraints type 
53.26/51.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
53.26/51.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
53.26/51.87	s OPTIMUM FOUND
53.26/51.88	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 
53.26/51.88	c objective function=1
53.26/51.88	c Total wall clock time (in seconds): 51.783

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-2698671-1278327407/watcher-2698671-1278327407 -o /tmp/evaluation-result-2698671-1278327407/solver-2698671-1278327407 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698671-1278327407.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: 2.00 2.01 1.91 3/196 4305
/proc/meminfo: memFree=32399032/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=13436 CPUtime=0
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 1060 0 0 0 0 0 0 0 21 0 2 0 953657 13758464 543 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 3360 547 236 10 0 1203 0
[pid=4305/tid=4306] ppid=4303 vsize=13524 CPUtime=0
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 39 0 0 0 0 0 0 0 22 0 2 0 953658 13848576 563 4089446400 134512640 134550932 4294818624 18446744073709551615 10323050 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.108191 s]
/proc/loadavg: 2.00 2.01 1.91 3/196 4305
/proc/meminfo: memFree=32399032/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1529700 CPUtime=0.13
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 5275 0 1 0 12 1 0 0 21 0 18 0 953657 1566412800 4712 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 382425 4713 1349 10 0 379728 0
[pid=4305/tid=4306] ppid=4303 vsize=1529700 CPUtime=0.09
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 3621 0 1 0 8 1 0 0 21 0 18 0 953658 1566412800 4713 4089446400 134512640 134550932 4294818624 18446744073709551615 4109228916 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1529700

[startup+0.202172 s]
/proc/loadavg: 2.00 2.01 1.91 3/196 4305
/proc/meminfo: memFree=32399032/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1533100 CPUtime=0.31
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 6476 0 1 0 30 1 0 0 21 0 19 0 953657 1569894400 5799 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 383275 5799 1410 10 0 380578 0
[pid=4305/tid=4306] ppid=4303 vsize=1533100 CPUtime=0.18
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 3957 0 1 0 17 1 0 0 22 0 19 0 953658 1569894400 5799 4089446400 134512640 134550932 4294818624 18446744073709551615 4109190416 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1533100

[startup+0.301154 s]
/proc/loadavg: 2.00 2.01 1.91 3/196 4305
/proc/meminfo: memFree=32399032/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1534124 CPUtime=0.62
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 7026 0 1 0 60 2 0 0 21 0 19 0 953657 1570942976 6279 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 383531 6280 1421 10 0 380834 0
[pid=4305/tid=4306] ppid=4303 vsize=1534124 CPUtime=0.28
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 4173 0 1 0 27 1 0 0 22 0 19 0 953658 1570942976 6280 4089446400 134512640 134550932 4294818624 18446744073709551615 4109627218 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1534124

[startup+0.701096 s]
/proc/loadavg: 2.00 2.01 1.91 3/196 4305
/proc/meminfo: memFree=32399032/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1534124 CPUtime=1.14
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 10080 0 1 0 112 2 0 0 21 0 19 0 953657 1570942976 9331 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 383531 9331 1439 10 0 380834 0
[pid=4305/tid=4306] ppid=4303 vsize=1534124 CPUtime=0.67
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 6707 0 1 0 65 2 0 0 23 0 19 0 953658 1570942976 9331 4089446400 134512640 134550932 4294818624 18446744073709551615 4109192325 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1534124

[startup+1.50094 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4324
/proc/meminfo: memFree=32365212/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1534124 CPUtime=2
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 12057 0 1 0 197 3 0 0 21 0 19 0 953657 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 383531 11306 1442 10 0 380834 0
[pid=4305/tid=4306] ppid=4303 vsize=1534124 CPUtime=1.45
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 7985 0 1 0 143 2 0 0 25 0 19 0 953658 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4109567866 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1534124 CPUtime=0.02
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 466 0 0 0 2 0 0 0 16 0 19 0 953659 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1534124 CPUtime=0.26
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 696 0 0 0 26 0 0 0 15 0 19 0 953662 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1534124 CPUtime=0.23
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 1136 0 0 0 23 0 0 0 15 0 19 0 953662 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 953662 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1570942976 11306 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1534124

[startup+3.10065 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4324
/proc/meminfo: memFree=32359632/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1534124 CPUtime=3.68
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 12688 0 1 0 365 3 0 0 21 0 19 0 953657 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 383531 11933 1442 10 0 380834 0
[pid=4305/tid=4306] ppid=4303 vsize=1534124 CPUtime=3.02
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 8199 0 1 0 300 2 0 0 25 0 19 0 953658 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4109351513 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 953658 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1534124 CPUtime=0.05
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 634 0 0 0 5 0 0 0 16 0 19 0 953659 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1534124 CPUtime=0.31
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 704 0 0 0 31 0 0 0 15 0 19 0 953662 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1534124 CPUtime=0.26
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 1148 0 0 0 26 0 0 0 15 0 19 0 953662 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 953662 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1534124 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1570942976 11933 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1534124

[startup+6.30107 s]
/proc/loadavg: 2.00 2.01 1.91 3/215 4324
/proc/meminfo: memFree=32349200/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1538640 CPUtime=7.22
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 18655 0 1 0 718 4 0 0 21 0 19 0 953657 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 384660 14548 1444 10 0 381963 0
[pid=4305/tid=4306] ppid=4303 vsize=1538640 CPUtime=6.16
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 9375 0 1 0 614 2 0 0 25 0 19 0 953658 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4109642563 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 236 0 0 0 0 0 0 0 16 0 19 0 953658 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 4 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 953658 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 953658 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1538640 CPUtime=0.09
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 768 0 0 0 9 0 0 0 16 0 19 0 953659 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1538640 CPUtime=0.32
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 704 0 0 0 32 0 0 0 15 0 19 0 953662 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1538640 CPUtime=0.58
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 5678 0 0 0 58 0 0 0 15 0 19 0 953662 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 953662 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1538640 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1575567360 14548 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1538640


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

/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 240 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 191 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1540036 CPUtime=0.06
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 183 0 0 0 5 1 0 0 15 0 19 0 953658 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 57 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1540036 CPUtime=1.01
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 1234 0 0 0 99 2 0 0 15 0 19 0 953659 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 4 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1540036 CPUtime=0.57
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 3189 0 0 0 57 0 0 0 15 0 19 0 953662 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1540036 CPUtime=0.65
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 5697 0 0 0 65 0 0 0 15 0 19 0 953662 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 953662 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1576996864 16652 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 1540036

[startup+51.6009 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4326
/proc/meminfo: memFree=32334760/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1540036 CPUtime=53.05
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 22995 0 1 0 5294 11 0 0 21 0 19 0 953657 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 385009 16653 1444 10 0 382312 0
[pid=4305/tid=4306] ppid=4303 vsize=1540036 CPUtime=50.38
/proc/4305/task/4306/stat : 4306 (java) R 4303 4305 3841 0 -1 4202560 10703 0 1 0 5036 2 0 0 25 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4109571194 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 240 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 191 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1540036 CPUtime=0.06
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 183 0 0 0 5 1 0 0 16 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 102 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 57 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1540036 CPUtime=1.02
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 1235 0 0 0 100 2 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 4 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1540036 CPUtime=0.57
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 3189 0 0 0 57 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1540036 CPUtime=0.65
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 5697 0 0 0 65 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.05
Current children cumulated vsize (KiB) 1540036

[startup+51.8068 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4326
/proc/meminfo: memFree=32334760/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1540036 CPUtime=53.26
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 22995 0 1 0 5315 11 0 0 21 0 19 0 953657 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 385009 16653 1444 10 0 382312 0
[pid=4305/tid=4306] ppid=4303 vsize=1540036 CPUtime=50.58
/proc/4305/task/4306/stat : 4306 (java) S 4303 4305 3841 0 -1 4202560 10703 0 1 0 5056 2 0 0 25 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 240 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 191 0 0 0 4 0 0 0 15 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1540036 CPUtime=0.06
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 183 0 0 0 5 1 0 0 15 0 19 0 953658 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 102 0 0 0 3 0 0 0 16 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1540036 CPUtime=0.04
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 57 0 0 0 4 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1540036 CPUtime=0.03
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1540036 CPUtime=1.02
/proc/4305/task/4316/stat : 4316 (java) R 4303 4305 3841 0 -1 4202560 1235 0 0 0 100 2 0 0 15 0 19 0 953659 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 103624812 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1540036 CPUtime=0.57
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 3189 0 0 0 57 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1540036 CPUtime=0.65
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 5697 0 0 0 65 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 953662 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1540036 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1576996864 16653 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.26
Current children cumulated vsize (KiB) 1540036

[startup+51.9008 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4326
/proc/meminfo: memFree=32334760/32951124 swapFree=67111528/67111528
[pid=4305] ppid=4303 vsize=1540360 CPUtime=53.33
/proc/4305/stat : 4305 (java) S 4303 4305 3841 0 -1 4202496 23011 0 1 0 5322 11 0 0 21 0 19 0 953657 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4305/statm: 385090 16664 1445 10 0 382393 0
[pid=4305/tid=4306] ppid=4303 vsize=1540360 CPUtime=50.65
/proc/4305/task/4306/stat : 4306 (java) S 4303 4305 3841 0 -1 4202560 10710 0 1 0 5063 2 0 0 25 0 19 0 953658 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=1540360 CPUtime=0.04
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 3841 0 -1 4202560 240 0 0 0 4 0 0 0 15 0 19 0 953658 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=1540360 CPUtime=0.04
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 3841 0 -1 4202560 191 0 0 0 4 0 0 0 15 0 19 0 953658 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=1540360 CPUtime=0.06
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 3841 0 -1 4202560 183 0 0 0 5 1 0 0 15 0 19 0 953658 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 2 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=1540360 CPUtime=0.04
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 3841 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=1540360 CPUtime=0.03
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 3841 0 -1 4202560 102 0 0 0 3 0 0 0 16 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 7 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=1540360 CPUtime=0.04
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 3841 0 -1 4202560 57 0 0 0 4 0 0 0 15 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=1540360 CPUtime=0.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=1540360 CPUtime=0.03
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 3841 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=1540360 CPUtime=1.03
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 3841 0 -1 4202560 1235 0 0 0 101 2 0 0 15 0 19 0 953659 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 0 0 16800975 18446604471134706496 0 0 -1 4 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 3841 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 953660 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4318] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4318/stat : 4318 (java) S 4303 4305 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 953660 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4319] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4319/stat : 4319 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4320] ppid=4303 vsize=1540360 CPUtime=0.57
/proc/4305/task/4320/stat : 4320 (java) S 4303 4305 3841 0 -1 4202560 3189 0 0 0 57 0 0 0 15 0 19 0 953662 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 6 0 0 0
[pid=4305/tid=4321] ppid=4303 vsize=1540360 CPUtime=0.65
/proc/4305/task/4321/stat : 4321 (java) S 4303 4305 3841 0 -1 4202560 5699 0 0 0 65 0 0 0 15 0 19 0 953662 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4322] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4322/stat : 4322 (java) S 4303 4305 3841 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 953662 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 3 0 0 0
[pid=4305/tid=4323] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4323/stat : 4323 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 953662 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 1 0 0 0
[pid=4305/tid=4324] ppid=4303 vsize=1540360 CPUtime=0
/proc/4305/task/4324/stat : 4324 (java) S 4303 4305 3841 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 953673 1577328640 16664 4089446400 134512640 134550932 4294818624 18446744073709551615 4294960144 0 4 0 16800975 18446604471134706496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.33
Current children cumulated vsize (KiB) 1540360

Child status: 30
Real time (s): 51.9335
CPU time (s): 53.3479
CPU user time (s): 53.2269
CPU system time (s): 0.120981
CPU usage (%): 102.723
Max. virtual memory (cumulated for all children) (KiB): 1546168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.2269
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23014
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= 3994
involuntary context switches= 17735

runsolver used 0.090986 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-05 12:56:47
IDJOB=2698671
IDBENCH=79222
IDSOLVER=1211
FILE ID=node142/2698671-1278327407
PBS_JOBID= 11207420
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.1110972154--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-2698671-1278327407/watcher-2698671-1278327407 -o /tmp/evaluation-result-2698671-1278327407/solver-2698671-1278327407 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698671-1278327407.wbo

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

MD5SUM BENCH= 6809fb2fcff82744047966c4438af278
RANDOM SEED=2056767878

node142.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.874
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.74
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.874
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.75
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.874
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.874
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.79
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.874
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	: 5311.06
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.874
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.874
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.874
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:      32399800 kB
Buffers:         24724 kB
Cached:         303436 kB
SwapCached:          0 kB
Active:         203316 kB
Inactive:       247324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32399800 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:      122760 kB
Mapped:          20320 kB
Slab:            36068 kB
PageTables:       4408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1643800 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 node142 at 2010-07-05 12:57:39