Trace number 2691487

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. 23.6104 22.6753

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-0-100-0.wbo
MD5SUM6809fb2fcff82744047966c4438af278
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.237962
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 1221
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.06	c version 2.2.0.v20100526
0.04/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.06	c java.vm.version	11.2-b01
0.04/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.06	c sun.arch.data.model	32
0.04/0.06	c java.version		1.6.0_12
0.04/0.06	c os.name		Linux
0.04/0.06	c os.version		2.6.18-164.el5
0.04/0.06	c os.arch		i386
0.04/0.06	c Free memory 		1393557488
0.04/0.06	c Max memory 		1395916800
0.04/0.06	c Total memory 		1395916800
0.04/0.06	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2691487-1277923987.wbo
0.04/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.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.146
0.31/0.24	o 767
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.31/0.29	o 371
0.61/0.32	c Got one! Elapsed wall clock time (in seconds):0.225
0.61/0.32	o 341
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.245
0.61/0.34	o 326
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.276
0.61/0.37	o 292
0.61/0.40	c Got one! Elapsed wall clock time (in seconds):0.305
0.61/0.40	o 264
0.80/0.43	c Got one! Elapsed wall clock time (in seconds):0.335
0.80/0.43	o 257
0.80/0.45	c Got one! Elapsed wall clock time (in seconds):0.359
0.80/0.45	o 224
0.80/0.49	c Got one! Elapsed wall clock time (in seconds):0.394
0.80/0.49	o 208
0.94/0.56	c cleaning 2497 clauses out of 5002 with flag 5002/5002
1.07/0.62	c Got one! Elapsed wall clock time (in seconds):0.529
1.07/0.62	o 200
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.684
1.17/0.78	o 186
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.762
1.27/0.85	o 183
1.27/0.88	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1.40/0.96	c Got one! Elapsed wall clock time (in seconds):0.869
1.40/0.96	o 159
1.50/1.08	c Got one! Elapsed wall clock time (in seconds):0.988
1.50/1.08	o 148
1.70/1.21	c cleaning 5622 clauses out of 11255 with flag 18000/18000
1.70/1.24	c Got one! Elapsed wall clock time (in seconds):1.145
1.70/1.24	o 129
2.01/1.59	c cleaning 6809 clauses out of 13634 with flag 26001/26001
2.25/1.77	c Got one! Elapsed wall clock time (in seconds):1.675
2.25/1.77	o 124
2.56/2.00	c Got one! Elapsed wall clock time (in seconds):1.914
2.56/2.00	o 86
2.56/2.07	c cleaning 7910 clauses out of 15826 with flag 35002/35002
3.00/2.48	c Got one! Elapsed wall clock time (in seconds):2.392
3.00/2.48	o 63
3.11/2.57	c cleaning 8954 clauses out of 17914 with flag 45000/45000
3.52/2.94	c Got one! Elapsed wall clock time (in seconds):2.846
3.52/2.94	o 55
3.62/3.00	c cleaning 9475 clauses out of 18960 with flag 55000/55000
4.02/3.40	c cleaning 9734 clauses out of 19485 with flag 65000/65000
4.12/3.56	c Got one! Elapsed wall clock time (in seconds):3.474
4.12/3.56	o 52
4.42/3.88	c cleaning 9873 clauses out of 19753 with flag 75002/75002
4.62/4.07	c Got one! Elapsed wall clock time (in seconds):3.98
4.62/4.07	o 20
4.92/4.37	c cleaning 9936 clauses out of 19878 with flag 85000/85000
5.42/4.80	c cleaning 9967 clauses out of 19942 with flag 95000/95000
5.82/5.23	c cleaning 9982 clauses out of 19976 with flag 105001/105001
6.22/5.63	c cleaning 9991 clauses out of 19993 with flag 115000/115000
6.62/6.04	c cleaning 9997 clauses out of 20002 with flag 125000/125000
6.72/6.10	c Got one! Elapsed wall clock time (in seconds):6.011
6.72/6.10	o 17
7.02/6.48	c cleaning 9999 clauses out of 20005 with flag 135000/135000
7.42/6.88	c cleaning 9999 clauses out of 20006 with flag 145000/145000
7.92/7.39	c cleaning 10001 clauses out of 20010 with flag 155003/155003
8.42/7.81	c cleaning 10001 clauses out of 20008 with flag 165002/165002
8.83/8.26	c cleaning 9998 clauses out of 20006 with flag 175001/175001
9.24/8.67	c cleaning 10001 clauses out of 20007 with flag 185000/185000
9.54/8.94	c Got one! Elapsed wall clock time (in seconds):8.853
9.54/8.94	o 15
9.74/9.12	c cleaning 10000 clauses out of 20007 with flag 195001/195001
10.14/9.52	c cleaning 9997 clauses out of 20006 with flag 205000/205000
10.44/9.90	c cleaning 9999 clauses out of 20009 with flag 215000/215000
10.94/10.38	c cleaning 10003 clauses out of 20010 with flag 225000/225000
11.44/10.81	c cleaning 9998 clauses out of 20007 with flag 235000/235000
11.84/11.27	c cleaning 9999 clauses out of 20009 with flag 245000/245000
12.24/11.68	c cleaning 10003 clauses out of 20014 with flag 255004/255004
12.44/11.81	c Got one! Elapsed wall clock time (in seconds):11.715
12.44/11.81	o 10
12.75/12.12	c cleaning 10000 clauses out of 20008 with flag 265001/265001
13.15/12.53	c cleaning 10000 clauses out of 20007 with flag 275000/275000
13.55/12.93	c cleaning 9998 clauses out of 20007 with flag 285000/285000
13.95/13.31	c cleaning 10002 clauses out of 20009 with flag 295000/295000
14.25/13.69	c cleaning 9997 clauses out of 20007 with flag 305000/305000
14.75/14.15	c cleaning 10002 clauses out of 20013 with flag 315003/315003
15.15/14.55	c cleaning 10002 clauses out of 20008 with flag 325000/325000
15.55/14.97	c cleaning 9999 clauses out of 20008 with flag 335002/335002
15.96/15.37	c cleaning 9999 clauses out of 20007 with flag 345000/345000
16.35/15.77	c cleaning 10002 clauses out of 20009 with flag 355001/355001
16.75/16.19	c cleaning 10000 clauses out of 20008 with flag 365002/365002
17.26/16.62	c cleaning 9997 clauses out of 20006 with flag 375000/375000
17.66/17.03	c cleaning 10002 clauses out of 20009 with flag 385000/385000
18.06/17.46	c cleaning 10001 clauses out of 20007 with flag 395000/395000
18.56/17.91	c cleaning 10000 clauses out of 20008 with flag 405002/405002
18.96/18.31	c cleaning 10000 clauses out of 20006 with flag 415000/415000
19.36/18.72	c cleaning 10000 clauses out of 20006 with flag 425000/425000
19.76/19.16	c cleaning 10001 clauses out of 20007 with flag 435001/435001
20.26/19.65	c cleaning 10000 clauses out of 20006 with flag 445001/445001
20.66/20.10	c cleaning 10001 clauses out of 20008 with flag 455003/455003
21.16/20.56	c cleaning 9998 clauses out of 20004 with flag 465000/465000
21.16/20.59	c Got one! Elapsed wall clock time (in seconds):20.503
21.16/20.59	o 7
21.69/21.04	c cleaning 10000 clauses out of 20008 with flag 475002/475002
22.09/21.45	c cleaning 9997 clauses out of 20006 with flag 485000/485000
22.63/21.94	c cleaning 10004 clauses out of 20012 with flag 495003/495003
23.31/22.48	c cleaning 10000 clauses out of 20006 with flag 505001/505001
23.55/22.64	c starts		: 176
23.55/22.64	c conflicts		: 508308
23.55/22.64	c decisions		: 739124
23.55/22.64	c propagations		: 11447233
23.55/22.64	c inspects		: 126949744
23.55/22.64	c learnt literals	: 5
23.55/22.64	c learnt binary clauses	: 19
23.55/22.64	c learnt ternary clauses	: 92
23.55/22.64	c learnt clauses	: 508302
23.55/22.64	c ignored clauses	: 0
23.55/22.64	c root simplifications	: 0
23.55/22.64	c removed literals (reason simplification)	: 5100273
23.55/22.64	c reason swapping (by a shorter reason)	: 0
23.55/22.64	c Calls to reduceDB	: 52
23.55/22.64	c number of reductions to clauses (during analyze)	: 0
23.55/22.64	c number of learned constraints concerned by reduction	: 0
23.55/22.64	c number of learning phase by resolution	: 0
23.55/22.64	c number of learning phase by cutting planes	: 0
23.55/22.64	c speed (assignments/second)	: 5594933.040078202
23.55/22.64	c non guided choices	1146
23.55/22.64	c learnt constraints type 
23.55/22.64	c constraints type 
23.55/22.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
23.55/22.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
23.55/22.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
23.55/22.64	s OPTIMUM FOUND
23.55/22.64	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 
23.55/22.64	c objective function=7
23.55/22.64	c Total wall clock time (in seconds): 22.551

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691487-1277923987/watcher-2691487-1277923987 -o /tmp/evaluation-result-2691487-1277923987/solver-2691487-1277923987 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691487-1277923987.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.14 2.00 2.00 2/197 15083
/proc/meminfo: memFree=31208704/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=13684 CPUtime=0
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 1184 0 0 0 0 0 0 0 25 0 2 0 133695669 14012416 631 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 3421 631 307 10 0 1206 0
[pid=15083/tid=15084] ppid=15081 vsize=13684 CPUtime=0
/proc/15083/task/15084/stat : 15084 (java) S 15081 15083 13870 0 -1 4202560 142 0 0 0 0 0 0 0 25 0 2 0 133695669 14012416 631 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16784584 4370914416716152831 0 0 -1 5 0 0 0

[startup+0.056973 s]
/proc/loadavg: 2.14 2.00 2.00 2/197 15083
/proc/meminfo: memFree=31208704/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1528720 CPUtime=0.04
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 4143 0 1 0 4 0 0 0 25 0 18 0 133695669 1565409280 3582 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 382180 3583 1082 10 0 379482 0
[pid=15083/tid=15084] ppid=15081 vsize=1528720 CPUtime=0.04
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 3059 0 1 0 4 0 0 0 25 0 18 0 133695669 1565409280 3583 4089446400 134512640 134550932 4294449328 18446744073709551615 106546665 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528720

[startup+0.100964 s]
/proc/loadavg: 2.14 2.00 2.00 2/197 15083
/proc/meminfo: memFree=31208704/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1529564 CPUtime=0.12
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 5243 0 1 0 11 1 0 0 25 0 18 0 133695669 1566273536 4679 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 382391 4679 1348 10 0 379693 0
[pid=15083/tid=15084] ppid=15081 vsize=1529564 CPUtime=0.08
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 3568 0 1 0 8 0 0 0 18 0 18 0 133695669 1566273536 4680 4089446400 134512640 134550932 4294449328 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529564

[startup+0.300928 s]
/proc/loadavg: 2.14 2.00 2.00 2/197 15083
/proc/meminfo: memFree=31208704/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1533028 CPUtime=0.61
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 6978 0 1 0 60 1 0 0 25 0 19 0 133695669 1569820672 6099 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 383257 6099 1419 10 0 380559 0
[pid=15083/tid=15084] ppid=15081 vsize=1533028 CPUtime=0.29
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 4066 0 1 0 28 1 0 0 19 0 19 0 133695669 1569820672 6099 4089446400 134512640 134550932 4294449328 18446744073709551615 4109828269 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533028

[startup+0.700858 s]
/proc/loadavg: 2.14 2.00 2.00 2/197 15083
/proc/meminfo: memFree=31208704/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1532824 CPUtime=1.17
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 8402 0 1 0 115 2 0 0 25 0 19 0 133695669 1569611776 7439 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 383206 7439 1440 10 0 380508 0
[pid=15083/tid=15084] ppid=15081 vsize=1532824 CPUtime=0.68
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 4980 0 1 0 67 1 0 0 19 0 19 0 133695669 1569611776 7439 4089446400 134512640 134550932 4294449328 18446744073709551615 4109743238 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1532824

[startup+1.50072 s]
/proc/loadavg: 2.14 2.00 2.00 4/218 15104
/proc/meminfo: memFree=31182256/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1532824 CPUtime=2.01
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 9008 0 1 0 199 2 0 0 25 0 19 0 133695669 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 383206 8043 1442 10 0 380508 0
[pid=15083/tid=15084] ppid=15081 vsize=1532824 CPUtime=1.46
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 4982 0 1 0 145 1 0 0 20 0 19 0 133695669 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4109828374 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 3 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 3 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 3 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1532824 CPUtime=0.02
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 425 0 0 0 2 0 0 0 15 0 19 0 133695671 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1532824 CPUtime=0.22
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 733 0 0 0 22 0 0 0 15 0 19 0 133695673 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1532824 CPUtime=0.28
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1220 0 0 0 28 0 0 0 18 0 19 0 133695673 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1569611776 8043 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1532824

[startup+3.10143 s]
/proc/loadavg: 2.14 2.00 2.00 3/217 15104
/proc/meminfo: memFree=31177800/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1532824 CPUtime=3.72
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 9584 0 1 0 370 2 0 0 25 0 19 0 133695669 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 383206 8438 1443 10 0 380508 0
[pid=15083/tid=15084] ppid=15081 vsize=1532824 CPUtime=3.01
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 4986 0 1 0 300 1 0 0 25 0 19 0 133695669 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4109756588 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1532824 CPUtime=0.05
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 695 0 0 0 5 0 0 0 15 0 19 0 133695671 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1532824 CPUtime=0.31
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 923 0 0 0 31 0 0 0 15 0 19 0 133695673 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1532824 CPUtime=0.29
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1221 0 0 0 29 0 0 0 15 0 19 0 133695673 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1569611776 8438 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1532824

[startup+6.30086 s]
/proc/loadavg: 2.21 2.02 2.01 4/218 15106
/proc/meminfo: memFree=31174852/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1532824 CPUtime=6.92
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 9614 0 1 0 690 2 0 0 25 0 19 0 133695669 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 383206 8333 1443 10 0 380508 0
[pid=15083/tid=15084] ppid=15081 vsize=1532824 CPUtime=6.13
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 4994 0 1 0 612 1 0 0 20 0 19 0 133695669 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4109907261 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133695670 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1532824 CPUtime=0.12
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 713 0 0 0 12 0 0 0 15 0 19 0 133695671 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1532824 CPUtime=0.31
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 923 0 0 0 31 0 0 0 15 0 19 0 133695673 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1532824 CPUtime=0.29
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1221 0 0 0 29 0 0 0 15 0 19 0 133695673 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1569611776 8333 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1532824


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

/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1532824 CPUtime=0.02
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1532824 CPUtime=0.01
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1532824 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1532824 CPUtime=0.01
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 7 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1532824 CPUtime=0.01
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1532824 CPUtime=0.01
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 133695670 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1532824 CPUtime=0.47
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 931 0 0 0 47 0 0 0 15 0 19 0 133695671 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1532824 CPUtime=0.31
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 923 0 0 0 31 0 0 0 15 0 19 0 133695673 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1532824 CPUtime=0.34
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1226 0 0 0 34 0 0 0 15 0 19 0 133695673 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1532824 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1569611776 8495 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.2
Current children cumulated vsize (KiB) 1532824

[startup+22.3011 s]
/proc/loadavg: 2.23 2.03 2.01 5/197 15135
/proc/meminfo: memFree=31354312/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1539992 CPUtime=23.21
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 12816 0 1 0 2317 4 0 0 25 0 19 0 133695669 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 384998 10310 1443 10 0 382300 0
[pid=15083/tid=15084] ppid=15081 vsize=1539992 CPUtime=21.71
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 5033 0 1 0 2170 1 0 0 25 0 19 0 133695669 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4109843238 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 7 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1539992 CPUtime=0.48
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 935 0 0 0 48 0 0 0 15 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1539992 CPUtime=0.49
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 3841 0 0 0 49 0 0 0 16 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1539992 CPUtime=0.36
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1230 0 0 0 36 0 0 0 15 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 1539992

[startup+22.5011 s]
/proc/loadavg: 2.23 2.03 2.01 5/197 15135
/proc/meminfo: memFree=31354312/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1539992 CPUtime=23.42
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 12817 0 1 0 2338 4 0 0 25 0 19 0 133695669 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 384998 10310 1443 10 0 382300 0
[pid=15083/tid=15084] ppid=15081 vsize=1539992 CPUtime=21.9
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 5034 0 1 0 2189 1 0 0 25 0 19 0 133695669 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4109803135 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 19 0 0 0 1 0 0 0 16 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 7 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 87 0 0 0 1 0 0 0 16 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1539992 CPUtime=0.49
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 935 0 0 0 49 0 0 0 15 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1539992 CPUtime=0.5
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 3841 0 0 0 50 0 0 0 15 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1539992 CPUtime=0.36
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1230 0 0 0 36 0 0 0 15 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1576951808 10310 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 1539992

[startup+22.6011 s]
/proc/loadavg: 2.23 2.03 2.01 5/197 15135
/proc/meminfo: memFree=31354312/32950928 swapFree=67111528/67111528
[pid=15083] ppid=15081 vsize=1539992 CPUtime=23.55
/proc/15083/stat : 15083 (java) S 15081 15083 13870 0 -1 4202496 12821 0 1 0 2351 4 0 0 25 0 19 0 133695669 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15083/statm: 384998 10314 1443 10 0 382300 0
[pid=15083/tid=15084] ppid=15081 vsize=1539992 CPUtime=22
/proc/15083/task/15084/stat : 15084 (java) R 15081 15083 13870 0 -1 4202560 5035 0 1 0 2199 1 0 0 25 0 19 0 133695669 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4109843474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15083/tid=15086] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15086/stat : 15086 (java) S 15081 15083 13870 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 6 0 0 0
[pid=15083/tid=15087] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15087/stat : 15087 (java) S 15081 15083 13870 0 -1 4202560 138 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15088] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15088/stat : 15088 (java) S 15081 15083 13870 0 -1 4202560 19 0 0 0 1 0 0 0 16 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15089] ppid=15081 vsize=1539992 CPUtime=0.02
/proc/15083/task/15089/stat : 15089 (java) S 15081 15083 13870 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15090] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15090/stat : 15090 (java) S 15081 15083 13870 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 7 0 0 0
[pid=15083/tid=15091] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15091/stat : 15091 (java) S 15081 15083 13870 0 -1 4202560 87 0 0 0 1 0 0 0 16 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15092] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15092/stat : 15092 (java) S 15081 15083 13870 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15093] ppid=15081 vsize=1539992 CPUtime=0.01
/proc/15083/task/15093/stat : 15093 (java) S 15081 15083 13870 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 19 0 133695670 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15094] ppid=15081 vsize=1539992 CPUtime=0.49
/proc/15083/task/15094/stat : 15094 (java) S 15081 15083 13870 0 -1 4202560 935 0 0 0 49 0 0 0 15 0 19 0 133695671 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 0 0 16800975 18446604471110245248 0 0 -1 4 0 0 0
[pid=15083/tid=15095] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15095/stat : 15095 (java) S 15081 15083 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15096] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15096/stat : 15096 (java) S 15081 15083 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133695671 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15097] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15097/stat : 15097 (java) S 15081 15083 13870 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133695673 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15098] ppid=15081 vsize=1539992 CPUtime=0.5
/proc/15083/task/15098/stat : 15098 (java) S 15081 15083 13870 0 -1 4202560 3841 0 0 0 50 0 0 0 15 0 19 0 133695673 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
[pid=15083/tid=15099] ppid=15081 vsize=1539992 CPUtime=0.38
/proc/15083/task/15099/stat : 15099 (java) S 15081 15083 13870 0 -1 4202560 1233 0 0 0 38 0 0 0 16 0 19 0 133695673 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15100] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15100/stat : 15100 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133695673 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 2 0 0 0
[pid=15083/tid=15101] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15101/stat : 15101 (java) S 15081 15083 13870 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133695673 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 0 0 0 0
[pid=15083/tid=15102] ppid=15081 vsize=1539992 CPUtime=0
/proc/15083/task/15102/stat : 15102 (java) S 15081 15083 13870 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133695684 1576951808 10314 4089446400 134512640 134550932 4294449328 18446744073709551615 4294960144 0 4 0 16800975 18446604471110245248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 1539992

Child status: 30
Real time (s): 22.6753
CPU time (s): 23.6104
CPU user time (s): 23.5584
CPU system time (s): 0.051992
CPU usage (%): 104.124
Max. virtual memory (cumulated for all children) (KiB): 1539992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5584
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= 12836
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= 2093
involuntary context switches= 6364

runsolver used 0.043993 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 20:53:07
IDJOB=2691487
IDBENCH=79222
IDSOLVER=1202
FILE ID=node122/2691487-1277923987
PBS_JOBID= 11197338
Free space on /tmp= 74212 MiB

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

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

MD5SUM BENCH= 6809fb2fcff82744047966c4438af278
RANDOM SEED=868582937

node122.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.08
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.836
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.82
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.836
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.836
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.85
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.836
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.836
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.836
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:     32950928 kB
MemFree:      31209216 kB
Buffers:        203588 kB
Cached:        1148564 kB
SwapCached:          0 kB
Active:         759164 kB
Inactive:       837484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31209216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             688 kB
Writeback:           0 kB
AnonPages:      244656 kB
Mapped:          20692 kB
Slab:            79836 kB
PageTables:       4924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1655316 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 node122 at 2010-06-30 20:53:30