Trace number 2698691

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 43.4144 42.1157

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
MD5SUMd4e6776e3ea6e9cf4cf1ebaa2f1d5c78
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.619904
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
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.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.08/0.09	c Pseudo Boolean Optimization
0.08/0.09	c --- Begin Solver configuration ---
0.08/0.09	c Stops conflict analysis at the first Unique Implication Point
0.08/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.08/0.09	c Learn all clauses as in MiniSAT
0.08/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.09	c Expensive reason simplification
0.08/0.09	c Armin Biere (Picosat) restarts strategy
0.08/0.09	c Glucose learned constraints deletion strategy
0.08/0.09	c timeout=2147483s
0.08/0.09	c DB Simplification allowed=false
0.08/0.09	c --- End Solver configuration ---
0.08/0.09	c solving HOME/instance-2698691-1278327460.wbo
0.08/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.23	c SATISFIABLE
0.30/0.23	c OPTIMIZING...
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.141
0.30/0.23	o 793
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.192
0.30/0.29	o 578
0.61/0.32	c Got one! Elapsed wall clock time (in seconds):0.23
0.61/0.32	o 576
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.245
0.61/0.34	o 519
0.61/0.35	c Got one! Elapsed wall clock time (in seconds):0.261
0.61/0.35	o 514
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.61/0.38	o 513
0.82/0.40	c Got one! Elapsed wall clock time (in seconds):0.306
0.82/0.40	o 492
0.82/0.45	c Got one! Elapsed wall clock time (in seconds):0.36
0.82/0.45	o 462
0.82/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.82/0.48	o 431
0.94/0.51	c Got one! Elapsed wall clock time (in seconds):0.415
0.94/0.51	o 414
1.17/0.71	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.691
1.17/0.78	o 394
1.39/0.90	c Got one! Elapsed wall clock time (in seconds):0.808
1.39/0.90	o 388
1.39/0.97	c Got one! Elapsed wall clock time (in seconds):0.875
1.39/0.97	o 383
1.50/1.02	c Got one! Elapsed wall clock time (in seconds):0.928
1.50/1.02	o 375
1.63/1.10	c Got one! Elapsed wall clock time (in seconds):1.008
1.63/1.10	o 331
1.63/1.17	c cleaning 4244 clauses out of 8501 with flag 11000/11000
1.73/1.26	c Got one! Elapsed wall clock time (in seconds):1.17
1.73/1.26	o 309
1.86/1.35	c Got one! Elapsed wall clock time (in seconds):1.259
1.86/1.35	o 294
2.06/1.52	c Got one! Elapsed wall clock time (in seconds):1.429
2.06/1.52	o 283
2.18/1.66	c cleaning 5625 clauses out of 11257 with flag 18000/18000
2.70/2.18	c Got one! Elapsed wall clock time (in seconds):2.081
2.70/2.18	o 268
2.80/2.25	c cleaning 6813 clauses out of 13632 with flag 26000/26000
3.50/2.90	c cleaning 7905 clauses out of 15819 with flag 35000/35000
4.21/3.61	c cleaning 8953 clauses out of 17914 with flag 45000/45000
4.71/4.14	c Got one! Elapsed wall clock time (in seconds):4.047
4.71/4.14	o 230
4.91/4.38	c cleaning 9476 clauses out of 18961 with flag 55000/55000
5.61/5.01	c Got one! Elapsed wall clock time (in seconds):4.912
5.61/5.01	o 222
5.71/5.11	c cleaning 9741 clauses out of 19486 with flag 65001/65001
5.81/5.26	c Got one! Elapsed wall clock time (in seconds):5.168
5.81/5.26	o 215
6.41/5.84	c cleaning 9866 clauses out of 19746 with flag 75002/75002
7.02/6.46	c Got one! Elapsed wall clock time (in seconds):6.37
7.02/6.46	o 205
7.22/6.66	c cleaning 9935 clauses out of 19878 with flag 85000/85000
8.02/7.44	c cleaning 9964 clauses out of 19944 with flag 95001/95001
8.82/8.23	c cleaning 9986 clauses out of 19979 with flag 105000/105000
8.91/8.39	c Got one! Elapsed wall clock time (in seconds):8.299
8.91/8.39	o 202
9.52/8.81	c Got one! Elapsed wall clock time (in seconds):8.712
9.52/8.81	o 186
9.61/9.00	c cleaning 9995 clauses out of 19993 with flag 115000/115000
10.11/9.49	c Got one! Elapsed wall clock time (in seconds):9.398
10.11/9.49	o 183
10.43/9.73	c cleaning 9993 clauses out of 19999 with flag 125001/125001
11.02/10.32	c cleaning 9999 clauses out of 20007 with flag 135002/135002
11.22/10.52	c Got one! Elapsed wall clock time (in seconds):10.428
11.22/10.52	o 176
11.73/11.02	c cleaning 10001 clauses out of 20008 with flag 145002/145002
11.82/11.12	c Got one! Elapsed wall clock time (in seconds):11.023
11.82/11.12	o 172
12.22/11.59	c Got one! Elapsed wall clock time (in seconds):11.499
12.22/11.59	o 160
12.42/11.70	c cleaning 10001 clauses out of 20007 with flag 155002/155002
13.12/12.43	c cleaning 9989 clauses out of 20004 with flag 165000/165000
13.83/13.19	c cleaning 10006 clauses out of 20021 with flag 175006/175006
14.14/13.42	c Got one! Elapsed wall clock time (in seconds):13.331
14.14/13.42	o 157
14.55/13.89	c cleaning 10001 clauses out of 20010 with flag 185001/185001
15.15/14.41	c Got one! Elapsed wall clock time (in seconds):14.312
15.15/14.41	o 119
15.25/14.59	c cleaning 10003 clauses out of 20012 with flag 195004/195004
15.85/15.19	c cleaning 9998 clauses out of 20006 with flag 205001/205001
16.55/15.85	c cleaning 10000 clauses out of 20008 with flag 215001/215001
17.26/16.53	c cleaning 10003 clauses out of 20010 with flag 225003/225003
18.05/17.31	c cleaning 10000 clauses out of 20004 with flag 235000/235000
18.45/17.78	c Got one! Elapsed wall clock time (in seconds):17.683
18.45/17.78	o 117
18.77/17.98	c cleaning 10000 clauses out of 20005 with flag 245001/245001
19.70/18.72	c cleaning 9997 clauses out of 20005 with flag 255001/255001
19.90/18.94	c Got one! Elapsed wall clock time (in seconds):18.845
19.90/18.94	o 116
20.30/19.36	c cleaning 10003 clauses out of 20009 with flag 265002/265002
20.81/19.89	c cleaning 9998 clauses out of 20004 with flag 275000/275000
21.50/20.58	c cleaning 10000 clauses out of 20008 with flag 285002/285002
22.30/21.33	c cleaning 9995 clauses out of 20006 with flag 295000/295000
23.10/22.14	c cleaning 10001 clauses out of 20013 with flag 305002/305002
23.80/22.89	c cleaning 10004 clauses out of 20011 with flag 315001/315001
23.90/22.95	c Got one! Elapsed wall clock time (in seconds):22.859
23.90/22.95	o 98
24.53/23.50	c Got one! Elapsed wall clock time (in seconds):23.41
24.53/23.50	o 83
24.66/23.63	c cleaning 10000 clauses out of 20008 with flag 325002/325002
25.54/24.33	c cleaning 9994 clauses out of 20008 with flag 335002/335002
26.24/25.01	c cleaning 10003 clauses out of 20013 with flag 345001/345001
26.24/25.10	c Got one! Elapsed wall clock time (in seconds):25.001
26.24/25.10	o 69
26.83/25.60	c cleaning 10002 clauses out of 20010 with flag 355001/355001
27.43/26.20	c cleaning 10000 clauses out of 20007 with flag 365000/365000
27.54/26.40	c Got one! Elapsed wall clock time (in seconds):26.308
27.54/26.40	o 66
27.94/26.78	c cleaning 9998 clauses out of 20007 with flag 375000/375000
28.67/27.40	c cleaning 10002 clauses out of 20011 with flag 385002/385002
29.26/28.00	c cleaning 9996 clauses out of 20007 with flag 395000/395000
29.56/28.37	c Got one! Elapsed wall clock time (in seconds):28.275
29.56/28.37	o 48
29.87/28.63	c cleaning 10003 clauses out of 20011 with flag 405000/405000
30.47/29.25	c cleaning 10001 clauses out of 20008 with flag 415000/415000
31.07/29.83	c cleaning 10000 clauses out of 20007 with flag 425000/425000
31.57/30.37	c cleaning 10000 clauses out of 20009 with flag 435002/435002
32.17/30.93	c cleaning 9997 clauses out of 20008 with flag 445001/445001
32.67/31.46	c cleaning 9999 clauses out of 20010 with flag 455000/455000
33.27/32.03	c cleaning 10003 clauses out of 20013 with flag 465002/465002
33.57/32.36	c Got one! Elapsed wall clock time (in seconds):32.267
33.57/32.36	o 47
33.77/32.59	c cleaning 10001 clauses out of 20009 with flag 475001/475001
34.37/33.18	c cleaning 10001 clauses out of 20009 with flag 485002/485002
34.97/33.76	c cleaning 9999 clauses out of 20008 with flag 495002/495002
35.47/34.25	c cleaning 10002 clauses out of 20010 with flag 505003/505003
35.98/34.79	c cleaning 9995 clauses out of 20006 with flag 515001/515001
36.18/34.94	c Got one! Elapsed wall clock time (in seconds):34.841
36.18/34.94	o 34
36.58/35.36	c cleaning 10002 clauses out of 20010 with flag 525000/525000
37.09/35.85	c cleaning 10001 clauses out of 20008 with flag 535000/535000
37.50/36.26	c Got one! Elapsed wall clock time (in seconds):36.163
37.50/36.26	o 9
37.60/36.32	c cleaning 10002 clauses out of 20009 with flag 545002/545002
38.10/36.80	c cleaning 9997 clauses out of 20007 with flag 555002/555002
38.50/37.25	c cleaning 10002 clauses out of 20009 with flag 565001/565001
39.00/37.73	c cleaning 9992 clauses out of 20006 with flag 575000/575000
39.50/38.27	c cleaning 10003 clauses out of 20014 with flag 585000/585000
40.00/38.74	c cleaning 10001 clauses out of 20011 with flag 595000/595000
40.50/39.24	c cleaning 10002 clauses out of 20011 with flag 605001/605001
41.01/39.74	c cleaning 10001 clauses out of 20010 with flag 615002/615002
41.51/40.20	c cleaning 9999 clauses out of 20007 with flag 625000/625000
41.92/40.67	c cleaning 9996 clauses out of 20008 with flag 635000/635000
42.41/41.14	c cleaning 10001 clauses out of 20012 with flag 645000/645000
42.92/41.62	c cleaning 10001 clauses out of 20011 with flag 655000/655000
43.32/42.07	c starts		: 194
43.32/42.07	c conflicts		: 664440
43.32/42.07	c decisions		: 1040931
43.32/42.07	c propagations		: 18350121
43.32/42.07	c inspects		: 196403454
43.32/42.07	c learnt literals	: 7
43.32/42.07	c learnt binary clauses	: 45
43.32/42.07	c learnt ternary clauses	: 591
43.32/42.07	c learnt clauses	: 664432
43.32/42.07	c ignored clauses	: 0
43.32/42.07	c root simplifications	: 0
43.32/42.07	c removed literals (reason simplification)	: 4341073
43.32/42.07	c reason swapping (by a shorter reason)	: 0
43.32/42.07	c Calls to reduceDB	: 67
43.32/42.07	c number of reductions to clauses (during analyze)	: 0
43.32/42.07	c number of learned constraints concerned by reduction	: 0
43.32/42.07	c number of learning phase by resolution	: 0
43.32/42.07	c number of learning phase by cutting planes	: 0
43.32/42.07	c speed (assignments/second)	: 3157281.658637302
43.32/42.07	c non guided choices	2160
43.32/42.07	c learnt constraints type 
43.32/42.07	c constraints type 
43.32/42.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
43.32/42.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
43.32/42.07	s OPTIMUM FOUND
43.32/42.07	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 
43.32/42.07	c objective function=9
43.32/42.07	c Total wall clock time (in seconds): 41.977

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698691-1278327460/watcher-2698691-1278327460 -o /tmp/evaluation-result-2698691-1278327460/solver-2698691-1278327460 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698691-1278327460.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.91 3/196 4353
/proc/meminfo: memFree=32396032/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=13164 CPUtime=0
/proc/4353/stat : 4353 (java) R 4351 4353 3841 0 -1 4194304 835 0 0 0 0 0 0 0 23 0 1 0 958915 13479936 376 4089446400 134512640 134550932 4288197648 18446744073709551615 10331781 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4353/statm: 3291 381 143 10 0 1121 0

[startup+0.0817851 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4353
/proc/meminfo: memFree=32396032/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1529900 CPUtime=0.08
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 5000 0 1 0 8 0 0 0 23 0 18 0 958915 1566617600 4436 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 382475 4437 1338 10 0 379778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529900

[startup+0.100803 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4353
/proc/meminfo: memFree=32396032/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1530032 CPUtime=0.11
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 5223 0 1 0 11 0 0 0 23 0 18 0 958915 1566752768 4659 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 382508 4659 1347 10 0 379811 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530032

[startup+0.300757 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4353
/proc/meminfo: memFree=32396032/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534796 CPUtime=0.61
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 7020 0 1 0 60 1 0 0 23 0 19 0 958915 1571631104 6456 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383699 6457 1421 10 0 381002 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1534796

[startup+0.700675 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4353
/proc/meminfo: memFree=32396032/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534796 CPUtime=1.17
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 9881 0 1 0 116 1 0 0 23 0 19 0 958915 1571631104 9317 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383699 9317 1425 10 0 381002 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1534796

[startup+1.50154 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4372
/proc/meminfo: memFree=32362780/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534796 CPUtime=2.06
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 10948 0 1 0 205 1 0 0 23 0 19 0 958915 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383699 10381 1440 10 0 381002 0
[pid=4353/tid=4355] ppid=4351 vsize=1534796 CPUtime=1.47
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 7001 0 1 0 146 1 0 0 20 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4109886447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1534796 CPUtime=0.01
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 374 0 0 0 1 0 0 0 15 0 19 0 958917 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1534796 CPUtime=0.29
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 724 0 0 0 29 0 0 0 16 0 19 0 958919 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1534796 CPUtime=0.28
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1101 0 0 0 28 0 0 0 15 0 19 0 958919 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 958919 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 1 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1571631104 10381 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1534796

[startup+3.10124 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4372
/proc/meminfo: memFree=32355464/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534796 CPUtime=3.71
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 13358 0 1 0 369 2 0 0 23 0 19 0 958915 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383699 12788 1440 10 0 381002 0
[pid=4353/tid=4355] ppid=4351 vsize=1534796 CPUtime=3.03
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 9022 0 1 0 302 1 0 0 25 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4109886447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 958916 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1534796 CPUtime=0.04
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 533 0 0 0 4 0 0 0 15 0 19 0 958917 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1534796 CPUtime=0.3
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 725 0 0 0 30 0 0 0 15 0 19 0 958919 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1534796 CPUtime=0.3
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1107 0 0 0 30 0 0 0 15 0 19 0 958919 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 958919 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 1 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1534796 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1571631104 12788 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1534796

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4372
/proc/meminfo: memFree=32345340/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534464 CPUtime=6.91
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 14660 0 1 0 689 2 0 0 23 0 19 0 958915 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383616 14030 1442 10 0 380919 0
[pid=4353/tid=4355] ppid=4351 vsize=1534464 CPUtime=6.18
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 9991 0 1 0 617 1 0 0 21 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4109800016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 958916 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1534464 CPUtime=0.08
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 715 0 0 0 8 0 0 0 15 0 19 0 958917 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1534464 CPUtime=0.3
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 725 0 0 0 30 0 0 0 15 0 19 0 958919 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1534464 CPUtime=0.31
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1109 0 0 0 31 0 0 0 15 0 19 0 958919 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 958919 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 1 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1534464 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1571291136 14030 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1534464

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4372
/proc/meminfo: memFree=32339492/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1534720 CPUtime=13.42
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 16104 0 1 0 1340 2 0 0 23 0 19 0 958915 1571553280 15465 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 383680 15465 1444 10 0 380983 0
[pid=4353/tid=4355] ppid=4351 vsize=1534720 CPUtime=12.47
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 11162 0 1 0 1246 1 0 0 25 0 19 0 958916 1571553280 15465 4089446400 134512640 134550932 4288197648 18446744073709551615 4109937585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1534720 CPUtime=0
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 958916 1571553280 15465 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0

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

/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 243 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 221 0 0 0 2 0 0 0 16 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1538648 CPUtime=0.67
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 1079 0 0 0 66 1 0 0 16 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 3 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1538648 CPUtime=0.67
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 4390 0 0 0 67 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1538648 CPUtime=0.58
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1863 0 0 0 58 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.21
Current children cumulated vsize (KiB) 1538648

[startup+41.5013 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4419
/proc/meminfo: memFree=32339508/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1538648 CPUtime=42.82
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 21069 0 1 0 4275 7 0 0 23 0 19 0 958915 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 384662 17076 1444 10 0 381965 0
[pid=4353/tid=4355] ppid=4351 vsize=1538648 CPUtime=40.64
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 11548 0 1 0 4062 2 0 0 25 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4109834574 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 243 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 221 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1538648 CPUtime=0.7
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 1079 0 0 0 69 1 0 0 16 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 3 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1538648 CPUtime=0.67
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 4390 0 0 0 67 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1538648 CPUtime=0.58
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1863 0 0 0 58 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 958919 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1575575552 17076 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.82
Current children cumulated vsize (KiB) 1538648

[startup+41.9012 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4419
/proc/meminfo: memFree=32339516/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1538648 CPUtime=43.22
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 21085 0 1 0 4315 7 0 0 23 0 19 0 958915 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 384662 17091 1444 10 0 381965 0
[pid=4353/tid=4355] ppid=4351 vsize=1538648 CPUtime=41.03
/proc/4353/task/4355/stat : 4355 (java) R 4351 4353 3841 0 -1 4202560 11549 0 1 0 4101 2 0 0 25 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4109764728 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 243 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1538648 CPUtime=0.01
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1538648 CPUtime=0.02
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 221 0 0 0 2 0 0 0 15 0 19 0 958916 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1538648 CPUtime=0.71
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 1094 0 0 0 70 1 0 0 16 0 19 0 958917 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 3 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1538648 CPUtime=0.67
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 4390 0 0 0 67 0 0 0 15 0 19 0 958919 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1538648 CPUtime=0.58
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1863 0 0 0 58 0 0 0 15 0 19 0 958919 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 958919 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1538648 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1575575552 17091 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.22
Current children cumulated vsize (KiB) 1538648

[startup+42.1012 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4419
/proc/meminfo: memFree=32339516/32951124 swapFree=67111528/67111528
[pid=4353] ppid=4351 vsize=1538972 CPUtime=43.41
/proc/4353/stat : 4353 (java) S 4351 4353 3841 0 -1 4202496 21097 0 1 0 4334 7 0 0 23 0 19 0 958915 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4353/statm: 384743 17103 1445 10 0 382046 0
[pid=4353/tid=4355] ppid=4351 vsize=1538972 CPUtime=41.2
/proc/4353/task/4355/stat : 4355 (java) S 4351 4353 3841 0 -1 4202560 11555 0 1 0 4118 2 0 0 25 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 3 0 0 0
[pid=4353/tid=4356] ppid=4351 vsize=1538972 CPUtime=0.02
/proc/4353/task/4356/stat : 4356 (java) S 4351 4353 3841 0 -1 4202560 243 0 0 0 2 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4357] ppid=4351 vsize=1538972 CPUtime=0.02
/proc/4353/task/4357/stat : 4357 (java) S 4351 4353 3841 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 1 0 0 0
[pid=4353/tid=4358] ppid=4351 vsize=1538972 CPUtime=0.01
/proc/4353/task/4358/stat : 4358 (java) S 4351 4353 3841 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4359] ppid=4351 vsize=1538972 CPUtime=0.02
/proc/4353/task/4359/stat : 4359 (java) S 4351 4353 3841 0 -1 4202560 100 0 0 0 2 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4360] ppid=4351 vsize=1538972 CPUtime=0.01
/proc/4353/task/4360/stat : 4360 (java) S 4351 4353 3841 0 -1 4202560 17 0 0 0 1 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4361] ppid=4351 vsize=1538972 CPUtime=0.01
/proc/4353/task/4361/stat : 4361 (java) S 4351 4353 3841 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 2 0 0 0
[pid=4353/tid=4362] ppid=4351 vsize=1538972 CPUtime=0.02
/proc/4353/task/4362/stat : 4362 (java) S 4351 4353 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
[pid=4353/tid=4363] ppid=4351 vsize=1538972 CPUtime=0.02
/proc/4353/task/4363/stat : 4363 (java) S 4351 4353 3841 0 -1 4202560 221 0 0 0 2 0 0 0 15 0 19 0 958916 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4364] ppid=4351 vsize=1538972 CPUtime=0.71
/proc/4353/task/4364/stat : 4364 (java) S 4351 4353 3841 0 -1 4202560 1094 0 0 0 70 1 0 0 16 0 19 0 958917 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 0 0 16800975 18446604453935804864 0 0 -1 3 0 0 0
[pid=4353/tid=4365] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4365/stat : 4365 (java) S 4351 4353 3841 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 958917 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4366] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4366/stat : 4366 (java) S 4351 4353 3841 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 958917 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4367] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4367/stat : 4367 (java) S 4351 4353 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 958919 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4368] ppid=4351 vsize=1538972 CPUtime=0.67
/proc/4353/task/4368/stat : 4368 (java) S 4351 4353 3841 0 -1 4202560 4390 0 0 0 67 0 0 0 15 0 19 0 958919 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 7 0 0 0
[pid=4353/tid=4369] ppid=4351 vsize=1538972 CPUtime=0.58
/proc/4353/task/4369/stat : 4369 (java) S 4351 4353 3841 0 -1 4202560 1863 0 0 0 58 0 0 0 15 0 19 0 958919 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 6 0 0 0
[pid=4353/tid=4370] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4370/stat : 4370 (java) S 4351 4353 3841 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 958919 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 4 0 0 0
[pid=4353/tid=4371] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4371/stat : 4371 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 958919 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 5 0 0 0
[pid=4353/tid=4372] ppid=4351 vsize=1538972 CPUtime=0
/proc/4353/task/4372/stat : 4372 (java) S 4351 4353 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 958931 1575907328 17103 4089446400 134512640 134550932 4288197648 18446744073709551615 4294960144 0 4 0 16800975 18446604453935804864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.41
Current children cumulated vsize (KiB) 1538972

Child status: 30
Real time (s): 42.1157
CPU time (s): 43.4144
CPU user time (s): 43.3404
CPU system time (s): 0.073988
CPU usage (%): 103.084
Max. virtual memory (cumulated for all children) (KiB): 1544164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3404
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21102
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= 2848
involuntary context switches= 14550

runsolver used 0.066989 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-05 12:57:40
IDJOB=2698691
IDBENCH=79232
IDSOLVER=1211
FILE ID=node142/2698691-1278327460
PBS_JOBID= 11207420
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= d4e6776e3ea6e9cf4cf1ebaa2f1d5c78
RANDOM SEED=1485955406

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5311.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32396312 kB
Buffers:         24872 kB
Cached:         303508 kB
SwapCached:          0 kB
Active:         207876 kB
Inactive:       247456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32396312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      127012 kB
Mapped:          20252 kB
Slab:            36188 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1645696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node142 at 2010-07-05 12:58:22