Trace number 2698667

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.1OPTIMUM 98.4445 48.3035

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-0-100-0.wbo
MD5SUMe22981c06c33638df25ec23a309ffad8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.308952
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 1237
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698667-1278327399.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
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 => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.141
0.31/0.24	o 657
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.31/0.29	o 415
0.90/0.55	c Got one! Elapsed wall clock time (in seconds):0.456
0.90/0.55	o 403
1.03/0.68	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.751
1.25/0.85	o 394
1.58/1.14	c cleaning 4246 clauses out of 8504 with flag 11000/11000
1.68/1.21	c Got one! Elapsed wall clock time (in seconds):1.115
1.68/1.21	o 392
1.68/1.30	c Got one! Elapsed wall clock time (in seconds):1.2
1.68/1.30	o 386
1.78/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
1.78/1.38	o 350
1.99/1.55	c cleaning 5625 clauses out of 11260 with flag 18002/18002
2.40/1.99	c Got one! Elapsed wall clock time (in seconds):1.892
2.40/1.99	o 340
2.60/2.12	c Got one! Elapsed wall clock time (in seconds):2.027
2.60/2.12	o 331
2.60/2.15	c cleaning 6813 clauses out of 13634 with flag 26001/26001
2.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.129
2.72/2.23	o 322
2.91/2.45	c Got one! Elapsed wall clock time (in seconds):2.355
2.91/2.45	o 309
3.21/2.74	c Got one! Elapsed wall clock time (in seconds):2.646
3.21/2.74	o 303
3.31/2.82	c cleaning 7907 clauses out of 15820 with flag 35000/35000
3.91/3.44	c cleaning 8951 clauses out of 17913 with flag 45000/45000
4.11/3.69	c Got one! Elapsed wall clock time (in seconds):3.595
4.11/3.69	o 287
4.51/4.01	c Got one! Elapsed wall clock time (in seconds):3.912
4.51/4.01	o 285
4.72/4.22	c cleaning 9480 clauses out of 18966 with flag 55004/55004
4.92/4.43	c Got one! Elapsed wall clock time (in seconds):4.334
4.92/4.43	o 282
4.92/4.46	c Got one! Elapsed wall clock time (in seconds):4.366
4.92/4.46	o 191
5.46/4.93	c cleaning 9737 clauses out of 19484 with flag 65002/65002
5.86/5.34	c Got one! Elapsed wall clock time (in seconds):5.247
5.86/5.34	o 187
6.16/5.64	c cleaning 9869 clauses out of 19747 with flag 75002/75002
6.87/6.37	c cleaning 9934 clauses out of 19878 with flag 85002/85002
7.38/6.88	c Got one! Elapsed wall clock time (in seconds):6.788
7.38/6.88	o 143
7.61/7.07	c cleaning 9969 clauses out of 19943 with flag 95001/95001
8.01/7.50	c Got one! Elapsed wall clock time (in seconds):7.399
8.01/7.50	o 134
8.41/7.80	c cleaning 9979 clauses out of 19974 with flag 105001/105001
9.11/8.56	c cleaning 9995 clauses out of 19996 with flag 115002/115002
9.31/8.78	c Got one! Elapsed wall clock time (in seconds):8.685
9.31/8.78	o 102
9.81/9.29	c cleaning 9996 clauses out of 20000 with flag 125001/125001
10.64/10.05	c cleaning 10001 clauses out of 20005 with flag 135002/135002
11.64/10.82	c cleaning 9995 clauses out of 20002 with flag 145000/145000
12.35/11.59	c cleaning 9999 clauses out of 20007 with flag 155000/155000
12.55/11.72	c Got one! Elapsed wall clock time (in seconds):11.629
12.55/11.72	o 97
13.15/12.31	c cleaning 10001 clauses out of 20009 with flag 165001/165001
13.65/12.81	c Got one! Elapsed wall clock time (in seconds):12.71
13.65/12.81	o 75
13.85/13.09	c cleaning 10000 clauses out of 20008 with flag 175001/175001
14.55/13.71	c cleaning 9999 clauses out of 20008 with flag 185001/185001
15.25/14.45	c cleaning 10002 clauses out of 20009 with flag 195001/195001
16.05/15.23	c cleaning 10002 clauses out of 20007 with flag 205001/205001
16.75/15.92	c cleaning 9999 clauses out of 20004 with flag 215000/215000
17.45/16.61	c cleaning 10000 clauses out of 20009 with flag 225004/225004
18.05/17.25	c cleaning 9997 clauses out of 20006 with flag 235001/235001
18.75/17.98	c cleaning 9997 clauses out of 20008 with flag 245000/245000
19.45/18.69	c cleaning 9998 clauses out of 20011 with flag 255000/255000
20.25/19.46	c cleaning 10001 clauses out of 20013 with flag 265000/265000
20.75/19.97	c Got one! Elapsed wall clock time (in seconds):19.869
20.75/19.97	o 71
20.95/20.15	c cleaning 10003 clauses out of 20012 with flag 275000/275000
21.55/20.78	c cleaning 10000 clauses out of 20009 with flag 285000/285000
22.25/21.44	c cleaning 10001 clauses out of 20009 with flag 295000/295000
22.86/22.05	c cleaning 10001 clauses out of 20008 with flag 305000/305000
23.45/22.69	c cleaning 10002 clauses out of 20008 with flag 315001/315001
24.16/23.30	c cleaning 9998 clauses out of 20009 with flag 325004/325004
24.76/23.92	c cleaning 10001 clauses out of 20007 with flag 335000/335000
25.36/24.51	c cleaning 9995 clauses out of 20006 with flag 345000/345000
26.06/25.21	c cleaning 9997 clauses out of 20011 with flag 355000/355000
26.66/25.85	c cleaning 10001 clauses out of 20017 with flag 365003/365003
26.86/26.05	c Got one! Elapsed wall clock time (in seconds):25.953
26.86/26.05	o 63
27.26/26.46	c cleaning 10005 clauses out of 20016 with flag 375003/375003
27.96/27.13	c cleaning 9999 clauses out of 20008 with flag 385000/385000
28.56/27.77	c cleaning 10001 clauses out of 20009 with flag 395000/395000
29.26/28.40	c cleaning 9992 clauses out of 20008 with flag 405000/405000
29.37/28.51	c Got one! Elapsed wall clock time (in seconds):28.417
29.37/28.51	o 37
29.80/28.97	c cleaning 10005 clauses out of 20017 with flag 415001/415001
30.51/29.63	c cleaning 10000 clauses out of 20011 with flag 425000/425000
31.00/30.19	c cleaning 10000 clauses out of 20011 with flag 435000/435000
31.61/30.74	c cleaning 10003 clauses out of 20013 with flag 445002/445002
32.20/31.30	c cleaning 10000 clauses out of 20008 with flag 455000/455000
32.71/31.84	c cleaning 9999 clauses out of 20009 with flag 465001/465001
33.20/32.37	c cleaning 10003 clauses out of 20010 with flag 475001/475001
33.71/32.89	c cleaning 9996 clauses out of 20006 with flag 485000/485000
34.31/33.41	c cleaning 9999 clauses out of 20010 with flag 495000/495000
34.83/33.94	c cleaning 9998 clauses out of 20011 with flag 505000/505000
35.33/34.43	c cleaning 10005 clauses out of 20015 with flag 515002/515002
35.83/34.91	c cleaning 10001 clauses out of 20009 with flag 525001/525001
36.33/35.43	c cleaning 9996 clauses out of 20007 with flag 535000/535000
36.83/35.96	c cleaning 9996 clauses out of 20012 with flag 545001/545001
36.83/35.99	c Got one! Elapsed wall clock time (in seconds):35.891
36.83/35.99	o 28
37.44/36.51	c cleaning 10004 clauses out of 20015 with flag 555000/555000
37.94/37.07	c cleaning 10002 clauses out of 20011 with flag 565000/565000
38.44/37.56	c cleaning 10003 clauses out of 20011 with flag 575002/575002
38.94/38.05	c cleaning 9999 clauses out of 20008 with flag 585002/585002
39.54/38.60	c cleaning 10002 clauses out of 20012 with flag 595005/595005
39.94/39.07	c cleaning 10000 clauses out of 20005 with flag 605000/605000
40.55/39.63	c cleaning 9994 clauses out of 20006 with flag 615001/615001
41.04/40.18	c cleaning 9998 clauses out of 20011 with flag 625000/625000
41.55/40.70	c cleaning 10004 clauses out of 20014 with flag 635001/635001
42.05/41.19	c cleaning 10001 clauses out of 20009 with flag 645000/645000
42.45/41.50	c Got one! Elapsed wall clock time (in seconds):41.401
42.45/41.50	o 9
42.65/41.73	c cleaning 10004 clauses out of 20012 with flag 655004/655004
43.15/42.24	c cleaning 9999 clauses out of 20006 with flag 665002/665002
43.65/42.71	c cleaning 9998 clauses out of 20005 with flag 675000/675000
44.15/43.21	c cleaning 10000 clauses out of 20009 with flag 685002/685002
44.55/43.69	c cleaning 9994 clauses out of 20007 with flag 695000/695000
45.05/44.19	c cleaning 10003 clauses out of 20013 with flag 705000/705000
45.55/44.68	c cleaning 10002 clauses out of 20011 with flag 715001/715001
46.15/45.24	c cleaning 9998 clauses out of 20008 with flag 725000/725000
46.65/45.75	c cleaning 10000 clauses out of 20010 with flag 735000/735000
47.16/46.26	c cleaning 10002 clauses out of 20010 with flag 745000/745000
47.65/46.74	c cleaning 10001 clauses out of 20008 with flag 755000/755000
48.16/47.22	c cleaning 10000 clauses out of 20008 with flag 765001/765001
48.65/47.72	c cleaning 9999 clauses out of 20007 with flag 775000/775000
49.17/48.28	c starts		: 195
49.17/48.28	c conflicts		: 784840
49.17/48.28	c decisions		: 1267127
49.17/48.28	c propagations		: 21400924
49.17/48.28	c inspects		: 208604330
49.17/48.28	c learnt literals	: 8
49.17/48.28	c learnt binary clauses	: 102
49.17/48.28	c learnt ternary clauses	: 892
49.17/48.28	c learnt clauses	: 784831
49.17/48.28	c ignored clauses	: 0
49.17/48.28	c root simplifications	: 0
49.17/48.28	c removed literals (reason simplification)	: 5143567
49.17/48.28	c reason swapping (by a shorter reason)	: 0
49.17/48.28	c Calls to reduceDB	: 79
49.17/48.28	c number of reductions to clauses (during analyze)	: 0
49.17/48.28	c number of learned constraints concerned by reduction	: 0
49.17/48.28	c number of learning phase by resolution	: 0
49.17/48.28	c number of learning phase by cutting planes	: 0
49.17/48.28	c speed (assignments/second)	: 3156478.466076696
49.17/48.28	c non guided choices	1466
49.17/48.28	c learnt constraints type 
49.17/48.28	c constraints type 
49.17/48.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
49.17/48.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
49.17/48.28	s OPTIMUM FOUND
49.17/48.28	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 
49.17/48.28	c objective function=9
49.17/48.28	c Total wall clock time (in seconds): 48.182

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698667-1278327399/watcher-2698667-1278327399 -o /tmp/evaluation-result-2698667-1278327399/solver-2698667-1278327399 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698667-1278327399.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.00 2.00 1.92 3/196 4441
/proc/meminfo: memFree=32150704/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=13008 CPUtime=0
/proc/4441/stat : 4441 (java) R 4439 4441 3841 0 -1 4194304 440 0 0 0 0 0 0 0 25 0 1 0 952169 13320192 169 4089446400 134512640 134550932 4292524624 18446744073709551615 2585300 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4441/statm: 3291 174 135 10 0 1121 0

[startup+0.0736939 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4441
/proc/meminfo: memFree=32150704/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1528992 CPUtime=0.05
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 4491 0 1 0 5 0 0 0 25 0 18 0 952169 1565687808 3928 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 382248 3929 1215 10 0 379551 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528992

[startup+0.100695 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4441
/proc/meminfo: memFree=32150704/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1529992 CPUtime=0.11
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 5213 0 1 0 11 0 0 0 25 0 18 0 952169 1566711808 4646 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 382498 4646 1347 10 0 379801 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529992

[startup+0.30264 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4441
/proc/meminfo: memFree=32150704/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1535008 CPUtime=0.61
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 7138 0 1 0 60 1 0 0 25 0 19 0 952169 1571848192 6489 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 383752 6489 1421 10 0 381055 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1535008

[startup+0.700588 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 4441
/proc/meminfo: memFree=32150704/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1535008 CPUtime=1.15
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 10366 0 1 0 113 2 0 0 25 0 19 0 952169 1571848192 9715 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 383752 9715 1439 10 0 381055 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1535008

[startup+1.50138 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4460
/proc/meminfo: memFree=32117516/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1535008 CPUtime=1.99
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 10794 0 1 0 197 2 0 0 25 0 19 0 952169 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 383752 10142 1439 10 0 381055 0
[pid=4441/tid=4443] ppid=4439 vsize=1535008 CPUtime=1.46
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 6936 0 1 0 145 1 0 0 19 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4109686764 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1535008 CPUtime=0.01
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 330 0 0 0 1 0 0 0 15 0 19 0 952171 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1535008 CPUtime=0.26
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 931 0 0 0 26 0 0 0 16 0 19 0 952174 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1535008 CPUtime=0.23
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 1004 0 0 0 23 0 0 0 15 0 19 0 952174 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952174 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1571848192 10142 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1535008

[startup+3.10115 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4460
/proc/meminfo: memFree=32111316/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1535008 CPUtime=3.61
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 12555 0 1 0 359 2 0 0 25 0 19 0 952169 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 383752 11899 1439 10 0 381055 0
[pid=4441/tid=4443] ppid=4439 vsize=1535008 CPUtime=3.02
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 8032 0 1 0 301 1 0 0 22 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4109607426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 206 0 0 0 0 0 0 0 16 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 312 0 0 0 0 0 0 0 15 0 19 0 952170 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1535008 CPUtime=0.04
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 531 0 0 0 4 0 0 0 15 0 19 0 952171 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1535008 CPUtime=0.28
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 937 0 0 0 28 0 0 0 15 0 19 0 952174 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1535008 CPUtime=0.23
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 1004 0 0 0 23 0 0 0 15 0 19 0 952174 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952174 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1535008 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1571848192 11899 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1535008

[startup+6.30152 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4460
/proc/meminfo: memFree=32103020/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1533984 CPUtime=6.87
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 14055 0 1 0 684 3 0 0 25 0 19 0 952169 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 383496 13229 1440 10 0 380799 0
[pid=4441/tid=4443] ppid=4439 vsize=1533984 CPUtime=6.18
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 9263 0 1 0 616 2 0 0 18 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4109686764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 952170 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1533984 CPUtime=0.08
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 684 0 0 0 8 0 0 0 15 0 19 0 952171 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1533984 CPUtime=0.33
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 947 0 0 0 33 0 0 0 15 0 19 0 952174 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1533984 CPUtime=0.24
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 1005 0 0 0 24 0 0 0 15 0 19 0 952174 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 952174 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1533984 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1570799616 13229 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1533984

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4460
/proc/meminfo: memFree=32093700/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1538080 CPUtime=13.55
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 18349 0 1 0 1351 4 0 0 25 0 19 0 952169 1574993920 15316 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 384520 15316 1442 10 0 381823 0
[pid=4441/tid=4443] ppid=4439 vsize=1538080 CPUtime=12.47
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 10384 0 1 0 1245 2 0 0 25 0 19 0 952170 1574993920 15316 4089446400 134512640 134550932 4292524624 18446744073709551615 4109575551 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 952170 1574993920 15316 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0

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

/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 1120 0 0 0 75 0 0 0 15 0 19 0 952171 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1538080 CPUtime=0.44
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 963 0 0 0 44 0 0 0 15 0 19 0 952174 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1538080 CPUtime=0.45
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 4046 0 0 0 45 0 0 0 15 0 19 0 952174 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 952174 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1574993920 15653 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.65
Current children cumulated vsize (KiB) 1538080

[startup+46.3009 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4462
/proc/meminfo: memFree=32092924/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1538080 CPUtime=47.25
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 18776 0 1 0 4720 5 0 0 25 0 19 0 952169 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 384520 15681 1442 10 0 381823 0
[pid=4441/tid=4443] ppid=4439 vsize=1538080 CPUtime=45.35
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 10442 0 1 0 4533 2 0 0 25 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4109607530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 84 0 0 0 1 0 0 0 16 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1538080 CPUtime=0.03
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 226 0 0 0 3 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 171 0 0 0 2 0 0 0 16 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 347 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1538080 CPUtime=0.79
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 1148 0 0 0 79 0 0 0 15 0 19 0 952171 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1538080 CPUtime=0.44
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 963 0 0 0 44 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1538080 CPUtime=0.45
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 4046 0 0 0 45 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.25
Current children cumulated vsize (KiB) 1538080

[startup+47.1008 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4462
/proc/meminfo: memFree=32092924/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1538080 CPUtime=48.05
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 18777 0 1 0 4800 5 0 0 25 0 19 0 952169 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 384520 15681 1442 10 0 381823 0
[pid=4441/tid=4443] ppid=4439 vsize=1538080 CPUtime=46.14
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 10443 0 1 0 4612 2 0 0 25 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4109576032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 84 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1538080 CPUtime=0.03
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 226 0 0 0 3 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 171 0 0 0 2 0 0 0 16 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 347 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1538080 CPUtime=0.8
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 1148 0 0 0 80 0 0 0 15 0 19 0 952171 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1538080 CPUtime=0.44
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 963 0 0 0 44 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1538080 CPUtime=0.45
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 4046 0 0 0 45 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 952174 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1574993920 15681 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.05
Current children cumulated vsize (KiB) 1538080

[startup+47.9016 s]
/proc/loadavg: 2.00 2.00 1.92 3/215 4462
/proc/meminfo: memFree=32093044/32951124 swapFree=67111528/67111528
[pid=4441] ppid=4439 vsize=1538080 CPUtime=48.85
/proc/4441/stat : 4441 (java) S 4439 4441 3841 0 -1 4202496 18783 0 1 0 4880 5 0 0 25 0 19 0 952169 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4441/statm: 384520 15685 1442 10 0 381823 0
[pid=4441/tid=4443] ppid=4439 vsize=1538080 CPUtime=46.91
/proc/4441/task/4443/stat : 4443 (java) R 4439 4441 3841 0 -1 4202560 10446 0 1 0 4689 2 0 0 25 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4109641040 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4441/tid=4444] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4444/stat : 4444 (java) S 4439 4441 3841 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4445] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4445/stat : 4445 (java) S 4439 4441 3841 0 -1 4202560 15 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4446] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4446/stat : 4446 (java) S 4439 4441 3841 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4447] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4447/stat : 4447 (java) S 4439 4441 3841 0 -1 4202560 37 0 0 0 1 0 0 0 16 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4448] ppid=4439 vsize=1538080 CPUtime=0.01
/proc/4441/task/4448/stat : 4448 (java) S 4439 4441 3841 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4449] ppid=4439 vsize=1538080 CPUtime=0.03
/proc/4441/task/4449/stat : 4449 (java) S 4439 4441 3841 0 -1 4202560 226 0 0 0 3 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4450] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4450/stat : 4450 (java) S 4439 4441 3841 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 4 0 0 0
[pid=4441/tid=4451] ppid=4439 vsize=1538080 CPUtime=0.02
/proc/4441/task/4451/stat : 4451 (java) S 4439 4441 3841 0 -1 4202560 348 0 0 0 2 0 0 0 16 0 19 0 952170 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4452] ppid=4439 vsize=1538080 CPUtime=0.82
/proc/4441/task/4452/stat : 4452 (java) S 4439 4441 3841 0 -1 4202560 1150 0 0 0 82 0 0 0 15 0 19 0 952171 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 0 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4453] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4453/stat : 4453 (java) S 4439 4441 3841 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 952171 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4454] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4454/stat : 4454 (java) S 4439 4441 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 952172 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4455] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4455/stat : 4455 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 952174 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4456] ppid=4439 vsize=1538080 CPUtime=0.44
/proc/4441/task/4456/stat : 4456 (java) S 4439 4441 3841 0 -1 4202560 963 0 0 0 44 0 0 0 15 0 19 0 952174 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 2 0 0 0
[pid=4441/tid=4457] ppid=4439 vsize=1538080 CPUtime=0.45
/proc/4441/task/4457/stat : 4457 (java) S 4439 4441 3841 0 -1 4202560 4046 0 0 0 45 0 0 0 15 0 19 0 952174 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 7 0 0 0
[pid=4441/tid=4458] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4458/stat : 4458 (java) S 4439 4441 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 952174 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 6 0 0 0
[pid=4441/tid=4459] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4459/stat : 4459 (java) S 4439 4441 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 952174 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
[pid=4441/tid=4460] ppid=4439 vsize=1538080 CPUtime=0
/proc/4441/task/4460/stat : 4460 (java) S 4439 4441 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 952185 1574993920 15685 4089446400 134512640 134550932 4292524624 18446744073709551615 4294960144 0 4 0 16800975 18446604471130849472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.85
Current children cumulated vsize (KiB) 1538080

[startup+48.3025 s]
/proc/loadavg: 2.00 2.00 1.92 3/198 4463
/proc/meminfo: memFree=32127144/32951124 swapFree=67111528/67111528
[pid=4441] ppid=-1 vsize=0 CPUtime=0
/proc/4441/stat : -- couldn't open stat file --/proc/4441/statm: `Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 49.17
#  lost CPU user time (s): 49.12
#  lost CPU system time (s): 0.05

Real time (s): 48.3035
CPU time (s): 98.4445
CPU user time (s): 98.3335
CPU system time (s): 0.11099
CPU usage (%): 203.804
Max. virtual memory (cumulated for all children) (KiB): 1542176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.2135
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= 18794
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= 3067
involuntary context switches= 10442

runsolver used 0.089986 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-05 12:56:39
IDJOB=2698667
IDBENCH=79220
IDSOLVER=1211
FILE ID=node141/2698667-1278327399
PBS_JOBID= 11207422
Free space on /tmp= 74176 MiB

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

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

MD5SUM BENCH= e22981c06c33638df25ec23a309ffad8
RANDOM SEED=2056767878

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.839
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.76
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.839
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.839
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.839
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:     32951124 kB
MemFree:      32151240 kB
Buffers:         25516 kB
Cached:         305212 kB
SwapCached:          0 kB
Active:         454284 kB
Inactive:       245604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32151240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      369376 kB
Mapped:          20336 kB
Slab:            36140 kB
PageTables:       4932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654296 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= 74176 MiB
End job on node141 at 2010-07-05 12:57:28