Trace number 2698331

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 61.5926 60.5186

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.253961
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.1.v20100705
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.08	c java.vm.version	11.2-b01
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	32
0.01/0.08	c java.version		1.6.0_12
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		i386
0.01/0.08	c Free memory 		1393557488
0.01/0.08	c Max memory 		1395916800
0.01/0.08	c Total memory 		1395916800
0.01/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-2698331-1278325536.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c #vars     233
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.minisat.constraints.card.MinWatchCard => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.31/0.26	c SATISFIABLE
0.31/0.26	c OPTIMIZING...
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.163
0.31/0.26	o 689
0.60/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.60/0.33	o 594
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.255
0.60/0.35	o 261
0.60/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.60/0.38	o 215
0.95/0.58	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.08/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
1.08/0.61	o 193
1.28/0.87	c cleaning 4247 clauses out of 8503 with flag 11001/11001
1.70/1.22	c cleaning 5622 clauses out of 11255 with flag 18000/18000
1.90/1.48	c Got one! Elapsed wall clock time (in seconds):1.378
1.90/1.48	o 151
2.10/1.63	c cleaning 6811 clauses out of 13634 with flag 26001/26001
2.10/1.65	c Got one! Elapsed wall clock time (in seconds):1.552
2.10/1.65	o 102
2.62/2.18	c cleaning 7907 clauses out of 15823 with flag 35001/35001
3.21/2.74	c cleaning 8955 clauses out of 17915 with flag 45000/45000
3.72/3.26	c cleaning 9476 clauses out of 18961 with flag 55001/55001
4.32/3.80	c cleaning 9738 clauses out of 19486 with flag 65002/65002
4.82/4.37	c cleaning 9868 clauses out of 19746 with flag 75000/75000
5.42/4.98	c cleaning 9933 clauses out of 19878 with flag 85000/85000
6.03/5.55	c cleaning 9966 clauses out of 19946 with flag 95001/95001
6.42/5.96	c Got one! Elapsed wall clock time (in seconds):5.864
6.42/5.96	o 89
6.62/6.19	c cleaning 9986 clauses out of 19983 with flag 105004/105004
7.33/6.83	c cleaning 9989 clauses out of 19994 with flag 115001/115001
8.03/7.50	c cleaning 9999 clauses out of 20005 with flag 125001/125001
8.53/8.06	c cleaning 10001 clauses out of 20006 with flag 135001/135001
9.13/8.66	c cleaning 9996 clauses out of 20004 with flag 145000/145000
9.73/9.27	c cleaning 9994 clauses out of 20009 with flag 155001/155001
10.34/9.83	c cleaning 10006 clauses out of 20017 with flag 165003/165003
10.93/10.42	c cleaning 10002 clauses out of 20012 with flag 175004/175004
11.44/11.00	c cleaning 9999 clauses out of 20007 with flag 185001/185001
12.03/11.56	c cleaning 10000 clauses out of 20010 with flag 195003/195003
12.65/12.11	c cleaning 9995 clauses out of 20007 with flag 205000/205000
12.65/12.14	c Got one! Elapsed wall clock time (in seconds):12.037
12.65/12.14	o 77
13.14/12.64	c cleaning 9999 clauses out of 20012 with flag 215000/215000
13.65/13.19	c cleaning 10003 clauses out of 20013 with flag 225000/225000
14.25/13.72	c cleaning 9995 clauses out of 20011 with flag 235001/235001
14.25/13.78	c Got one! Elapsed wall clock time (in seconds):13.686
14.25/13.78	o 74
14.76/14.27	c cleaning 10006 clauses out of 20018 with flag 245003/245003
15.26/14.75	c cleaning 9999 clauses out of 20009 with flag 255000/255000
15.98/15.41	c cleaning 9999 clauses out of 20013 with flag 265003/265003
16.47/15.92	c cleaning 10000 clauses out of 20012 with flag 275001/275001
16.98/16.48	c cleaning 10004 clauses out of 20012 with flag 285001/285001
17.58/17.03	c cleaning 9995 clauses out of 20007 with flag 295000/295000
17.78/17.20	c Got one! Elapsed wall clock time (in seconds):17.104
17.78/17.20	o 72
18.08/17.55	c cleaning 10005 clauses out of 20013 with flag 305001/305001
18.68/18.15	c cleaning 9994 clauses out of 20009 with flag 315002/315002
19.19/18.68	c cleaning 10002 clauses out of 20015 with flag 325002/325002
19.38/18.89	c Got one! Elapsed wall clock time (in seconds):18.789
19.38/18.89	o 59
19.78/19.21	c cleaning 10004 clauses out of 20016 with flag 335005/335005
20.29/19.73	c cleaning 10000 clauses out of 20007 with flag 345000/345000
20.79/20.27	c cleaning 10001 clauses out of 20008 with flag 355001/355001
21.29/20.79	c cleaning 9998 clauses out of 20006 with flag 365000/365000
21.79/21.27	c cleaning 9997 clauses out of 20008 with flag 375000/375000
22.29/21.76	c cleaning 9998 clauses out of 20011 with flag 385000/385000
22.80/22.26	c cleaning 10003 clauses out of 20013 with flag 395000/395000
23.31/22.73	c cleaning 10003 clauses out of 20013 with flag 405003/405003
23.81/23.21	c cleaning 10001 clauses out of 20009 with flag 415002/415002
24.01/23.47	c Got one! Elapsed wall clock time (in seconds):23.373
24.01/23.47	o 57
24.31/23.71	c cleaning 9999 clauses out of 20007 with flag 425001/425001
24.82/24.22	c cleaning 9998 clauses out of 20007 with flag 435000/435000
25.32/24.70	c cleaning 9997 clauses out of 20009 with flag 445000/445000
25.72/25.16	c cleaning 10003 clauses out of 20014 with flag 455002/455002
26.22/25.63	c cleaning 10001 clauses out of 20009 with flag 465000/465000
26.73/26.16	c cleaning 10002 clauses out of 20011 with flag 475003/475003
27.23/26.68	c cleaning 10001 clauses out of 20007 with flag 485001/485001
27.73/27.19	c cleaning 9995 clauses out of 20006 with flag 495001/495001
28.23/27.64	c cleaning 9999 clauses out of 20011 with flag 505001/505001
28.74/28.14	c cleaning 10003 clauses out of 20014 with flag 515003/515003
29.14/28.60	c cleaning 10005 clauses out of 20013 with flag 525005/525005
29.35/28.71	c Got one! Elapsed wall clock time (in seconds):28.608
29.35/28.71	o 52
29.75/29.13	c cleaning 9994 clauses out of 20003 with flag 535000/535000
30.26/29.62	c cleaning 10001 clauses out of 20009 with flag 545000/545000
30.76/30.11	c cleaning 10003 clauses out of 20011 with flag 555003/555003
31.26/30.61	c cleaning 9997 clauses out of 20005 with flag 565000/565000
31.66/31.09	c cleaning 10000 clauses out of 20009 with flag 575001/575001
32.16/31.56	c cleaning 10001 clauses out of 20008 with flag 585000/585000
32.68/32.05	c cleaning 9999 clauses out of 20007 with flag 595000/595000
33.18/32.52	c cleaning 10000 clauses out of 20008 with flag 605000/605000
33.59/32.99	c cleaning 9999 clauses out of 20008 with flag 615000/615000
34.09/33.46	c cleaning 9991 clauses out of 20009 with flag 625000/625000
34.39/33.73	c Got one! Elapsed wall clock time (in seconds):33.631
34.39/33.73	o 37
34.59/33.94	c cleaning 10007 clauses out of 20020 with flag 635002/635002
35.09/34.48	c cleaning 10002 clauses out of 20013 with flag 645002/645002
35.59/34.94	c cleaning 10001 clauses out of 20012 with flag 655003/655003
36.09/35.42	c cleaning 9997 clauses out of 20008 with flag 665000/665000
36.59/35.91	c cleaning 10001 clauses out of 20013 with flag 675002/675002
37.10/36.40	c cleaning 9999 clauses out of 20010 with flag 685000/685000
37.51/36.89	c cleaning 10002 clauses out of 20011 with flag 695000/695000
38.01/37.39	c cleaning 10002 clauses out of 20009 with flag 705000/705000
38.61/37.90	c cleaning 9999 clauses out of 20008 with flag 715001/715001
38.61/37.96	c Got one! Elapsed wall clock time (in seconds):37.859
38.61/37.96	o 34
39.13/38.43	c cleaning 10002 clauses out of 20010 with flag 725002/725002
39.63/38.95	c cleaning 9996 clauses out of 20006 with flag 735000/735000
40.13/39.42	c cleaning 10002 clauses out of 20012 with flag 745002/745002
40.34/39.62	c Got one! Elapsed wall clock time (in seconds):39.518
40.34/39.62	o 24
40.63/39.90	c cleaning 10001 clauses out of 20008 with flag 755000/755000
41.03/40.38	c cleaning 9997 clauses out of 20007 with flag 765000/765000
41.53/40.88	c cleaning 9998 clauses out of 20010 with flag 775000/775000
42.04/41.36	c cleaning 10002 clauses out of 20013 with flag 785001/785001
42.54/41.84	c cleaning 10001 clauses out of 20012 with flag 795002/795002
43.04/42.30	c cleaning 10001 clauses out of 20011 with flag 805002/805002
43.04/42.39	c Got one! Elapsed wall clock time (in seconds):42.291
43.04/42.39	o 22
43.55/42.80	c cleaning 10001 clauses out of 20008 with flag 815000/815000
43.95/43.27	c cleaning 10001 clauses out of 20009 with flag 825002/825002
44.45/43.70	c cleaning 10000 clauses out of 20007 with flag 835001/835001
44.86/44.14	c cleaning 10000 clauses out of 20008 with flag 845002/845002
45.26/44.57	c cleaning 10000 clauses out of 20006 with flag 855000/855000
45.77/45.06	c cleaning 10000 clauses out of 20006 with flag 865000/865000
46.27/45.54	c cleaning 9998 clauses out of 20006 with flag 875000/875000
46.67/45.99	c cleaning 9996 clauses out of 20008 with flag 885000/885000
47.17/46.42	c cleaning 9998 clauses out of 20012 with flag 895000/895000
47.57/46.89	c cleaning 10003 clauses out of 20014 with flag 905000/905000
48.08/47.32	c cleaning 10001 clauses out of 20011 with flag 915000/915000
48.49/47.78	c cleaning 10000 clauses out of 20011 with flag 925001/925001
48.99/48.25	c cleaning 10000 clauses out of 20011 with flag 935001/935001
49.49/48.71	c cleaning 10005 clauses out of 20018 with flag 945008/945008
49.89/49.16	c cleaning 10000 clauses out of 20008 with flag 955003/955003
50.39/49.66	c cleaning 9999 clauses out of 20006 with flag 965001/965001
50.70/49.95	c Got one! Elapsed wall clock time (in seconds):49.848
50.70/49.95	o 4
50.90/50.16	c cleaning 9998 clauses out of 20007 with flag 975001/975001
51.31/50.60	c cleaning 10001 clauses out of 20009 with flag 985001/985001
51.80/51.03	c cleaning 9997 clauses out of 20007 with flag 995000/995000
52.20/51.45	c cleaning 10000 clauses out of 20011 with flag 1005001/1005001
52.71/51.91	c cleaning 10002 clauses out of 20010 with flag 1015000/1015000
53.21/52.40	c cleaning 10000 clauses out of 20009 with flag 1025001/1025001
53.62/52.84	c cleaning 10003 clauses out of 20011 with flag 1035003/1035003
54.02/53.28	c cleaning 10001 clauses out of 20008 with flag 1045003/1045003
54.43/53.68	c cleaning 9997 clauses out of 20004 with flag 1055000/1055000
54.93/54.12	c cleaning 10001 clauses out of 20008 with flag 1065001/1065001
55.33/54.58	c cleaning 10002 clauses out of 20007 with flag 1075001/1075001
55.84/55.09	c cleaning 9998 clauses out of 20005 with flag 1085001/1085001
56.24/55.49	c cleaning 10001 clauses out of 20007 with flag 1095001/1095001
56.74/55.93	c cleaning 9997 clauses out of 20006 with flag 1105001/1105001
57.14/56.38	c cleaning 9999 clauses out of 20009 with flag 1115001/1115001
57.54/56.79	c cleaning 9999 clauses out of 20009 with flag 1125000/1125000
58.05/57.23	c cleaning 9999 clauses out of 20010 with flag 1135000/1135000
58.45/57.67	c cleaning 10003 clauses out of 20013 with flag 1145002/1145002
58.95/58.10	c cleaning 9999 clauses out of 20009 with flag 1155001/1155001
59.35/58.54	c cleaning 9999 clauses out of 20010 with flag 1165001/1165001
59.75/58.96	c cleaning 10001 clauses out of 20010 with flag 1175000/1175000
60.16/59.38	c cleaning 9999 clauses out of 20009 with flag 1185000/1185000
60.66/59.84	c cleaning 10001 clauses out of 20010 with flag 1195000/1195000
61.23/60.30	c cleaning 9999 clauses out of 20008 with flag 1205000/1205000
61.46/60.48	c starts		: 206
61.46/60.48	c conflicts		: 1209330
61.46/60.48	c decisions		: 1906323
61.46/60.48	c propagations		: 28395079
61.46/60.48	c inspects		: 293631413
61.46/60.48	c learnt literals	: 8
61.46/60.48	c learnt binary clauses	: 25
61.46/60.48	c learnt ternary clauses	: 657
61.46/60.48	c learnt clauses	: 1209321
61.46/60.48	c ignored clauses	: 0
61.46/60.48	c root simplifications	: 0
61.46/60.48	c removed literals (reason simplification)	: 10069392
61.46/60.48	c reason swapping (by a shorter reason)	: 0
61.46/60.48	c Calls to reduceDB	: 122
61.46/60.48	c number of reductions to clauses (during analyze)	: 0
61.46/60.48	c number of learned constraints concerned by reduction	: 0
61.46/60.48	c number of learning phase by resolution	: 0
61.46/60.48	c number of learning phase by cutting planes	: 0
61.46/60.48	c speed (assignments/second)	: 2695053.056188307
61.46/60.48	c non guided choices	962
61.46/60.48	c learnt constraints type 
61.46/60.48	c constraints type 
61.46/60.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
61.46/60.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
61.46/60.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
61.46/60.48	s OPTIMUM FOUND
61.46/60.48	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 
61.46/60.48	c objective function=4
61.46/60.48	c Total wall clock time (in seconds): 60.385

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698331-1278325536/watcher-2698331-1278325536 -o /tmp/evaluation-result-2698331-1278325536/solver-2698331-1278325536 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698331-1278325536.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: 1.56 1.92 1.68 2/177 4088
/proc/meminfo: memFree=32450088/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1832 CPUtime=0
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4194304 430 0 0 0 0 0 0 0 23 0 1 0 766908 1875968 160 4089446400 134512640 134550932 4293416464 18446744073709551615 1880660 0 2147483391 4096 0 18446744071699453118 0 0 17 5 0 0 0
/proc/4088/statm: 458 160 123 10 0 63 0

[startup+0.0252131 s]
/proc/loadavg: 1.56 1.92 1.68 2/177 4088
/proc/meminfo: memFree=32450088/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1526332 CPUtime=0.01
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 3554 0 1 0 1 0 0 0 23 0 13 0 766908 1562963968 2997 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 381583 2997 997 10 0 378893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526332

[startup+0.1012 s]
/proc/loadavg: 1.56 1.92 1.68 2/177 4088
/proc/meminfo: memFree=32450088/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1529720 CPUtime=0.11
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 5190 0 1 0 10 1 0 0 23 0 18 0 766908 1566433280 4628 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 382430 4628 1345 10 0 379733 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529720

[startup+0.30117 s]
/proc/loadavg: 1.56 1.92 1.68 2/177 4088
/proc/meminfo: memFree=32450088/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1534100 CPUtime=0.6
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 7139 0 1 0 59 1 0 0 23 0 19 0 766908 1570918400 6273 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383525 6273 1416 10 0 380828 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1534100

[startup+0.701058 s]
/proc/loadavg: 1.56 1.92 1.68 2/177 4088
/proc/meminfo: memFree=32450088/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=1.18
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 9452 0 1 0 116 2 0 0 23 0 19 0 766908 1570623488 8494 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 8494 1439 10 0 380756 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533812

[startup+1.50093 s]
/proc/loadavg: 1.56 1.92 1.68 2/196 4121
/proc/meminfo: memFree=32421224/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=2
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 10335 0 1 0 198 2 0 0 23 0 19 0 766908 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 9375 1439 10 0 380756 0
[pid=4088/tid=4090] ppid=4086 vsize=1533812 CPUtime=1.45
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 6262 0 1 0 144 1 0 0 25 0 19 0 766908 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4109498036 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533812 CPUtime=0.02
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 402 0 0 0 2 0 0 0 15 0 19 0 766910 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1533812 CPUtime=0.27
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 1150 0 0 0 27 0 0 0 15 0 19 0 766912 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1533812 CPUtime=0.23
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 945 0 0 0 23 0 0 0 15 0 19 0 766912 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766912 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1570623488 9375 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533812

[startup+3.10067 s]
/proc/loadavg: 1.56 1.92 1.68 3/219 4149
/proc/meminfo: memFree=32386260/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=3.61
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 12887 0 1 0 359 2 0 0 23 0 19 0 766908 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 11923 1439 10 0 380756 0
[pid=4088/tid=4090] ppid=4086 vsize=1533812 CPUtime=3
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 8265 0 1 0 299 1 0 0 18 0 19 0 766908 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4109543062 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 621 0 0 0 5 0 0 0 15 0 19 0 766910 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1533812 CPUtime=0.28
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 1151 0 0 0 28 0 0 0 15 0 19 0 766912 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1533812 CPUtime=0.24
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 949 0 0 0 24 0 0 0 15 0 19 0 766912 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766912 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1570623488 11923 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1533812

[startup+6.30113 s]
/proc/loadavg: 1.60 1.92 1.69 3/219 4149
/proc/meminfo: memFree=32367068/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=6.83
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 13030 0 1 0 680 3 0 0 23 0 19 0 766908 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 11934 1439 10 0 380756 0
[pid=4088/tid=4090] ppid=4086 vsize=1533812 CPUtime=6.13
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 8272 0 1 0 612 1 0 0 19 0 19 0 766908 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4109547117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 19 0 766909 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533812 CPUtime=0.11
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 753 0 0 0 11 0 0 0 15 0 19 0 766910 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1533812 CPUtime=0.28
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 1151 0 0 0 28 0 0 0 15 0 19 0 766912 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1533812 CPUtime=0.24
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 949 0 0 0 24 0 0 0 15 0 19 0 766912 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766912 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1570623488 11934 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1533812

[startup+12.701 s]
/proc/loadavg: 1.63 1.93 1.69 3/219 4149
/proc/meminfo: memFree=32355816/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=13.25
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 13185 0 1 0 1322 3 0 0 23 0 19 0 766908 1570623488 12078 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 12078 1439 10 0 380756 0
[pid=4088/tid=4090] ppid=4086 vsize=1533812 CPUtime=12.38
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 8284 0 1 0 1237 1 0 0 22 0 19 0 766908 1570623488 12078 4089446400 134512640 134550932 4293416464 18446744073709551615 4109570304 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533812 CPUtime=0.01
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 19 0 766909 1570623488 12078 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0

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

/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 131 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 55 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 23 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 70 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 16 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533812 CPUtime=0.04
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 194 0 0 0 4 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533812 CPUtime=0.06
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 78 0 0 0 6 0 0 0 16 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 351 0 0 0 5 0 0 0 16 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533812 CPUtime=1.31
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 1209 0 0 0 128 3 0 0 16 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1533812 CPUtime=0.31
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 1154 0 0 0 31 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1533812 CPUtime=0.24
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 949 0 0 0 24 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 59.95
Current children cumulated vsize (KiB) 1533812

[startup+59.9015 s]
/proc/loadavg: 1.82 1.93 1.70 2/196 4168
/proc/meminfo: memFree=32405172/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1533812 CPUtime=60.76
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 13683 0 1 0 6065 11 0 0 23 0 19 0 766908 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 383453 12470 1439 10 0 380756 0
[pid=4088/tid=4090] ppid=4086 vsize=1533812 CPUtime=58.35
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 8383 0 1 0 5833 2 0 0 22 0 19 0 766908 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4109511405 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 131 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1533812 CPUtime=0.06
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 55 0 0 0 6 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 23 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 70 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 16 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1533812 CPUtime=0.04
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 194 0 0 0 4 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1533812 CPUtime=0.06
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1533812 CPUtime=0.05
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 351 0 0 0 5 0 0 0 15 0 19 0 766909 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1533812 CPUtime=1.34
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 1209 0 0 0 131 3 0 0 16 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1533812 CPUtime=0.31
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 1154 0 0 0 31 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1533812 CPUtime=0.24
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 949 0 0 0 24 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766912 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1533812 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1570623488 12470 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.76
Current children cumulated vsize (KiB) 1533812

[startup+60.3014 s]
/proc/loadavg: 1.82 1.93 1.70 2/196 4168
/proc/meminfo: memFree=32405172/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1536368 CPUtime=61.23
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 14193 0 1 0 6112 11 0 0 23 0 19 0 766908 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 384092 12769 1439 10 0 381395 0
[pid=4088/tid=4090] ppid=4086 vsize=1536368 CPUtime=58.75
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3902 0 -1 4202560 8385 0 1 0 5873 2 0 0 23 0 19 0 766908 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4109326044 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1536368 CPUtime=0.05
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 131 0 0 0 5 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1536368 CPUtime=0.06
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 55 0 0 0 6 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1536368 CPUtime=0.05
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 23 0 0 0 5 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1536368 CPUtime=0.05
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 70 0 0 0 5 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1536368 CPUtime=0.05
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 16 0 0 0 5 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1536368 CPUtime=0.04
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 194 0 0 0 4 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1536368 CPUtime=0.06
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1536368 CPUtime=0.05
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 351 0 0 0 5 0 0 0 15 0 19 0 766909 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1536368 CPUtime=1.34
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 1209 0 0 0 131 3 0 0 16 0 19 0 766910 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1536368 CPUtime=0.38
/proc/4088/task/4103/stat : 4103 (java) R 4086 4088 3902 0 -1 4202560 1661 0 0 0 38 0 0 0 16 0 19 0 766912 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 105713668 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1536368 CPUtime=0.24
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 950 0 0 0 24 0 0 0 15 0 19 0 766912 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766912 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1536368 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1573240832 12769 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.23
Current children cumulated vsize (KiB) 1536368

[startup+60.5064 s]
/proc/loadavg: 1.92 1.95 1.71 4/219 4197
/proc/meminfo: memFree=32371368/32951124 swapFree=67111528/67111528
[pid=4088] ppid=4086 vsize=1539716 CPUtime=61.58
/proc/4088/stat : 4088 (java) S 4086 4088 3902 0 -1 4202496 15855 0 1 0 6147 11 0 0 23 0 19 0 766908 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4088/statm: 384929 13956 1440 10 0 382232 0
[pid=4088/tid=4090] ppid=4086 vsize=1539716 CPUtime=58.92
/proc/4088/task/4090/stat : 4090 (java) S 4086 4088 3902 0 -1 4202560 8393 0 1 0 5890 2 0 0 25 0 19 0 766908 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1539716 CPUtime=0.05
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3902 0 -1 4202560 131 0 0 0 5 0 0 0 16 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1539716 CPUtime=0.06
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3902 0 -1 4202560 55 0 0 0 6 0 0 0 15 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1539716 CPUtime=0.05
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3902 0 -1 4202560 23 0 0 0 5 0 0 0 15 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1539716 CPUtime=0.05
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3902 0 -1 4202560 70 0 0 0 5 0 0 0 16 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 4 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1539716 CPUtime=0.05
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3902 0 -1 4202560 16 0 0 0 5 0 0 0 15 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1539716 CPUtime=0.04
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3902 0 -1 4202560 194 0 0 0 4 0 0 0 16 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1539716 CPUtime=0.06
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3902 0 -1 4202560 78 0 0 0 6 0 0 0 15 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 6 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1539716 CPUtime=0.05
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3902 0 -1 4202560 351 0 0 0 5 0 0 0 16 0 19 0 766909 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 3 0 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1539716 CPUtime=1.35
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3902 0 -1 4202560 1211 0 0 0 132 3 0 0 16 0 19 0 766910 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 0 0 16800975 18446604471148318976 0 0 -1 7 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3902 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 766910 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3902 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766910 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4102] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4102/stat : 4102 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766912 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
[pid=4088/tid=4103] ppid=4086 vsize=1539716 CPUtime=0.51
/proc/4088/task/4103/stat : 4103 (java) S 4086 4088 3902 0 -1 4202560 3242 0 0 0 51 0 0 0 15 0 19 0 766912 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 5 0 0 0
[pid=4088/tid=4104] ppid=4086 vsize=1539716 CPUtime=0.27
/proc/4088/task/4104/stat : 4104 (java) S 4086 4088 3902 0 -1 4202560 1016 0 0 0 27 0 0 0 15 0 19 0 766912 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4105] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4105/stat : 4105 (java) S 4086 4088 3902 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 766912 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 2 0 0 0
[pid=4088/tid=4106] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4106/stat : 4106 (java) S 4086 4088 3902 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766912 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 0 0 0 0
[pid=4088/tid=4107] ppid=4086 vsize=1539716 CPUtime=0
/proc/4088/task/4107/stat : 4107 (java) S 4086 4088 3902 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766924 1576669184 13956 4089446400 134512640 134550932 4293416464 18446744073709551615 4294960144 0 4 0 16800975 18446604471148318976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.58
Current children cumulated vsize (KiB) 1539716

Child status: 30
Real time (s): 60.5186
CPU time (s): 61.5926
CPU user time (s): 61.4717
CPU system time (s): 0.120981
CPU usage (%): 101.775
Max. virtual memory (cumulated for all children) (KiB): 1540992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4717
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15860
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= 5190
involuntary context switches= 21806

runsolver used 0.12898 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-05 12:25:36
IDJOB=2698331
IDBENCH=78764
IDSOLVER=1211
FILE ID=node132/2698331-1278325536
PBS_JOBID= 11207434
Free space on /tmp= 74188 MiB

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

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

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=1472232476

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      32450740 kB
Buffers:         17816 kB
Cached:         320956 kB
SwapCached:          0 kB
Active:         142424 kB
Inactive:       258072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32450740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             648 kB
Writeback:           0 kB
AnonPages:       61820 kB
Mapped:          14436 kB
Slab:            36164 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node132 at 2010-07-05 12:26:37