Trace number 2691427

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26Wrong Opt. 45.6951 44.4559

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.138978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.06	c version 2.2.0.v20100526
0.01/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.06	c java.vm.version	11.2-b01
0.01/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.06	c sun.arch.data.model	32
0.01/0.06	c java.version		1.6.0_12
0.01/0.06	c os.name		Linux
0.01/0.06	c os.version		2.6.18-164.el5
0.01/0.06	c os.arch		i386
0.01/0.06	c Free memory 		1393557488
0.01/0.06	c Max memory 		1395916800
0.01/0.06	c Total memory 		1395916800
0.01/0.06	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-2691427-1277922828.wbo
0.01/0.09	c reading problem ... 
0.12/0.14	c ... done. Wall clock time 0.052s.
0.12/0.14	c #vars     270
0.12/0.14	c #constraints  101
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.12/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.32/0.25	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.158
0.32/0.25	o 520
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.212
0.61/0.30	o 407
0.61/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.61/0.33	o 360
0.61/0.35	c Got one! Elapsed wall clock time (in seconds):0.264
0.61/0.35	o 330
0.61/0.39	c Got one! Elapsed wall clock time (in seconds):0.295
0.61/0.39	o 287
0.82/0.42	c Got one! Elapsed wall clock time (in seconds):0.326
0.82/0.42	o 279
0.96/0.54	c Got one! Elapsed wall clock time (in seconds):0.444
0.96/0.54	o 277
0.96/0.59	c cleaning 2498 clauses out of 5001 with flag 5001/5001
1.09/0.63	c Got one! Elapsed wall clock time (in seconds):0.541
1.09/0.63	o 275
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.56
1.09/0.65	o 219
1.19/0.76	c Got one! Elapsed wall clock time (in seconds):0.669
1.19/0.76	o 207
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.74
1.29/0.83	o 163
1.42/0.91	c cleaning 4248 clauses out of 8502 with flag 11000/11000
1.42/0.93	c Got one! Elapsed wall clock time (in seconds):0.843
1.42/0.93	o 157
1.53/1.02	c Got one! Elapsed wall clock time (in seconds):0.924
1.53/1.02	o 118
1.72/1.24	c Got one! Elapsed wall clock time (in seconds):1.148
1.72/1.24	o 114
1.72/1.27	c cleaning 5623 clauses out of 11254 with flag 18000/18000
2.14/1.69	c cleaning 6812 clauses out of 13631 with flag 26000/26000
2.36/1.82	c Got one! Elapsed wall clock time (in seconds):1.725
2.36/1.82	o 108
2.67/2.20	c cleaning 7910 clauses out of 15826 with flag 35007/35007
3.47/2.92	c cleaning 8951 clauses out of 17911 with flag 45002/45002
4.17/3.60	c Got one! Elapsed wall clock time (in seconds):3.508
4.17/3.60	o 97
4.17/3.63	c cleaning 9477 clauses out of 18960 with flag 55002/55002
4.67/4.19	c cleaning 9735 clauses out of 19481 with flag 65000/65000
4.98/4.46	c Got one! Elapsed wall clock time (in seconds):4.368
4.98/4.46	o 81
5.31/4.79	c cleaning 9869 clauses out of 19746 with flag 75000/75000
5.81/5.21	c Got one! Elapsed wall clock time (in seconds):5.118
5.81/5.21	o 76
5.93/5.31	c cleaning 9931 clauses out of 19878 with flag 85001/85001
6.43/5.89	c cleaning 9970 clauses out of 19949 with flag 95003/95003
6.94/6.33	c Got one! Elapsed wall clock time (in seconds):6.237
6.94/6.33	o 73
7.04/6.50	c cleaning 9983 clauses out of 19976 with flag 105000/105000
7.53/6.95	c cleaning 9993 clauses out of 19996 with flag 115003/115003
8.03/7.46	c cleaning 9995 clauses out of 20000 with flag 125000/125000
8.63/8.01	c cleaning 10002 clauses out of 20007 with flag 135002/135002
8.74/8.13	c Got one! Elapsed wall clock time (in seconds):8.037
8.74/8.13	o 71
9.14/8.50	c cleaning 9999 clauses out of 20003 with flag 145000/145000
9.34/8.78	c Got one! Elapsed wall clock time (in seconds):8.692
9.34/8.78	o 70
9.74/9.17	c cleaning 10000 clauses out of 20005 with flag 155001/155001
10.24/9.67	c cleaning 9997 clauses out of 20004 with flag 165000/165000
10.84/10.20	c cleaning 10001 clauses out of 20008 with flag 175001/175001
11.34/10.74	c cleaning 9999 clauses out of 20008 with flag 185002/185002
11.94/11.34	c cleaning 9995 clauses out of 20008 with flag 195001/195001
12.24/11.67	c Got one! Elapsed wall clock time (in seconds):11.58
12.24/11.67	o 63
12.65/12.05	c cleaning 10001 clauses out of 20014 with flag 205002/205002
13.24/12.65	c cleaning 9998 clauses out of 20012 with flag 215001/215001
13.84/13.22	c cleaning 9999 clauses out of 20013 with flag 225000/225000
14.44/13.83	c cleaning 10004 clauses out of 20014 with flag 235000/235000
14.94/14.37	c cleaning 10001 clauses out of 20011 with flag 245001/245001
15.64/15.00	c cleaning 10002 clauses out of 20009 with flag 255000/255000
16.14/15.56	c cleaning 10000 clauses out of 20008 with flag 265001/265001
16.74/16.12	c cleaning 10000 clauses out of 20009 with flag 275002/275002
17.24/16.69	c cleaning 9999 clauses out of 20007 with flag 285000/285000
17.84/17.27	c cleaning 9999 clauses out of 20008 with flag 295000/295000
18.44/17.84	c cleaning 10001 clauses out of 20009 with flag 305000/305000
19.05/18.42	c cleaning 9999 clauses out of 20008 with flag 315000/315000
19.55/18.97	c cleaning 10000 clauses out of 20009 with flag 325000/325000
20.05/19.47	c cleaning 10001 clauses out of 20009 with flag 335000/335000
20.65/20.03	c cleaning 9999 clauses out of 20010 with flag 345002/345002
21.15/20.58	c cleaning 10001 clauses out of 20011 with flag 355002/355002
21.46/20.84	c Got one! Elapsed wall clock time (in seconds):20.747
21.46/20.84	o 53
21.75/21.17	c cleaning 10001 clauses out of 20009 with flag 365001/365001
22.25/21.63	c cleaning 9997 clauses out of 20007 with flag 375000/375000
22.75/22.12	c cleaning 10001 clauses out of 20011 with flag 385001/385001
23.25/22.66	c cleaning 10001 clauses out of 20009 with flag 395000/395000
23.86/23.28	c cleaning 9997 clauses out of 20008 with flag 405000/405000
24.36/23.79	c cleaning 10002 clauses out of 20012 with flag 415001/415001
24.96/24.32	c cleaning 10001 clauses out of 20009 with flag 425000/425000
25.47/24.83	c cleaning 10001 clauses out of 20008 with flag 435000/435000
26.07/25.43	c cleaning 10000 clauses out of 20007 with flag 445000/445000
26.67/26.02	c cleaning 10001 clauses out of 20007 with flag 455000/455000
26.77/26.15	c Got one! Elapsed wall clock time (in seconds):26.064
26.77/26.15	o 41
27.42/26.59	c cleaning 9997 clauses out of 20006 with flag 465000/465000
27.62/26.77	c Got one! Elapsed wall clock time (in seconds):26.677
27.62/26.77	o 37
27.95/27.09	c cleaning 9999 clauses out of 20009 with flag 475000/475000
28.46/27.56	c cleaning 10003 clauses out of 20013 with flag 485003/485003
28.97/28.08	c cleaning 9994 clauses out of 20007 with flag 495000/495000
29.57/28.60	c cleaning 10002 clauses out of 20013 with flag 505000/505000
30.07/29.10	c cleaning 10000 clauses out of 20011 with flag 515000/515000
30.47/29.55	c cleaning 10000 clauses out of 20014 with flag 525003/525003
30.87/29.97	c cleaning 10000 clauses out of 20011 with flag 535000/535000
31.37/30.42	c cleaning 10003 clauses out of 20013 with flag 545002/545002
31.78/30.87	c cleaning 10002 clauses out of 20009 with flag 555001/555001
32.27/31.34	c cleaning 10000 clauses out of 20008 with flag 565002/565002
32.48/31.50	c Got one! Elapsed wall clock time (in seconds):31.408
32.48/31.50	o 25
32.78/31.85	c cleaning 9997 clauses out of 20007 with flag 575001/575001
33.28/32.31	c cleaning 10000 clauses out of 20010 with flag 585001/585001
33.78/32.84	c cleaning 10001 clauses out of 20012 with flag 595003/595003
34.28/33.32	c cleaning 9997 clauses out of 20009 with flag 605001/605001
34.78/33.82	c cleaning 10000 clauses out of 20011 with flag 615000/615000
35.18/34.28	c cleaning 10003 clauses out of 20013 with flag 625002/625002
35.68/34.76	c cleaning 9998 clauses out of 20008 with flag 635000/635000
36.20/35.25	c cleaning 10003 clauses out of 20011 with flag 645001/645001
36.69/35.71	c cleaning 10001 clauses out of 20009 with flag 655002/655002
37.09/36.18	c cleaning 10001 clauses out of 20008 with flag 665002/665002
37.59/36.66	c cleaning 9999 clauses out of 20007 with flag 675002/675002
38.19/37.20	c cleaning 9999 clauses out of 20008 with flag 685002/685002
38.30/37.32	c Got one! Elapsed wall clock time (in seconds):37.234
38.30/37.32	o 14
38.69/37.73	c cleaning 10001 clauses out of 20007 with flag 695000/695000
39.19/38.22	c cleaning 9997 clauses out of 20006 with flag 705000/705000
39.69/38.75	c cleaning 10000 clauses out of 20009 with flag 715000/715000
40.19/39.23	c cleaning 10000 clauses out of 20010 with flag 725001/725001
40.60/39.68	c cleaning 10002 clauses out of 20009 with flag 735000/735000
41.19/40.23	c cleaning 9997 clauses out of 20007 with flag 745000/745000
41.70/40.71	c cleaning 10001 clauses out of 20011 with flag 755001/755001
42.20/41.21	c cleaning 10000 clauses out of 20009 with flag 765000/765000
42.70/41.73	c cleaning 10000 clauses out of 20009 with flag 775000/775000
43.20/42.21	c cleaning 10000 clauses out of 20011 with flag 785002/785002
43.70/42.71	c cleaning 10002 clauses out of 20011 with flag 795002/795002
44.20/43.23	c cleaning 9999 clauses out of 20008 with flag 805001/805001
44.84/43.82	c cleaning 10000 clauses out of 20008 with flag 815000/815000
45.51/44.35	c cleaning 10002 clauses out of 20008 with flag 825000/825000
45.63/44.44	c starts		: 197
45.63/44.44	c conflicts		: 826719
45.63/44.44	c decisions		: 1126720
45.63/44.44	c propagations		: 20617478
45.63/44.44	c inspects		: 239531814
45.63/44.44	c learnt literals	: 5
45.63/44.44	c learnt binary clauses	: 19
45.63/44.44	c learnt ternary clauses	: 84
45.63/44.44	c learnt clauses	: 826713
45.63/44.44	c ignored clauses	: 0
45.63/44.44	c root simplifications	: 0
45.63/44.44	c removed literals (reason simplification)	: 9200270
45.63/44.44	c reason swapping (by a shorter reason)	: 0
45.63/44.44	c Calls to reduceDB	: 84
45.63/44.44	c number of reductions to clauses (during analyze)	: 0
45.63/44.44	c number of learned constraints concerned by reduction	: 0
45.63/44.44	c number of learning phase by resolution	: 0
45.63/44.44	c number of learning phase by cutting planes	: 0
45.63/44.44	c speed (assignments/second)	: 2898970.472440945
45.63/44.44	c non guided choices	1615
45.63/44.44	c learnt constraints type 
45.63/44.44	c constraints type 
45.63/44.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
45.63/44.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
45.63/44.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
45.63/44.44	s OPTIMUM FOUND
45.63/44.44	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 
45.63/44.44	c objective function=14
45.63/44.44	c Total wall clock time (in seconds): 44.347

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691427-1277922828/watcher-2691427-1277922828 -o /tmp/evaluation-result-2691427-1277922828/solver-2691427-1277922828 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691427-1277922828.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.01 2.00 2.00 3/178 15083
/proc/meminfo: memFree=28199468/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=13480 CPUtime=0
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 1106 0 0 0 0 0 0 0 25 0 2 0 133578234 13803520 578 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 3371 579 262 10 0 1205 0
[pid=15083/tid=15084] ppid=15081 vsize=13484 CPUtime=0
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 67 0 0 0 0 0 0 0 25 0 2 0 133578234 13807616 580 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0249939 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15083
/proc/meminfo: memFree=28199468/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1525308 CPUtime=0.01
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 3627 0 1 0 1 0 0 0 25 0 13 0 133578234 1561915392 3069 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 381327 3070 1019 10 0 378637 0
[pid=15083/tid=15084] ppid=15081 vsize=1525308 CPUtime=0.01
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 2562 0 1 0 1 0 0 0 25 0 13 0 133578234 1561915392 3070 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525308

[startup+0.101003 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15083
/proc/meminfo: memFree=28199468/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1529712 CPUtime=0.12
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 5249 0 1 0 11 1 0 0 25 0 18 0 133578234 1566425088 4687 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 382428 4687 1348 10 0 379730 0
[pid=15083/tid=15084] ppid=15081 vsize=1529712 CPUtime=0.08
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 3594 0 1 0 8 0 0 0 19 0 18 0 133578234 1566425088 4687 4089446400 134512640 134550932 4294798128 18446744073709551615 4159575441 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529712

[startup+0.300965 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15083
/proc/meminfo: memFree=28199468/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533308 CPUtime=0.61
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 7495 0 1 0 60 1 0 0 25 0 19 0 133578234 1570107392 6077 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 383327 6077 1417 10 0 380629 0
[pid=15083/tid=15084] ppid=15081 vsize=1533308 CPUtime=0.28
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 4041 0 1 0 28 0 0 0 19 0 19 0 133578234 1570107392 6077 4089446400 134512640 134550932 4294798128 18446744073709551615 4109064194 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533308

[startup+0.700899 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15083
/proc/meminfo: memFree=28199468/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533308 CPUtime=1.19
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 8963 0 1 0 118 1 0 0 25 0 19 0 133578234 1570107392 7503 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 383327 7503 1440 10 0 380629 0
[pid=15083/tid=15084] ppid=15081 vsize=1533308 CPUtime=0.67
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5001 0 1 0 67 0 0 0 19 0 19 0 133578234 1570107392 7503 4089446400 134512640 134550932 4294798128 18446744073709551615 4109458752 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1533308

[startup+1.50075 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15102
/proc/meminfo: memFree=28173424/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533308 CPUtime=2.04
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 9581 0 1 0 203 1 0 0 25 0 19 0 133578234 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 383327 8118 1440 10 0 380629 0
[pid=15083/tid=15084] ppid=15081 vsize=1533308 CPUtime=1.45
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5003 0 1 0 145 0 0 0 20 0 19 0 133578234 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4109419760 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1533308 CPUtime=0.02
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 441 0 0 0 2 0 0 0 15 0 19 0 133578236 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1533308 CPUtime=0.28
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13759 0 -1 4202560 900 0 0 0 28 0 0 0 15 0 19 0 133578238 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1533308 CPUtime=0.26
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 1567 0 0 0 26 0 0 0 15 0 19 0 133578238 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133578238 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1570107392 8118 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1533308

[startup+3.10146 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15102
/proc/meminfo: memFree=28172184/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533308 CPUtime=3.67
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 9978 0 1 0 366 1 0 0 25 0 19 0 133578234 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 383327 8508 1442 10 0 380629 0
[pid=15083/tid=15084] ppid=15081 vsize=1533308 CPUtime=3.02
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5005 0 1 0 302 0 0 0 25 0 19 0 133578234 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4109499931 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 133578235 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1533308 CPUtime=0.04
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 610 0 0 0 4 0 0 0 16 0 19 0 133578236 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1533308 CPUtime=0.29
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13759 0 -1 4202560 905 0 0 0 29 0 0 0 15 0 19 0 133578238 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1533308 CPUtime=0.27
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 1570 0 0 0 27 0 0 0 15 0 19 0 133578238 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133578238 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1533308 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1570107392 8508 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1533308

[startup+6.30088 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15102
/proc/meminfo: memFree=28169956/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533640 CPUtime=6.94
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 10344 0 1 0 692 2 0 0 25 0 19 0 133578234 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 383410 8808 1442 10 0 380712 0
[pid=15083/tid=15084] ppid=15081 vsize=1533640 CPUtime=6.16
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5011 0 1 0 616 0 0 0 20 0 19 0 133578234 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4109350195 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 133578235 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1533640 CPUtime=0.09
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 835 0 0 0 9 0 0 0 16 0 19 0 133578236 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1533640 CPUtime=0.3
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13759 0 -1 4202560 905 0 0 0 30 0 0 0 15 0 19 0 133578238 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1533640 CPUtime=0.31
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 1635 0 0 0 31 0 0 0 15 0 19 0 133578238 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133578238 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1533640 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1570447360 8808 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 1533640


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

/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1543556 CPUtime=0.01
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1543556 CPUtime=0.02
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 33 0 0 0 2 0 0 0 16 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1543556 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1543556 CPUtime=0.02
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1543556 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1543556 CPUtime=0.02
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1543556 CPUtime=0.03
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 133578235 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1543556 CPUtime=0.81
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 1131 0 0 0 80 1 0 0 15 0 19 0 133578236 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1543556 CPUtime=0.34
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13759 0 -1 4202560 913 0 0 0 34 0 0 0 15 0 19 0 133578238 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1543556 CPUtime=0.57
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 6402 0 0 0 57 0 0 0 15 0 19 0 133578238 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 133578238 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1543556 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1580601344 11531 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.1
Current children cumulated vsize (KiB) 1543556

[startup+43.9011 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 15103
/proc/meminfo: memFree=28151512/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1551652 CPUtime=45.05
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 17964 0 1 0 4501 4 0 0 25 0 19 0 133578234 1588891648 13372 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 387913 13374 1443 10 0 385215 0
[pid=15083/tid=15084] ppid=15081 vsize=1551652 CPUtime=42.94
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5084 0 1 0 4293 1 0 0 25 0 19 0 133578234 1588891648 13381 4089446400 134512640 134550932 4294798128 18446744073709551615 4109419584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1551652 CPUtime=0.02
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 133578235 1588891648 13382 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1551652 CPUtime=0.01
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 133578235 1588891648 13383 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1551652 CPUtime=0.02
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 133578235 1588891648 13385 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1551652 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 159 0 0 0 2 0 0 0 16 0 19 0 133578235 1588891648 13385 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1551652 CPUtime=0.02
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 133578235 1588891648 13385 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1551652 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133578235 1588891648 13385 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1551652 CPUtime=0.02
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 19 0 133578235 1588891648 13387 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1551652 CPUtime=0.03
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 130 0 0 0 3 0 0 0 16 0 19 0 133578235 1588891648 13388 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1551652 CPUtime=0.83
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 1131 0 0 0 82 1 0 0 15 0 19 0 133578236 1588891648 13390 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1588891648 13393 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1588891648 13394 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1588891648 13394 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1551652 CPUtime=0.48
/proc/15083/task/15098/stat : 15098 (java) R 15081 15083 13759 0 -1 4202560 3385 0 0 0 48 0 0 0 16 0 19 0 133578238 1588891648 13397 4089446400 134512640 134550932 4294798128 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1551652 CPUtime=0.58
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 6402 0 0 0 58 0 0 0 15 0 19 0 133578238 1588891648 13399 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1588891648 13400 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 133578238 1588891648 13402 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1551652 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1588891648 13403 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.05
Current children cumulated vsize (KiB) 1551652

[startup+44.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 15103
/proc/meminfo: memFree=28151512/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1551748 CPUtime=45.51
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 18741 0 1 0 4547 4 0 0 25 0 19 0 133578234 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 387937 13576 1443 10 0 385239 0
[pid=15083/tid=15084] ppid=15081 vsize=1551748 CPUtime=43.34
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5084 0 1 0 4333 1 0 0 25 0 19 0 133578234 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4109452263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1551748 CPUtime=0.01
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 159 0 0 0 2 0 0 0 16 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1551748 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1551748 CPUtime=0.03
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 130 0 0 0 3 0 0 0 16 0 19 0 133578235 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1551748 CPUtime=0.83
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 1131 0 0 0 82 1 0 0 15 0 19 0 133578236 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1551748 CPUtime=0.54
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13759 0 -1 4202560 4137 0 0 0 54 0 0 0 15 0 19 0 133578238 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1551748 CPUtime=0.58
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 6402 0 0 0 58 0 0 0 15 0 19 0 133578238 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 133578238 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1588989952 13576 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.51
Current children cumulated vsize (KiB) 1551748

[startup+44.401 s]
/proc/loadavg: 2.00 2.00 2.00 4/197 15103
/proc/meminfo: memFree=28151512/32951124 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1551748 CPUtime=45.63
/proc/15083/stat : 15083 (java) S 15081 15083 13759 0 -1 4202496 18748 0 1 0 4559 4 0 0 25 0 19 0 133578234 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15083/statm: 387937 13582 1443 10 0 385239 0
[pid=15083/tid=15084] ppid=15081 vsize=1551748 CPUtime=43.42
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13759 0 -1 4202560 5085 0 1 0 4341 1 0 0 25 0 19 0 133578234 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4109420202 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13759 0 -1 4202560 205 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1551748 CPUtime=0.01
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13759 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13759 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13759 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13759 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1551748 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13759 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1551748 CPUtime=0.02
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13759 0 -1 4202560 158 0 0 0 2 0 0 0 16 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1551748 CPUtime=0.03
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13759 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 133578235 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1551748 CPUtime=0.84
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13759 0 -1 4202560 1131 0 0 0 83 1 0 0 15 0 19 0 133578236 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 0 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13759 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133578236 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13759 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133578236 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 2 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13759 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133578238 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1551748 CPUtime=0.56
/proc/15083/task/15098/stat : 15098 (java) R 15081 15083 13759 0 -1 4202560 4137 0 0 0 56 0 0 0 16 0 19 0 133578238 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 104150263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1551748 CPUtime=0.59
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13759 0 -1 4202560 6408 0 0 0 59 0 0 0 16 0 19 0 133578238 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13759 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 133578238 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 6 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13759 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 133578238 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1551748 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13759 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133578249 1588989952 13582 4089446400 134512640 134550932 4294798128 18446744073709551615 4294960144 0 4 0 16800975 18446604453951714368 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.63
Current children cumulated vsize (KiB) 1551748

Child status: 30
Real time (s): 44.4559
CPU time (s): 45.6951
CPU user time (s): 45.6431
CPU system time (s): 0.051992
CPU usage (%): 102.787
Max. virtual memory (cumulated for all children) (KiB): 1551748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.6431
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18765
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= 3122
involuntary context switches= 13214

runsolver used 0.088986 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 20:33:48
IDJOB=2691427
IDBENCH=79192
IDSOLVER=1202
FILE ID=node137/2691427-1277922828
PBS_JOBID= 11197329
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=1713442551

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28199872 kB
Buffers:        209480 kB
Cached:        1261472 kB
SwapCached:          0 kB
Active:        3675880 kB
Inactive:       926032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28199872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             156 kB
Writeback:           0 kB
AnonPages:     3130768 kB
Mapped:          16288 kB
Slab:            80820 kB
PageTables:      10876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3400332 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node137 at 2010-06-30 20:34:33