Trace number 2698444

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 48.8976 47.8885

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-33-100-0.wbo
MD5SUM9bf5159c7db1b1e3f0d68c452139be86
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.382941
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.2.1.v20100705
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.07	c java.vm.version	11.2-b01
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	32
0.06/0.07	c java.version		1.6.0_12
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		i386
0.06/0.07	c Free memory 		1393557488
0.06/0.07	c Max memory 		1395916800
0.06/0.07	c Total memory 		1395916800
0.06/0.07	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2698444-1278325588.wbo
0.06/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.054s.
0.12/0.15	c #vars     233
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.31/0.25	c SATISFIABLE
0.31/0.25	c OPTIMIZING...
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.161
0.31/0.25	o 631
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.221
0.61/0.31	o 483
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.265
0.61/0.36	o 481
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.281
0.61/0.37	o 469
0.82/0.40	c Got one! Elapsed wall clock time (in seconds):0.304
0.82/0.40	o 397
0.82/0.42	c Got one! Elapsed wall clock time (in seconds):0.329
0.82/0.42	o 396
0.82/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.82/0.46	o 369
0.96/0.52	c Got one! Elapsed wall clock time (in seconds):0.425
0.96/0.52	o 356
0.96/0.59	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.09/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
1.09/0.63	o 345
1.19/0.70	c Got one! Elapsed wall clock time (in seconds):0.61
1.19/0.70	o 343
1.29/0.86	c Got one! Elapsed wall clock time (in seconds):0.765
1.29/0.86	o 336
1.29/0.88	c cleaning 4249 clauses out of 8502 with flag 11001/11001
1.41/0.97	c Got one! Elapsed wall clock time (in seconds):0.878
1.41/0.97	o 323
1.62/1.11	c Got one! Elapsed wall clock time (in seconds):1.013
1.62/1.11	o 309
1.71/1.25	c cleaning 5620 clauses out of 11252 with flag 18000/18000
1.82/1.36	c Got one! Elapsed wall clock time (in seconds):1.263
1.82/1.36	o 292
1.92/1.49	c Got one! Elapsed wall clock time (in seconds):1.393
1.92/1.49	o 253
2.12/1.68	c cleaning 6814 clauses out of 13633 with flag 26001/26001
2.24/1.72	c Got one! Elapsed wall clock time (in seconds):1.622
2.24/1.72	o 250
2.56/2.01	c Got one! Elapsed wall clock time (in seconds):1.912
2.56/2.01	o 234
2.76/2.23	c cleaning 7905 clauses out of 15819 with flag 35001/35001
2.76/2.26	c Got one! Elapsed wall clock time (in seconds):2.162
2.76/2.26	o 216
3.07/2.56	c Got one! Elapsed wall clock time (in seconds):2.462
3.07/2.56	o 213
3.37/2.80	c Got one! Elapsed wall clock time (in seconds):2.706
3.37/2.80	o 200
3.37/2.88	c cleaning 8953 clauses out of 17914 with flag 45001/45001
3.58/3.02	c Got one! Elapsed wall clock time (in seconds):2.922
3.58/3.02	o 192
3.90/3.37	c Got one! Elapsed wall clock time (in seconds):3.279
3.90/3.37	o 183
4.10/3.54	c cleaning 9477 clauses out of 18960 with flag 55000/55000
4.70/4.10	c cleaning 9739 clauses out of 19484 with flag 65001/65001
5.10/4.55	c Got one! Elapsed wall clock time (in seconds):4.452
5.10/4.55	o 172
5.20/4.66	c cleaning 9866 clauses out of 19744 with flag 75000/75000
5.90/5.32	c cleaning 9934 clauses out of 19879 with flag 85001/85001
6.40/5.89	c cleaning 9965 clauses out of 19944 with flag 95000/95000
6.50/5.95	c Got one! Elapsed wall clock time (in seconds):5.852
6.50/5.95	o 151
7.00/6.50	c cleaning 9979 clauses out of 19979 with flag 105000/105000
7.10/6.54	c Got one! Elapsed wall clock time (in seconds):6.444
7.10/6.54	o 142
7.70/7.15	c cleaning 9998 clauses out of 20005 with flag 115005/115005
7.80/7.21	c Got one! Elapsed wall clock time (in seconds):7.115
7.80/7.21	o 133
8.34/7.76	c cleaning 9997 clauses out of 20003 with flag 125001/125001
8.44/7.80	c Got one! Elapsed wall clock time (in seconds):7.706
8.44/7.80	o 108
9.04/8.41	c cleaning 9997 clauses out of 20006 with flag 135001/135001
9.54/8.98	c cleaning 9998 clauses out of 20008 with flag 145000/145000
10.14/9.57	c cleaning 9998 clauses out of 20010 with flag 155000/155000
10.55/9.95	c Got one! Elapsed wall clock time (in seconds):9.853
10.55/9.95	o 107
10.74/10.14	c cleaning 10000 clauses out of 20012 with flag 165000/165000
11.34/10.74	c cleaning 10001 clauses out of 20013 with flag 175001/175001
11.34/10.76	c Got one! Elapsed wall clock time (in seconds):10.662
11.34/10.76	o 87
11.95/11.37	c cleaning 10002 clauses out of 20012 with flag 185001/185001
12.55/11.94	c cleaning 10001 clauses out of 20009 with flag 195000/195000
12.86/12.23	c Got one! Elapsed wall clock time (in seconds):12.135
12.86/12.23	o 74
13.06/12.42	c cleaning 10001 clauses out of 20008 with flag 205000/205000
13.66/13.03	c cleaning 10000 clauses out of 20008 with flag 215001/215001
14.16/13.56	c cleaning 9997 clauses out of 20007 with flag 225000/225000
14.66/14.02	c cleaning 10001 clauses out of 20012 with flag 235002/235002
15.16/14.51	c cleaning 10001 clauses out of 20011 with flag 245002/245002
15.66/15.01	c cleaning 10002 clauses out of 20009 with flag 255001/255001
16.07/15.47	c cleaning 9999 clauses out of 20006 with flag 265000/265000
16.56/15.92	c cleaning 9995 clauses out of 20007 with flag 275000/275000
16.66/16.01	c Got one! Elapsed wall clock time (in seconds):15.914
16.66/16.01	o 65
17.06/16.44	c cleaning 10003 clauses out of 20014 with flag 285002/285002
17.56/16.99	c cleaning 10000 clauses out of 20010 with flag 295001/295001
18.16/17.54	c cleaning 9995 clauses out of 20011 with flag 305002/305002
18.46/17.84	c Got one! Elapsed wall clock time (in seconds):17.745
18.46/17.84	o 62
18.56/18.00	c cleaning 10002 clauses out of 20015 with flag 315001/315001
19.16/18.56	c cleaning 10003 clauses out of 20013 with flag 325001/325001
19.76/19.10	c cleaning 10002 clauses out of 20011 with flag 335002/335002
20.16/19.57	c cleaning 9997 clauses out of 20008 with flag 345001/345001
20.56/19.99	c Got one! Elapsed wall clock time (in seconds):19.898
20.56/19.99	o 52
20.76/20.11	c cleaning 10002 clauses out of 20011 with flag 355001/355001
21.26/20.64	c cleaning 9995 clauses out of 20008 with flag 365000/365000
21.47/20.80	c Got one! Elapsed wall clock time (in seconds):20.711
21.47/20.80	o 36
21.76/21.17	c cleaning 10004 clauses out of 20015 with flag 375002/375002
22.26/21.66	c cleaning 10000 clauses out of 20010 with flag 385001/385001
22.57/22.00	c Got one! Elapsed wall clock time (in seconds):21.903
22.57/22.00	o 34
22.78/22.13	c cleaning 10000 clauses out of 20010 with flag 395001/395001
23.29/22.66	c cleaning 9999 clauses out of 20009 with flag 405000/405000
23.80/23.16	c cleaning 10002 clauses out of 20011 with flag 415001/415001
24.29/23.67	c cleaning 10000 clauses out of 20008 with flag 425000/425000
24.50/23.82	c Got one! Elapsed wall clock time (in seconds):23.727
24.50/23.82	o 29
24.80/24.16	c cleaning 10001 clauses out of 20008 with flag 435000/435000
25.30/24.68	c cleaning 10000 clauses out of 20009 with flag 445002/445002
25.80/25.13	c cleaning 10002 clauses out of 20009 with flag 455002/455002
26.30/25.67	c cleaning 9998 clauses out of 20006 with flag 465001/465001
26.90/26.22	c cleaning 10001 clauses out of 20011 with flag 475004/475004
27.40/26.71	c cleaning 10000 clauses out of 20010 with flag 485004/485004
27.90/27.23	c cleaning 9996 clauses out of 20007 with flag 495001/495001
28.41/27.74	c cleaning 10001 clauses out of 20011 with flag 505001/505001
28.91/28.26	c cleaning 10001 clauses out of 20011 with flag 515002/515002
29.21/28.56	c Got one! Elapsed wall clock time (in seconds):28.464
29.21/28.56	o 22
29.51/28.80	c cleaning 9999 clauses out of 20008 with flag 525000/525000
29.91/29.29	c cleaning 10002 clauses out of 20013 with flag 535004/535004
30.42/29.75	c cleaning 10001 clauses out of 20007 with flag 545000/545000
30.91/30.21	c cleaning 9995 clauses out of 20006 with flag 555000/555000
31.31/30.65	c cleaning 9999 clauses out of 20011 with flag 565000/565000
31.71/31.08	c cleaning 10003 clauses out of 20014 with flag 575002/575002
32.01/31.38	c Got one! Elapsed wall clock time (in seconds):31.286
32.01/31.38	o 8
32.21/31.56	c cleaning 10000 clauses out of 20010 with flag 585001/585001
32.72/32.04	c cleaning 10003 clauses out of 20011 with flag 595002/595002
33.21/32.51	c cleaning 9996 clauses out of 20006 with flag 605000/605000
33.62/32.95	c cleaning 10001 clauses out of 20011 with flag 615001/615001
33.82/33.11	c Got one! Elapsed wall clock time (in seconds):33.016
33.82/33.11	o 6
34.16/33.44	c cleaning 10003 clauses out of 20011 with flag 625002/625002
34.66/33.92	c cleaning 9998 clauses out of 20006 with flag 635000/635000
35.06/34.36	c cleaning 9999 clauses out of 20008 with flag 645000/645000
35.46/34.79	c cleaning 10001 clauses out of 20010 with flag 655001/655001
35.97/35.22	c cleaning 10000 clauses out of 20009 with flag 665001/665001
36.36/35.68	c cleaning 9999 clauses out of 20008 with flag 675000/675000
36.66/35.92	c Got one! Elapsed wall clock time (in seconds):35.824
36.66/35.92	o 2
36.86/36.14	c cleaning 10001 clauses out of 20010 with flag 685001/685001
37.26/36.59	c cleaning 9999 clauses out of 20008 with flag 695000/695000
37.76/37.05	c cleaning 9999 clauses out of 20010 with flag 705001/705001
38.17/37.49	c cleaning 10003 clauses out of 20012 with flag 715002/715002
38.66/37.91	c cleaning 9999 clauses out of 20007 with flag 725000/725000
39.06/38.36	c cleaning 10004 clauses out of 20011 with flag 735003/735003
39.56/38.84	c cleaning 9997 clauses out of 20004 with flag 745000/745000
40.06/39.37	c cleaning 10000 clauses out of 20007 with flag 755000/755000
40.56/39.85	c cleaning 10002 clauses out of 20009 with flag 765002/765002
41.06/40.36	c cleaning 9999 clauses out of 20006 with flag 775001/775001
41.56/40.84	c cleaning 9996 clauses out of 20006 with flag 785000/785000
42.07/41.34	c cleaning 10002 clauses out of 20010 with flag 795000/795000
42.47/41.79	c cleaning 9999 clauses out of 20008 with flag 805000/805000
42.97/42.26	c cleaning 10000 clauses out of 20012 with flag 815003/815003
43.47/42.76	c cleaning 9998 clauses out of 20010 with flag 825001/825001
43.97/43.22	c cleaning 10002 clauses out of 20013 with flag 835002/835002
44.37/43.66	c cleaning 10000 clauses out of 20010 with flag 845001/845001
44.88/44.10	c cleaning 9999 clauses out of 20009 with flag 855000/855000
45.28/44.55	c cleaning 10002 clauses out of 20012 with flag 865002/865002
45.68/44.99	c cleaning 10001 clauses out of 20010 with flag 875002/875002
46.18/45.45	c cleaning 9999 clauses out of 20008 with flag 885001/885001
46.68/45.91	c cleaning 10001 clauses out of 20008 with flag 895000/895000
47.18/46.40	c cleaning 10001 clauses out of 20007 with flag 905000/905000
47.58/46.89	c cleaning 10001 clauses out of 20006 with flag 915000/915000
48.25/47.42	c cleaning 9999 clauses out of 20006 with flag 925002/925002
48.82/47.86	c starts		: 210
48.82/47.86	c conflicts		: 933274
48.82/47.86	c decisions		: 1383911
48.82/47.86	c propagations		: 21027726
48.82/47.86	c inspects		: 254171266
48.82/47.86	c learnt literals	: 9
48.82/47.86	c learnt binary clauses	: 23
48.82/47.86	c learnt ternary clauses	: 438
48.82/47.86	c learnt clauses	: 933264
48.82/47.86	c ignored clauses	: 0
48.82/47.86	c root simplifications	: 0
48.82/47.86	c removed literals (reason simplification)	: 8178404
48.82/47.86	c reason swapping (by a shorter reason)	: 0
48.82/47.86	c Calls to reduceDB	: 94
48.82/47.86	c number of reductions to clauses (during analyze)	: 0
48.82/47.86	c number of learned constraints concerned by reduction	: 0
48.82/47.86	c number of learning phase by resolution	: 0
48.82/47.86	c number of learning phase by cutting planes	: 0
48.82/47.86	c speed (assignments/second)	: 1760084.2052398094
48.82/47.86	c non guided choices	1977
48.82/47.86	c learnt constraints type 
48.82/47.86	c constraints type 
48.82/47.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
48.82/47.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
48.82/47.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
48.82/47.86	s OPTIMUM FOUND
48.82/47.87	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 
48.82/47.87	c objective function=2
48.82/47.87	c Total wall clock time (in seconds): 47.772

Verifier Data

OK	2

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.02 1.85 3/196 4115
/proc/meminfo: memFree=32357704/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=13436 CPUtime=0
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 1071 0 0 0 0 0 0 0 25 0 2 0 771039 13758464 553 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 3372 553 243 10 0 1202 0
[pid=4115/tid=4116] ppid=4113 vsize=13472 CPUtime=0
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 49 0 0 0 0 0 0 0 25 0 2 0 771040 13795328 565 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0738801 s]
/proc/loadavg: 1.95 2.02 1.85 3/196 4115
/proc/meminfo: memFree=32357704/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1529040 CPUtime=0.06
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 4549 0 1 0 5 1 0 0 25 0 18 0 771039 1565736960 3985 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 382260 3986 1216 10 0 379563 0
[pid=4115/tid=4116] ppid=4113 vsize=1529040 CPUtime=0.05
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 3281 0 1 0 5 0 0 0 25 0 18 0 771040 1565736960 3987 4089446400 134512640 134550932 4292826880 18446744073709551615 4108859012 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1529040

[startup+0.10086 s]
/proc/loadavg: 1.95 2.02 1.85 3/196 4115
/proc/meminfo: memFree=32357704/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1529764 CPUtime=0.12
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 5219 0 1 0 11 1 0 0 25 0 18 0 771039 1566478336 4655 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 382441 4655 1347 10 0 379744 0
[pid=4115/tid=4116] ppid=4113 vsize=1529764 CPUtime=0.08
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 3555 0 1 0 8 0 0 0 25 0 18 0 771040 1566478336 4655 4089446400 134512640 134550932 4292826880 18446744073709551615 4108835785 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) 1529764

[startup+0.300823 s]
/proc/loadavg: 1.95 2.02 1.85 3/196 4115
/proc/meminfo: memFree=32357704/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1536036 CPUtime=0.61
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 7643 0 1 0 60 1 0 0 25 0 19 0 771039 1572900864 6736 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384009 6736 1416 10 0 381312 0
[pid=4115/tid=4116] ppid=4113 vsize=1536036 CPUtime=0.28
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 4064 0 1 0 28 0 0 0 25 0 19 0 771040 1572900864 6736 4089446400 134512640 134550932 4292826880 18446744073709551615 4109152944 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1536036

[startup+0.700746 s]
/proc/loadavg: 1.95 2.02 1.85 3/196 4115
/proc/meminfo: memFree=32357704/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1536036 CPUtime=1.19
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 9909 0 1 0 118 1 0 0 25 0 19 0 771039 1572900864 9000 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384009 9000 1439 10 0 381312 0
[pid=4115/tid=4116] ppid=4113 vsize=1536036 CPUtime=0.67
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 5840 0 1 0 66 1 0 0 25 0 19 0 771040 1572900864 9000 4089446400 134512640 134550932 4292826880 18446744073709551615 4109292723 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1536036

[startup+1.50061 s]
/proc/loadavg: 1.95 2.02 1.85 3/215 4134
/proc/meminfo: memFree=32325756/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1536036 CPUtime=2.02
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 10592 0 1 0 201 1 0 0 25 0 19 0 771039 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384009 9681 1439 10 0 381312 0
[pid=4115/tid=4116] ppid=4113 vsize=1536036 CPUtime=1.45
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 5843 0 1 0 144 1 0 0 25 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4108815598 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 120 0 0 0 0 0 0 0 16 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1536036 CPUtime=0.02
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 455 0 0 0 2 0 0 0 16 0 19 0 771041 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1536036 CPUtime=0.27
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 882 0 0 0 27 0 0 0 17 0 19 0 771044 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1536036 CPUtime=0.25
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 1666 0 0 0 25 0 0 0 15 0 19 0 771044 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771044 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1572900864 9681 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1536036

[startup+3.10135 s]
/proc/loadavg: 1.95 2.02 1.85 3/215 4134
/proc/meminfo: memFree=32322036/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1536036 CPUtime=3.69
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 12006 0 1 0 367 2 0 0 25 0 19 0 771039 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384009 11084 1439 10 0 381312 0
[pid=4115/tid=4116] ppid=4113 vsize=1536036 CPUtime=3.01
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 6817 0 1 0 300 1 0 0 25 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4109165897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 771040 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1536036 CPUtime=0.05
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 623 0 0 0 5 0 0 0 15 0 19 0 771041 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1536036 CPUtime=0.32
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 940 0 0 0 32 0 0 0 15 0 19 0 771044 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1536036 CPUtime=0.27
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 1670 0 0 0 27 0 0 0 15 0 19 0 771044 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771044 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1536036 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1572900864 11084 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1536036

[startup+6.30072 s]
/proc/loadavg: 1.95 2.02 1.85 3/215 4134
/proc/meminfo: memFree=32315344/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1534976 CPUtime=6.9
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 12905 0 1 0 688 2 0 0 25 0 19 0 771039 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 383744 11725 1439 10 0 381047 0
[pid=4115/tid=4116] ppid=4113 vsize=1534976 CPUtime=6.16
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 7542 0 1 0 615 1 0 0 20 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4109216006 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 76 0 0 0 0 0 0 0 16 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 168 0 0 0 0 0 0 0 16 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 771040 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1534976 CPUtime=0.1
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 761 0 0 0 10 0 0 0 15 0 19 0 771041 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1534976 CPUtime=0.32
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 940 0 0 0 32 0 0 0 15 0 19 0 771044 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1534976 CPUtime=0.27
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 1670 0 0 0 27 0 0 0 15 0 19 0 771044 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771044 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1571815424 11725 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1534976


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

/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 70 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1534976 CPUtime=0.03
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 211 0 0 0 3 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1534976 CPUtime=0.02
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 78 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1534976 CPUtime=0.02
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 82 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1534976 CPUtime=0.02
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1534976 CPUtime=0.02
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 45 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1534976 CPUtime=0.02
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1534976 CPUtime=0.03
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 81 0 0 0 3 0 0 0 15 0 19 0 771040 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1534976 CPUtime=0.93
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 1121 0 0 0 92 1 0 0 16 0 19 0 771041 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1534976 CPUtime=0.33
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 973 0 0 0 33 0 0 0 15 0 19 0 771044 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1534976 CPUtime=0.36
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 1692 0 0 0 36 0 0 0 15 0 19 0 771044 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771044 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1534976 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1571815424 12135 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.88
Current children cumulated vsize (KiB) 1534976

[startup+47.5009 s]
/proc/loadavg: 2.28 2.08 1.88 3/215 4136
/proc/meminfo: memFree=32295320/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1539696 CPUtime=48.46
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 14564 0 1 0 4840 6 0 0 25 0 19 0 771039 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384924 13177 1442 10 0 382227 0
[pid=4115/tid=4116] ppid=4113 vsize=1539696 CPUtime=46.39
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 7629 0 1 0 4637 2 0 0 25 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4109256318 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 70 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1539696 CPUtime=0.04
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 79 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 82 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 45 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1539696 CPUtime=0.02
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1539696 CPUtime=0.03
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 81 0 0 0 3 0 0 0 16 0 19 0 771040 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1539696 CPUtime=0.94
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 1131 0 0 0 93 1 0 0 15 0 19 0 771041 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1539696 CPUtime=0.36
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 1204 0 0 0 36 0 0 0 15 0 19 0 771044 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1539696 CPUtime=0.52
/proc/4115/task/4131/stat : 4131 (java) R 4113 4115 3856 0 -1 4202560 2575 0 0 0 52 0 0 0 16 0 19 0 771044 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 103148815 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771044 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1539696 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1576648704 13177 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 1539696

[startup+47.7008 s]
/proc/loadavg: 2.28 2.08 1.88 3/215 4136
/proc/meminfo: memFree=32295320/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1539712 CPUtime=48.7
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 15012 0 1 0 4864 6 0 0 25 0 19 0 771039 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384928 13368 1442 10 0 382231 0
[pid=4115/tid=4116] ppid=4113 vsize=1539712 CPUtime=46.59
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 7629 0 1 0 4657 2 0 0 25 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4108815598 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 70 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1539712 CPUtime=0.04
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 79 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 82 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 45 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1539712 CPUtime=0.03
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 81 0 0 0 3 0 0 0 16 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1539712 CPUtime=0.94
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 1131 0 0 0 93 1 0 0 15 0 19 0 771041 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1539712 CPUtime=0.36
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 1204 0 0 0 36 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1539712 CPUtime=0.56
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 3023 0 0 0 56 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.7
Current children cumulated vsize (KiB) 1539712

[startup+47.8008 s]
/proc/loadavg: 2.28 2.08 1.88 3/215 4136
/proc/meminfo: memFree=32295320/32951124 swapFree=67111528/67111528
[pid=4115] ppid=4113 vsize=1539712 CPUtime=48.82
/proc/4115/stat : 4115 (java) S 4113 4115 3856 0 -1 4202496 15012 0 1 0 4876 6 0 0 25 0 19 0 771039 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4115/statm: 384928 13368 1442 10 0 382231 0
[pid=4115/tid=4116] ppid=4113 vsize=1539712 CPUtime=46.69
/proc/4115/task/4116/stat : 4116 (java) R 4113 4115 3856 0 -1 4202560 7629 0 1 0 4667 2 0 0 25 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4109216221 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4115/tid=4118] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4118/stat : 4118 (java) S 4113 4115 3856 0 -1 4202560 70 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4119] ppid=4113 vsize=1539712 CPUtime=0.04
/proc/4115/task/4119/stat : 4119 (java) S 4113 4115 3856 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4120] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4120/stat : 4120 (java) S 4113 4115 3856 0 -1 4202560 79 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4121] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4121/stat : 4121 (java) S 4113 4115 3856 0 -1 4202560 82 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4122] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4122/stat : 4122 (java) S 4113 4115 3856 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4123] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4123/stat : 4123 (java) S 4113 4115 3856 0 -1 4202560 45 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4124] ppid=4113 vsize=1539712 CPUtime=0.02
/proc/4115/task/4124/stat : 4124 (java) S 4113 4115 3856 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
[pid=4115/tid=4125] ppid=4113 vsize=1539712 CPUtime=0.03
/proc/4115/task/4125/stat : 4125 (java) S 4113 4115 3856 0 -1 4202560 81 0 0 0 3 0 0 0 16 0 19 0 771040 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 2 0 0 0
[pid=4115/tid=4126] ppid=4113 vsize=1539712 CPUtime=0.94
/proc/4115/task/4126/stat : 4126 (java) S 4113 4115 3856 0 -1 4202560 1131 0 0 0 93 1 0 0 15 0 19 0 771041 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 0 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4127] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4127/stat : 4127 (java) S 4113 4115 3856 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 771042 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4128] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4128/stat : 4128 (java) S 4113 4115 3856 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 771042 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4129] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4129/stat : 4129 (java) S 4113 4115 3856 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4130] ppid=4113 vsize=1539712 CPUtime=0.36
/proc/4115/task/4130/stat : 4130 (java) S 4113 4115 3856 0 -1 4202560 1204 0 0 0 36 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 4 0 0 0
[pid=4115/tid=4131] ppid=4113 vsize=1539712 CPUtime=0.57
/proc/4115/task/4131/stat : 4131 (java) S 4113 4115 3856 0 -1 4202560 3023 0 0 0 57 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 7 0 0 0
[pid=4115/tid=4132] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4132/stat : 4132 (java) S 4113 4115 3856 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4133] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4133/stat : 4133 (java) S 4113 4115 3856 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771044 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 6 0 0 0
[pid=4115/tid=4134] ppid=4113 vsize=1539712 CPUtime=0
/proc/4115/task/4134/stat : 4134 (java) S 4113 4115 3856 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 771055 1576665088 13368 4089446400 134512640 134550932 4292826880 18446744073709551615 4294960144 0 4 0 16800975 18446604453957895232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 1539712

Child status: 30
Real time (s): 47.8885
CPU time (s): 48.8976
CPU user time (s): 48.8346
CPU system time (s): 0.06299
CPU usage (%): 102.107
Max. virtual memory (cumulated for all children) (KiB): 1539712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.8346
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15028
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= 3648
involuntary context switches= 11982

runsolver used 0.088986 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-05 12:26:28
IDJOB=2698444
IDBENCH=78822
IDSOLVER=1211
FILE ID=node141/2698444-1278325588
PBS_JOBID= 11207423
Free space on /tmp= 74180 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110978113--soft-33-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-2698444-1278325588/watcher-2698444-1278325588 -o /tmp/evaluation-result-2698444-1278325588/solver-2698444-1278325588 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698444-1278325588.wbo

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

MD5SUM BENCH= 9bf5159c7db1b1e3f0d68c452139be86
RANDOM SEED=518910962

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:      32357992 kB
Buffers:         22016 kB
Cached:         300148 kB
SwapCached:          0 kB
Active:         250560 kB
Inactive:       241496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32357992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:      169732 kB
Mapped:          20312 kB
Slab:            35792 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1641404 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= 74180 MiB
End job on node141 at 2010-07-05 12:27:16