Trace number 2691463

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. 43.9623 43.1648

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
MD5SUM014e6d9d1387f6cdb0c56035ad106b75
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.19397
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2691463-1277923558.wbo
0.00/0.09	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.053s.
0.11/0.14	c #vars     270
0.11/0.14	c #constraints  101
0.11/0.14	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.26	c SATISFIABLE
0.31/0.26	c OPTIMIZING...
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.173
0.31/0.26	o 765
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.212
0.61/0.30	o 565
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.246
0.61/0.34	o 457
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.282
0.61/0.37	o 456
0.83/0.41	c Got one! Elapsed wall clock time (in seconds):0.316
0.83/0.41	o 400
0.83/0.43	c Got one! Elapsed wall clock time (in seconds):0.341
0.83/0.43	o 381
0.83/0.47	c Got one! Elapsed wall clock time (in seconds):0.384
0.83/0.47	o 363
0.98/0.57	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.10/0.67	c Got one! Elapsed wall clock time (in seconds):0.576
1.10/0.67	o 338
1.20/0.78	c Got one! Elapsed wall clock time (in seconds):0.688
1.20/0.78	o 292
1.30/0.86	c Got one! Elapsed wall clock time (in seconds):0.765
1.30/0.86	o 265
1.30/0.88	c cleaning 4252 clauses out of 8507 with flag 11001/11001
1.42/0.98	c Got one! Elapsed wall clock time (in seconds):0.887
1.42/0.98	o 254
1.74/1.36	c cleaning 5622 clauses out of 11254 with flag 18000/18000
1.85/1.41	c Got one! Elapsed wall clock time (in seconds):1.322
1.85/1.41	o 243
1.95/1.59	c Got one! Elapsed wall clock time (in seconds):1.499
1.95/1.59	o 233
2.16/1.78	c cleaning 6808 clauses out of 13632 with flag 26000/26000
2.48/2.03	c Got one! Elapsed wall clock time (in seconds):1.94
2.48/2.03	o 228
2.69/2.26	c cleaning 7909 clauses out of 15824 with flag 35000/35000
2.99/2.55	c Got one! Elapsed wall clock time (in seconds):2.457
2.99/2.55	o 222
3.09/2.68	c Got one! Elapsed wall clock time (in seconds):2.594
3.09/2.68	o 180
3.33/2.80	c cleaning 8958 clauses out of 17919 with flag 45004/45004
3.53/3.09	c Got one! Elapsed wall clock time (in seconds):3.0
3.53/3.09	o 126
3.74/3.26	c cleaning 9477 clauses out of 18958 with flag 55001/55001
4.23/3.75	c cleaning 9738 clauses out of 19482 with flag 65002/65002
4.84/4.36	c cleaning 9870 clauses out of 19747 with flag 75005/75005
5.51/5.02	c cleaning 9936 clauses out of 19873 with flag 85001/85001
6.02/5.59	c cleaning 9964 clauses out of 19936 with flag 95000/95000
6.32/5.87	c Got one! Elapsed wall clock time (in seconds):5.776
6.32/5.87	o 107
6.63/6.15	c cleaning 9980 clauses out of 19972 with flag 105000/105000
7.13/6.69	c cleaning 9989 clauses out of 19993 with flag 115001/115001
7.74/7.22	c cleaning 9995 clauses out of 20005 with flag 125002/125002
8.26/7.76	c cleaning 10001 clauses out of 20009 with flag 135001/135001
8.86/8.33	c cleaning 10003 clauses out of 20009 with flag 145002/145002
9.46/8.90	c cleaning 9998 clauses out of 20004 with flag 155000/155000
9.86/9.36	c Got one! Elapsed wall clock time (in seconds):9.271
9.86/9.36	o 96
9.96/9.50	c cleaning 10000 clauses out of 20007 with flag 165001/165001
10.47/9.93	c cleaning 9997 clauses out of 20006 with flag 175000/175000
10.56/10.09	c Got one! Elapsed wall clock time (in seconds):10.004
10.56/10.09	o 86
10.87/10.35	c cleaning 10002 clauses out of 20010 with flag 185001/185001
11.27/10.75	c cleaning 10001 clauses out of 20012 with flag 195005/195005
11.77/11.23	c cleaning 9996 clauses out of 20006 with flag 205000/205000
12.37/11.81	c cleaning 10000 clauses out of 20011 with flag 215001/215001
12.87/12.38	c cleaning 10000 clauses out of 20010 with flag 225000/225000
13.57/13.01	c cleaning 10002 clauses out of 20011 with flag 235001/235001
13.57/13.03	c Got one! Elapsed wall clock time (in seconds):12.936
13.57/13.03	o 80
13.97/13.45	c cleaning 10000 clauses out of 20008 with flag 245000/245000
14.47/13.91	c cleaning 10001 clauses out of 20009 with flag 255001/255001
14.88/14.37	c Got one! Elapsed wall clock time (in seconds):14.276
14.88/14.37	o 75
14.97/14.42	c cleaning 10000 clauses out of 20007 with flag 265000/265000
15.37/14.84	c cleaning 9998 clauses out of 20007 with flag 275000/275000
15.77/15.24	c cleaning 10001 clauses out of 20009 with flag 285000/285000
16.27/15.75	c cleaning 9999 clauses out of 20008 with flag 295000/295000
16.77/16.24	c cleaning 9999 clauses out of 20009 with flag 305000/305000
17.27/16.75	c cleaning 10001 clauses out of 20010 with flag 315000/315000
17.88/17.36	c cleaning 10003 clauses out of 20010 with flag 325001/325001
18.38/17.86	c cleaning 9998 clauses out of 20009 with flag 335003/335003
18.88/18.37	c cleaning 10001 clauses out of 20009 with flag 345001/345001
19.48/18.92	c cleaning 10000 clauses out of 20008 with flag 355001/355001
19.98/19.42	c cleaning 9997 clauses out of 20007 with flag 365000/365000
20.48/19.93	c cleaning 10004 clauses out of 20013 with flag 375003/375003
20.98/20.42	c cleaning 9997 clauses out of 20007 with flag 385001/385001
21.48/20.92	c cleaning 10002 clauses out of 20009 with flag 395000/395000
21.98/21.44	c cleaning 9998 clauses out of 20008 with flag 405001/405001
22.48/21.93	c cleaning 9997 clauses out of 20010 with flag 415001/415001
22.97/22.42	c cleaning 10003 clauses out of 20013 with flag 425001/425001
23.47/22.94	c cleaning 9999 clauses out of 20009 with flag 435000/435000
24.07/23.51	c cleaning 10001 clauses out of 20011 with flag 445001/445001
24.57/24.08	c cleaning 9996 clauses out of 20009 with flag 455000/455000
25.18/24.68	c cleaning 10003 clauses out of 20014 with flag 465001/465001
25.68/25.18	c Got one! Elapsed wall clock time (in seconds):25.089
25.68/25.18	o 72
25.78/25.23	c cleaning 10003 clauses out of 20011 with flag 475001/475001
26.18/25.69	c cleaning 10001 clauses out of 20009 with flag 485002/485002
26.68/26.18	c cleaning 10002 clauses out of 20009 with flag 495003/495003
27.28/26.71	c cleaning 9996 clauses out of 20006 with flag 505002/505002
27.90/27.30	c cleaning 10002 clauses out of 20010 with flag 515002/515002
28.40/27.80	c cleaning 9996 clauses out of 20006 with flag 525000/525000
28.90/28.33	c cleaning 10001 clauses out of 20010 with flag 535000/535000
29.40/28.81	c cleaning 9999 clauses out of 20009 with flag 545000/545000
29.80/29.27	c cleaning 10003 clauses out of 20011 with flag 555001/555001
30.32/29.76	c cleaning 9992 clauses out of 20007 with flag 565000/565000
30.81/30.24	c cleaning 10002 clauses out of 20016 with flag 575001/575001
31.31/30.71	c cleaning 10000 clauses out of 20013 with flag 585000/585000
31.71/31.19	c cleaning 10003 clauses out of 20014 with flag 595001/595001
32.21/31.65	c cleaning 10000 clauses out of 20011 with flag 605001/605001
32.71/32.12	c cleaning 10001 clauses out of 20012 with flag 615002/615002
33.11/32.59	c cleaning 9999 clauses out of 20010 with flag 625001/625001
33.61/33.08	c cleaning 10001 clauses out of 20014 with flag 635004/635004
33.71/33.16	c Got one! Elapsed wall clock time (in seconds):33.068
33.71/33.16	o 52
34.11/33.54	c cleaning 9999 clauses out of 20010 with flag 645001/645001
34.51/33.94	c cleaning 10002 clauses out of 20012 with flag 655002/655002
34.91/34.32	c cleaning 10000 clauses out of 20009 with flag 665001/665001
35.31/34.74	c cleaning 10000 clauses out of 20008 with flag 675000/675000
35.72/35.12	c cleaning 9995 clauses out of 20008 with flag 685000/685000
36.11/35.50	c cleaning 10000 clauses out of 20014 with flag 695001/695001
36.41/35.89	c cleaning 10002 clauses out of 20016 with flag 705003/705003
36.92/36.38	c cleaning 10003 clauses out of 20014 with flag 715003/715003
37.41/36.81	c cleaning 10000 clauses out of 20010 with flag 725002/725002
37.82/37.26	c cleaning 10001 clauses out of 20012 with flag 735004/735004
38.32/37.72	c cleaning 9998 clauses out of 20007 with flag 745000/745000
38.72/38.15	c cleaning 9996 clauses out of 20010 with flag 755001/755001
39.12/38.57	c cleaning 10000 clauses out of 20013 with flag 765000/765000
39.62/39.02	c cleaning 10003 clauses out of 20013 with flag 775000/775000
40.02/39.46	c cleaning 9997 clauses out of 20010 with flag 785000/785000
40.42/39.88	c cleaning 10002 clauses out of 20014 with flag 795001/795001
40.92/40.32	c cleaning 10000 clauses out of 20012 with flag 805001/805001
41.33/40.75	c cleaning 9997 clauses out of 20011 with flag 815000/815000
41.72/41.16	c cleaning 10003 clauses out of 20014 with flag 825000/825000
42.22/41.62	c cleaning 10001 clauses out of 20011 with flag 835000/835000
42.62/42.08	c cleaning 10000 clauses out of 20011 with flag 845001/845001
43.12/42.54	c cleaning 10004 clauses out of 20011 with flag 855001/855001
43.66/43.05	c cleaning 9999 clauses out of 20004 with flag 865000/865000
43.88/43.10	c starts		: 194
43.88/43.10	c conflicts		: 865904
43.88/43.10	c decisions		: 1243973
43.88/43.10	c propagations		: 24562257
43.88/43.10	c inspects		: 216176674
43.88/43.10	c learnt literals	: 7
43.88/43.10	c learnt binary clauses	: 23
43.88/43.10	c learnt ternary clauses	: 82
43.88/43.10	c learnt clauses	: 865896
43.88/43.10	c ignored clauses	: 0
43.88/43.10	c root simplifications	: 0
43.88/43.10	c removed literals (reason simplification)	: 9321061
43.88/43.10	c reason swapping (by a shorter reason)	: 0
43.88/43.10	c Calls to reduceDB	: 88
43.88/43.10	c number of reductions to clauses (during analyze)	: 0
43.88/43.10	c number of learned constraints concerned by reduction	: 0
43.88/43.10	c number of learning phase by resolution	: 0
43.88/43.10	c number of learning phase by cutting planes	: 0
43.88/43.10	c speed (assignments/second)	: 2470058.024939662
43.88/43.10	c non guided choices	1212
43.88/43.10	c learnt constraints type 
43.88/43.10	c constraints type 
43.88/43.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
43.88/43.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
43.88/43.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
43.88/43.10	s OPTIMUM FOUND
43.88/43.10	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 
43.88/43.10	c objective function=52
43.88/43.10	c Total wall clock time (in seconds): 43.013

Verifier Data

OK	52

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691463-1277923558/watcher-2691463-1277923558 -o /tmp/evaluation-result-2691463-1277923558/solver-2691463-1277923558 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691463-1277923558.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.22 2.08 2.03 2/176 15465
/proc/meminfo: memFree=28594004/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=13600 CPUtime=0
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 1133 0 0 0 0 0 0 0 25 0 2 0 133652140 13926400 596 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 3400 602 282 10 0 1206 0
[pid=15465/tid=15466] ppid=15463 vsize=13604 CPUtime=0
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 101 0 0 0 0 0 0 0 25 0 2 0 133652141 13930496 606 4089446400 134512640 134550932 4289583600 18446744073709551615 9003527 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0142339 s]
/proc/loadavg: 2.22 2.08 2.03 2/176 15465
/proc/meminfo: memFree=28594004/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1523456 CPUtime=0
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 3281 0 1 0 0 0 0 0 25 0 10 0 133652140 1560018944 2724 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 380864 2735 937 10 0 378174 0
[pid=15465/tid=15466] ppid=15463 vsize=1523456 CPUtime=0
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 2247 0 1 0 0 0 0 0 25 0 10 0 133652141 1560018944 2742 4089446400 134512640 134550932 4289583600 18446744073709551615 8971772 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1523456

[startup+0.101228 s]
/proc/loadavg: 2.22 2.08 2.03 2/176 15465
/proc/meminfo: memFree=28594004/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1530216 CPUtime=0.11
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 5276 0 1 0 11 0 0 0 25 0 18 0 133652140 1566941184 4713 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 382554 4713 1348 10 0 379856 0
[pid=15465/tid=15466] ppid=15463 vsize=1530216 CPUtime=0.08
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 3599 0 1 0 8 0 0 0 18 0 18 0 133652141 1566941184 4713 4089446400 134512640 134550932 4289583600 18446744073709551615 4159653774 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530216

[startup+0.300179 s]
/proc/loadavg: 2.22 2.08 2.03 2/176 15465
/proc/meminfo: memFree=28594004/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1535040 CPUtime=0.61
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 7609 0 1 0 60 1 0 0 25 0 19 0 133652140 1571880960 6477 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383760 6477 1417 10 0 381062 0
[pid=15465/tid=15466] ppid=15463 vsize=1535040 CPUtime=0.28
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 4045 0 1 0 28 0 0 0 19 0 19 0 133652141 1571880960 6477 4089446400 134512640 134550932 4289583600 18446744073709551615 4109145310 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) 1535040

[startup+0.701122 s]
/proc/loadavg: 2.22 2.08 2.03 2/176 15465
/proc/meminfo: memFree=28594004/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1535040 CPUtime=1.2
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 9120 0 1 0 119 1 0 0 25 0 19 0 133652140 1571880960 7827 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383760 7827 1440 10 0 381062 0
[pid=15465/tid=15466] ppid=15463 vsize=1535040 CPUtime=0.67
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 4950 0 1 0 67 0 0 0 19 0 19 0 133652141 1571880960 7827 4089446400 134512640 134550932 4289583600 18446744073709551615 4109462584 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1535040

[startup+1.50098 s]
/proc/loadavg: 2.22 2.08 2.03 3/195 15484
/proc/meminfo: memFree=28563620/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1535040 CPUtime=1.95
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 9722 0 1 0 193 2 0 0 25 0 19 0 133652140 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383760 8424 1440 10 0 381062 0
[pid=15465/tid=15466] ppid=15463 vsize=1535040 CPUtime=1.38
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 4952 0 1 0 136 2 0 0 20 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4109110468 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1535040 CPUtime=0.02
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 414 0 0 0 2 0 0 0 15 0 19 0 133652142 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1535040 CPUtime=0.27
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1079 0 0 0 27 0 0 0 15 0 19 0 133652144 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1535040 CPUtime=0.26
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1619 0 0 0 26 0 0 0 15 0 19 0 133652144 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652144 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1571880960 8424 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1535040

[startup+3.1007 s]
/proc/loadavg: 2.20 2.08 2.03 3/195 15484
/proc/meminfo: memFree=28557796/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1535040 CPUtime=3.63
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 10013 0 1 0 360 3 0 0 25 0 19 0 133652140 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383760 8712 1441 10 0 381062 0
[pid=15465/tid=15466] ppid=15463 vsize=1535040 CPUtime=2.94
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 4955 0 1 0 292 2 0 0 25 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4109466942 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 133652141 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1535040 CPUtime=0.05
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 566 0 0 0 5 0 0 0 15 0 19 0 133652142 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1535040 CPUtime=0.28
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1081 0 0 0 28 0 0 0 15 0 19 0 133652144 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1535040 CPUtime=0.32
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1629 0 0 0 32 0 0 0 15 0 19 0 133652144 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652144 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1535040 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1571880960 8712 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1535040

[startup+6.30115 s]
/proc/loadavg: 2.20 2.08 2.03 3/195 15484
/proc/meminfo: memFree=28544524/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1534660 CPUtime=6.84
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 10296 0 1 0 681 3 0 0 25 0 19 0 133652140 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383665 8954 1441 10 0 380967 0
[pid=15465/tid=15466] ppid=15463 vsize=1534660 CPUtime=6.05
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 4962 0 1 0 603 2 0 0 25 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4109590026 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 120 0 0 0 0 0 0 0 16 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 133652141 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1534660 CPUtime=0.11
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 742 0 0 0 11 0 0 0 15 0 19 0 133652142 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1534660 CPUtime=0.28
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1081 0 0 0 28 0 0 0 15 0 19 0 133652144 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1534660 CPUtime=0.33
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1629 0 0 0 33 0 0 0 15 0 19 0 133652144 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133652144 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1534660 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1571491840 8954 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1534660


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

/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 168 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 246 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1532996 CPUtime=0.03
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1532996 CPUtime=0.9
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 1121 0 0 0 89 1 0 0 15 0 19 0 133652142 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1532996 CPUtime=0.28
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1081 0 0 0 28 0 0 0 15 0 19 0 133652144 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1532996 CPUtime=0.38
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1638 0 0 0 38 0 0 0 15 0 19 0 133652144 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133652144 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1569787904 8947 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.12
Current children cumulated vsize (KiB) 1532996

[startup+42.3009 s]
/proc/loadavg: 2.11 2.07 2.02 3/195 15484
/proc/meminfo: memFree=28431868/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1532996 CPUtime=42.92
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 10787 0 1 0 4287 5 0 0 25 0 19 0 133652140 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383249 8951 1443 10 0 380551 0
[pid=15465/tid=15466] ppid=15463 vsize=1532996 CPUtime=41.11
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 5035 0 1 0 4109 2 0 0 25 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4109492607 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 170 0 0 0 2 0 0 0 16 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 246 0 0 0 2 0 0 0 16 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1532996 CPUtime=0.03
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1532996 CPUtime=0.92
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 1123 0 0 0 91 1 0 0 15 0 19 0 133652142 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1532996 CPUtime=0.28
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1081 0 0 0 28 0 0 0 15 0 19 0 133652144 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1532996 CPUtime=0.38
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1638 0 0 0 38 0 0 0 15 0 19 0 133652144 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133652144 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1569787904 8951 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.92
Current children cumulated vsize (KiB) 1532996

[startup+42.7008 s]
/proc/loadavg: 2.11 2.07 2.02 3/195 15484
/proc/meminfo: memFree=28431868/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1532996 CPUtime=43.33
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 10810 0 1 0 4328 5 0 0 25 0 19 0 133652140 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 383249 8973 1443 10 0 380551 0
[pid=15465/tid=15466] ppid=15463 vsize=1532996 CPUtime=41.5
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 5038 0 1 0 4148 2 0 0 25 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4109425055 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 122 0 0 0 1 0 0 0 16 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1532996 CPUtime=0.02
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 246 0 0 0 2 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1532996 CPUtime=0.03
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1532996 CPUtime=0.01
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 133652141 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1532996 CPUtime=0.93
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 1142 0 0 0 92 1 0 0 15 0 19 0 133652142 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1532996 CPUtime=0.28
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1081 0 0 0 28 0 0 0 15 0 19 0 133652144 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1532996 CPUtime=0.38
/proc/15465/task/15481/stat : 15481 (java) S 15463 15465 13658 0 -1 4202560 1638 0 0 0 38 0 0 0 15 0 19 0 133652144 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133652144 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1532996 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1569787904 8973 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.33
Current children cumulated vsize (KiB) 1532996

[startup+43.1008 s]
/proc/loadavg: 2.10 2.07 2.02 3/195 15484
/proc/meminfo: memFree=28428272/32951132 swapFree=67111528/67111528
[pid=15465] ppid=15463 vsize=1537584 CPUtime=43.88
/proc/15465/stat : 15465 (java) S 15463 15465 13658 0 -1 4202496 12003 0 1 0 4383 5 0 0 25 0 19 0 133652140 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15465/statm: 384396 9809 1443 10 0 381698 0
[pid=15465/tid=15466] ppid=15463 vsize=1537584 CPUtime=41.88
/proc/15465/task/15466/stat : 15466 (java) R 15463 15465 13658 0 -1 4202560 5039 0 1 0 4186 2 0 0 25 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4109682980 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15465/tid=15468] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15468/stat : 15468 (java) S 15463 15465 13658 0 -1 4202560 170 0 0 0 2 0 0 0 16 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15469] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15469/stat : 15469 (java) S 15463 15465 13658 0 -1 4202560 124 0 0 0 2 0 0 0 16 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15470] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15470/stat : 15470 (java) S 15463 15465 13658 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15471] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15471/stat : 15471 (java) S 15463 15465 13658 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15472] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15472/stat : 15472 (java) S 15463 15465 13658 0 -1 4202560 30 0 0 0 2 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15473] ppid=15463 vsize=1537584 CPUtime=0.02
/proc/15465/task/15473/stat : 15473 (java) S 15463 15465 13658 0 -1 4202560 246 0 0 0 2 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15474] ppid=15463 vsize=1537584 CPUtime=0.03
/proc/15465/task/15474/stat : 15474 (java) S 15463 15465 13658 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15475] ppid=15463 vsize=1537584 CPUtime=0.01
/proc/15465/task/15475/stat : 15475 (java) S 15463 15465 13658 0 -1 4202560 112 0 0 0 1 0 0 0 15 0 19 0 133652141 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
[pid=15465/tid=15476] ppid=15463 vsize=1537584 CPUtime=0.94
/proc/15465/task/15476/stat : 15476 (java) S 15463 15465 13658 0 -1 4202560 1145 0 0 0 93 1 0 0 15 0 19 0 133652142 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 0 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15477] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15477/stat : 15477 (java) S 15463 15465 13658 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 133652142 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15478] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15478/stat : 15478 (java) S 15463 15465 13658 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 133652142 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 0 0 0 0
[pid=15465/tid=15479] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15479/stat : 15479 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15480] ppid=15463 vsize=1537584 CPUtime=0.32
/proc/15465/task/15480/stat : 15480 (java) S 15463 15465 13658 0 -1 4202560 1085 0 0 0 32 0 0 0 15 0 19 0 133652144 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 2 0 0 0
[pid=15465/tid=15481] ppid=15463 vsize=1537584 CPUtime=0.5
/proc/15465/task/15481/stat : 15481 (java) R 15463 15465 13658 0 -1 4202560 2821 0 0 0 50 0 0 0 15 0 19 0 133652144 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 104163930 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15465/tid=15482] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15482/stat : 15482 (java) S 15463 15465 13658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133652144 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 6 0 0 0
[pid=15465/tid=15483] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15483/stat : 15483 (java) S 15463 15465 13658 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133652144 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 7 0 0 0
[pid=15465/tid=15484] ppid=15463 vsize=1537584 CPUtime=0
/proc/15465/task/15484/stat : 15484 (java) S 15463 15465 13658 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 133652156 1574486016 9809 4089446400 134512640 134550932 4289583600 18446744073709551615 4294960144 0 4 0 16800975 18446604471013644160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.88
Current children cumulated vsize (KiB) 1537584

Child status: 30
Real time (s): 43.1648
CPU time (s): 43.9623
CPU user time (s): 43.9013
CPU system time (s): 0.06099
CPU usage (%): 101.848
Max. virtual memory (cumulated for all children) (KiB): 1537584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.9013
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13062
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= 3223
involuntary context switches= 10308

runsolver used 0.06199 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 20:45:58
IDJOB=2691463
IDBENCH=79210
IDSOLVER=1202
FILE ID=node128/2691463-1277923558
PBS_JOBID= 11197309
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.1110974372--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-2691463-1277923558/watcher-2691463-1277923558 -o /tmp/evaluation-result-2691463-1277923558/solver-2691463-1277923558 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691463-1277923558.wbo

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

MD5SUM BENCH= 014e6d9d1387f6cdb0c56035ad106b75
RANDOM SEED=572077505

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.853
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28594532 kB
Buffers:        207920 kB
Cached:        1012356 kB
SwapCached:          0 kB
Active:        3406944 kB
Inactive:       803720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28594532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             528 kB
Writeback:           0 kB
AnonPages:     2990712 kB
Mapped:          15276 kB
Slab:            78668 kB
PageTables:      10248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3137716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node128 at 2010-06-30 20:46:42