Trace number 2698657

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 57.3213 55.9871

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-0-100-0.wbo
MD5SUM36573e20f94a233c9b9c8f8613b15785
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.355945
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
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-2698657-1278327375.wbo
0.08/0.09	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.053s.
0.11/0.14	c #vars     270
0.11/0.14	c #constraints  101
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.133
0.32/0.22	o 795
0.32/0.26	c Got one! Elapsed wall clock time (in seconds):0.174
0.32/0.26	o 582
0.62/0.30	c Got one! Elapsed wall clock time (in seconds):0.209
0.62/0.30	o 540
0.62/0.32	c Got one! Elapsed wall clock time (in seconds):0.225
0.62/0.32	o 489
0.62/0.33	c Got one! Elapsed wall clock time (in seconds):0.245
0.62/0.33	o 482
0.62/0.36	c Got one! Elapsed wall clock time (in seconds):0.266
0.62/0.36	o 461
0.62/0.37	c Got one! Elapsed wall clock time (in seconds):0.277
0.62/0.37	o 459
0.62/0.39	c Got one! Elapsed wall clock time (in seconds):0.298
0.62/0.39	o 450
0.81/0.42	c Got one! Elapsed wall clock time (in seconds):0.329
0.81/0.42	o 410
0.81/0.45	c Got one! Elapsed wall clock time (in seconds):0.356
0.81/0.45	o 409
0.81/0.47	c Got one! Elapsed wall clock time (in seconds):0.379
0.81/0.47	o 323
0.94/0.50	c Got one! Elapsed wall clock time (in seconds):0.408
0.94/0.50	o 322
0.94/0.56	c Got one! Elapsed wall clock time (in seconds):0.474
0.94/0.56	o 317
1.05/0.61	c Got one! Elapsed wall clock time (in seconds):0.518
1.05/0.61	o 254
1.05/0.64	c Got one! Elapsed wall clock time (in seconds):0.551
1.05/0.64	o 222
1.05/0.69	c cleaning 2493 clauses out of 5000 with flag 5000/5000
1.50/1.09	c cleaning 4250 clauses out of 8509 with flag 11002/11002
1.61/1.16	c Got one! Elapsed wall clock time (in seconds):1.073
1.61/1.16	o 194
1.71/1.29	c Got one! Elapsed wall clock time (in seconds):1.201
1.71/1.29	o 193
2.04/1.53	c cleaning 5624 clauses out of 11258 with flag 18001/18001
2.15/1.66	c Got one! Elapsed wall clock time (in seconds):1.572
2.15/1.66	o 190
2.26/1.77	c Got one! Elapsed wall clock time (in seconds):1.683
2.26/1.77	o 155
2.56/2.07	c cleaning 6817 clauses out of 13637 with flag 26004/26004
3.19/2.68	c cleaning 7906 clauses out of 15819 with flag 35003/35003
3.39/2.83	c Got one! Elapsed wall clock time (in seconds):2.735
3.39/2.83	o 141
3.89/3.31	c cleaning 8952 clauses out of 17910 with flag 45000/45000
4.49/3.98	c cleaning 9471 clauses out of 18958 with flag 55000/55000
4.59/4.06	c Got one! Elapsed wall clock time (in seconds):3.973
4.59/4.06	o 132
5.19/4.67	c cleaning 9736 clauses out of 19487 with flag 65000/65000
5.99/5.41	c cleaning 9867 clauses out of 19753 with flag 75002/75002
6.59/6.02	c Got one! Elapsed wall clock time (in seconds):5.929
6.59/6.02	o 116
6.69/6.10	c cleaning 9938 clauses out of 19884 with flag 85000/85000
7.42/6.82	c cleaning 9970 clauses out of 19946 with flag 95000/95000
8.09/7.39	c Got one! Elapsed wall clock time (in seconds):7.295
8.09/7.39	o 110
8.40/7.57	c cleaning 9986 clauses out of 19976 with flag 105000/105000
9.24/8.23	c cleaning 9993 clauses out of 19991 with flag 115001/115001
10.09/9.01	c cleaning 9992 clauses out of 19997 with flag 125000/125000
10.79/9.75	c cleaning 9996 clauses out of 20005 with flag 135000/135000
11.39/10.37	c Got one! Elapsed wall clock time (in seconds):10.284
11.39/10.37	o 89
11.69/10.51	c cleaning 10003 clauses out of 20011 with flag 145002/145002
12.39/11.27	c cleaning 9996 clauses out of 20006 with flag 155000/155000
13.20/12.06	c cleaning 10000 clauses out of 20011 with flag 165001/165001
13.51/12.35	c Got one! Elapsed wall clock time (in seconds):12.258
13.51/12.35	o 76
13.91/12.72	c cleaning 10001 clauses out of 20010 with flag 175000/175000
14.51/13.37	c cleaning 10000 clauses out of 20009 with flag 185000/185000
15.22/14.08	c cleaning 9999 clauses out of 20009 with flag 195000/195000
15.92/14.75	c Got one! Elapsed wall clock time (in seconds):14.663
15.92/14.75	o 74
16.02/14.82	c cleaning 10002 clauses out of 20010 with flag 205000/205000
16.72/15.51	c cleaning 10002 clauses out of 20010 with flag 215002/215002
16.72/15.53	c Got one! Elapsed wall clock time (in seconds):15.443
16.72/15.53	o 70
17.43/16.21	c cleaning 9998 clauses out of 20007 with flag 225001/225001
17.64/16.45	c Got one! Elapsed wall clock time (in seconds):16.359
17.64/16.45	o 61
18.03/16.87	c cleaning 10001 clauses out of 20009 with flag 235001/235001
18.74/17.53	c cleaning 9999 clauses out of 20008 with flag 245001/245001
19.33/18.19	c cleaning 9999 clauses out of 20010 with flag 255002/255002
19.94/18.78	c cleaning 9999 clauses out of 20009 with flag 265000/265000
20.64/19.41	c cleaning 10001 clauses out of 20012 with flag 275002/275002
21.24/20.05	c cleaning 9997 clauses out of 20010 with flag 285001/285001
21.84/20.67	c cleaning 10002 clauses out of 20013 with flag 295001/295001
22.64/21.40	c cleaning 10002 clauses out of 20012 with flag 305002/305002
23.24/22.07	c cleaning 9999 clauses out of 20008 with flag 315000/315000
23.94/22.78	c cleaning 10002 clauses out of 20011 with flag 325002/325002
24.64/23.47	c cleaning 9999 clauses out of 20007 with flag 335000/335000
25.04/23.80	c Got one! Elapsed wall clock time (in seconds):23.709
25.04/23.80	o 45
25.35/24.12	c cleaning 10000 clauses out of 20008 with flag 345000/345000
25.94/24.73	c cleaning 9999 clauses out of 20008 with flag 355000/355000
26.34/25.14	c Got one! Elapsed wall clock time (in seconds):25.052
26.34/25.14	o 34
26.45/25.27	c cleaning 10000 clauses out of 20010 with flag 365001/365001
26.95/25.78	c cleaning 10002 clauses out of 20010 with flag 375001/375001
27.56/26.36	c cleaning 9997 clauses out of 20008 with flag 385001/385001
28.15/26.96	c cleaning 10001 clauses out of 20011 with flag 395001/395001
28.76/27.58	c cleaning 9997 clauses out of 20011 with flag 405002/405002
29.46/28.25	c cleaning 10004 clauses out of 20013 with flag 415001/415001
30.06/28.89	c cleaning 10001 clauses out of 20011 with flag 425003/425003
30.56/29.38	c Got one! Elapsed wall clock time (in seconds):29.288
30.56/29.38	o 24
30.66/29.46	c cleaning 10001 clauses out of 20007 with flag 435000/435000
31.28/30.04	c cleaning 9996 clauses out of 20006 with flag 445000/445000
31.88/30.63	c cleaning 10000 clauses out of 20010 with flag 455000/455000
32.38/31.17	c cleaning 10001 clauses out of 20010 with flag 465000/465000
32.88/31.66	c cleaning 10003 clauses out of 20013 with flag 475004/475004
33.38/32.19	c cleaning 10001 clauses out of 20006 with flag 485000/485000
33.88/32.68	c cleaning 9997 clauses out of 20006 with flag 495001/495001
34.38/33.19	c cleaning 10002 clauses out of 20009 with flag 505001/505001
34.88/33.69	c cleaning 9997 clauses out of 20006 with flag 515000/515000
35.29/34.06	c Got one! Elapsed wall clock time (in seconds):33.971
35.29/34.06	o 19
35.48/34.24	c cleaning 10001 clauses out of 20010 with flag 525001/525001
36.09/34.81	c cleaning 9999 clauses out of 20008 with flag 535000/535000
36.59/35.39	c cleaning 10000 clauses out of 20009 with flag 545000/545000
37.29/36.00	c cleaning 10001 clauses out of 20011 with flag 555002/555002
37.89/36.62	c cleaning 9999 clauses out of 20010 with flag 565002/565002
38.40/37.19	c cleaning 9999 clauses out of 20011 with flag 575002/575002
38.90/37.65	c cleaning 9999 clauses out of 20011 with flag 585001/585001
39.30/38.08	c cleaning 9999 clauses out of 20011 with flag 595000/595000
39.70/38.41	c Got one! Elapsed wall clock time (in seconds):38.321
39.70/38.41	o 15
39.80/38.52	c cleaning 10003 clauses out of 20013 with flag 605001/605001
40.30/39.04	c cleaning 10002 clauses out of 20009 with flag 615000/615000
40.81/39.60	c cleaning 9999 clauses out of 20010 with flag 625003/625003
41.40/40.12	c cleaning 9998 clauses out of 20009 with flag 635001/635001
41.91/40.63	c cleaning 9999 clauses out of 20011 with flag 645001/645001
42.41/41.17	c cleaning 10003 clauses out of 20011 with flag 655000/655000
42.91/41.68	c cleaning 9999 clauses out of 20008 with flag 665000/665000
43.31/42.02	c Got one! Elapsed wall clock time (in seconds):41.934
43.31/42.02	o 3
43.51/42.22	c cleaning 9997 clauses out of 20009 with flag 675000/675000
44.01/42.78	c cleaning 10000 clauses out of 20012 with flag 685000/685000
44.61/43.34	c cleaning 10002 clauses out of 20014 with flag 695002/695002
45.11/43.86	c cleaning 10000 clauses out of 20012 with flag 705002/705002
45.61/44.36	c cleaning 9998 clauses out of 20011 with flag 715001/715001
46.11/44.85	c cleaning 9999 clauses out of 20014 with flag 725002/725002
46.61/45.34	c cleaning 9999 clauses out of 20013 with flag 735000/735000
47.21/45.92	c cleaning 10006 clauses out of 20015 with flag 745001/745001
47.81/46.51	c cleaning 9996 clauses out of 20009 with flag 755001/755001
48.31/47.07	c cleaning 10000 clauses out of 20012 with flag 765000/765000
48.91/47.62	c cleaning 10001 clauses out of 20012 with flag 775000/775000
49.42/48.17	c cleaning 10002 clauses out of 20011 with flag 785000/785000
50.02/48.70	c cleaning 9997 clauses out of 20009 with flag 795000/795000
50.52/49.23	c cleaning 10004 clauses out of 20013 with flag 805001/805001
51.02/49.73	c cleaning 10001 clauses out of 20009 with flag 815001/815001
51.52/50.23	c cleaning 9999 clauses out of 20009 with flag 825002/825002
52.02/50.76	c cleaning 10001 clauses out of 20010 with flag 835002/835002
52.52/51.22	c cleaning 10000 clauses out of 20007 with flag 845000/845000
52.93/51.66	c cleaning 9996 clauses out of 20008 with flag 855001/855001
53.42/52.14	c cleaning 10003 clauses out of 20011 with flag 865000/865000
53.93/52.63	c cleaning 9996 clauses out of 20008 with flag 875000/875000
54.43/53.12	c cleaning 10002 clauses out of 20014 with flag 885002/885002
54.93/53.64	c cleaning 10002 clauses out of 20012 with flag 895002/895002
55.43/54.12	c cleaning 10002 clauses out of 20010 with flag 905002/905002
55.94/54.65	c cleaning 10001 clauses out of 20009 with flag 915003/915003
56.44/55.17	c cleaning 10000 clauses out of 20006 with flag 925001/925001
57.05/55.74	c cleaning 9998 clauses out of 20005 with flag 935001/935001
57.25/55.96	c starts		: 204
57.25/55.96	c conflicts		: 939375
57.25/55.96	c decisions		: 1451347
57.25/55.96	c propagations		: 23846111
57.25/55.96	c inspects		: 247664245
57.25/55.96	c learnt literals	: 5
57.25/55.96	c learnt binary clauses	: 82
57.25/55.96	c learnt ternary clauses	: 807
57.25/55.96	c learnt clauses	: 939369
57.25/55.96	c ignored clauses	: 0
57.25/55.96	c root simplifications	: 0
57.25/55.96	c removed literals (reason simplification)	: 7606464
57.25/55.96	c reason swapping (by a shorter reason)	: 0
57.25/55.96	c Calls to reduceDB	: 95
57.25/55.96	c number of reductions to clauses (during analyze)	: 0
57.25/55.96	c number of learned constraints concerned by reduction	: 0
57.25/55.96	c number of learning phase by resolution	: 0
57.25/55.96	c number of learning phase by cutting planes	: 0
57.25/55.96	c speed (assignments/second)	: 1711484.3178066462
57.25/55.96	c non guided choices	2110
57.25/55.96	c learnt constraints type 
57.25/55.96	c constraints type 
57.25/55.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
57.25/55.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
57.25/55.96	s OPTIMUM FOUND
57.25/55.96	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 
57.25/55.96	c objective function=3
57.25/55.96	c Total wall clock time (in seconds): 55.868

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.99 1.91 3/196 4423
/proc/meminfo: memFree=32066856/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=13652 CPUtime=0
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 1126 0 0 0 0 0 0 0 25 0 2 0 951632 13979648 595 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 3413 595 276 10 0 1206 0
[pid=4423/tid=4424] ppid=4421 vsize=13600 CPUtime=0
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 2 0 951632 13926400 602 4089446400 134512640 134550932 4290667312 18446744073709551615 8714608 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.077924 s]
/proc/loadavg: 1.97 1.99 1.91 3/196 4423
/proc/meminfo: memFree=32066856/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1529864 CPUtime=0.08
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 5002 0 1 0 8 0 0 0 25 0 18 0 951632 1566580736 4434 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 382466 4434 1336 10 0 379769 0
[pid=4423/tid=4424] ppid=4421 vsize=1529864 CPUtime=0.06
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 3387 0 1 0 6 0 0 0 25 0 18 0 951632 1566580736 4434 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529864

[startup+0.100861 s]
/proc/loadavg: 1.97 1.99 1.91 3/196 4423
/proc/meminfo: memFree=32066856/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1530016 CPUtime=0.11
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 5268 0 1 0 11 0 0 0 25 0 18 0 951632 1566736384 4700 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 382504 4700 1347 10 0 379807 0
[pid=4423/tid=4424] ppid=4421 vsize=1530016 CPUtime=0.08
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 3606 0 1 0 8 0 0 0 25 0 18 0 951632 1566736384 4700 4089446400 134512640 134550932 4290667312 18446744073709551615 4160013266 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530016

[startup+0.300875 s]
/proc/loadavg: 1.97 1.99 1.91 3/196 4423
/proc/meminfo: memFree=32066856/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1533696 CPUtime=0.62
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 6947 0 1 0 61 1 0 0 25 0 19 0 951632 1570504704 6245 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383424 6245 1420 10 0 380727 0
[pid=4423/tid=4424] ppid=4421 vsize=1533696 CPUtime=0.28
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 4178 0 1 0 28 0 0 0 18 0 19 0 951632 1570504704 6245 4089446400 134512640 134550932 4290667312 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533696

[startup+0.701807 s]
/proc/loadavg: 1.97 1.99 1.91 3/196 4423
/proc/meminfo: memFree=32066856/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1533696 CPUtime=1.18
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 10262 0 1 0 117 1 0 0 25 0 19 0 951632 1570504704 9475 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383424 9481 1435 10 0 380727 0
[pid=4423/tid=4424] ppid=4421 vsize=1533696 CPUtime=0.68
/proc/4423/task/4424/stat : 4424 (java) S 4421 4423 3792 0 -1 4202560 7139 0 1 0 68 0 0 0 18 0 19 0 951632 1570504704 9484 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533696

[startup+1.50074 s]
/proc/loadavg: 1.97 1.99 1.91 5/215 4442
/proc/meminfo: memFree=32033868/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1533696 CPUtime=2.04
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 11993 0 1 0 203 1 0 0 25 0 19 0 951632 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383424 11200 1442 10 0 380727 0
[pid=4423/tid=4424] ppid=4421 vsize=1533696 CPUtime=1.47
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 8093 0 1 0 146 1 0 0 19 0 19 0 951632 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4109985078 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 199 0 0 0 0 0 0 0 16 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1533696 CPUtime=0.01
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 394 0 0 0 1 0 0 0 15 0 19 0 951634 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1533696 CPUtime=0.28
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1018 0 0 0 28 0 0 0 20 0 19 0 951636 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1533696 CPUtime=0.26
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 806 0 0 0 26 0 0 0 15 0 19 0 951636 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 951636 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1570504704 11200 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1533696

[startup+3.10144 s]
/proc/loadavg: 1.97 1.99 1.91 3/215 4442
/proc/meminfo: memFree=32026304/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1533696 CPUtime=3.69
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 14366 0 1 0 367 2 0 0 25 0 19 0 951632 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383424 13569 1442 10 0 380727 0
[pid=4423/tid=4424] ppid=4421 vsize=1533696 CPUtime=3.03
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 9918 0 1 0 302 1 0 0 22 0 19 0 951632 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4109847765 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 951633 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1533696 CPUtime=0.04
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 579 0 0 0 4 0 0 0 16 0 19 0 951634 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1533696 CPUtime=0.3
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1020 0 0 0 30 0 0 0 15 0 19 0 951636 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1533696 CPUtime=0.28
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 811 0 0 0 28 0 0 0 15 0 19 0 951636 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 951636 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1533696 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1570504704 13569 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1533696

[startup+6.30083 s]
/proc/loadavg: 1.97 1.99 1.91 3/215 4442
/proc/meminfo: memFree=32008712/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1533400 CPUtime=6.89
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 16863 0 1 0 687 2 0 0 25 0 19 0 951632 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383350 16004 1442 10 0 380653 0
[pid=4423/tid=4424] ppid=4421 vsize=1533400 CPUtime=6.17
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 12203 0 1 0 616 1 0 0 25 0 19 0 951632 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4109825671 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 951633 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1533400 CPUtime=0.08
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 782 0 0 0 8 0 0 0 16 0 19 0 951634 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1533400 CPUtime=0.3
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1020 0 0 0 30 0 0 0 15 0 19 0 951636 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1533400 CPUtime=0.28
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 811 0 0 0 28 0 0 0 15 0 19 0 951636 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 951636 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1533400 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1570201600 16004 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1533400


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

/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 193 0 0 0 3 0 0 0 16 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 73 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 86 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 256 0 0 0 3 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1535096 CPUtime=0.96
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 1252 0 0 0 96 0 0 0 15 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1535096 CPUtime=0.35
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1341 0 0 0 35 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1535096 CPUtime=0.87
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 5504 0 0 0 87 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 55.64
Current children cumulated vsize (KiB) 1535096

[startup+55.1013 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4444
/proc/meminfo: memFree=32004312/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1535096 CPUtime=56.44
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 22538 0 1 0 5639 5 0 0 25 0 19 0 951632 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383774 16913 1444 10 0 381077 0
[pid=4423/tid=4424] ppid=4421 vsize=1535096 CPUtime=53.96
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 12288 0 1 0 5395 1 0 0 25 0 19 0 951632 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4109847875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 193 0 0 0 3 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 73 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 86 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 117 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 256 0 0 0 3 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1535096 CPUtime=0.97
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 1252 0 0 0 97 0 0 0 15 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1535096 CPUtime=0.35
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1341 0 0 0 35 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1535096 CPUtime=0.87
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 5504 0 0 0 87 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 951636 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1571938304 16913 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 56.44
Current children cumulated vsize (KiB) 1535096

[startup+55.5013 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4444
/proc/meminfo: memFree=32004312/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1535096 CPUtime=56.84
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 22540 0 1 0 5679 5 0 0 25 0 19 0 951632 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383774 16914 1444 10 0 381077 0
[pid=4423/tid=4424] ppid=4421 vsize=1535096 CPUtime=54.35
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 12289 0 1 0 5434 1 0 0 25 0 19 0 951632 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4109820874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 193 0 0 0 3 0 0 0 15 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 74 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 86 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 256 0 0 0 3 0 0 0 16 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 205 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1535096 CPUtime=0.98
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 1252 0 0 0 98 0 0 0 15 0 19 0 951634 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1535096 CPUtime=0.35
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1341 0 0 0 35 0 0 0 15 0 19 0 951636 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1535096 CPUtime=0.87
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 5504 0 0 0 87 0 0 0 15 0 19 0 951636 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 951636 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1571938304 16914 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 56.84
Current children cumulated vsize (KiB) 1535096

[startup+55.9012 s]
/proc/loadavg: 1.99 1.99 1.91 3/215 4444
/proc/meminfo: memFree=32004312/32950940 swapFree=67111528/67111528
[pid=4423] ppid=4421 vsize=1535096 CPUtime=57.25
/proc/4423/stat : 4423 (java) S 4421 4423 3792 0 -1 4202496 22545 0 1 0 5720 5 0 0 25 0 19 0 951632 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4423/statm: 383774 16918 1444 10 0 381077 0
[pid=4423/tid=4424] ppid=4421 vsize=1535096 CPUtime=54.74
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 3792 0 -1 4202560 12291 0 1 0 5473 1 0 0 25 0 19 0 951632 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4109857678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 3792 0 -1 4202560 193 0 0 0 3 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 3792 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 3792 0 -1 4202560 143 0 0 0 2 0 0 0 16 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 3792 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 3792 0 -1 4202560 86 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 3792 0 -1 4202560 117 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=1535096 CPUtime=0.03
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 3792 0 -1 4202560 256 0 0 0 3 0 0 0 16 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 2 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=1535096 CPUtime=0.02
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 3792 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 951633 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=1535096 CPUtime=0.99
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 3792 0 -1 4202560 1255 0 0 0 99 0 0 0 15 0 19 0 951634 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 0 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 951634 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=1535096 CPUtime=0.35
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 3792 0 -1 4202560 1341 0 0 0 35 0 0 0 15 0 19 0 951636 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 5 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=1535096 CPUtime=0.88
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 3792 0 -1 4202560 5504 0 0 0 88 0 0 0 15 0 19 0 951636 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 951636 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 4 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 951636 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 0 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=1535096 CPUtime=0
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 951647 1571938304 16918 4089446400 134512640 134550932 4290667312 18446744073709551615 4294960144 0 4 0 16800975 18446604453963461568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.25
Current children cumulated vsize (KiB) 1535096

Child status: 30
Real time (s): 55.9871
CPU time (s): 57.3213
CPU user time (s): 57.2673
CPU system time (s): 0.053991
CPU usage (%): 102.383
Max. virtual memory (cumulated for all children) (KiB): 1544220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.2673
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22556
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= 3619
involuntary context switches= 9966

runsolver used 0.105983 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-05 12:56:15
IDJOB=2698657
IDBENCH=79215
IDSOLVER=1211
FILE ID=node117/2698657-1278327375
PBS_JOBID= 11207463
Free space on /tmp= 74196 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.1110967523--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-2698657-1278327375/watcher-2698657-1278327375 -o /tmp/evaluation-result-2698657-1278327375/solver-2698657-1278327375 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698657-1278327375.wbo

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

MD5SUM BENCH= 36573e20f94a233c9b9c8f8613b15785
RANDOM SEED=597869569

node117.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.846
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.69
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.846
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.83
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.846
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.846
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.87
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.846
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.74
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.846
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.82
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.846
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.62
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.846
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	: 5251.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32067244 kB
Buffers:         24740 kB
Cached:         291720 kB
SwapCached:          0 kB
Active:         553732 kB
Inactive:       229124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32067244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              64 kB
Writeback:           0 kB
AnonPages:      465928 kB
Mapped:          20348 kB
Slab:            36208 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1640996 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= 74196 MiB
End job on node117 at 2010-07-05 12:57:11