Trace number 2691521

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. 21.6767 20.5405

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
MD5SUM4e22340b84333f0476155fff0e8b142d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.290954
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 1228
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.07/0.10	c Pseudo Boolean Optimization
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c Stops conflict analysis at the first Unique Implication Point
0.07/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483s
0.07/0.10	c DB Simplification allowed=false
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-2691521-1277924418.wbo
0.07/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.186
0.29/0.28	o 547
0.58/0.33	c Got one! Elapsed wall clock time (in seconds):0.229
0.58/0.33	o 507
0.58/0.35	c Got one! Elapsed wall clock time (in seconds):0.258
0.58/0.35	o 418
0.58/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.58/0.38	o 412
0.82/0.40	c Got one! Elapsed wall clock time (in seconds):0.305
0.82/0.40	o 307
0.82/0.42	c Got one! Elapsed wall clock time (in seconds):0.328
0.82/0.42	o 266
0.98/0.54	c Got one! Elapsed wall clock time (in seconds):0.448
0.98/0.54	o 248
0.98/0.59	c Got one! Elapsed wall clock time (in seconds):0.498
0.98/0.59	o 240
1.10/0.64	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.10/0.66	c Got one! Elapsed wall clock time (in seconds):0.567
1.10/0.66	o 208
1.32/0.83	c Got one! Elapsed wall clock time (in seconds):0.736
1.32/0.83	o 206
1.42/0.90	c Got one! Elapsed wall clock time (in seconds):0.804
1.42/0.90	o 195
1.42/0.95	c Got one! Elapsed wall clock time (in seconds):0.854
1.42/0.95	o 190
1.42/0.99	c cleaning 4249 clauses out of 8503 with flag 11000/11000
1.55/1.06	c Got one! Elapsed wall clock time (in seconds):0.961
1.55/1.06	o 187
1.65/1.19	c Got one! Elapsed wall clock time (in seconds):1.097
1.65/1.19	o 185
1.86/1.37	c cleaning 5615 clauses out of 11256 with flag 18002/18002
1.86/1.38	c Got one! Elapsed wall clock time (in seconds):1.288
1.86/1.38	o 170
1.98/1.44	c Got one! Elapsed wall clock time (in seconds):1.341
1.98/1.44	o 155
2.18/1.60	c Got one! Elapsed wall clock time (in seconds):1.504
2.18/1.60	o 138
2.42/1.80	c cleaning 6817 clauses out of 13639 with flag 26000/26000
2.63/2.06	c Got one! Elapsed wall clock time (in seconds):1.964
2.63/2.06	o 135
2.95/2.34	c cleaning 7906 clauses out of 15823 with flag 35001/35001
2.95/2.35	c Got one! Elapsed wall clock time (in seconds):2.254
2.95/2.35	o 130
3.25/2.67	c Got one! Elapsed wall clock time (in seconds):2.571
3.25/2.67	o 129
3.55/2.93	c cleaning 8952 clauses out of 17916 with flag 45000/45000
3.55/2.97	c Got one! Elapsed wall clock time (in seconds):2.874
3.55/2.97	o 127
4.05/3.49	c cleaning 9481 clauses out of 18965 with flag 55001/55001
4.65/4.09	c cleaning 9734 clauses out of 19483 with flag 65000/65000
4.85/4.25	c Got one! Elapsed wall clock time (in seconds):4.158
4.85/4.25	o 122
5.15/4.58	c Got one! Elapsed wall clock time (in seconds):4.486
5.15/4.58	o 121
5.26/4.65	c cleaning 9872 clauses out of 19751 with flag 75002/75002
5.94/5.08	c cleaning 9934 clauses out of 19879 with flag 85002/85002
6.34/5.44	c Got one! Elapsed wall clock time (in seconds):5.344
6.34/5.44	o 117
6.64/5.61	c cleaning 9969 clauses out of 19944 with flag 95001/95001
7.14/6.17	c cleaning 9984 clauses out of 19977 with flag 105003/105003
7.34/6.34	c Got one! Elapsed wall clock time (in seconds):6.245
7.34/6.34	o 106
7.74/6.70	c cleaning 9994 clauses out of 19991 with flag 115001/115001
8.04/7.00	c Got one! Elapsed wall clock time (in seconds):6.909
8.04/7.00	o 101
8.14/7.19	c cleaning 9995 clauses out of 19997 with flag 125001/125001
8.54/7.59	c cleaning 9999 clauses out of 20001 with flag 135000/135000
8.65/7.64	c Got one! Elapsed wall clock time (in seconds):7.539
8.65/7.64	o 79
9.16/8.19	c cleaning 9997 clauses out of 20002 with flag 145000/145000
9.26/8.25	c Got one! Elapsed wall clock time (in seconds):8.15
9.26/8.25	o 67
9.66/8.66	c cleaning 10001 clauses out of 20007 with flag 155002/155002
9.88/8.86	c Got one! Elapsed wall clock time (in seconds):8.766
9.88/8.86	o 59
10.17/9.17	c cleaning 9997 clauses out of 20006 with flag 165002/165002
10.78/9.70	c cleaning 10001 clauses out of 20010 with flag 175003/175003
11.28/10.20	c cleaning 9997 clauses out of 20007 with flag 185001/185001
11.68/10.68	c cleaning 9996 clauses out of 20010 with flag 195001/195001
12.28/11.23	c cleaning 10002 clauses out of 20014 with flag 205001/205001
12.39/11.30	c Got one! Elapsed wall clock time (in seconds):11.206
12.39/11.30	o 47
12.69/11.69	c cleaning 10000 clauses out of 20012 with flag 215001/215001
13.19/12.13	c cleaning 10001 clauses out of 20013 with flag 225002/225002
13.69/12.60	c cleaning 10002 clauses out of 20014 with flag 235004/235004
14.09/13.03	c cleaning 9998 clauses out of 20008 with flag 245000/245000
14.40/13.35	c Got one! Elapsed wall clock time (in seconds):13.253
14.40/13.35	o 45
14.50/13.49	c cleaning 9999 clauses out of 20010 with flag 255000/255000
15.01/13.96	c cleaning 10002 clauses out of 20015 with flag 265004/265004
15.41/14.36	c cleaning 10002 clauses out of 20012 with flag 275003/275003
15.81/14.80	c cleaning 9999 clauses out of 20009 with flag 285002/285002
16.31/15.24	c cleaning 9998 clauses out of 20008 with flag 295000/295000
16.71/15.66	c cleaning 10005 clauses out of 20012 with flag 305002/305002
17.21/16.17	c cleaning 10001 clauses out of 20006 with flag 315001/315001
17.62/16.58	c cleaning 9996 clauses out of 20004 with flag 325000/325000
18.11/17.03	c cleaning 9997 clauses out of 20008 with flag 335000/335000
18.51/17.49	c cleaning 10003 clauses out of 20014 with flag 345003/345003
18.62/17.53	c Got one! Elapsed wall clock time (in seconds):17.431
18.62/17.53	o 14
19.01/17.95	c cleaning 10000 clauses out of 20009 with flag 355001/355001
19.42/18.36	c cleaning 10001 clauses out of 20009 with flag 365001/365001
19.92/18.84	c cleaning 10000 clauses out of 20007 with flag 375000/375000
20.32/19.28	c cleaning 10002 clauses out of 20007 with flag 385000/385000
20.73/19.69	c cleaning 9994 clauses out of 20005 with flag 395000/395000
21.23/20.12	c cleaning 10005 clauses out of 20015 with flag 405004/405004
21.53/20.48	c starts		: 168
21.53/20.48	c conflicts		: 413390
21.53/20.48	c decisions		: 596314
21.53/20.48	c propagations		: 10506882
21.53/20.48	c inspects		: 109397694
21.53/20.48	c learnt literals	: 5
21.53/20.48	c learnt binary clauses	: 18
21.53/20.48	c learnt ternary clauses	: 96
21.53/20.48	c learnt clauses	: 413384
21.53/20.48	c ignored clauses	: 0
21.53/20.48	c root simplifications	: 0
21.53/20.48	c removed literals (reason simplification)	: 4383739
21.53/20.48	c reason swapping (by a shorter reason)	: 0
21.53/20.48	c Calls to reduceDB	: 42
21.53/20.48	c number of reductions to clauses (during analyze)	: 0
21.53/20.48	c number of learned constraints concerned by reduction	: 0
21.53/20.48	c number of learning phase by resolution	: 0
21.53/20.48	c number of learning phase by cutting planes	: 0
21.53/20.48	c speed (assignments/second)	: 3552022.312373225
21.53/20.49	c non guided choices	2049
21.53/20.49	c learnt constraints type 
21.53/20.49	c constraints type 
21.53/20.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
21.53/20.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
21.53/20.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
21.53/20.49	s OPTIMUM FOUND
21.53/20.49	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 
21.53/20.49	c objective function=14
21.53/20.49	c Total wall clock time (in seconds): 20.39

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691521-1277924418/watcher-2691521-1277924418 -o /tmp/evaluation-result-2691521-1277924418/solver-2691521-1277924418 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691521-1277924418.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.04 2.05 2.02 3/196 26499
/proc/meminfo: memFree=30974764/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=13164 CPUtime=0
/proc/26499/stat : 26499 (java) R 26497 26499 24474 0 -1 4194304 800 0 0 0 0 0 0 0 22 0 1 0 166081389 13479936 358 4089446400 134512640 134550932 4288956992 18446744073709551615 6592133 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26499/statm: 3291 362 143 10 0 1121 0

[startup+0.0783489 s]
/proc/loadavg: 2.04 2.05 2.02 3/196 26499
/proc/meminfo: memFree=30974764/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1529020 CPUtime=0.07
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 4692 0 1 0 6 1 0 0 22 0 18 0 166081389 1565716480 4129 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 382255 4130 1325 10 0 379557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1529020

[startup+0.103343 s]
/proc/loadavg: 2.04 2.05 2.02 3/196 26499
/proc/meminfo: memFree=30974764/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1529992 CPUtime=0.11
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 5233 0 1 0 10 1 0 0 22 0 18 0 166081389 1566711808 4670 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 382498 4670 1348 10 0 379800 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529992

[startup+0.300309 s]
/proc/loadavg: 2.04 2.05 2.02 3/196 26499
/proc/meminfo: memFree=30974764/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1535496 CPUtime=0.58
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 7778 0 1 0 57 1 0 0 22 0 19 0 166081389 1572347904 6512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 383874 6512 1413 10 0 381176 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 1535496

[startup+0.700245 s]
/proc/loadavg: 2.04 2.05 2.02 3/196 26499
/proc/meminfo: memFree=30974764/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1535496 CPUtime=1.22
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 9461 0 1 0 120 2 0 0 22 0 19 0 166081389 1572347904 8132 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 383874 8132 1440 10 0 381176 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1535496

[startup+1.50112 s]
/proc/loadavg: 2.04 2.05 2.02 3/215 26518
/proc/meminfo: memFree=30946288/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1535496 CPUtime=2.08
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 10100 0 1 0 206 2 0 0 22 0 19 0 166081389 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 383874 8769 1443 10 0 381176 0
[pid=26499/tid=26501] ppid=26497 vsize=1535496 CPUtime=1.45
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5100 0 1 0 144 1 0 0 19 0 19 0 166081390 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4109713746 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1535496 CPUtime=0.02
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 457 0 0 0 2 0 0 0 15 0 19 0 166081392 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1535496 CPUtime=0.28
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 1676 0 0 0 28 0 0 0 15 0 19 0 166081394 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1535496 CPUtime=0.3
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1184 0 0 0 30 0 0 0 15 0 19 0 166081394 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1572347904 8769 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1535496

[startup+3.10085 s]
/proc/loadavg: 2.04 2.05 2.02 3/215 26518
/proc/meminfo: memFree=30945212/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1535496 CPUtime=3.75
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 10328 0 1 0 373 2 0 0 22 0 19 0 166081389 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 383874 8994 1443 10 0 381176 0
[pid=26499/tid=26501] ppid=26497 vsize=1535496 CPUtime=3.01
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5102 0 1 0 300 1 0 0 22 0 19 0 166081390 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4109702986 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 16 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 250 0 0 0 0 0 0 0 16 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 166081391 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1535496 CPUtime=0.05
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 589 0 0 0 5 0 0 0 15 0 19 0 166081392 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1535496 CPUtime=0.29
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 1677 0 0 0 29 0 0 0 15 0 19 0 166081394 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1535496 CPUtime=0.36
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1193 0 0 0 36 0 0 0 15 0 19 0 166081394 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1535496 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1572347904 8994 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1535496

[startup+6.3013 s]
/proc/loadavg: 2.04 2.05 2.02 3/215 26518
/proc/meminfo: memFree=30936532/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1540320 CPUtime=7.34
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 14793 0 1 0 731 3 0 0 22 0 19 0 166081389 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 385080 10329 1443 10 0 382382 0
[pid=26499/tid=26501] ppid=26497 vsize=1540320 CPUtime=6.14
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5109 0 1 0 613 1 0 0 17 0 19 0 166081390 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4109718592 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1540320 CPUtime=0.11
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 732 0 0 0 11 0 0 0 16 0 19 0 166081392 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1540320 CPUtime=0.63
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 5938 0 0 0 62 1 0 0 15 0 19 0 166081394 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1540320 CPUtime=0.41
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1200 0 0 0 41 0 0 0 15 0 19 0 166081394 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1577287680 10329 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 1540320

[startup+12.7012 s]
/proc/loadavg: 2.03 2.05 2.02 3/215 26520
/proc/meminfo: memFree=30933172/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1540320 CPUtime=13.79
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 14856 0 1 0 1375 4 0 0 22 0 19 0 166081389 1577287680 10340 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 385080 10340 1445 10 0 382382 0
[pid=26499/tid=26501] ppid=26497 vsize=1540320 CPUtime=12.4
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5122 0 1 0 1239 1 0 0 20 0 19 0 166081390 1577287680 10340 4089446400 134512640 134550932 4288956992 18446744073709551615 4109840623 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10340 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0

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

/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 254 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 6 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1540320 CPUtime=0.38
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 908 0 0 0 38 0 0 0 16 0 19 0 166081392 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1540320 CPUtime=0.63
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 5938 0 0 0 62 1 0 0 15 0 19 0 166081394 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1540320 CPUtime=0.44
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1202 0 0 0 44 0 0 0 15 0 19 0 166081394 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1577287680 10486 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.22
Current children cumulated vsize (KiB) 1540320

[startup+19.901 s]
/proc/loadavg: 2.03 2.05 2.01 3/215 26520
/proc/meminfo: memFree=30931176/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1540320 CPUtime=21.03
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 15019 0 1 0 2098 5 0 0 22 0 19 0 166081389 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 385080 10487 1445 10 0 382382 0
[pid=26499/tid=26501] ppid=26497 vsize=1540320 CPUtime=19.42
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5138 0 1 0 1941 1 0 0 25 0 19 0 166081390 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4109702968 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 254 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1540320 CPUtime=0.02
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 20 0 0 0 2 0 0 0 16 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 6 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1540320 CPUtime=0.4
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 908 0 0 0 40 0 0 0 16 0 19 0 166081392 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1540320 CPUtime=0.63
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 5938 0 0 0 62 1 0 0 15 0 19 0 166081394 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1540320 CPUtime=0.44
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1202 0 0 0 44 0 0 0 15 0 19 0 166081394 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1577287680 10487 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.03
Current children cumulated vsize (KiB) 1540320

[startup+20.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/215 26520
/proc/meminfo: memFree=30931176/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1540320 CPUtime=21.43
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 15033 0 1 0 2138 5 0 0 22 0 19 0 166081389 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 385080 10500 1445 10 0 382382 0
[pid=26499/tid=26501] ppid=26497 vsize=1540320 CPUtime=19.81
/proc/26499/task/26501/stat : 26501 (java) R 26497 26499 24474 0 -1 4202560 5141 0 1 0 1980 1 0 0 25 0 19 0 166081390 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4109785174 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 254 0 0 0 1 0 0 0 16 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1540320 CPUtime=0.02
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 6 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1540320 CPUtime=0.01
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 166081391 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1540320 CPUtime=0.41
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 919 0 0 0 41 0 0 0 16 0 19 0 166081392 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1540320 CPUtime=0.63
/proc/26499/task/26514/stat : 26514 (java) S 26497 26499 24474 0 -1 4202560 5938 0 0 0 62 1 0 0 15 0 19 0 166081394 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1540320 CPUtime=0.44
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1202 0 0 0 44 0 0 0 15 0 19 0 166081394 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1540320 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1577287680 10500 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.43
Current children cumulated vsize (KiB) 1540320

[startup+20.5009 s]
/proc/loadavg: 2.03 2.05 2.01 3/215 26520
/proc/meminfo: memFree=30931176/32951124 swapFree=67111528/67111528
[pid=26499] ppid=26497 vsize=1540644 CPUtime=21.66
/proc/26499/stat : 26499 (java) S 26497 26499 24474 0 -1 4202496 15045 0 1 0 2161 5 0 0 22 0 19 0 166081389 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26499/statm: 385161 10512 1446 10 0 382463 0
[pid=26499/tid=26501] ppid=26497 vsize=1540644 CPUtime=19.99
/proc/26499/task/26501/stat : 26501 (java) S 26497 26499 24474 0 -1 4202560 5147 0 1 0 1998 1 0 0 25 0 19 0 166081390 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26502] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26502/stat : 26502 (java) S 26497 26499 24474 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26503] ppid=26497 vsize=1540644 CPUtime=0.01
/proc/26499/task/26503/stat : 26503 (java) S 26497 26499 24474 0 -1 4202560 254 0 0 0 1 0 0 0 16 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26504] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26504/stat : 26504 (java) S 26497 26499 24474 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26505] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26505/stat : 26505 (java) S 26497 26499 24474 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26506] ppid=26497 vsize=1540644 CPUtime=0.02
/proc/26499/task/26506/stat : 26506 (java) S 26497 26499 24474 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 6 0 0 0
[pid=26499/tid=26507] ppid=26497 vsize=1540644 CPUtime=0.01
/proc/26499/task/26507/stat : 26507 (java) S 26497 26499 24474 0 -1 4202560 23 0 0 0 1 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 5 0 0 0
[pid=26499/tid=26508] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26508/stat : 26508 (java) S 26497 26499 24474 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26509] ppid=26497 vsize=1540644 CPUtime=0.01
/proc/26499/task/26509/stat : 26509 (java) S 26497 26499 24474 0 -1 4202560 18 0 0 0 1 0 0 0 15 0 19 0 166081391 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26510] ppid=26497 vsize=1540644 CPUtime=0.41
/proc/26499/task/26510/stat : 26510 (java) S 26497 26499 24474 0 -1 4202560 919 0 0 0 41 0 0 0 16 0 19 0 166081392 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 0 0 16800975 18446604471141512512 0 0 -1 7 0 0 0
[pid=26499/tid=26511] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26511/stat : 26511 (java) S 26497 26499 24474 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 166081392 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26512] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26512/stat : 26512 (java) S 26497 26499 24474 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 166081392 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26513] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26513/stat : 26513 (java) S 26497 26499 24474 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 166081394 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 1 0 0 0
[pid=26499/tid=26514] ppid=26497 vsize=1540644 CPUtime=0.65
/proc/26499/task/26514/stat : 26514 (java) R 26497 26499 24474 0 -1 4202560 5938 0 0 0 64 1 0 0 16 0 19 0 166081394 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 106254722 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26499/tid=26515] ppid=26497 vsize=1540644 CPUtime=0.46
/proc/26499/task/26515/stat : 26515 (java) S 26497 26499 24474 0 -1 4202560 1202 0 0 0 46 0 0 0 15 0 19 0 166081394 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26516] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26516/stat : 26516 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 166081394 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26517] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26517/stat : 26517 (java) S 26497 26499 24474 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 166081394 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 3 0 0 0
[pid=26499/tid=26518] ppid=26497 vsize=1540644 CPUtime=0
/proc/26499/task/26518/stat : 26518 (java) S 26497 26499 24474 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 166081406 1577619456 10512 4089446400 134512640 134550932 4288956992 18446744073709551615 4294960144 0 4 0 16800975 18446604471141512512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 1540644

Child status: 30
Real time (s): 20.5405
CPU time (s): 21.6767
CPU user time (s): 21.6217
CPU system time (s): 0.054991
CPU usage (%): 105.532
Max. virtual memory (cumulated for all children) (KiB): 1545540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6217
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15052
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= 1909
involuntary context switches= 9002

runsolver used 0.036994 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node118 at 2010-06-30 21:00:18
IDJOB=2691521
IDBENCH=79239
IDSOLVER=1202
FILE ID=node118/2691521-1277924418
PBS_JOBID= 11197260
Free space on /tmp= 74212 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.1110971363--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-2691521-1277924418/watcher-2691521-1277924418 -o /tmp/evaluation-result-2691521-1277924418/solver-2691521-1277924418 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691521-1277924418.wbo

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

MD5SUM BENCH= 4e22340b84333f0476155fff0e8b142d
RANDOM SEED=1985227481

node118.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.791
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.58
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.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.76
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.791
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.83
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.791
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.75
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.791
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.791
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.791
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	: 5448.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30975524 kB
Buffers:        208328 kB
Cached:        1298172 kB
SwapCached:          0 kB
Active:         795036 kB
Inactive:      1036956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30975524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:      325644 kB
Mapped:          20448 kB
Slab:            79952 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1656908 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= 74212 MiB
End job on node118 at 2010-06-30 21:00:39