Trace number 2694927

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 35.5376 39.37

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-0-100-0.wbo
MD5SUM8ce859c9363f1b782ad1721fb9074172
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.134979
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 1273
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
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.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694927-1277924482.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.06s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.70/0.30	c And the winner is Resolution
1.22/1.17	c SATISFIABLE
1.22/1.17	c OPTIMIZING...
1.22/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
1.22/1.17	o 420
1.22/1.19	c And the winner is Resolution
1.34/2.17	c Got one! Elapsed wall clock time (in seconds):2.066
1.34/2.17	o 324
1.34/2.19	c And the winner is Resolution
1.51/3.17	c Got one! Elapsed wall clock time (in seconds):3.07
1.51/3.17	o 316
1.51/3.20	c And the winner is Resolution
1.68/4.18	c Got one! Elapsed wall clock time (in seconds):4.073
1.68/4.18	o 287
1.75/4.22	c And the winner is Resolution
1.94/5.18	c Got one! Elapsed wall clock time (in seconds):5.076
1.94/5.18	o 286
1.97/5.21	c And the winner is Resolution
2.03/6.18	c Got one! Elapsed wall clock time (in seconds):6.08
2.03/6.18	o 264
2.06/6.28	c And the winner is Resolution
2.25/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
2.25/7.19	o 261
2.27/7.23	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.27/7.26	c And the winner is Resolution
2.45/8.19	c Got one! Elapsed wall clock time (in seconds):8.086
2.45/8.19	o 254
2.47/8.27	c And the winner is Resolution
2.96/9.19	c Got one! Elapsed wall clock time (in seconds):9.09
2.96/9.19	o 226
3.18/9.33	c And the winner is Resolution
3.26/10.20	c Got one! Elapsed wall clock time (in seconds):10.094
3.26/10.20	o 217
3.26/10.26	c And the winner is Resolution
3.46/11.20	c Got one! Elapsed wall clock time (in seconds):11.097
3.46/11.20	o 164
3.46/11.22	c cleaning 4247 clauses out of 8501 with flag 11000/11000
3.46/11.26	c And the winner is Resolution
3.58/12.20	c Got one! Elapsed wall clock time (in seconds):12.101
3.58/12.20	o 141
3.58/12.30	c And the winner is Resolution
3.87/13.21	c Got one! Elapsed wall clock time (in seconds):13.104
3.87/13.21	o 125
4.06/13.39	c cleaning 5626 clauses out of 11257 with flag 18003/18003
4.26/13.43	c And the winner is Resolution
4.33/14.21	c Got one! Elapsed wall clock time (in seconds):14.107
4.33/14.21	o 119
4.33/14.26	c And the winner is Resolution
4.51/15.21	c Got one! Elapsed wall clock time (in seconds):15.111
4.51/15.21	o 107
4.69/15.36	c And the winner is Resolution
5.02/16.22	c Got one! Elapsed wall clock time (in seconds):16.115
5.02/16.22	o 96
5.17/16.40	c cleaning 6810 clauses out of 13629 with flag 26001/26001
6.18/16.89	c And the winner is Resolution
6.67/17.22	c Got one! Elapsed wall clock time (in seconds):17.119
6.67/17.22	o 93
6.67/17.27	c cleaning 7903 clauses out of 15818 with flag 35000/35000
7.61/17.79	c cleaning 8956 clauses out of 17920 with flag 45005/45005
8.19/18.05	c And the winner is Resolution
8.80/19.23	c Got one! Elapsed wall clock time (in seconds):19.123
8.80/19.23	o 83
9.14/19.49	c cleaning 9475 clauses out of 18960 with flag 55001/55001
9.52/19.60	c And the winner is Resolution
9.91/20.23	c Got one! Elapsed wall clock time (in seconds):20.127
9.91/20.23	o 53
10.04/20.37	c And the winner is Resolution
11.09/22.24	c Got one! Elapsed wall clock time (in seconds):22.134
11.09/22.24	o 24
11.40/22.41	c And the winner is Resolution
11.45/23.24	c Got one! Elapsed wall clock time (in seconds):23.137
11.45/23.24	o 20
11.57/23.35	c cleaning 9738 clauses out of 19485 with flag 65001/65001
12.35/23.76	c cleaning 9866 clauses out of 19746 with flag 75000/75000
12.73/23.96	c And the winner is Resolution
14.89/26.25	c Got one! Elapsed wall clock time (in seconds):26.143
14.89/26.25	o 15
15.40/26.50	c cleaning 9938 clauses out of 19881 with flag 85001/85001
16.18/26.96	c cleaning 9967 clauses out of 19942 with flag 95000/95000
17.17/27.46	c cleaning 9981 clauses out of 19975 with flag 105000/105000
18.14/27.92	c cleaning 9991 clauses out of 19995 with flag 115001/115001
18.92/28.35	c cleaning 9995 clauses out of 20007 with flag 125004/125004
20.09/28.93	c cleaning 10000 clauses out of 20009 with flag 135001/135001
20.67/29.29	c And the winner is Resolution
22.01/31.26	c Got one! Elapsed wall clock time (in seconds):31.154
22.01/31.26	o 7
22.29/31.40	c cleaning 9998 clauses out of 20008 with flag 145000/145000
23.07/31.83	c cleaning 10000 clauses out of 20011 with flag 155001/155001
23.84/32.27	c cleaning 10001 clauses out of 20010 with flag 165000/165000
24.82/32.70	c cleaning 10001 clauses out of 20010 with flag 175001/175001
25.59/33.13	c cleaning 9999 clauses out of 20008 with flag 185000/185000
26.56/33.62	c cleaning 10002 clauses out of 20011 with flag 195002/195002
27.35/34.10	c cleaning 9999 clauses out of 20009 with flag 205002/205002
28.31/34.56	c cleaning 10000 clauses out of 20009 with flag 215001/215001
29.29/35.02	c cleaning 10000 clauses out of 20008 with flag 225000/225000
30.07/35.47	c cleaning 9999 clauses out of 20009 with flag 235001/235001
31.06/35.92	c cleaning 10002 clauses out of 20009 with flag 245000/245000
32.07/36.41	c cleaning 10001 clauses out of 20007 with flag 255000/255000
32.81/36.79	c And the winner is Resolution
35.49/39.31	c starts		: 143
35.49/39.31	c conflicts		: 263422
35.49/39.31	c decisions		: 397756
35.49/39.31	c propagations		: 6288514
35.49/39.31	c inspects		: 68638927
35.49/39.31	c learnt literals	: 5
35.49/39.31	c learnt binary clauses	: 23
35.49/39.31	c learnt ternary clauses	: 144
35.49/39.31	c learnt clauses	: 263416
35.49/39.31	c ignored clauses	: 0
35.49/39.31	c root simplifications	: 0
35.49/39.31	c removed literals (reason simplification)	: 2451945
35.49/39.31	c reason swapping (by a shorter reason)	: 0
35.49/39.31	c Calls to reduceDB	: 27
35.49/39.31	c number of reductions to clauses (during analyze)	: 0
35.49/39.31	c number of learned constraints concerned by reduction	: 0
35.49/39.31	c number of learning phase by resolution	: 0
35.49/39.31	c number of learning phase by cutting planes	: 0
35.49/39.31	c speed (assignments/second)	: 780793.8912341694
35.49/39.31	c non guided choices	1311
35.49/39.31	c learnt constraints type 
35.49/39.31	c constraints type 
35.49/39.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
35.49/39.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
35.49/39.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
35.49/39.31	c constraints type 
35.49/39.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
35.49/39.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
35.49/39.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
35.49/39.31	s OPTIMUM FOUND
35.49/39.31	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 
35.49/39.31	c objective function=7
35.49/39.31	c Total wall clock time (in seconds): 39.21

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694927-1277924482/watcher-2694927-1277924482 -o /tmp/evaluation-result-2694927-1277924482/solver-2694927-1277924482 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694927-1277924482.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.03 2.01 2.00 3/178 15979
/proc/meminfo: memFree=31175160/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1832 CPUtime=0
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4194304 431 0 0 0 0 0 0 0 19 0 1 0 133744540 1875968 160 4089446400 134512640 134550932 4288407104 18446744073709551615 11375188 0 2147483391 4096 0 18446744071699207358 0 0 17 3 0 0 0
/proc/15979/statm: 458 160 123 10 0 63 0

[startup+0.0172621 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15979
/proc/meminfo: memFree=31175160/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1523304 CPUtime=0
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 3016 0 1 0 0 0 0 0 19 0 10 0 133744540 1559863296 2459 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 380826 2467 701 10 0 378136 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523304

[startup+0.100298 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15979
/proc/meminfo: memFree=31175160/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1530164 CPUtime=0.11
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 5234 0 1 0 10 1 0 0 19 0 18 0 133744540 1566887936 4670 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 382541 4670 1346 10 0 379844 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530164

[startup+0.300269 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15979
/proc/meminfo: memFree=31175160/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1536928 CPUtime=0.7
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 8240 0 1 0 69 1 0 0 19 0 21 0 133744540 1573814272 7122 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 384232 7122 1419 10 0 381535 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1536928

[startup+0.70026 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15979
/proc/meminfo: memFree=31175160/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1546816 CPUtime=1.22
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 14268 0 1 0 120 2 0 0 19 0 20 0 133744540 1583939584 9788 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 386704 9788 1421 10 0 384007 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1546816

[startup+1.50112 s]
/proc/loadavg: 2.03 2.01 2.00 2/198 16001
/proc/meminfo: memFree=31141948/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1546816 CPUtime=1.34
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 14609 0 1 0 132 2 0 0 19 0 20 0 133744540 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 386704 10128 1424 10 0 384007 0
[pid=15979/tid=15981] ppid=15977 vsize=1546816 CPUtime=0.15
/proc/15979/task/15981/stat : 15981 (java) S 15977 15979 14276 0 -1 4202560 4034 0 1 0 14 1 0 0 18 0 20 0 133744540 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 20 0 133744541 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133744542 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133744542 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133744542 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133744544 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1546816 CPUtime=0.52
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 5928 0 0 0 52 0 0 0 20 0 20 0 133744544 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1546816 CPUtime=0.35
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 2627 0 0 0 35 0 0 0 15 0 20 0 133744544 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133744544 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133744544 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 133744557 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133744557 1583939584 10128 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 1546816

[startup+3.10084 s]
/proc/loadavg: 2.03 2.01 2.00 2/198 16003
/proc/meminfo: memFree=31140460/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1546816 CPUtime=1.51
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 15256 0 1 0 149 2 0 0 19 0 20 0 133744540 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 386704 10774 1425 10 0 384007 0
[pid=15979/tid=15981] ppid=15977 vsize=1546816 CPUtime=0.15
/proc/15979/task/15981/stat : 15981 (java) S 15977 15979 14276 0 -1 4202560 4047 0 1 0 14 1 0 0 19 0 20 0 133744540 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 20 0 133744541 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133744542 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133744542 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133744542 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133744544 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1546816 CPUtime=0.59
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 5940 0 0 0 59 0 0 0 18 0 20 0 133744544 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1546816 CPUtime=0.39
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 2630 0 0 0 39 0 0 0 15 0 20 0 133744544 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133744544 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133744544 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 133744557 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1546816 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133744557 1583939584 10774 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 1546816
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 1.95 1.99 1.99 2/198 16011
/proc/meminfo: memFree=31114084/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1546164 CPUtime=2.25
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 30508 0 1 0 221 4 0 0 19 0 20 0 133744540 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 386541 24926 1429 10 0 383844 0
[pid=15979/tid=15981] ppid=15977 vsize=1546164 CPUtime=0.15
/proc/15979/task/15981/stat : 15981 (java) S 15977 15979 14276 0 -1 4202560 4095 0 1 0 14 1 0 0 19 0 20 0 133744540 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 20 0 133744541 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 20 0 133744542 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133744542 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133744542 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133744544 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1546164 CPUtime=0.72
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 5978 0 0 0 72 0 0 0 15 0 20 0 133744544 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1546164 CPUtime=0.58
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 3566 0 0 0 58 0 0 0 15 0 20 0 133744544 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133744544 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133744544 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 133744557 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1546164 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133744557 1583271936 24926 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1546164
heavy processes:

[startup+12.701 s]
/proc/loadavg: 1.87 1.98 1.99 2/198 16023

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

/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 5921 0 0 0 56 1 0 0 16 0 22 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1558452 CPUtime=1.31
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 9356 0 0 0 130 1 0 0 15 0 22 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1558452 CPUtime=0.83
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 4298 0 0 0 83 0 0 0 15 0 22 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 22 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=16047] ppid=15977 vsize=1558452 CPUtime=5.12
/proc/15979/task/16047/stat : 16047 (java) R 15977 15979 14276 0 -1 4202560 15 0 0 0 512 0 0 0 25 0 22 0 133747666 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4109177519 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15979/tid=16048] ppid=15977 vsize=1558452 CPUtime=5.12
/proc/15979/task/16048/stat : 16048 (java) R 15977 15979 14276 0 -1 4202560 242 0 0 0 512 0 0 0 25 0 22 0 133747666 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4109341216 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.81
Current children cumulated vsize (KiB) 1558452

[startup+38.3015 s]
/proc/loadavg: 2.01 2.00 1.99 3/199 16049
/proc/meminfo: memFree=30958480/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1558452 CPUtime=34.51
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 61740 0 1 0 3440 11 0 0 19 0 21 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 389613 54658 1451 10 0 386916 0
[pid=15979/tid=15981] ppid=15977 vsize=1558452 CPUtime=0.15
/proc/15979/task/15981/stat : 15981 (java) S 15977 15979 14276 0 -1 4202560 4156 0 1 0 14 1 0 0 18 0 21 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 768 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 368 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 270 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 430 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 637 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1558452 CPUtime=0.57
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 5921 0 0 0 56 1 0 0 15 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1558452 CPUtime=1.32
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 9356 0 0 0 131 1 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1558452 CPUtime=0.83
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 4298 0 0 0 83 0 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 21 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=16048] ppid=15977 vsize=1558452 CPUtime=6.72
/proc/15979/task/16048/stat : 16048 (java) R 15977 15979 14276 0 -1 4202560 243 0 0 0 672 0 0 0 25 0 21 0 133747666 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4109341262 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.51
Current children cumulated vsize (KiB) 1558452

[startup+39.1013 s]
/proc/loadavg: 2.01 2.00 1.99 3/199 16049
/proc/meminfo: memFree=30958480/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1558452 CPUtime=35.31
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 61740 0 1 0 3520 11 0 0 19 0 21 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 389613 54658 1451 10 0 386916 0
[pid=15979/tid=15981] ppid=15977 vsize=1558452 CPUtime=0.15
/proc/15979/task/15981/stat : 15981 (java) S 15977 15979 14276 0 -1 4202560 4156 0 1 0 14 1 0 0 18 0 21 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 768 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 368 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 270 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 430 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 637 0 0 0 1 0 0 0 15 0 21 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1558452 CPUtime=0.57
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 5921 0 0 0 56 1 0 0 15 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1558452 CPUtime=1.32
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 9356 0 0 0 131 1 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1558452 CPUtime=0.83
/proc/15979/task/15995/stat : 15995 (java) S 15977 15979 14276 0 -1 4202560 4298 0 0 0 83 0 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 21 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 21 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=16048] ppid=15977 vsize=1558452 CPUtime=7.52
/proc/15979/task/16048/stat : 16048 (java) R 15977 15979 14276 0 -1 4202560 243 0 0 0 752 0 0 0 25 0 21 0 133747666 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4109341262 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.31
Current children cumulated vsize (KiB) 1558452

[startup+39.3013 s]
/proc/loadavg: 2.01 2.00 1.99 3/199 16049
/proc/meminfo: memFree=30958480/32950928 swapFree=4192956/4192956
[pid=15979] ppid=15977 vsize=1558452 CPUtime=35.49
/proc/15979/stat : 15979 (java) S 15977 15979 14276 0 -1 4202496 61740 0 1 0 3538 11 0 0 19 0 20 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15979/statm: 389613 54658 1451 10 0 386916 0
[pid=15979/tid=15981] ppid=15977 vsize=1558452 CPUtime=0.17
/proc/15979/task/15981/stat : 15981 (java) R 15977 15979 14276 0 -1 4202560 4156 0 1 0 16 1 0 0 18 0 20 0 133744540 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4108728954 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15979/tid=15982] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15982/stat : 15982 (java) S 15977 15979 14276 0 -1 4202560 768 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15983] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15983/stat : 15983 (java) S 15977 15979 14276 0 -1 4202560 368 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15984] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15984/stat : 15984 (java) S 15977 15979 14276 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15985] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15985/stat : 15985 (java) S 15977 15979 14276 0 -1 4202560 270 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15986] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15986/stat : 15986 (java) S 15977 15979 14276 0 -1 4202560 430 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15987] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15987/stat : 15987 (java) S 15977 15979 14276 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15988] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15988/stat : 15988 (java) S 15977 15979 14276 0 -1 4202560 348 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15989] ppid=15977 vsize=1558452 CPUtime=0.01
/proc/15979/task/15989/stat : 15989 (java) S 15977 15979 14276 0 -1 4202560 637 0 0 0 1 0 0 0 15 0 20 0 133744541 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15990] ppid=15977 vsize=1558452 CPUtime=0.57
/proc/15979/task/15990/stat : 15990 (java) S 15977 15979 14276 0 -1 4202560 5921 0 0 0 56 1 0 0 15 0 20 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 0 0 16800975 18446604471146023936 0 0 -1 7 0 0 0
[pid=15979/tid=15991] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15991/stat : 15991 (java) S 15977 15979 14276 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15992] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15992/stat : 15992 (java) S 15977 15979 14276 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133744542 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15993] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15993/stat : 15993 (java) S 15977 15979 14276 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=15994] ppid=15977 vsize=1558452 CPUtime=1.32
/proc/15979/task/15994/stat : 15994 (java) S 15977 15979 14276 0 -1 4202560 9356 0 0 0 131 1 0 0 15 0 20 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 5 0 0 0
[pid=15979/tid=15995] ppid=15977 vsize=1558452 CPUtime=0.83
/proc/15979/task/15995/stat : 15995 (java) R 15977 15979 14276 0 -1 4202560 4298 0 0 0 83 0 0 0 15 0 20 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15979/tid=15996] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15996/stat : 15996 (java) S 15977 15979 14276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
[pid=15979/tid=15997] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/15997/stat : 15997 (java) S 15977 15979 14276 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133744544 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16000] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16000/stat : 16000 (java) S 15977 15979 14276 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 1 0 0 0
[pid=15979/tid=16001] ppid=15977 vsize=1558452 CPUtime=0
/proc/15979/task/16001/stat : 16001 (java) S 15977 15979 14276 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133744557 1595854848 54658 4089446400 134512640 134550932 4288407104 18446744073709551615 4294960144 0 4 0 16800975 18446604471146023936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.49
Current children cumulated vsize (KiB) 1558452

Child status: 30
Real time (s): 39.37
CPU time (s): 35.5376
CPU user time (s): 35.4156
CPU system time (s): 0.121981
CPU usage (%): 90.2658
Max. virtual memory (cumulated for all children) (KiB): 1558500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4156
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61751
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= 2267
involuntary context switches= 2693

runsolver used 0.082987 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 21:01:22
IDJOB=2694927
IDBENCH=79241
IDSOLVER=1207
FILE ID=node124/2694927-1277924482
PBS_JOBID= 11197343
Free space on /tmp= 130620 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227326--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694927-1277924482/watcher-2694927-1277924482 -o /tmp/evaluation-result-2694927-1277924482/solver-2694927-1277924482 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694927-1277924482.wbo

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

MD5SUM BENCH= 8ce859c9363f1b782ad1721fb9074172
RANDOM SEED=1761808132

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31175424 kB
Buffers:        212180 kB
Cached:        1121452 kB
SwapCached:          0 kB
Active:         816936 kB
Inactive:       844500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31175424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      328472 kB
Mapped:          16100 kB
Slab:            80908 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   473336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130620 MiB
End job on node124 at 2010-06-30 21:02:02