Trace number 2691523

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.0 2010-05-26Wrong Opt. 16.1855 14.8149

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
MD5SUM4da1e5a9e75693d50d2c099f4fe591bc
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.163974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2691523-1277924455.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.052s.
0.10/0.15	c #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.29/0.25	c SATISFIABLE
0.29/0.25	c OPTIMIZING...
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.151
0.29/0.25	o 496
0.59/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.59/0.31	o 482
0.59/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.59/0.34	o 400
0.59/0.36	c Got one! Elapsed wall clock time (in seconds):0.262
0.59/0.36	o 393
0.59/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.59/0.39	o 379
0.83/0.42	c Got one! Elapsed wall clock time (in seconds):0.323
0.83/0.42	o 363
0.83/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.83/0.46	o 317
0.83/0.49	c Got one! Elapsed wall clock time (in seconds):0.395
0.83/0.49	o 303
0.97/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
0.97/0.56	o 293
0.97/0.59	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.10/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
1.10/0.67	o 282
1.10/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.10/0.69	o 273
1.20/0.72	c Got one! Elapsed wall clock time (in seconds):0.625
1.20/0.72	o 224
1.20/0.79	c Got one! Elapsed wall clock time (in seconds):0.694
1.20/0.79	o 208
1.30/0.86	c cleaning 4247 clauses out of 8503 with flag 11000/11000
1.42/0.90	c Got one! Elapsed wall clock time (in seconds):0.805
1.42/0.90	o 170
1.53/1.02	c Got one! Elapsed wall clock time (in seconds):0.919
1.53/1.02	o 165
1.63/1.19	c cleaning 5626 clauses out of 11257 with flag 18001/18001
1.73/1.27	c Got one! Elapsed wall clock time (in seconds):1.168
1.73/1.27	o 152
2.06/1.57	c cleaning 6812 clauses out of 13630 with flag 26000/26000
2.17/1.66	c Got one! Elapsed wall clock time (in seconds):1.563
2.17/1.66	o 129
2.50/1.91	c Got one! Elapsed wall clock time (in seconds):1.807
2.50/1.91	o 117
2.62/2.03	c cleaning 7907 clauses out of 15820 with flag 35002/35002
3.12/2.57	c cleaning 8950 clauses out of 17912 with flag 45001/45001
3.72/3.17	c cleaning 9478 clauses out of 18961 with flag 55000/55000
4.32/3.77	c cleaning 9738 clauses out of 19483 with flag 65000/65000
4.72/4.19	c Got one! Elapsed wall clock time (in seconds):4.087
4.72/4.19	o 113
4.93/4.35	c cleaning 9869 clauses out of 19746 with flag 75001/75001
5.22/4.69	c Got one! Elapsed wall clock time (in seconds):4.591
5.22/4.69	o 96
5.42/4.81	c cleaning 9935 clauses out of 19878 with flag 85002/85002
5.82/5.25	c cleaning 9967 clauses out of 19941 with flag 95000/95000
5.92/5.31	c Got one! Elapsed wall clock time (in seconds):5.208
5.92/5.31	o 93
6.23/5.64	c Got one! Elapsed wall clock time (in seconds):5.541
6.23/5.64	o 87
6.33/5.76	c cleaning 9986 clauses out of 19976 with flag 105002/105002
6.83/6.21	c cleaning 9990 clauses out of 19988 with flag 115000/115000
6.83/6.30	c Got one! Elapsed wall clock time (in seconds):6.197
6.83/6.30	o 83
7.24/6.66	c cleaning 9993 clauses out of 19998 with flag 125000/125000
7.43/6.82	c Got one! Elapsed wall clock time (in seconds):6.716
7.43/6.82	o 60
7.71/7.10	c cleaning 9999 clauses out of 20005 with flag 135000/135000
8.11/7.47	c cleaning 9999 clauses out of 20006 with flag 145000/145000
8.61/7.94	c cleaning 9999 clauses out of 20008 with flag 155001/155001
8.72/8.04	c Got one! Elapsed wall clock time (in seconds):7.942
8.72/8.04	o 52
9.02/8.38	c cleaning 10002 clauses out of 20009 with flag 165001/165001
9.12/8.45	c Got one! Elapsed wall clock time (in seconds):8.349
9.12/8.45	o 50
9.52/8.84	c cleaning 9999 clauses out of 20006 with flag 175000/175000
9.92/9.26	c cleaning 9998 clauses out of 20008 with flag 185001/185001
10.12/9.44	c Got one! Elapsed wall clock time (in seconds):9.345
10.12/9.44	o 35
10.49/9.70	c cleaning 10000 clauses out of 20011 with flag 195002/195002
10.99/10.08	c cleaning 10000 clauses out of 20010 with flag 205001/205001
11.39/10.47	c cleaning 9999 clauses out of 20009 with flag 215000/215000
11.90/10.92	c cleaning 9999 clauses out of 20011 with flag 225001/225001
12.30/11.32	c cleaning 10000 clauses out of 20012 with flag 235001/235001
12.60/11.70	c cleaning 9998 clauses out of 20013 with flag 245002/245002
12.90/11.96	c Got one! Elapsed wall clock time (in seconds):11.858
12.90/11.96	o 30
13.11/12.12	c cleaning 10002 clauses out of 20014 with flag 255001/255001
13.50/12.51	c cleaning 10004 clauses out of 20014 with flag 265003/265003
13.90/12.91	c cleaning 9998 clauses out of 20011 with flag 275004/275004
14.00/13.08	c Got one! Elapsed wall clock time (in seconds):12.981
14.00/13.08	o 17
14.33/13.37	c cleaning 10001 clauses out of 20010 with flag 285002/285002
15.00/13.83	c cleaning 9999 clauses out of 20008 with flag 295001/295001
15.67/14.31	c cleaning 10004 clauses out of 20009 with flag 305001/305001
16.08/14.76	c starts		: 157
16.08/14.76	c conflicts		: 313282
16.08/14.76	c decisions		: 477459
16.08/14.76	c propagations		: 8070222
16.08/14.76	c inspects		: 79062912
16.08/14.76	c learnt literals	: 6
16.08/14.76	c learnt binary clauses	: 11
16.08/14.76	c learnt ternary clauses	: 170
16.08/14.76	c learnt clauses	: 313275
16.08/14.76	c ignored clauses	: 0
16.08/14.76	c root simplifications	: 0
16.08/14.76	c removed literals (reason simplification)	: 2742084
16.08/14.76	c reason swapping (by a shorter reason)	: 0
16.08/14.76	c Calls to reduceDB	: 32
16.08/14.76	c number of reductions to clauses (during analyze)	: 0
16.08/14.76	c number of learned constraints concerned by reduction	: 0
16.08/14.76	c number of learning phase by resolution	: 0
16.08/14.76	c number of learning phase by cutting planes	: 0
16.08/14.76	c speed (assignments/second)	: 4797991.676575505
16.08/14.76	c non guided choices	1351
16.08/14.76	c learnt constraints type 
16.08/14.76	c constraints type 
16.08/14.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
16.08/14.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
16.08/14.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
16.08/14.76	s OPTIMUM FOUND
16.08/14.76	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 
16.08/14.76	c objective function=17
16.08/14.76	c Total wall clock time (in seconds): 14.664

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691523-1277924455/watcher-2691523-1277924455 -o /tmp/evaluation-result-2691523-1277924455/solver-2691523-1277924455 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691523-1277924455.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.99 3/178 27406
/proc/meminfo: memFree=31536864/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1832 CPUtime=0
/proc/27406/stat : 27406 (java) R 27404 27406 25842 0 -1 4194304 413 0 0 0 0 0 0 0 25 0 1 0 168049194 1875968 144 4089446400 134512640 134550932 4294198224 18446744073709551615 6363600 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27406/statm: 458 149 111 10 0 63 0

[startup+0.0866619 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27406
/proc/meminfo: memFree=31536864/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1529884 CPUtime=0.08
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 5002 0 1 0 8 0 0 0 25 0 18 0 168049194 1566601216 4439 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 382471 4441 1332 10 0 379773 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529884

[startup+0.100677 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27406
/proc/meminfo: memFree=31536864/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1530032 CPUtime=0.1
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 5192 0 1 0 10 0 0 0 25 0 18 0 168049194 1566752768 4629 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 382508 4629 1346 10 0 379810 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530032

[startup+0.301632 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27406
/proc/meminfo: memFree=31536864/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1535176 CPUtime=0.59
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 7492 0 1 0 58 1 0 0 25 0 19 0 168049194 1572020224 6502 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 383794 6504 1416 10 0 381096 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1535176

[startup+0.70055 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27406
/proc/meminfo: memFree=31536864/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1535176 CPUtime=1.2
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 9047 0 1 0 119 1 0 0 25 0 19 0 168049194 1572020224 7896 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 383794 7896 1440 10 0 381096 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1535176

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27425
/proc/meminfo: memFree=31509132/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1535176 CPUtime=2.06
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 9572 0 1 0 204 2 0 0 25 0 19 0 168049194 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 383794 8419 1441 10 0 381096 0
[pid=27406/tid=27408] ppid=27404 vsize=1535176 CPUtime=1.44
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 4996 0 1 0 143 1 0 0 19 0 19 0 168049195 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4109691463 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1535176 CPUtime=0.02
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 398 0 0 0 2 0 0 0 15 0 19 0 168049197 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1535176 CPUtime=0.27
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 910 0 0 0 27 0 0 0 15 0 19 0 168049199 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1535176 CPUtime=0.3
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1672 0 0 0 30 0 0 0 15 0 19 0 168049199 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1572020224 8419 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1535176

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27425
/proc/meminfo: memFree=31506776/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1535176 CPUtime=3.72
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 9979 0 1 0 370 2 0 0 25 0 19 0 168049194 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 383794 8822 1441 10 0 381096 0
[pid=27406/tid=27408] ppid=27404 vsize=1535176 CPUtime=3.01
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 4999 0 1 0 300 1 0 0 22 0 19 0 168049195 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4109869087 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 159 0 0 0 0 0 0 0 16 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 168049196 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1535176 CPUtime=0.05
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 574 0 0 0 5 0 0 0 16 0 19 0 168049197 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1535176 CPUtime=0.28
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 910 0 0 0 28 0 0 0 15 0 19 0 168049199 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1535176 CPUtime=0.35
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1696 0 0 0 35 0 0 0 15 0 19 0 168049199 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1535176 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1572020224 8822 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1535176

[startup+6.30052 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27425
/proc/meminfo: memFree=31506888/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1532384 CPUtime=6.93
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 10248 0 1 0 691 2 0 0 25 0 19 0 168049194 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 383096 8375 1443 10 0 380398 0
[pid=27406/tid=27408] ppid=27404 vsize=1532384 CPUtime=6.13
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 5007 0 1 0 612 1 0 0 25 0 19 0 168049195 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 168049196 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1532384 CPUtime=0.11
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 773 0 0 0 11 0 0 0 16 0 19 0 168049197 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1532384 CPUtime=0.28
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 910 0 0 0 28 0 0 0 15 0 19 0 168049199 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1532384 CPUtime=0.36
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1699 0 0 0 36 0 0 0 15 0 19 0 168049199 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1532384 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1569161216 8375 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 1532384

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27434
/proc/meminfo: memFree=31497220/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1540576 CPUtime=13.7
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 15496 0 1 0 1367 3 0 0 25 0 19 0 168049194 1577549824 10388 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 385144 10388 1445 10 0 382446 0
[pid=27406/tid=27408] ppid=27404 vsize=1540576 CPUtime=12.38
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 5022 0 1 0 1237 1 0 0 23 0 19 0 168049195 1577549824 10388 4089446400 134512640 134550932 4294198224 18446744073709551615 4109672935 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1540576 CPUtime=0.01
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 168049196 1577549824 10388 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0

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

/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1542624 CPUtime=0.27
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 778 0 0 0 27 0 0 0 16 0 19 0 168049197 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1542624 CPUtime=0.76
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 6645 0 0 0 76 0 0 0 15 0 19 0 168049199 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1542624 CPUtime=0.41
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1742 0 0 0 41 0 0 0 15 0 19 0 168049199 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1579646976 10831 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 1542624

[startup+14.3071 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27434
/proc/meminfo: memFree=31494996/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1542624 CPUtime=15.67
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 16597 0 1 0 1564 3 0 0 25 0 19 0 168049194 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 385656 10909 1445 10 0 382958 0
[pid=27406/tid=27408] ppid=27404 vsize=1542624 CPUtime=13.95
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 5028 0 1 0 1394 1 0 0 25 0 19 0 168049195 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4109913919 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1542624 CPUtime=0.01
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1542624 CPUtime=0.28
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 807 0 0 0 28 0 0 0 16 0 19 0 168049197 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1542624 CPUtime=0.94
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 7157 0 0 0 93 1 0 0 15 0 19 0 168049199 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1542624 CPUtime=0.41
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1742 0 0 0 41 0 0 0 15 0 19 0 168049199 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1579646976 10909 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 1542624

[startup+14.701 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27434
/proc/meminfo: memFree=31494996/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1542624 CPUtime=16.08
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 16599 0 1 0 1605 3 0 0 25 0 19 0 168049194 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 385656 10910 1445 10 0 382958 0
[pid=27406/tid=27408] ppid=27404 vsize=1542624 CPUtime=14.33
/proc/27406/task/27408/stat : 27408 (java) R 27404 27406 25842 0 -1 4202560 5029 0 1 0 1432 1 0 0 25 0 19 0 168049195 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4109742707 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1542624 CPUtime=0.01
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 168049196 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1542624 CPUtime=0.29
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 807 0 0 0 29 0 0 0 16 0 19 0 168049197 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1542624 CPUtime=0.95
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 7157 0 0 0 94 1 0 0 15 0 19 0 168049199 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 5 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1542624 CPUtime=0.42
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1742 0 0 0 42 0 0 0 15 0 19 0 168049199 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1542624 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1579646976 10910 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.08
Current children cumulated vsize (KiB) 1542624

[startup+14.801 s]
/proc/loadavg: 2.00 2.00 1.99 3/197 27434
/proc/meminfo: memFree=31494996/32951124 swapFree=67111528/67111528
[pid=27406] ppid=27404 vsize=1542948 CPUtime=16.17
/proc/27406/stat : 27406 (java) S 27404 27406 25842 0 -1 4202496 16610 0 1 0 1614 3 0 0 25 0 19 0 168049194 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27406/statm: 385737 10921 1446 10 0 383039 0
[pid=27406/tid=27408] ppid=27404 vsize=1542948 CPUtime=14.39
/proc/27406/task/27408/stat : 27408 (java) S 27404 27406 25842 0 -1 4202560 5034 0 1 0 1438 1 0 0 25 0 19 0 168049195 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27409] ppid=27404 vsize=1542948 CPUtime=0.01
/proc/27406/task/27409/stat : 27409 (java) S 27404 27406 25842 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27410] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27410/stat : 27410 (java) S 27404 27406 25842 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27411] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27411/stat : 27411 (java) S 27404 27406 25842 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27412] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27412/stat : 27412 (java) S 27404 27406 25842 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27413] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27413/stat : 27413 (java) S 27404 27406 25842 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27414] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27414/stat : 27414 (java) S 27404 27406 25842 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27415] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27415/stat : 27415 (java) S 27404 27406 25842 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27416] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27416/stat : 27416 (java) S 27404 27406 25842 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 168049196 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 4 0 0 0
[pid=27406/tid=27417] ppid=27404 vsize=1542948 CPUtime=0.29
/proc/27406/task/27417/stat : 27417 (java) S 27404 27406 25842 0 -1 4202560 807 0 0 0 29 0 0 0 16 0 19 0 168049197 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 0 0 16800975 18446604471146818560 0 0 -1 6 0 0 0
[pid=27406/tid=27418] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27418/stat : 27418 (java) S 27404 27406 25842 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 168049197 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27419] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27419/stat : 27419 (java) S 27404 27406 25842 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 168049197 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27420] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27420/stat : 27420 (java) S 27404 27406 25842 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 168049199 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27421] ppid=27404 vsize=1542948 CPUtime=0.97
/proc/27406/task/27421/stat : 27421 (java) S 27404 27406 25842 0 -1 4202560 7157 0 0 0 96 1 0 0 15 0 19 0 168049199 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 0 0 0 0
[pid=27406/tid=27422] ppid=27404 vsize=1542948 CPUtime=0.42
/proc/27406/task/27422/stat : 27422 (java) S 27404 27406 25842 0 -1 4202560 1742 0 0 0 42 0 0 0 15 0 19 0 168049199 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27423] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27423/stat : 27423 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 168049199 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 2 0 0 0
[pid=27406/tid=27424] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27424/stat : 27424 (java) S 27404 27406 25842 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 168049199 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
[pid=27406/tid=27425] ppid=27404 vsize=1542948 CPUtime=0
/proc/27406/task/27425/stat : 27425 (java) S 27404 27406 25842 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 168049211 1579978752 10921 4089446400 134512640 134550932 4294198224 18446744073709551615 4294960144 0 4 0 16800975 18446604471146818560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.17
Current children cumulated vsize (KiB) 1542948

Child status: 30
Real time (s): 14.8149
CPU time (s): 16.1855
CPU user time (s): 16.1445
CPU system time (s): 0.040993
CPU usage (%): 109.251
Max. virtual memory (cumulated for all children) (KiB): 1545556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1445
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16613
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= 1502
involuntary context switches= 3239

runsolver used 0.024996 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node110 at 2010-06-30 21:00:55
IDJOB=2691523
IDBENCH=79240
IDSOLVER=1202
FILE ID=node110/2691523-1277924455
PBS_JOBID= 11197322
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 4da1e5a9e75693d50d2c099f4fe591bc
RANDOM SEED=589335965

node110.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.849
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.849
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.82
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.849
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.74
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.849
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.82
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.849
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.849
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.849
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.849
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31537136 kB
Buffers:        209348 kB
Cached:         993528 kB
SwapCached:          0 kB
Active:         625844 kB
Inactive:       646744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31537136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:       69628 kB
Mapped:          15444 kB
Slab:            79444 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216848 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 node110 at 2010-06-30 21:01:09