Trace number 2698683

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 57.9212 56.4689

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-0-100-0.wbo
MD5SUMfcf24b85e5d55a97f5b0cb315ea68e2b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.145977
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 1239
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@15a3d6b
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-2698683-1278327448.wbo
0.00/0.09	c reading problem ... 
0.12/0.14	c ... done. Wall clock time 0.054s.
0.12/0.14	c #vars     270
0.12/0.14	c #constraints  101
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.134
0.32/0.22	o 731
0.32/0.27	c Got one! Elapsed wall clock time (in seconds):0.178
0.32/0.27	o 719
0.62/0.30	c Got one! Elapsed wall clock time (in seconds):0.21
0.62/0.30	o 639
0.62/0.34	c Got one! Elapsed wall clock time (in seconds):0.254
0.62/0.34	o 626
0.62/0.36	c Got one! Elapsed wall clock time (in seconds):0.267
0.62/0.36	o 559
0.77/0.41	c Got one! Elapsed wall clock time (in seconds):0.32
0.77/0.41	o 553
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.349
0.77/0.44	o 543
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.378
0.77/0.47	o 525
0.92/0.55	c Got one! Elapsed wall clock time (in seconds):0.456
0.92/0.55	o 504
0.92/0.58	c Got one! Elapsed wall clock time (in seconds):0.492
0.92/0.58	o 458
0.92/0.59	c Got one! Elapsed wall clock time (in seconds):0.502
0.92/0.59	o 379
1.03/0.64	c Got one! Elapsed wall clock time (in seconds):0.545
1.03/0.64	o 368
1.03/0.66	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.03/0.69	c Got one! Elapsed wall clock time (in seconds):0.598
1.03/0.69	o 366
1.36/0.93	c Got one! Elapsed wall clock time (in seconds):0.836
1.36/0.93	o 343
1.49/1.06	c cleaning 4253 clauses out of 8507 with flag 11004/11004
1.99/1.55	c cleaning 5621 clauses out of 11255 with flag 18005/18005
2.29/1.80	c Got one! Elapsed wall clock time (in seconds):1.708
2.29/1.80	o 329
2.60/2.10	c cleaning 6812 clauses out of 13631 with flag 26002/26002
2.81/2.37	c Got one! Elapsed wall clock time (in seconds):2.279
2.81/2.37	o 324
3.12/2.66	c Got one! Elapsed wall clock time (in seconds):2.575
3.12/2.66	o 289
3.25/2.77	c cleaning 7904 clauses out of 15817 with flag 35000/35000
3.75/3.29	c Got one! Elapsed wall clock time (in seconds):3.199
3.75/3.29	o 284
3.97/3.48	c cleaning 8952 clauses out of 17914 with flag 45001/45001
4.37/3.84	c Got one! Elapsed wall clock time (in seconds):3.747
4.37/3.84	o 277
4.77/4.21	c cleaning 9477 clauses out of 18961 with flag 55000/55000
4.99/4.45	c Got one! Elapsed wall clock time (in seconds):4.362
4.99/4.45	o 267
5.08/4.60	c Got one! Elapsed wall clock time (in seconds):4.505
5.08/4.60	o 260
5.38/4.88	c cleaning 9739 clauses out of 19488 with flag 65004/65004
6.20/5.60	c cleaning 9857 clauses out of 19745 with flag 75000/75000
6.80/6.29	c cleaning 9940 clauses out of 19888 with flag 85000/85000
7.00/6.41	c Got one! Elapsed wall clock time (in seconds):6.321
7.00/6.41	o 249
7.00/6.48	c Got one! Elapsed wall clock time (in seconds):6.386
7.00/6.48	o 243
7.11/6.58	c Got one! Elapsed wall clock time (in seconds):6.49
7.11/6.58	o 224
7.70/7.02	c cleaning 9966 clauses out of 19948 with flag 95000/95000
8.20/7.51	c Got one! Elapsed wall clock time (in seconds):7.417
8.20/7.51	o 220
8.30/7.70	c cleaning 9985 clauses out of 19982 with flag 105000/105000
8.71/8.07	c Got one! Elapsed wall clock time (in seconds):7.978
8.71/8.07	o 218
9.01/8.36	c cleaning 9993 clauses out of 19997 with flag 115000/115000
9.61/8.96	c cleaning 9999 clauses out of 20005 with flag 125001/125001
9.81/9.10	c Got one! Elapsed wall clock time (in seconds):9.006
9.81/9.10	o 196
9.81/9.16	c Got one! Elapsed wall clock time (in seconds):9.074
9.81/9.16	o 171
10.57/9.62	c cleaning 9997 clauses out of 20006 with flag 135001/135001
10.57/9.64	c Got one! Elapsed wall clock time (in seconds):9.549
10.57/9.64	o 169
11.18/10.27	c cleaning 9993 clauses out of 20008 with flag 145000/145000
11.99/11.04	c cleaning 10002 clauses out of 20015 with flag 155000/155000
12.69/11.76	c cleaning 9999 clauses out of 20016 with flag 165003/165003
13.49/12.55	c cleaning 10002 clauses out of 20014 with flag 175000/175000
13.89/12.95	c Got one! Elapsed wall clock time (in seconds):12.856
13.89/12.95	o 161
14.21/13.25	c cleaning 10004 clauses out of 20014 with flag 185002/185002
14.80/13.85	c cleaning 9998 clauses out of 20010 with flag 195002/195002
15.40/14.46	c cleaning 10000 clauses out of 20010 with flag 205000/205000
16.10/15.15	c cleaning 10002 clauses out of 20014 with flag 215004/215004
16.20/15.26	c Got one! Elapsed wall clock time (in seconds):15.171
16.20/15.26	o 136
16.61/15.63	c Got one! Elapsed wall clock time (in seconds):15.536
16.61/15.63	o 124
16.71/15.79	c cleaning 10001 clauses out of 20008 with flag 225000/225000
17.31/16.38	c cleaning 9993 clauses out of 20007 with flag 235000/235000
18.11/17.12	c cleaning 10003 clauses out of 20015 with flag 245001/245001
18.31/17.37	c Got one! Elapsed wall clock time (in seconds):17.276
18.31/17.37	o 120
18.82/17.81	c cleaning 10002 clauses out of 20011 with flag 255000/255000
19.41/18.41	c cleaning 9995 clauses out of 20009 with flag 265000/265000
19.62/18.67	c Got one! Elapsed wall clock time (in seconds):18.581
19.62/18.67	o 112
20.01/19.08	c cleaning 10002 clauses out of 20014 with flag 275000/275000
20.93/19.70	c cleaning 10003 clauses out of 20013 with flag 285001/285001
21.52/20.32	c cleaning 9999 clauses out of 20009 with flag 295000/295000
22.16/20.95	c cleaning 10001 clauses out of 20010 with flag 305000/305000
22.86/21.66	c cleaning 10002 clauses out of 20009 with flag 315000/315000
23.66/22.45	c cleaning 10003 clauses out of 20009 with flag 325002/325002
24.47/23.22	c cleaning 9999 clauses out of 20006 with flag 335002/335002
25.17/23.91	c Got one! Elapsed wall clock time (in seconds):23.823
25.17/23.91	o 92
25.17/23.97	c cleaning 10000 clauses out of 20005 with flag 345000/345000
25.78/24.57	c cleaning 10000 clauses out of 20008 with flag 355003/355003
26.38/25.15	c cleaning 10001 clauses out of 20007 with flag 365002/365002
27.08/25.88	c cleaning 9997 clauses out of 20004 with flag 375000/375000
27.78/26.57	c cleaning 10001 clauses out of 20007 with flag 385000/385000
28.48/27.27	c cleaning 10001 clauses out of 20008 with flag 395002/395002
28.71/27.43	c Got one! Elapsed wall clock time (in seconds):27.341
28.71/27.43	o 85
29.20/27.92	c cleaning 9997 clauses out of 20005 with flag 405000/405000
29.70/28.48	c cleaning 10001 clauses out of 20009 with flag 415001/415001
30.30/29.05	c cleaning 10000 clauses out of 20007 with flag 425000/425000
30.81/29.59	c cleaning 10001 clauses out of 20009 with flag 435002/435002
31.41/30.18	c cleaning 10002 clauses out of 20008 with flag 445002/445002
31.81/30.52	c Got one! Elapsed wall clock time (in seconds):30.429
31.81/30.52	o 84
32.12/30.82	c cleaning 9995 clauses out of 20004 with flag 455000/455000
32.82/31.58	c cleaning 9995 clauses out of 20009 with flag 465000/465000
33.52/32.26	c cleaning 10003 clauses out of 20015 with flag 475001/475001
33.72/32.46	c Got one! Elapsed wall clock time (in seconds):32.371
33.72/32.46	o 57
34.13/32.83	c cleaning 10004 clauses out of 20013 with flag 485002/485002
34.53/33.22	c Got one! Elapsed wall clock time (in seconds):33.126
34.53/33.22	o 40
34.63/33.38	c cleaning 10001 clauses out of 20007 with flag 495000/495000
35.24/33.90	c cleaning 9998 clauses out of 20006 with flag 505000/505000
35.74/34.41	c cleaning 9994 clauses out of 20008 with flag 515000/515000
35.84/34.54	c Got one! Elapsed wall clock time (in seconds):34.45
35.84/34.54	o 35
36.24/34.96	c cleaning 10003 clauses out of 20014 with flag 525000/525000
36.74/35.44	c cleaning 10003 clauses out of 20012 with flag 535001/535001
37.24/35.95	c cleaning 9999 clauses out of 20008 with flag 545000/545000
37.34/36.08	c Got one! Elapsed wall clock time (in seconds):35.993
37.34/36.08	o 19
37.84/36.53	c cleaning 10002 clauses out of 20010 with flag 555001/555001
38.34/37.04	c cleaning 9999 clauses out of 20007 with flag 565000/565000
38.84/37.54	c cleaning 9999 clauses out of 20008 with flag 575000/575000
39.35/38.03	c cleaning 9999 clauses out of 20009 with flag 585000/585000
39.85/38.54	c cleaning 9996 clauses out of 20012 with flag 595002/595002
40.35/39.05	c cleaning 9997 clauses out of 20015 with flag 605001/605001
40.86/39.55	c cleaning 10002 clauses out of 20017 with flag 615000/615000
41.35/40.03	c cleaning 10003 clauses out of 20015 with flag 625000/625000
41.85/40.50	c cleaning 10002 clauses out of 20012 with flag 635000/635000
42.25/40.94	c cleaning 10001 clauses out of 20011 with flag 645001/645001
42.35/41.09	c Got one! Elapsed wall clock time (in seconds):41.003
42.35/41.09	o 10
42.75/41.42	c cleaning 10002 clauses out of 20011 with flag 655002/655002
43.26/41.90	c cleaning 9999 clauses out of 20008 with flag 665001/665001
43.66/42.37	c cleaning 10001 clauses out of 20010 with flag 675002/675002
44.16/42.84	c cleaning 9997 clauses out of 20007 with flag 685000/685000
44.66/43.34	c cleaning 10001 clauses out of 20010 with flag 695000/695000
45.16/43.84	c cleaning 9999 clauses out of 20010 with flag 705001/705001
45.66/44.31	c cleaning 10002 clauses out of 20010 with flag 715000/715000
46.17/44.82	c cleaning 10000 clauses out of 20009 with flag 725001/725001
46.67/45.33	c cleaning 10000 clauses out of 20009 with flag 735001/735001
47.17/45.81	c cleaning 10002 clauses out of 20009 with flag 745001/745001
47.58/46.28	c cleaning 9999 clauses out of 20006 with flag 755000/755000
48.07/46.79	c cleaning 10000 clauses out of 20008 with flag 765001/765001
48.58/47.28	c cleaning 9997 clauses out of 20007 with flag 775000/775000
49.08/47.74	c cleaning 9999 clauses out of 20010 with flag 785000/785000
49.48/48.19	c cleaning 10002 clauses out of 20011 with flag 795000/795000
50.10/48.70	c cleaning 9997 clauses out of 20009 with flag 805000/805000
50.50/49.17	c cleaning 9999 clauses out of 20012 with flag 815000/815000
51.01/49.63	c cleaning 10002 clauses out of 20014 with flag 825001/825001
51.41/50.09	c cleaning 9999 clauses out of 20012 with flag 835001/835001
51.91/50.55	c cleaning 9999 clauses out of 20012 with flag 845000/845000
52.41/51.03	c cleaning 10002 clauses out of 20014 with flag 855001/855001
52.91/51.54	c cleaning 10002 clauses out of 20012 with flag 865001/865001
53.32/51.99	c cleaning 10001 clauses out of 20009 with flag 875000/875000
53.82/52.47	c cleaning 10000 clauses out of 20009 with flag 885001/885001
54.32/52.94	c cleaning 9998 clauses out of 20009 with flag 895001/895001
54.82/53.44	c cleaning 9996 clauses out of 20010 with flag 905000/905000
55.33/53.96	c cleaning 10000 clauses out of 20014 with flag 915000/915000
55.83/54.47	c cleaning 10003 clauses out of 20014 with flag 925000/925000
56.34/54.92	c cleaning 9999 clauses out of 20011 with flag 935000/935000
56.74/55.38	c cleaning 10002 clauses out of 20014 with flag 945002/945002
57.24/55.86	c cleaning 10006 clauses out of 20013 with flag 955003/955003
57.75/56.37	c cleaning 9999 clauses out of 20004 with flag 965001/965001
57.86/56.44	c starts		: 213
57.86/56.44	c conflicts		: 966531
57.86/56.44	c decisions		: 1578400
57.86/56.44	c propagations		: 25248266
57.86/56.44	c inspects		: 232517803
57.86/56.44	c learnt literals	: 7
57.86/56.44	c learnt binary clauses	: 73
57.86/56.44	c learnt ternary clauses	: 661
57.86/56.44	c learnt clauses	: 966523
57.86/56.44	c ignored clauses	: 0
57.86/56.44	c root simplifications	: 0
57.86/56.44	c removed literals (reason simplification)	: 5885798
57.86/56.44	c reason swapping (by a shorter reason)	: 0
57.86/56.44	c Calls to reduceDB	: 98
57.86/56.44	c number of reductions to clauses (during analyze)	: 0
57.86/56.44	c number of learned constraints concerned by reduction	: 0
57.86/56.44	c number of learning phase by resolution	: 0
57.86/56.44	c number of learning phase by cutting planes	: 0
57.86/56.44	c speed (assignments/second)	: 1644731.0272946388
57.86/56.44	c non guided choices	2394
57.86/56.44	c learnt constraints type 
57.86/56.44	c constraints type 
57.86/56.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
57.86/56.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
57.86/56.44	s OPTIMUM FOUND
57.86/56.44	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 
57.86/56.44	c objective function=10
57.86/56.44	c Total wall clock time (in seconds): 56.355

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698683-1278327448/watcher-2698683-1278327448 -o /tmp/evaluation-result-2698683-1278327448/solver-2698683-1278327448 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698683-1278327448.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.00 1.92 3/196 4489
/proc/meminfo: memFree=32150452/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=13600 CPUtime=0
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 1131 0 0 0 0 0 0 0 25 0 2 0 957043 13926400 595 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 3400 601 281 10 0 1206 0
[pid=4489/tid=4490] ppid=4487 vsize=13600 CPUtime=0
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 101 0 0 0 0 0 0 0 25 0 2 0 957044 13926400 605 4089446400 134512640 134550932 4287789856 18446744073709551615 2585172 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.013596 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4489
/proc/meminfo: memFree=32150452/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1524328 CPUtime=0
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 3145 0 1 0 0 0 0 0 25 0 10 0 957043 1560911872 2588 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 381082 2595 812 10 0 378392 0
[pid=4489/tid=4490] ppid=4487 vsize=1524328 CPUtime=0
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 2104 0 1 0 0 0 0 0 25 0 10 0 957044 1560911872 2599 4089446400 134512640 134550932 4287789856 18446744073709551615 4159266759 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524328

[startup+0.100566 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4489
/proc/meminfo: memFree=32150452/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1529880 CPUtime=0.12
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 5258 0 1 0 11 1 0 0 25 0 18 0 957043 1566597120 4695 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 382470 4696 1347 10 0 379773 0
[pid=4489/tid=4490] ppid=4487 vsize=1529880 CPUtime=0.08
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 3592 0 1 0 8 0 0 0 25 0 18 0 957044 1566597120 4696 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529880

[startup+0.300532 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4489
/proc/meminfo: memFree=32150452/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1534668 CPUtime=0.62
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 7137 0 1 0 61 1 0 0 25 0 19 0 957043 1571500032 6417 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383667 6417 1421 10 0 380970 0
[pid=4489/tid=4490] ppid=4487 vsize=1534668 CPUtime=0.28
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 4192 0 1 0 28 0 0 0 25 0 19 0 957044 1571500032 6417 4089446400 134512640 134550932 4287789856 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1534668

[startup+0.700413 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4489
/proc/meminfo: memFree=32150452/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1534668 CPUtime=1.16
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 10304 0 1 0 114 2 0 0 25 0 19 0 957043 1571500032 9561 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383667 9561 1439 10 0 380970 0
[pid=4489/tid=4490] ppid=4487 vsize=1534668 CPUtime=0.68
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 6828 0 1 0 67 1 0 0 25 0 19 0 957044 1571500032 9561 4089446400 134512640 134550932 4287789856 18446744073709551615 4109275611 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1534668

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 1.92 5/215 4508
/proc/meminfo: memFree=32117644/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1534668 CPUtime=1.99
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 10801 0 1 0 197 2 0 0 25 0 19 0 957043 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383667 10057 1439 10 0 380970 0
[pid=4489/tid=4490] ppid=4487 vsize=1534668 CPUtime=1.47
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 6830 0 1 0 146 1 0 0 25 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4109323838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 157 0 0 0 0 0 0 0 16 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1534668 CPUtime=0.01
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 366 0 0 0 1 0 0 0 15 0 19 0 957045 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1534668 CPUtime=0.25
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 1011 0 0 0 25 0 0 0 16 0 19 0 957047 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1534668 CPUtime=0.23
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 920 0 0 0 23 0 0 0 20 0 19 0 957047 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) R 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957047 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571500032 10057 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1534668

[startup+3.10099 s]
/proc/loadavg: 2.00 2.00 1.92 4/215 4508
/proc/meminfo: memFree=32111816/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1534668 CPUtime=3.65
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 12602 0 1 0 362 3 0 0 25 0 19 0 957043 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383667 11728 1440 10 0 380970 0
[pid=4489/tid=4490] ppid=4487 vsize=1534668 CPUtime=3.03
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 7945 0 1 0 302 1 0 0 25 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4109298636 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 242 0 0 0 0 0 0 0 16 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 246 0 0 0 0 0 0 0 16 0 19 0 957044 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1534668 CPUtime=0.04
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 553 0 0 0 4 0 0 0 15 0 19 0 957045 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1534668 CPUtime=0.27
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 1016 0 0 0 27 0 0 0 15 0 19 0 957047 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1534668 CPUtime=0.27
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1067 0 0 0 27 0 0 0 15 0 19 0 957047 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957047 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1534668 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571500032 11728 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1534668

[startup+6.30136 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4508
/proc/meminfo: memFree=32105624/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1534008 CPUtime=6.9
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 14851 0 1 0 687 3 0 0 25 0 19 0 957043 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383502 13807 1440 10 0 380805 0
[pid=4489/tid=4490] ppid=4487 vsize=1534008 CPUtime=6.18
/proc/4489/task/4490/stat : 4490 (java) S 4487 4489 3841 0 -1 4202560 9790 0 1 0 617 1 0 0 25 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 280 0 0 0 0 0 0 0 16 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 247 0 0 0 0 0 0 0 16 0 19 0 957044 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1534008 CPUtime=0.08
/proc/4489/task/4500/stat : 4500 (java) R 4487 4489 3841 0 -1 4202560 778 0 0 0 8 0 0 0 15 0 19 0 957045 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 104177872 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1534008 CPUtime=0.28
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 1016 0 0 0 28 0 0 0 15 0 19 0 957047 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1534008 CPUtime=0.3
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1112 0 0 0 30 0 0 0 15 0 19 0 957047 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 957047 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1534008 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1570824192 13807 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1534008


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

/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 3 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 7 0 0 0 4 0 0 0 16 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 7 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1535080 CPUtime=0.02
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 186 0 0 0 2 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 284 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 249 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1535080 CPUtime=1.01
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 1192 0 0 0 100 1 0 0 15 0 19 0 957045 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1535080 CPUtime=0.87
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 5880 0 0 0 87 0 0 0 15 0 19 0 957047 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1535080 CPUtime=0.38
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1772 0 0 0 38 0 0 0 15 0 19 0 957047 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 957047 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571921920 15828 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.54
Current children cumulated vsize (KiB) 1535080

[startup+55.901 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4510
/proc/meminfo: memFree=32091560/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1535080 CPUtime=57.34
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 22191 0 1 0 5727 7 0 0 25 0 19 0 957043 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383770 15830 1444 10 0 381073 0
[pid=4489/tid=4490] ppid=4487 vsize=1535080 CPUtime=54.69
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 11150 0 1 0 5467 2 0 0 25 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4109293619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 3 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 7 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 284 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 249 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1535080 CPUtime=1.03
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 1192 0 0 0 102 1 0 0 15 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1535080 CPUtime=0.87
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 5880 0 0 0 87 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1535080 CPUtime=0.38
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1772 0 0 0 38 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.34
Current children cumulated vsize (KiB) 1535080

[startup+56.3009 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4510
/proc/meminfo: memFree=32091436/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1535080 CPUtime=57.75
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 22191 0 1 0 5768 7 0 0 25 0 19 0 957043 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383770 15830 1444 10 0 381073 0
[pid=4489/tid=4490] ppid=4487 vsize=1535080 CPUtime=55.09
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 11150 0 1 0 5507 2 0 0 25 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4109293619 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 3 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 7 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 284 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 249 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1535080 CPUtime=1.03
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 1192 0 0 0 102 1 0 0 15 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1535080 CPUtime=0.88
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 5880 0 0 0 88 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1535080 CPUtime=0.38
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1772 0 0 0 38 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 957047 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571921920 15830 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.75
Current children cumulated vsize (KiB) 1535080

[startup+56.4009 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4510
/proc/meminfo: memFree=32091436/32951124 swapFree=67111528/67111528
[pid=4489] ppid=4487 vsize=1535080 CPUtime=57.86
/proc/4489/stat : 4489 (java) S 4487 4489 3841 0 -1 4202496 22193 0 1 0 5779 7 0 0 25 0 19 0 957043 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4489/statm: 383770 15831 1444 10 0 381073 0
[pid=4489/tid=4490] ppid=4487 vsize=1535080 CPUtime=55.17
/proc/4489/task/4490/stat : 4490 (java) R 4487 4489 3841 0 -1 4202560 11151 0 1 0 5515 2 0 0 25 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4109374341 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4489/tid=4492] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4492/stat : 4492 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4493] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4493/stat : 4493 (java) S 4487 4489 3841 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4494] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4494/stat : 4494 (java) S 4487 4489 3841 0 -1 4202560 245 0 0 0 4 0 0 0 16 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 3 0 0 0
[pid=4489/tid=4495] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4495/stat : 4495 (java) S 4487 4489 3841 0 -1 4202560 7 0 0 0 4 0 0 0 16 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 7 0 0 0
[pid=4489/tid=4496] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4496/stat : 4496 (java) S 4487 4489 3841 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4497] ppid=4487 vsize=1535080 CPUtime=0.04
/proc/4489/task/4497/stat : 4497 (java) S 4487 4489 3841 0 -1 4202560 284 0 0 0 4 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4498] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4498/stat : 4498 (java) S 4487 4489 3841 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4499] ppid=4487 vsize=1535080 CPUtime=0.03
/proc/4489/task/4499/stat : 4499 (java) S 4487 4489 3841 0 -1 4202560 249 0 0 0 3 0 0 0 15 0 19 0 957044 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 4 0 0 0
[pid=4489/tid=4500] ppid=4487 vsize=1535080 CPUtime=1.04
/proc/4489/task/4500/stat : 4500 (java) S 4487 4489 3841 0 -1 4202560 1192 0 0 0 103 1 0 0 15 0 19 0 957045 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 0 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4501] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4501/stat : 4501 (java) S 4487 4489 3841 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4502] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4502/stat : 4502 (java) S 4487 4489 3841 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 957045 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4503] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4503/stat : 4503 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4504] ppid=4487 vsize=1535080 CPUtime=0.89
/proc/4489/task/4504/stat : 4504 (java) S 4487 4489 3841 0 -1 4202560 5880 0 0 0 89 0 0 0 15 0 19 0 957047 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 2 0 0 0
[pid=4489/tid=4505] ppid=4487 vsize=1535080 CPUtime=0.38
/proc/4489/task/4505/stat : 4505 (java) S 4487 4489 3841 0 -1 4202560 1772 0 0 0 38 0 0 0 15 0 19 0 957047 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 5 0 0 0
[pid=4489/tid=4506] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4506/stat : 4506 (java) S 4487 4489 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 957047 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 6 0 0 0
[pid=4489/tid=4507] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4507/stat : 4507 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 957047 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
[pid=4489/tid=4508] ppid=4487 vsize=1535080 CPUtime=0
/proc/4489/task/4508/stat : 4508 (java) S 4487 4489 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 957059 1571921920 15831 4089446400 134512640 134550932 4287789856 18446744073709551615 4294960144 0 4 0 16800975 18446604453958074816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.86
Current children cumulated vsize (KiB) 1535080

Child status: 30
Real time (s): 56.4689
CPU time (s): 57.9212
CPU user time (s): 57.8392
CPU system time (s): 0.081987
CPU usage (%): 102.572
Max. virtual memory (cumulated for all children) (KiB): 1544292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.8392
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22204
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= 3777
involuntary context switches= 21671

runsolver used 0.12898 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-05 12:57:28
IDJOB=2698683
IDBENCH=79228
IDSOLVER=1211
FILE ID=node141/2698683-1278327448
PBS_JOBID= 11207422
Free space on /tmp= 74176 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.1111213670--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-2698683-1278327448/watcher-2698683-1278327448 -o /tmp/evaluation-result-2698683-1278327448/solver-2698683-1278327448 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698683-1278327448.wbo

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

MD5SUM BENCH= fcf24b85e5d55a97f5b0cb315ea68e2b
RANDOM SEED=1485955406

node141.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.839
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.67
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.839
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	: 5265.34
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.839
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.82
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.839
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.74
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.839
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.76
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.839
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.839
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.82
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.839
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32150732 kB
Buffers:         25676 kB
Cached:         305228 kB
SwapCached:          0 kB
Active:         454316 kB
Inactive:       245744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32150732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:      368808 kB
Mapped:          20336 kB
Slab:            36228 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655904 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= 74176 MiB
End job on node141 at 2010-07-05 12:58:25