Trace number 2691517

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. 36.7964 35.3337

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
MD5SUMeefb750387a2df9ca152a94906c66d6e
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.202968
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.11/0.09	c Pseudo Boolean Optimization
0.11/0.09	c --- Begin Solver configuration ---
0.11/0.09	c Stops conflict analysis at the first Unique Implication Point
0.11/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.09	c Learn all clauses as in MiniSAT
0.11/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.09	c Expensive reason simplification
0.11/0.09	c Armin Biere (Picosat) restarts strategy
0.11/0.09	c Glucose learned constraints deletion strategy
0.11/0.09	c timeout=2147483s
0.11/0.09	c DB Simplification allowed=false
0.11/0.09	c --- End Solver configuration ---
0.11/0.09	c solving HOME/instance-2691517-1277924359.wbo
0.11/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	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.30/0.28	c SATISFIABLE
0.30/0.28	c OPTIMIZING...
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.30/0.28	o 503
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.224
0.60/0.32	o 488
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.259
0.60/0.35	o 454
0.60/0.38	c Got one! Elapsed wall clock time (in seconds):0.289
0.60/0.38	o 451
0.83/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.83/0.41	o 308
0.83/0.44	c Got one! Elapsed wall clock time (in seconds):0.345
0.83/0.44	o 295
0.83/0.46	c Got one! Elapsed wall clock time (in seconds):0.367
0.83/0.46	o 258
0.95/0.52	c Got one! Elapsed wall clock time (in seconds):0.427
0.95/0.52	o 251
0.95/0.57	c Got one! Elapsed wall clock time (in seconds):0.478
0.95/0.57	o 237
1.08/0.63	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.20/0.79	c Got one! Elapsed wall clock time (in seconds):0.692
1.20/0.79	o 225
1.40/0.90	c Got one! Elapsed wall clock time (in seconds):0.802
1.40/0.90	o 223
1.40/0.92	c Got one! Elapsed wall clock time (in seconds):0.829
1.40/0.92	o 136
1.40/0.97	c cleaning 4250 clauses out of 8504 with flag 11002/11002
1.83/1.38	c cleaning 5625 clauses out of 11254 with flag 18002/18002
2.34/1.86	c cleaning 6810 clauses out of 13627 with flag 26000/26000
2.46/1.95	c Got one! Elapsed wall clock time (in seconds):1.853
2.46/1.95	o 135
2.66/2.14	c Got one! Elapsed wall clock time (in seconds):2.05
2.66/2.14	o 124
2.87/2.32	c cleaning 7906 clauses out of 15818 with flag 35001/35001
3.47/2.94	c cleaning 8953 clauses out of 17912 with flag 45001/45001
4.09/3.57	c cleaning 9472 clauses out of 18958 with flag 55000/55000
4.50/3.98	c Got one! Elapsed wall clock time (in seconds):3.888
4.50/3.98	o 121
4.80/4.21	c cleaning 9739 clauses out of 19487 with flag 65001/65001
5.11/4.53	c Got one! Elapsed wall clock time (in seconds):4.434
5.11/4.53	o 119
5.31/4.77	c cleaning 9874 clauses out of 19753 with flag 75006/75006
5.81/5.27	c cleaning 9934 clauses out of 19877 with flag 85004/85004
6.41/5.81	c Got one! Elapsed wall clock time (in seconds):5.719
6.41/5.81	o 113
6.41/5.86	c cleaning 9967 clauses out of 19939 with flag 95000/95000
6.94/6.35	c cleaning 9983 clauses out of 19972 with flag 105000/105000
7.54/6.95	c cleaning 9992 clauses out of 19993 with flag 115004/115004
8.05/7.45	c Got one! Elapsed wall clock time (in seconds):7.36
8.05/7.45	o 112
8.16/7.55	c cleaning 9996 clauses out of 20000 with flag 125003/125003
8.66/8.01	c cleaning 9996 clauses out of 20002 with flag 135001/135001
8.76/8.16	c Got one! Elapsed wall clock time (in seconds):8.066
8.76/8.16	o 96
9.16/8.58	c cleaning 9999 clauses out of 20007 with flag 145002/145002
9.76/9.15	c cleaning 10004 clauses out of 20011 with flag 155005/155005
10.26/9.69	c cleaning 10001 clauses out of 20005 with flag 165003/165003
10.36/9.73	c Got one! Elapsed wall clock time (in seconds):9.639
10.36/9.73	o 80
10.76/10.15	c cleaning 9999 clauses out of 20003 with flag 175002/175002
11.26/10.61	c cleaning 9994 clauses out of 20002 with flag 185000/185000
11.57/10.95	c Got one! Elapsed wall clock time (in seconds):10.855
11.57/10.95	o 73
11.68/11.09	c cleaning 10003 clauses out of 20010 with flag 195002/195002
12.17/11.55	c cleaning 10000 clauses out of 20009 with flag 205004/205004
12.68/12.03	c cleaning 9998 clauses out of 20005 with flag 215000/215000
13.17/12.52	c Got one! Elapsed wall clock time (in seconds):12.423
13.17/12.52	o 69
13.35/12.61	c cleaning 9999 clauses out of 20007 with flag 225000/225000
13.96/13.05	c cleaning 9995 clauses out of 20008 with flag 235000/235000
14.46/13.50	c cleaning 10004 clauses out of 20014 with flag 245001/245001
14.86/13.96	c cleaning 9996 clauses out of 20009 with flag 255000/255000
15.36/14.43	c cleaning 10002 clauses out of 20014 with flag 265001/265001
15.36/14.47	c Got one! Elapsed wall clock time (in seconds):14.372
15.36/14.47	o 57
15.86/14.90	c cleaning 10002 clauses out of 20012 with flag 275001/275001
16.27/15.31	c cleaning 10000 clauses out of 20009 with flag 285000/285000
16.77/15.81	c cleaning 9999 clauses out of 20010 with flag 295001/295001
17.17/16.27	c cleaning 10001 clauses out of 20011 with flag 305001/305001
17.67/16.75	c cleaning 10002 clauses out of 20011 with flag 315002/315002
18.37/17.40	c cleaning 10002 clauses out of 20010 with flag 325003/325003
18.87/17.96	c cleaning 10000 clauses out of 20006 with flag 335001/335001
19.47/18.50	c cleaning 10001 clauses out of 20008 with flag 345003/345003
19.97/19.01	c cleaning 10001 clauses out of 20007 with flag 355003/355003
20.47/19.50	c cleaning 9997 clauses out of 20004 with flag 365001/365001
20.97/20.01	c cleaning 9999 clauses out of 20006 with flag 375000/375000
21.37/20.49	c cleaning 10001 clauses out of 20007 with flag 385000/385000
21.88/20.96	c cleaning 9999 clauses out of 20008 with flag 395002/395002
22.37/21.47	c cleaning 9999 clauses out of 20009 with flag 405002/405002
22.88/21.97	c cleaning 10001 clauses out of 20010 with flag 415002/415002
22.98/22.08	c Got one! Elapsed wall clock time (in seconds):21.982
22.98/22.08	o 27
23.46/22.43	c cleaning 10002 clauses out of 20008 with flag 425001/425001
23.86/22.82	c cleaning 10000 clauses out of 20007 with flag 435002/435002
24.26/23.20	c cleaning 9999 clauses out of 20006 with flag 445001/445001
24.66/23.61	c cleaning 10000 clauses out of 20006 with flag 455000/455000
24.96/23.99	c cleaning 10003 clauses out of 20011 with flag 465005/465005
25.46/24.46	c cleaning 9998 clauses out of 20003 with flag 475000/475000
25.86/24.88	c cleaning 10000 clauses out of 20008 with flag 485003/485003
26.27/25.29	c cleaning 9999 clauses out of 20006 with flag 495001/495001
26.68/25.69	c cleaning 9995 clauses out of 20006 with flag 505000/505000
27.18/26.12	c cleaning 10002 clauses out of 20012 with flag 515001/515001
27.58/26.56	c cleaning 10002 clauses out of 20010 with flag 525001/525001
27.98/26.97	c cleaning 10000 clauses out of 20008 with flag 535001/535001
28.38/27.40	c cleaning 9999 clauses out of 20009 with flag 545002/545002
28.88/27.81	c cleaning 9997 clauses out of 20008 with flag 555000/555000
29.19/28.14	c Got one! Elapsed wall clock time (in seconds):28.043
29.19/28.14	o 24
29.29/28.25	c cleaning 10002 clauses out of 20011 with flag 565000/565000
29.70/28.66	c cleaning 10001 clauses out of 20009 with flag 575000/575000
30.09/29.09	c cleaning 9998 clauses out of 20008 with flag 585000/585000
30.59/29.50	c cleaning 10002 clauses out of 20012 with flag 595002/595002
30.99/29.91	c cleaning 10002 clauses out of 20011 with flag 605003/605003
31.39/30.32	c cleaning 9999 clauses out of 20006 with flag 615000/615000
31.80/30.76	c cleaning 9999 clauses out of 20007 with flag 625000/625000
32.19/31.19	c cleaning 9997 clauses out of 20008 with flag 635000/635000
32.70/31.61	c cleaning 10001 clauses out of 20011 with flag 645000/645000
33.10/32.05	c cleaning 10000 clauses out of 20010 with flag 655000/655000
33.50/32.46	c cleaning 10000 clauses out of 20010 with flag 665000/665000
34.00/32.92	c cleaning 10001 clauses out of 20011 with flag 675001/675001
34.40/33.38	c cleaning 9998 clauses out of 20009 with flag 685000/685000
34.90/33.83	c cleaning 10003 clauses out of 20011 with flag 695000/695000
35.30/34.25	c cleaning 10001 clauses out of 20010 with flag 705002/705002
35.85/34.74	c cleaning 10001 clauses out of 20009 with flag 715003/715003
36.58/35.21	c cleaning 9997 clauses out of 20004 with flag 725000/725000
36.58/35.27	c starts		: 192
36.58/35.27	c conflicts		: 726368
36.58/35.27	c decisions		: 1030814
36.58/35.27	c propagations		: 18784840
36.58/35.27	c inspects		: 192736393
36.58/35.27	c learnt literals	: 7
36.58/35.27	c learnt binary clauses	: 22
36.58/35.27	c learnt ternary clauses	: 100
36.58/35.27	c learnt clauses	: 726360
36.58/35.27	c ignored clauses	: 0
36.58/35.27	c root simplifications	: 0
36.58/35.27	c removed literals (reason simplification)	: 8034003
36.58/35.27	c reason swapping (by a shorter reason)	: 0
36.58/35.27	c Calls to reduceDB	: 74
36.58/35.27	c number of reductions to clauses (during analyze)	: 0
36.58/35.27	c number of learned constraints concerned by reduction	: 0
36.58/35.27	c number of learning phase by resolution	: 0
36.58/35.27	c number of learning phase by cutting planes	: 0
36.58/35.27	c speed (assignments/second)	: 2632404.708520179
36.58/35.27	c non guided choices	1645
36.58/35.27	c learnt constraints type 
36.58/35.27	c constraints type 
36.58/35.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
36.58/35.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
36.58/35.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
36.58/35.27	s OPTIMUM FOUND
36.58/35.27	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 
36.58/35.27	c objective function=24
36.58/35.27	c Total wall clock time (in seconds): 35.181

Verifier Data

OK	24

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691517-1277924359/watcher-2691517-1277924359 -o /tmp/evaluation-result-2691517-1277924359/solver-2691517-1277924359 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691517-1277924359.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.08 2.02 2.01 3/196 14860
/proc/meminfo: memFree=31097660/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=13164 CPUtime=0
/proc/14860/stat : 14860 (java) R 14858 14860 13145 0 -1 4202496 1035 0 0 0 0 0 0 0 25 0 1 0 133732601 13479936 526 4089446400 134512640 134550932 4293963168 18446744073709551615 102114289 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14860/statm: 3278 521 219 10 0 1121 0
[pid=14860/tid=14861] ppid=14858 vsize=13436 CPUtime=0
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 2 0 133732601 13758464 540 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.096355 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 14860
/proc/meminfo: memFree=31097660/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1529988 CPUtime=0.11
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 5205 0 1 0 10 1 0 0 25 0 18 0 133732601 1566707712 4643 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 382497 4643 1346 10 0 379799 0
[pid=14860/tid=14861] ppid=14858 vsize=1529988 CPUtime=0.07
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 3543 0 1 0 7 0 0 0 25 0 18 0 133732601 1566707712 4643 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529988

[startup+0.100351 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 14860
/proc/meminfo: memFree=31097660/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1529988 CPUtime=0.11
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 5235 0 1 0 10 1 0 0 25 0 18 0 133732601 1566707712 4673 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 382497 4673 1348 10 0 379799 0
[pid=14860/tid=14861] ppid=14858 vsize=1529988 CPUtime=0.07
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 3573 0 1 0 7 0 0 0 25 0 18 0 133732601 1566707712 4673 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529988

[startup+0.301364 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 14860
/proc/meminfo: memFree=31097660/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1535644 CPUtime=0.6
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 7397 0 1 0 59 1 0 0 25 0 19 0 133732601 1572499456 6548 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 383911 6548 1417 10 0 381213 0
[pid=14860/tid=14861] ppid=14858 vsize=1535644 CPUtime=0.28
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 4047 0 1 0 27 1 0 0 19 0 19 0 133732601 1572499456 6548 4089446400 134512640 134550932 4293963168 18446744073709551615 4108866484 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1535644

[startup+0.700301 s]
/proc/loadavg: 2.08 2.02 2.01 3/196 14860
/proc/meminfo: memFree=31097660/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1535644 CPUtime=1.2
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 8924 0 1 0 118 2 0 0 25 0 19 0 133732601 1572499456 8073 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 383911 8073 1440 10 0 381213 0
[pid=14860/tid=14861] ppid=14858 vsize=1535644 CPUtime=0.67
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5086 0 1 0 66 1 0 0 19 0 19 0 133732601 1572499456 8073 4089446400 134512640 134550932 4293963168 18446744073709551615 4109190940 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1535644

[startup+1.50116 s]
/proc/loadavg: 2.07 2.02 2.00 3/215 14879
/proc/meminfo: memFree=31069608/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1535644 CPUtime=2.04
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 9558 0 1 0 202 2 0 0 25 0 19 0 133732601 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 383911 8704 1440 10 0 381213 0
[pid=14860/tid=14861] ppid=14858 vsize=1535644 CPUtime=1.45
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5089 0 1 0 144 1 0 0 20 0 19 0 133732601 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4109222844 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 244 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1535644 CPUtime=0.02
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 433 0 0 0 2 0 0 0 16 0 19 0 133732603 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1535644 CPUtime=0.23
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 981 0 0 0 23 0 0 0 15 0 19 0 133732605 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1535644 CPUtime=0.31
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 1349 0 0 0 31 0 0 0 15 0 19 0 133732605 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133732605 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1572499456 8704 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1535644

[startup+3.10086 s]
/proc/loadavg: 2.07 2.02 2.00 3/215 14879
/proc/meminfo: memFree=31068248/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1535644 CPUtime=3.69
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 9872 0 1 0 367 2 0 0 25 0 19 0 133732601 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 383911 9015 1440 10 0 381213 0
[pid=14860/tid=14861] ppid=14858 vsize=1535644 CPUtime=3.02
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5092 0 1 0 301 1 0 0 25 0 19 0 133732601 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4109222918 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 182 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1535644 CPUtime=0.04
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 633 0 0 0 4 0 0 0 16 0 19 0 133732603 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1535644 CPUtime=0.24
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 984 0 0 0 24 0 0 0 15 0 19 0 133732605 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1535644 CPUtime=0.34
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 1354 0 0 0 34 0 0 0 15 0 19 0 133732605 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133732605 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1572499456 9015 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1535644

[startup+6.30129 s]
/proc/loadavg: 2.07 2.02 2.00 4/215 14879
/proc/meminfo: memFree=31066264/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1535644 CPUtime=6.94
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 10126 0 1 0 692 2 0 0 25 0 19 0 133732601 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 383911 9263 1441 10 0 381213 0
[pid=14860/tid=14861] ppid=14858 vsize=1535644 CPUtime=6.17
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5098 0 1 0 616 1 0 0 25 0 19 0 133732601 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4109145875 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 273 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 209 0 0 0 0 0 0 0 16 0 19 0 133732602 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1535644 CPUtime=0.09
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 798 0 0 0 9 0 0 0 15 0 19 0 133732603 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1535644 CPUtime=0.28
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 994 0 0 0 28 0 0 0 15 0 19 0 133732605 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1535644 CPUtime=0.35
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 1356 0 0 0 35 0 0 0 15 0 19 0 133732605 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133732605 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1535644 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1572499456 9263 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 1535644


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

/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 20 0 0 0 1 0 0 0 16 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 274 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 133732602 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1538784 CPUtime=0.69
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 1129 0 0 0 68 1 0 0 15 0 19 0 133732603 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1538784 CPUtime=0.37
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 999 0 0 0 37 0 0 0 15 0 19 0 133732605 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1538784 CPUtime=0.66
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 5635 0 0 0 66 0 0 0 15 0 19 0 133732605 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133732605 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1575714816 10431 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.6
Current children cumulated vsize (KiB) 1538784

[startup+34.3013 s]
/proc/loadavg: 2.04 2.01 2.00 3/215 14880
/proc/meminfo: memFree=31057584/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1538784 CPUtime=35.4
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 14821 0 1 0 3536 4 0 0 25 0 19 0 133732601 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 384696 10435 1443 10 0 381998 0
[pid=14860/tid=14861] ppid=14858 vsize=1538784 CPUtime=33.45
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5159 0 1 0 3344 1 0 0 25 0 19 0 133732601 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4109205264 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1538784 CPUtime=0.01
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 274 0 0 0 1 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1538784 CPUtime=0.02
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 133732602 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1538784 CPUtime=0.71
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 1133 0 0 0 70 1 0 0 15 0 19 0 133732603 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1538784 CPUtime=0.37
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 999 0 0 0 37 0 0 0 15 0 19 0 133732605 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1538784 CPUtime=0.66
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 5635 0 0 0 66 0 0 0 15 0 19 0 133732605 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133732605 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1538784 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1575714816 10435 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (KiB) 1538784

[startup+35.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/215 14880
/proc/meminfo: memFree=31054360/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1541624 CPUtime=36.45
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 15798 0 1 0 3641 4 0 0 25 0 19 0 133732601 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 385406 11167 1443 10 0 382708 0
[pid=14860/tid=14861] ppid=14858 vsize=1541624 CPUtime=34.25
/proc/14860/task/14861/stat : 14861 (java) R 14858 14860 13145 0 -1 4202560 5162 0 1 0 3424 1 0 0 25 0 19 0 133732601 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4109170232 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1541624 CPUtime=0.01
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1541624 CPUtime=0.01
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1541624 CPUtime=0.02
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 191 0 0 0 2 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1541624 CPUtime=0.02
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1541624 CPUtime=0.01
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1541624 CPUtime=0.01
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1541624 CPUtime=0.01
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 274 0 0 0 1 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1541624 CPUtime=0.02
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 133732602 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1541624 CPUtime=0.72
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 1133 0 0 0 71 1 0 0 15 0 19 0 133732603 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1541624 CPUtime=0.56
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 1967 0 0 0 56 0 0 0 15 0 19 0 133732605 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1541624 CPUtime=0.71
/proc/14860/task/14876/stat : 14876 (java) S 14858 14860 13145 0 -1 4202560 5641 0 0 0 71 0 0 0 15 0 19 0 133732605 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133732605 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1541624 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1578622976 11167 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.45
Current children cumulated vsize (KiB) 1541624

[startup+35.3011 s]
/proc/loadavg: 2.04 2.01 2.00 3/215 14880
/proc/meminfo: memFree=31054360/32950904 swapFree=67111528/67111528
[pid=14860] ppid=14858 vsize=1542804 CPUtime=36.76
/proc/14860/stat : 14860 (java) S 14858 14860 13145 0 -1 4202496 15921 0 1 0 3672 4 0 0 25 0 19 0 133732601 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14860/statm: 385701 11289 1444 10 0 383003 0
[pid=14860/tid=14861] ppid=14858 vsize=1542804 CPUtime=34.4
/proc/14860/task/14861/stat : 14861 (java) S 14858 14860 13145 0 -1 4202560 5170 0 1 0 3439 1 0 0 25 0 19 0 133732601 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14863] ppid=14858 vsize=1542804 CPUtime=0.01
/proc/14860/task/14863/stat : 14863 (java) S 14858 14860 13145 0 -1 4202560 21 0 0 0 1 0 0 0 16 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14864] ppid=14858 vsize=1542804 CPUtime=0.01
/proc/14860/task/14864/stat : 14864 (java) S 14858 14860 13145 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14865] ppid=14858 vsize=1542804 CPUtime=0.02
/proc/14860/task/14865/stat : 14865 (java) S 14858 14860 13145 0 -1 4202560 191 0 0 0 2 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14866] ppid=14858 vsize=1542804 CPUtime=0.02
/proc/14860/task/14866/stat : 14866 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 2 0 0 0 16 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14867] ppid=14858 vsize=1542804 CPUtime=0.01
/proc/14860/task/14867/stat : 14867 (java) S 14858 14860 13145 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14868] ppid=14858 vsize=1542804 CPUtime=0.01
/proc/14860/task/14868/stat : 14868 (java) S 14858 14860 13145 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 2 0 0 0
[pid=14860/tid=14869] ppid=14858 vsize=1542804 CPUtime=0.01
/proc/14860/task/14869/stat : 14869 (java) S 14858 14860 13145 0 -1 4202560 274 0 0 0 1 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14870] ppid=14858 vsize=1542804 CPUtime=0.02
/proc/14860/task/14870/stat : 14870 (java) S 14858 14860 13145 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 133732602 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14871] ppid=14858 vsize=1542804 CPUtime=0.74
/proc/14860/task/14871/stat : 14871 (java) S 14858 14860 13145 0 -1 4202560 1137 0 0 0 73 1 0 0 15 0 19 0 133732603 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 0 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14872] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14872/stat : 14872 (java) S 14858 14860 13145 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 133732603 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14873] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14873/stat : 14873 (java) S 14858 14860 13145 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 133732603 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 6 0 0 0
[pid=14860/tid=14874] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14874/stat : 14874 (java) S 14858 14860 13145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 133732605 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14875] ppid=14858 vsize=1542804 CPUtime=0.57
/proc/14860/task/14875/stat : 14875 (java) S 14858 14860 13145 0 -1 4202560 1967 0 0 0 57 0 0 0 15 0 19 0 133732605 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
[pid=14860/tid=14876] ppid=14858 vsize=1542804 CPUtime=0.84
/proc/14860/task/14876/stat : 14876 (java) R 14858 14860 13145 0 -1 4202560 5746 0 0 0 84 0 0 0 15 0 19 0 133732605 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 104140919 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14860/tid=14877] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14877/stat : 14877 (java) S 14858 14860 13145 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 133732605 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 4 0 0 0
[pid=14860/tid=14878] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14878/stat : 14878 (java) S 14858 14860 13145 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 133732605 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 0 0 0 0
[pid=14860/tid=14879] ppid=14858 vsize=1542804 CPUtime=0
/proc/14860/task/14879/stat : 14879 (java) S 14858 14860 13145 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133732617 1579831296 11289 4089446400 134512640 134550932 4293963168 18446744073709551615 4294960144 0 4 0 16800975 18446604471140977472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.76
Current children cumulated vsize (KiB) 1542804

Child status: 30
Real time (s): 35.3337
CPU time (s): 36.7964
CPU user time (s): 36.7504
CPU system time (s): 0.045993
CPU usage (%): 104.14
Max. virtual memory (cumulated for all children) (KiB): 1544144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.7504
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15928
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= 2718
involuntary context switches= 10754

runsolver used 0.078987 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 20:59:19
IDJOB=2691517
IDBENCH=79237
IDSOLVER=1202
FILE ID=node121/2691517-1277924359
PBS_JOBID= 11197323
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.1111223220--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-2691517-1277924359/watcher-2691517-1277924359 -o /tmp/evaluation-result-2691517-1277924359/solver-2691517-1277924359 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691517-1277924359.wbo

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

MD5SUM BENCH= eefb750387a2df9ca152a94906c66d6e
RANDOM SEED=1817326895

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      31098056 kB
Buffers:        206476 kB
Cached:        1100264 kB
SwapCached:          0 kB
Active:         904220 kB
Inactive:       804100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31098056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:      401488 kB
Mapped:          20244 kB
Slab:            81208 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1651524 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= 74212 MiB
End job on node121 at 2010-06-30 20:59:54