Trace number 2694946

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. 81.0647 68.4762

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.142978
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 1327
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.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@18385e3
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@cf40f5
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-2694946-1277924785.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.32/0.26	c And the winner is Resolution
1.18/1.16	c SATISFIABLE
1.18/1.16	c OPTIMIZING...
1.18/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
1.18/1.16	o 400
1.30/1.20	c And the winner is Resolution
1.40/2.17	c Got one! Elapsed wall clock time (in seconds):2.066
1.40/2.17	o 371
1.40/2.20	c And the winner is Resolution
1.52/3.17	c Got one! Elapsed wall clock time (in seconds):3.07
1.52/3.17	o 342
1.64/3.22	c And the winner is Resolution
1.93/4.17	c Got one! Elapsed wall clock time (in seconds):4.074
1.93/4.17	o 305
2.00/4.21	c And the winner is Resolution
2.05/5.18	c Got one! Elapsed wall clock time (in seconds):5.079
2.05/5.18	o 285
2.32/5.34	c cleaning 2499 clauses out of 5003 with flag 5003/5003
3.10/5.51	c And the winner is Resolution
3.18/6.18	c Got one! Elapsed wall clock time (in seconds):6.084
3.18/6.18	o 281
3.20/6.25	c And the winner is Resolution
3.35/7.19	c Got one! Elapsed wall clock time (in seconds):7.088
3.35/7.19	o 207
3.36/7.30	c cleaning 4249 clauses out of 8503 with flag 11002/11002
3.59/7.36	c And the winner is Resolution
3.70/8.19	c Got one! Elapsed wall clock time (in seconds):8.092
3.70/8.19	o 198
4.16/8.40	c And the winner is Resolution
4.18/9.19	c Got one! Elapsed wall clock time (in seconds):9.095
4.18/9.19	o 191
4.40/9.31	c cleaning 5620 clauses out of 11253 with flag 18001/18001
5.23/9.78	c cleaning 6814 clauses out of 13632 with flag 26000/26000
5.83/10.04	c And the winner is Resolution
5.98/10.20	c Got one! Elapsed wall clock time (in seconds):10.098
5.98/10.20	o 188
6.43/10.45	c cleaning 7904 clauses out of 15819 with flag 35001/35001
7.81/11.15	c cleaning 8955 clauses out of 17914 with flag 45000/45000
7.99/11.27	c And the winner is Resolution
12.41/16.21	c Got one! Elapsed wall clock time (in seconds):16.111
12.41/16.21	o 180
13.19/16.62	c cleaning 9477 clauses out of 18961 with flag 55002/55002
13.97/17.00	c And the winner is Resolution
13.99/17.21	c Got one! Elapsed wall clock time (in seconds):17.114
13.99/17.21	o 171
14.36/17.50	c cleaning 9738 clauses out of 19483 with flag 65001/65001
14.56/17.58	c And the winner is Resolution
15.31/18.22	c Got one! Elapsed wall clock time (in seconds):18.117
15.31/18.22	o 169
16.11/18.63	c cleaning 9865 clauses out of 19744 with flag 75000/75000
16.47/18.86	c And the winner is Resolution
16.61/19.22	c Got one! Elapsed wall clock time (in seconds):19.12
16.61/19.22	o 143
17.22/19.53	c cleaning 9936 clauses out of 19879 with flag 85000/85000
17.99/19.93	c And the winner is Resolution
22.47/25.23	c Got one! Elapsed wall clock time (in seconds):25.132
22.47/25.23	o 134
22.47/25.29	c cleaning 9969 clauses out of 19944 with flag 95001/95001
23.39/25.73	c And the winner is Resolution
23.86/26.24	c Got one! Elapsed wall clock time (in seconds):26.136
23.86/26.24	o 131
23.99/26.35	c cleaning 9984 clauses out of 19974 with flag 105000/105000
24.34/26.56	c And the winner is Resolution
24.50/27.24	c Got one! Elapsed wall clock time (in seconds):27.139
24.50/27.24	o 117
24.82/27.44	c cleaning 9991 clauses out of 19991 with flag 115001/115001
25.59/27.87	c cleaning 9993 clauses out of 19999 with flag 125000/125000
26.56/28.37	c cleaning 9998 clauses out of 20006 with flag 135000/135000
27.73/28.94	c cleaning 9999 clauses out of 20009 with flag 145001/145001
28.10/29.15	c And the winner is Resolution
28.26/29.24	c Got one! Elapsed wall clock time (in seconds):29.146
28.26/29.24	o 100
28.78/29.57	c cleaning 9997 clauses out of 20010 with flag 155001/155001
29.96/30.12	c cleaning 10001 clauses out of 20012 with flag 165000/165000
30.13/30.22	c And the winner is Resolution
30.94/31.25	c Got one! Elapsed wall clock time (in seconds):31.151
30.94/31.25	o 84
31.63/31.62	c cleaning 10002 clauses out of 20012 with flag 175001/175001
32.40/32.03	c cleaning 9999 clauses out of 20009 with flag 185000/185000
33.37/32.52	c cleaning 9999 clauses out of 20010 with flag 195000/195000
33.94/32.89	c And the winner is Resolution
34.64/34.26	c Got one! Elapsed wall clock time (in seconds):34.16
34.64/34.26	o 76
34.91/34.43	c cleaning 10002 clauses out of 20011 with flag 205000/205000
35.49/34.76	c And the winner is Resolution
39.68/39.27	c Got one! Elapsed wall clock time (in seconds):39.171
39.68/39.27	o 56
39.93/39.40	c cleaning 10001 clauses out of 20010 with flag 215001/215001
40.71/39.83	c cleaning 9999 clauses out of 20008 with flag 225000/225000
41.47/40.27	c cleaning 10002 clauses out of 20011 with flag 235002/235002
42.26/40.69	c cleaning 9999 clauses out of 20008 with flag 245001/245001
42.62/40.81	c And the winner is Resolution
43.82/42.31	c Got one! Elapsed wall clock time (in seconds):42.207
43.82/42.31	o 49
44.42/42.67	c cleaning 10000 clauses out of 20011 with flag 255003/255003
45.19/43.08	c cleaning 10002 clauses out of 20010 with flag 265002/265002
46.15/43.52	c cleaning 9995 clauses out of 20006 with flag 275000/275000
46.93/43.94	c cleaning 10002 clauses out of 20011 with flag 285000/285000
47.70/44.36	c cleaning 10002 clauses out of 20011 with flag 295002/295002
48.27/44.63	c And the winner is Resolution
48.72/45.31	c Got one! Elapsed wall clock time (in seconds):45.215
48.72/45.31	o 40
49.08/45.57	c cleaning 10002 clauses out of 20012 with flag 305005/305005
50.04/46.02	c cleaning 9999 clauses out of 20006 with flag 315001/315001
50.22/46.19	c And the winner is Resolution
50.45/46.32	c Got one! Elapsed wall clock time (in seconds):46.218
50.45/46.32	o 35
51.02/46.62	c cleaning 9996 clauses out of 20008 with flag 325002/325002
51.79/47.08	c cleaning 10001 clauses out of 20012 with flag 335002/335002
52.76/47.53	c cleaning 10000 clauses out of 20010 with flag 345001/345001
53.52/47.94	c cleaning 10001 clauses out of 20011 with flag 355002/355002
54.30/48.36	c cleaning 10001 clauses out of 20008 with flag 365000/365000
54.47/48.42	c And the winner is Resolution
54.85/49.32	c Got one! Elapsed wall clock time (in seconds):49.223
54.85/49.32	o 34
55.61/49.75	c cleaning 9997 clauses out of 20007 with flag 375000/375000
56.58/50.22	c cleaning 10002 clauses out of 20011 with flag 385001/385001
57.35/50.69	c cleaning 10001 clauses out of 20009 with flag 395001/395001
58.71/51.31	c And the winner is CuttingPlanes
58.71/51.32	c cleaning 9999 clauses out of 20008 with flag 405001/405001
58.79/52.36	c Got one! Elapsed wall clock time (in seconds):52.261
58.79/52.36	o 30
59.67/52.84	c cleaning 9998 clauses out of 20008 with flag 415000/415000
60.63/53.30	c cleaning 10002 clauses out of 20012 with flag 425002/425002
61.38/53.79	c cleaning 9999 clauses out of 20010 with flag 435002/435002
62.35/54.26	c cleaning 10003 clauses out of 20009 with flag 445000/445000
63.31/54.73	c cleaning 10001 clauses out of 20006 with flag 455000/455000
63.89/55.03	c And the winner is Resolution
71.07/62.38	c Got one! Elapsed wall clock time (in seconds):62.28
71.07/62.38	o 21
71.30/62.56	c cleaning 10001 clauses out of 20005 with flag 465000/465000
72.06/62.99	c cleaning 9999 clauses out of 20005 with flag 475001/475001
73.02/63.46	c cleaning 9996 clauses out of 20007 with flag 485002/485002
73.99/63.99	c cleaning 10000 clauses out of 20009 with flag 495000/495000
74.96/64.50	c cleaning 10002 clauses out of 20010 with flag 505001/505001
75.93/64.98	c cleaning 10001 clauses out of 20007 with flag 515000/515000
76.88/65.42	c cleaning 9996 clauses out of 20006 with flag 525000/525000
77.65/65.87	c cleaning 10002 clauses out of 20010 with flag 535000/535000
78.61/66.33	c cleaning 9999 clauses out of 20008 with flag 545000/545000
79.56/66.83	c cleaning 10001 clauses out of 20009 with flag 555000/555000
80.55/67.35	c cleaning 10003 clauses out of 20009 with flag 565002/565002
80.80/67.42	c And the winner is Resolution
81.00/68.43	c starts		: 179
81.00/68.43	c conflicts		: 565878
81.00/68.43	c decisions		: 860843
81.00/68.43	c propagations		: 14136300
81.00/68.43	c inspects		: 122507105
81.00/68.43	c learnt literals	: 8
81.00/68.43	c learnt binary clauses	: 22
81.00/68.43	c learnt ternary clauses	: 153
81.00/68.43	c learnt clauses	: 565869
81.00/68.43	c ignored clauses	: 0
81.00/68.43	c root simplifications	: 0
81.00/68.43	c removed literals (reason simplification)	: 4925961
81.00/68.43	c reason swapping (by a shorter reason)	: 0
81.00/68.43	c Calls to reduceDB	: 58
81.00/68.43	c number of reductions to clauses (during analyze)	: 0
81.00/68.43	c number of learned constraints concerned by reduction	: 0
81.00/68.43	c number of learning phase by resolution	: 0
81.00/68.43	c number of learning phase by cutting planes	: 0
81.00/68.43	c speed (assignments/second)	: 2335806.345009914
81.00/68.43	c non guided choices	1313
81.00/68.43	c learnt constraints type 
81.00/68.43	c constraints type 
81.00/68.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
81.00/68.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
81.00/68.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
81.00/68.43	c constraints type 
81.00/68.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
81.00/68.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
81.00/68.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
81.00/68.43	s OPTIMUM FOUND
81.00/68.43	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 
81.00/68.43	c objective function=21
81.00/68.43	c Total wall clock time (in seconds): 68.334

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694946-1277924785/watcher-2694946-1277924785 -o /tmp/evaluation-result-2694946-1277924785/solver-2694946-1277924785 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694946-1277924785.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.17 2.05 2.01 3/194 15938
/proc/meminfo: memFree=31237092/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=13164 CPUtime=0
/proc/15938/stat : 15938 (java) R 15936 15938 13489 0 -1 4194304 879 0 0 0 0 0 0 0 25 0 1 0 133774816 13479936 398 4089446400 134512640 134550932 4289702192 18446744073709551615 8459909 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15938/statm: 3291 403 144 10 0 1121 0

[startup+0.0732551 s]
/proc/loadavg: 2.17 2.05 2.01 3/194 15938
/proc/meminfo: memFree=31237092/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1528952 CPUtime=0.06
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 4517 0 1 0 5 1 0 0 25 0 18 0 133774816 1565646848 3954 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 382238 3955 1216 10 0 379541 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528952

[startup+0.10026 s]
/proc/loadavg: 2.17 2.05 2.01 3/194 15938
/proc/meminfo: memFree=31237092/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1529932 CPUtime=0.11
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 5246 0 1 0 10 1 0 0 25 0 18 0 133774816 1566650368 4683 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 382483 4683 1346 10 0 379786 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529932

[startup+0.30021 s]
/proc/loadavg: 2.17 2.05 2.01 3/194 15938
/proc/meminfo: memFree=31237092/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1536504 CPUtime=0.67
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 8126 0 1 0 66 1 0 0 25 0 20 0 133774816 1573380096 7032 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 384126 7032 1420 10 0 381429 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1536504

[startup+0.700144 s]
/proc/loadavg: 2.17 2.05 2.01 3/194 15938
/proc/meminfo: memFree=31237092/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545260 CPUtime=1.18
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 13134 0 1 0 116 2 0 0 25 0 20 0 133774816 1582346240 9243 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386315 9243 1422 10 0 383618 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1545260

[startup+1.501 s]
/proc/loadavg: 2.23 2.06 2.02 2/214 15960
/proc/meminfo: memFree=31205744/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545260 CPUtime=1.4
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 13664 0 1 0 138 2 0 0 25 0 20 0 133774816 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386315 9771 1425 10 0 383618 0
[pid=15938/tid=15940] ppid=15936 vsize=1545260 CPUtime=0.14
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4035 0 1 0 14 0 0 0 19 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133774818 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133774818 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133774818 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545260 CPUtime=0.34
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 1779 0 0 0 34 0 0 0 15 0 20 0 133774820 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545260 CPUtime=0.6
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 5728 0 0 0 60 0 0 0 20 0 20 0 133774820 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) R 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133774821 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582346240 9771 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1545260

[startup+3.10073 s]
/proc/loadavg: 2.23 2.06 2.02 2/214 15962
/proc/meminfo: memFree=31203760/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545260 CPUtime=1.52
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 14730 0 1 0 150 2 0 0 25 0 20 0 133774816 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386315 10836 1425 10 0 383618 0
[pid=15938/tid=15940] ppid=15936 vsize=1545260 CPUtime=0.14
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4048 0 1 0 14 0 0 0 19 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133774817 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133774818 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133774818 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133774818 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545260 CPUtime=0.34
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 1779 0 0 0 34 0 0 0 15 0 20 0 133774820 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545260 CPUtime=0.66
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 5740 0 0 0 66 0 0 0 17 0 20 0 133774820 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133774821 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 1 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545260 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582346240 10836 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1545260
heavy processes:

[startup+6.30117 s]
/proc/loadavg: 2.13 2.05 2.01 6/216 15970
/proc/meminfo: memFree=31129844/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545668 CPUtime=3.35
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 39084 0 1 0 329 6 0 0 25 0 20 0 133774816 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386417 30375 1445 10 0 383720 0
[pid=15938/tid=15940] ppid=15936 vsize=1545668 CPUtime=0.15
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4085 0 1 0 15 0 0 0 19 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 1 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 141 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 161 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 209 0 0 0 0 0 0 0 18 0 20 0 133774817 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545668 CPUtime=0.01
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 641 0 0 0 1 0 0 0 15 0 20 0 133774818 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545668 CPUtime=0.84
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 5647 0 0 0 83 1 0 0 15 0 20 0 133774820 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545668 CPUtime=1.03
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 6840 0 0 0 103 0 0 0 15 0 20 0 133774820 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133774821 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 1 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582764032 30375 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 1545668
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 2.12 2.04 2.01 3/215 15980

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

/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 459 0 0 0 4 0 0 0 15 0 22 0 133774817 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 592 0 0 0 3 0 0 0 15 0 22 0 133774817 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545668 CPUtime=1.71
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 8516 0 0 0 169 2 0 0 15 0 22 0 133774818 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 133774818 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133774818 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133774820 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545668 CPUtime=1.02
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 5661 0 0 0 101 1 0 0 15 0 22 0 133774820 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545668 CPUtime=1.14
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 6855 0 0 0 114 0 0 0 16 0 22 0 133774820 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133774821 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 133774821 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133774833 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133774833 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=16015] ppid=15936 vsize=1545668 CPUtime=4.32
/proc/15938/task/16015/stat : 16015 (java) R 15936 15938 13489 0 -1 4202560 5 0 0 0 432 0 0 0 18 0 22 0 133781054 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4109463613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15938/tid=16016] ppid=15936 vsize=1545668 CPUtime=4.32
/proc/15938/task/16016/stat : 16016 (java) R 15936 15938 13489 0 -1 4202560 6 0 0 0 432 0 0 0 20 0 22 0 133781054 1582764032 56841 4089446400 134512640 134550932 4289702192 18446744073709551615 4109775664 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 80.14
Current children cumulated vsize (KiB) 1545668

[startup+67.9015 s]
/proc/loadavg: 2.19 2.07 2.02 4/216 16016
/proc/meminfo: memFree=31012624/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545668 CPUtime=81
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 67391 0 1 0 8086 14 0 0 25 0 20 0 133774816 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386417 56910 1451 10 0 383720 0
[pid=15938/tid=15940] ppid=15936 vsize=1545668 CPUtime=0.15
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4087 0 1 0 15 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 988 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 943 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545668 CPUtime=0.02
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 362 0 0 0 2 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 894 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 3 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545668 CPUtime=0.05
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 618 0 0 0 5 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 680 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 459 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 592 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545668 CPUtime=1.75
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 8534 0 0 0 173 2 0 0 16 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545668 CPUtime=1.21
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 6914 0 0 0 120 1 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545668 CPUtime=1.16
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 6866 0 0 0 116 0 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 1545668

[startup+68.3014 s]
/proc/loadavg: 2.19 2.07 2.02 2/214 16016
/proc/meminfo: memFree=31011648/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545668 CPUtime=81
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 67391 0 1 0 8086 14 0 0 25 0 20 0 133774816 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386417 56910 1451 10 0 383720 0
[pid=15938/tid=15940] ppid=15936 vsize=1545668 CPUtime=0.15
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4087 0 1 0 15 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 988 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 943 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545668 CPUtime=0.02
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 362 0 0 0 2 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 894 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 3 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545668 CPUtime=0.05
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 618 0 0 0 5 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 680 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 459 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 592 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545668 CPUtime=1.75
/proc/15938/task/15949/stat : 15949 (java) S 15936 15938 13489 0 -1 4202560 8534 0 0 0 173 2 0 0 16 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545668 CPUtime=1.21
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 6914 0 0 0 120 1 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545668 CPUtime=1.16
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 6866 0 0 0 116 0 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 1545668

[startup+68.4014 s]
/proc/loadavg: 2.19 2.07 2.02 2/214 16016
/proc/meminfo: memFree=31011648/32951132 swapFree=67111528/67111528
[pid=15938] ppid=15936 vsize=1545668 CPUtime=81
/proc/15938/stat : 15938 (java) S 15936 15938 13489 0 -1 4202496 67391 0 1 0 8086 14 0 0 25 0 20 0 133774816 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15938/statm: 386417 56910 1451 10 0 383720 0
[pid=15938/tid=15940] ppid=15936 vsize=1545668 CPUtime=0.15
/proc/15938/task/15940/stat : 15940 (java) S 15936 15938 13489 0 -1 4202560 4087 0 1 0 15 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15941] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15941/stat : 15941 (java) S 15936 15938 13489 0 -1 4202560 988 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15942] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15942/stat : 15942 (java) S 15936 15938 13489 0 -1 4202560 943 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15943] ppid=15936 vsize=1545668 CPUtime=0.02
/proc/15938/task/15943/stat : 15943 (java) S 15936 15938 13489 0 -1 4202560 362 0 0 0 2 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15944] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15944/stat : 15944 (java) S 15936 15938 13489 0 -1 4202560 894 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 3 0 0 0
[pid=15938/tid=15945] ppid=15936 vsize=1545668 CPUtime=0.05
/proc/15938/task/15945/stat : 15945 (java) S 15936 15938 13489 0 -1 4202560 618 0 0 0 5 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15946] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15946/stat : 15946 (java) S 15936 15938 13489 0 -1 4202560 680 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15947] ppid=15936 vsize=1545668 CPUtime=0.04
/proc/15938/task/15947/stat : 15947 (java) S 15936 15938 13489 0 -1 4202560 459 0 0 0 4 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
[pid=15938/tid=15948] ppid=15936 vsize=1545668 CPUtime=0.03
/proc/15938/task/15948/stat : 15948 (java) S 15936 15938 13489 0 -1 4202560 592 0 0 0 3 0 0 0 15 0 20 0 133774817 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15949] ppid=15936 vsize=1545668 CPUtime=1.75
/proc/15938/task/15949/stat : 15949 (java) R 15936 15938 13489 0 -1 4202560 8534 0 0 0 173 2 0 0 15 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 106301861 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15938/tid=15950] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15950/stat : 15950 (java) S 15936 15938 13489 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15951] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15951/stat : 15951 (java) S 15936 15938 13489 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133774818 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15952] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15952/stat : 15952 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15953] ppid=15936 vsize=1545668 CPUtime=1.21
/proc/15938/task/15953/stat : 15953 (java) S 15936 15938 13489 0 -1 4202560 6914 0 0 0 120 1 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 4 0 0 0
[pid=15938/tid=15954] ppid=15936 vsize=1545668 CPUtime=1.16
/proc/15938/task/15954/stat : 15954 (java) S 15936 15938 13489 0 -1 4202560 6866 0 0 0 116 0 0 0 16 0 20 0 133774820 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15955] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15955/stat : 15955 (java) S 15936 15938 13489 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 6 0 0 0
[pid=15938/tid=15956] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15956/stat : 15956 (java) S 15936 15938 13489 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133774821 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 7 0 0 0
[pid=15938/tid=15959] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15959/stat : 15959 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 0 0 0 0
[pid=15938/tid=15960] ppid=15936 vsize=1545668 CPUtime=0
/proc/15938/task/15960/stat : 15960 (java) S 15936 15938 13489 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133774833 1582764032 56910 4089446400 134512640 134550932 4289702192 18446744073709551615 4294960144 0 4 0 16800975 18446604453932769600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 1545668

Child status: 30
Real time (s): 68.4762
CPU time (s): 81.0647
CPU user time (s): 80.9067
CPU system time (s): 0.157975
CPU usage (%): 118.384
Max. virtual memory (cumulated for all children) (KiB): 1549764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9067
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67402
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= 4076
involuntary context switches= 21759

runsolver used 0.121981 second user time and 0.251961 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 21:06:25
IDJOB=2694946
IDBENCH=79250
IDSOLVER=1207
FILE ID=node128/2694946-1277924785
PBS_JOBID= 11197276
Free space on /tmp= 74212 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.1110977780--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-2694946-1277924785/watcher-2694946-1277924785 -o /tmp/evaluation-result-2694946-1277924785/solver-2694946-1277924785 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694946-1277924785.wbo

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=391862054

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31237356 kB
Buffers:        209132 kB
Cached:        1010232 kB
SwapCached:          0 kB
Active:         766420 kB
Inactive:       804836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31237356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:      352536 kB
Mapped:          20588 kB
Slab:            78964 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1651552 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node128 at 2010-06-30 21:07:34