Trace number 2698611

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 57.1313 55.6305

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.138978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.1.v20100705
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.08	c java.vm.version	11.2-b01
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	32
0.02/0.08	c java.version		1.6.0_12
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		i386
0.02/0.08	c Free memory 		1393557488
0.02/0.08	c Max memory 		1395916800
0.02/0.08	c Total memory 		1395916800
0.02/0.08	c Number of processors 	8
0.02/0.09	c Pseudo Boolean Optimization
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c Stops conflict analysis at the first Unique Implication Point
0.02/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483s
0.02/0.09	c DB Simplification allowed=false
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-2698611-1278327319.wbo
0.02/0.09	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.21	c SATISFIABLE
0.31/0.21	c OPTIMIZING...
0.31/0.21	c Got one! Elapsed wall clock time (in seconds):0.12
0.31/0.21	o 612
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.171
0.31/0.26	o 531
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.202
0.31/0.29	o 521
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.216
0.61/0.31	o 439
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.269
0.61/0.36	o 415
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.291
0.61/0.38	o 365
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.545
0.99/0.64	o 351
0.99/0.66	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.618
1.11/0.71	o 344
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.64
1.11/0.73	o 338
1.11/0.76	c Got one! Elapsed wall clock time (in seconds):0.667
1.11/0.76	o 324
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.691
1.11/0.78	o 315
1.44/1.04	c cleaning 4249 clauses out of 8506 with flag 11003/11003
1.54/1.17	c Got one! Elapsed wall clock time (in seconds):1.082
1.54/1.17	o 308
1.94/1.51	c cleaning 5620 clauses out of 11254 with flag 18000/18000
1.94/1.57	c Got one! Elapsed wall clock time (in seconds):1.473
1.94/1.57	o 278
2.05/1.66	c Got one! Elapsed wall clock time (in seconds):1.568
2.05/1.66	o 255
2.45/2.01	c cleaning 6811 clauses out of 13636 with flag 26002/26002
2.45/2.06	c Got one! Elapsed wall clock time (in seconds):1.964
2.45/2.06	o 230
2.67/2.20	c Got one! Elapsed wall clock time (in seconds):2.111
2.67/2.20	o 224
2.87/2.46	c Got one! Elapsed wall clock time (in seconds):2.366
2.87/2.46	o 197
3.10/2.63	c cleaning 7909 clauses out of 15823 with flag 35000/35000
3.71/3.26	c cleaning 8946 clauses out of 17914 with flag 45000/45000
4.51/4.04	c cleaning 9483 clauses out of 18971 with flag 55003/55003
4.62/4.17	c Got one! Elapsed wall clock time (in seconds):4.081
4.62/4.17	o 173
4.85/4.31	c Got one! Elapsed wall clock time (in seconds):4.218
4.85/4.31	o 163
5.24/4.72	c cleaning 9736 clauses out of 19487 with flag 65002/65002
5.84/5.40	c cleaning 9864 clauses out of 19749 with flag 75000/75000
6.55/6.07	c cleaning 9940 clauses out of 19888 with flag 85003/85003
7.25/6.73	c cleaning 9971 clauses out of 19947 with flag 95002/95002
7.85/7.39	c cleaning 9977 clauses out of 19974 with flag 105000/105000
8.65/8.10	c cleaning 9994 clauses out of 19997 with flag 115000/115000
9.26/8.76	c Got one! Elapsed wall clock time (in seconds):8.67
9.26/8.76	o 155
9.37/8.81	c cleaning 9999 clauses out of 20003 with flag 125000/125000
9.56/9.00	c Got one! Elapsed wall clock time (in seconds):8.908
9.56/9.00	o 146
9.96/9.48	c cleaning 9999 clauses out of 20004 with flag 135000/135000
10.56/10.08	c Got one! Elapsed wall clock time (in seconds):9.992
10.56/10.08	o 142
10.76/10.26	c cleaning 10001 clauses out of 20007 with flag 145002/145002
11.26/10.76	c Got one! Elapsed wall clock time (in seconds):10.669
11.26/10.76	o 141
11.60/10.99	c cleaning 9999 clauses out of 20005 with flag 155001/155001
12.57/11.71	c cleaning 9997 clauses out of 20005 with flag 165000/165000
13.37/12.50	c cleaning 9998 clauses out of 20008 with flag 175000/175000
13.67/12.87	c Got one! Elapsed wall clock time (in seconds):12.773
13.67/12.87	o 106
14.18/13.22	c cleaning 10002 clauses out of 20010 with flag 185000/185000
14.87/13.94	c cleaning 10001 clauses out of 20010 with flag 195002/195002
15.72/14.70	c cleaning 10002 clauses out of 20008 with flag 205001/205001
16.40/15.23	c Got one! Elapsed wall clock time (in seconds):15.142
16.40/15.23	o 105
16.62/15.44	c cleaning 10003 clauses out of 20010 with flag 215005/215005
17.45/16.16	c cleaning 9993 clauses out of 20004 with flag 225002/225002
18.26/16.92	c cleaning 9998 clauses out of 20009 with flag 235000/235000
18.36/17.06	c Got one! Elapsed wall clock time (in seconds):16.97
18.36/17.06	o 86
18.86/17.59	c cleaning 10001 clauses out of 20011 with flag 245000/245000
19.56/18.28	c cleaning 9999 clauses out of 20010 with flag 255000/255000
20.26/18.97	c cleaning 10001 clauses out of 20011 with flag 265000/265000
20.96/19.62	c cleaning 10001 clauses out of 20010 with flag 275000/275000
21.66/20.34	c cleaning 10000 clauses out of 20009 with flag 285000/285000
22.06/20.72	c Got one! Elapsed wall clock time (in seconds):20.625
22.06/20.72	o 81
22.36/21.04	c cleaning 10003 clauses out of 20010 with flag 295001/295001
22.96/21.66	c cleaning 10000 clauses out of 20008 with flag 305002/305002
23.57/22.26	c cleaning 9996 clauses out of 20006 with flag 315000/315000
24.27/22.97	c cleaning 9999 clauses out of 20010 with flag 325000/325000
24.97/23.64	c cleaning 10002 clauses out of 20012 with flag 335001/335001
25.17/23.89	c Got one! Elapsed wall clock time (in seconds):23.8
25.17/23.89	o 66
25.67/24.31	c cleaning 10000 clauses out of 20010 with flag 345001/345001
26.27/25.00	c cleaning 10001 clauses out of 20011 with flag 355002/355002
26.97/25.62	c Got one! Elapsed wall clock time (in seconds):25.528
26.97/25.62	o 65
27.18/25.80	c cleaning 10001 clauses out of 20009 with flag 365001/365001
27.78/26.46	c cleaning 10000 clauses out of 20008 with flag 375001/375001
28.49/27.16	c cleaning 10001 clauses out of 20011 with flag 385004/385004
29.39/28.02	c cleaning 9995 clauses out of 20006 with flag 395000/395000
29.69/28.31	c Got one! Elapsed wall clock time (in seconds):28.217
29.69/28.31	o 64
30.00/28.64	c cleaning 10001 clauses out of 20011 with flag 405000/405000
30.59/29.22	c cleaning 9997 clauses out of 20010 with flag 415000/415000
31.20/29.87	c cleaning 10002 clauses out of 20014 with flag 425001/425001
32.00/30.64	c cleaning 9999 clauses out of 20012 with flag 435001/435001
32.70/31.32	c cleaning 9997 clauses out of 20012 with flag 445000/445000
33.32/31.93	c cleaning 10000 clauses out of 20016 with flag 455001/455001
34.02/32.61	c cleaning 10002 clauses out of 20015 with flag 465000/465000
34.62/33.29	c cleaning 10001 clauses out of 20013 with flag 475000/475000
34.82/33.45	c Got one! Elapsed wall clock time (in seconds):33.358
34.82/33.45	o 58
35.32/33.99	c cleaning 10003 clauses out of 20012 with flag 485000/485000
36.02/34.64	c cleaning 9998 clauses out of 20009 with flag 495000/495000
36.53/35.19	c cleaning 10001 clauses out of 20011 with flag 505000/505000
37.12/35.74	c cleaning 9999 clauses out of 20010 with flag 515000/515000
37.73/36.35	c cleaning 10002 clauses out of 20014 with flag 525003/525003
38.33/36.97	c cleaning 9999 clauses out of 20012 with flag 535003/535003
38.93/37.59	c cleaning 10002 clauses out of 20011 with flag 545001/545001
39.03/37.66	c Got one! Elapsed wall clock time (in seconds):37.569
39.03/37.66	o 50
39.63/38.23	c cleaning 9999 clauses out of 20009 with flag 555001/555001
40.23/38.85	c cleaning 9999 clauses out of 20010 with flag 565001/565001
40.94/39.55	c cleaning 10002 clauses out of 20011 with flag 575001/575001
41.64/40.27	c cleaning 10001 clauses out of 20008 with flag 585000/585000
42.34/40.91	c cleaning 9999 clauses out of 20007 with flag 595000/595000
42.84/41.47	c cleaning 10002 clauses out of 20011 with flag 605003/605003
43.34/41.96	c cleaning 9998 clauses out of 20006 with flag 615000/615000
43.94/42.51	c cleaning 9997 clauses out of 20008 with flag 625000/625000
44.04/42.61	c Got one! Elapsed wall clock time (in seconds):42.514
44.04/42.61	o 32
44.54/43.14	c cleaning 10003 clauses out of 20011 with flag 635000/635000
45.14/43.71	c cleaning 10001 clauses out of 20011 with flag 645003/645003
45.64/44.27	c cleaning 10000 clauses out of 20007 with flag 655000/655000
46.34/44.91	c cleaning 9998 clauses out of 20007 with flag 665000/665000
46.95/45.54	c cleaning 10000 clauses out of 20012 with flag 675003/675003
47.65/46.24	c cleaning 10001 clauses out of 20009 with flag 685000/685000
48.25/46.84	c cleaning 10001 clauses out of 20009 with flag 695001/695001
48.45/47.03	c Got one! Elapsed wall clock time (in seconds):46.938
48.45/47.03	o 29
48.86/47.43	c cleaning 10002 clauses out of 20009 with flag 705002/705002
49.16/47.70	c Got one! Elapsed wall clock time (in seconds):47.605
49.16/47.70	o 4
49.36/47.95	c cleaning 9997 clauses out of 20006 with flag 715001/715001
49.87/48.45	c cleaning 9998 clauses out of 20008 with flag 725000/725000
50.37/48.92	c cleaning 10000 clauses out of 20011 with flag 735001/735001
50.47/49.02	c Got one! Elapsed wall clock time (in seconds):48.931
50.47/49.02	o 3
50.87/49.48	c cleaning 10003 clauses out of 20011 with flag 745001/745001
51.48/50.01	c cleaning 10000 clauses out of 20010 with flag 755003/755003
51.68/50.24	c Got one! Elapsed wall clock time (in seconds):50.151
51.68/50.24	o 1
52.09/50.62	c cleaning 10001 clauses out of 20009 with flag 765002/765002
52.59/51.13	c cleaning 10000 clauses out of 20009 with flag 775003/775003
53.09/51.68	c cleaning 9999 clauses out of 20007 with flag 785001/785001
53.69/52.25	c cleaning 10001 clauses out of 20007 with flag 795000/795000
54.20/52.80	c cleaning 9999 clauses out of 20009 with flag 805003/805003
54.79/53.33	c cleaning 10001 clauses out of 20009 with flag 815002/815002
55.30/53.86	c cleaning 9998 clauses out of 20006 with flag 825000/825000
55.89/54.41	c cleaning 10001 clauses out of 20008 with flag 835000/835000
56.40/54.91	c cleaning 10002 clauses out of 20008 with flag 845001/845001
56.89/55.47	c cleaning 9999 clauses out of 20005 with flag 855000/855000
57.10/55.62	c starts		: 207
57.10/55.62	c conflicts		: 858100
57.10/55.62	c decisions		: 1331768
57.10/55.62	c propagations		: 23846599
57.10/55.62	c inspects		: 248945925
57.10/55.62	c learnt literals	: 5
57.10/55.62	c learnt binary clauses	: 71
57.10/55.62	c learnt ternary clauses	: 788
57.10/55.62	c learnt clauses	: 858094
57.10/55.62	c ignored clauses	: 0
57.10/55.62	c root simplifications	: 0
57.10/55.62	c removed literals (reason simplification)	: 5884977
57.10/55.62	c reason swapping (by a shorter reason)	: 0
57.10/55.62	c Calls to reduceDB	: 87
57.10/55.62	c number of reductions to clauses (during analyze)	: 0
57.10/55.62	c number of learned constraints concerned by reduction	: 0
57.10/55.62	c number of learning phase by resolution	: 0
57.10/55.62	c number of learning phase by cutting planes	: 0
57.10/55.62	c speed (assignments/second)	: 4435751.302083333
57.10/55.62	c non guided choices	2200
57.10/55.62	c learnt constraints type 
57.10/55.62	c constraints type 
57.10/55.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
57.10/55.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
57.10/55.62	s OPTIMUM FOUND
57.10/55.62	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 
57.10/55.62	c objective function=1
57.10/55.62	c Total wall clock time (in seconds): 55.528

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698611-1278327319/watcher-2698611-1278327319 -o /tmp/evaluation-result-2698611-1278327319/solver-2698611-1278327319 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698611-1278327319.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.92 1.99 1.91 2/196 4375
/proc/meminfo: memFree=32067804/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=13436 CPUtime=0
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 1057 0 0 0 0 0 0 0 25 0 2 0 946037 13758464 540 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 3359 540 231 10 0 1202 0
[pid=4375/tid=4376] ppid=4373 vsize=13440 CPUtime=0
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 20 0 0 0 0 0 0 0 25 0 2 0 946038 13762560 545 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0334629 s]
/proc/loadavg: 1.92 1.99 1.91 2/196 4375
/proc/meminfo: memFree=32067804/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1525308 CPUtime=0.02
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 3743 0 1 0 2 0 0 0 25 0 13 0 946037 1561915392 3184 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 381327 3184 1035 10 0 378637 0
[pid=4375/tid=4376] ppid=4373 vsize=1525308 CPUtime=0.02
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 2676 0 1 0 2 0 0 0 25 0 13 0 946038 1561915392 3184 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1525308

[startup+0.100449 s]
/proc/loadavg: 1.92 1.99 1.91 2/196 4375
/proc/meminfo: memFree=32067804/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1530028 CPUtime=0.11
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 5231 0 1 0 11 0 0 0 25 0 18 0 946037 1566748672 4664 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 382507 4664 1347 10 0 379810 0
[pid=4375/tid=4376] ppid=4373 vsize=1530028 CPUtime=0.08
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 3565 0 1 0 8 0 0 0 25 0 18 0 946038 1566748672 4664 4089446400 134512640 134550932 4289219616 18446744073709551615 103614655 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530028

[startup+0.300414 s]
/proc/loadavg: 1.92 1.99 1.91 2/196 4375
/proc/meminfo: memFree=32067804/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1533844 CPUtime=0.61
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 7005 0 1 0 60 1 0 0 25 0 19 0 946037 1570656256 6363 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 383461 6363 1421 10 0 380764 0
[pid=4375/tid=4376] ppid=4373 vsize=1533844 CPUtime=0.28
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 4296 0 1 0 28 0 0 0 25 0 19 0 946038 1570656256 6363 4089446400 134512640 134550932 4289219616 18446744073709551615 4108891316 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533844

[startup+0.700398 s]
/proc/loadavg: 1.92 1.99 1.91 2/196 4375
/proc/meminfo: memFree=32067804/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1533844 CPUtime=1.11
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 10657 0 1 0 110 1 0 0 25 0 19 0 946037 1570656256 9930 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 383461 9930 1439 10 0 380764 0
[pid=4375/tid=4376] ppid=4373 vsize=1533844 CPUtime=0.68
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 7377 0 1 0 67 1 0 0 25 0 19 0 946038 1570656256 9930 4089446400 134512640 134550932 4289219616 18446744073709551615 4109266220 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1533844

[startup+1.50133 s]
/proc/loadavg: 1.92 1.99 1.91 4/215 4394
/proc/meminfo: memFree=32034008/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1533844 CPUtime=1.94
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 11667 0 1 0 192 2 0 0 25 0 19 0 946037 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 383461 10939 1439 10 0 380764 0
[pid=4375/tid=4376] ppid=4373 vsize=1533844 CPUtime=1.47
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 7867 0 1 0 146 1 0 0 25 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4159365314 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1533844 CPUtime=0.01
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 366 0 0 0 1 0 0 0 16 0 19 0 946039 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1533844 CPUtime=0.21
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 722 0 0 0 21 0 0 0 19 0 19 0 946041 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1533844 CPUtime=0.23
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 1014 0 0 0 23 0 0 0 15 0 19 0 946042 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) R 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 946042 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1570656256 10939 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1533844

[startup+3.10092 s]
/proc/loadavg: 1.92 1.99 1.91 3/215 4394
/proc/meminfo: memFree=32026692/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1533844 CPUtime=3.6
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 13067 0 1 0 358 2 0 0 25 0 19 0 946037 1570656256 12191 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 383461 12191 1440 10 0 380764 0
[pid=4375/tid=4376] ppid=4373 vsize=1533844 CPUtime=3.03
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 8374 0 1 0 302 1 0 0 25 0 19 0 946038 1570656256 12191 4089446400 134512640 134550932 4289219616 18446744073709551615 4109232663 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 12191 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 12191 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 289 0 0 0 0 0 0 0 16 0 19 0 946038 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1533844 CPUtime=0.04
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 558 0 0 0 4 0 0 0 16 0 19 0 946039 1570656256 12192 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1533844 CPUtime=0.21
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 722 0 0 0 21 0 0 0 15 0 19 0 946041 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1533844 CPUtime=0.28
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 1192 0 0 0 28 0 0 0 15 0 19 0 946042 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 946042 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1533844 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1570656256 12193 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533844

[startup+6.30147 s]
/proc/loadavg: 1.93 1.99 1.91 3/215 4394
/proc/meminfo: memFree=32010928/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1533404 CPUtime=6.85
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 16474 0 1 0 682 3 0 0 25 0 19 0 946037 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 383351 15484 1440 10 0 380654 0
[pid=4375/tid=4376] ppid=4373 vsize=1533404 CPUtime=6.17
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 11521 0 1 0 616 1 0 0 25 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4109324121 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 19 0 946038 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1533404 CPUtime=0.08
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 767 0 0 0 8 0 0 0 16 0 19 0 946039 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1533404 CPUtime=0.22
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 722 0 0 0 22 0 0 0 15 0 19 0 946041 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1533404 CPUtime=0.31
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 1240 0 0 0 31 0 0 0 15 0 19 0 946042 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 946042 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1533404 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1570205696 15484 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1533404


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

/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 157 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 158 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1540608 CPUtime=0.9
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 1245 0 0 0 89 1 0 0 15 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1540608 CPUtime=0.68
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 2272 0 0 0 68 0 0 0 15 0 19 0 946041 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1540608 CPUtime=0.7
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 7295 0 0 0 69 1 0 0 15 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.79
Current children cumulated vsize (KiB) 1540608

[startup+55.1008 s]
/proc/loadavg: 1.97 1.99 1.91 3/215 4396
/proc/meminfo: memFree=31996908/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1540608 CPUtime=56.59
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 25590 0 1 0 5653 6 0 0 25 0 19 0 946037 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 385152 18657 1444 10 0 382455 0
[pid=4375/tid=4376] ppid=4373 vsize=1540608 CPUtime=54.04
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 12529 0 1 0 5403 1 0 0 25 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4109288431 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 157 0 0 0 2 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 188 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 209 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 158 0 0 0 3 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1540608 CPUtime=0.92
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 1245 0 0 0 91 1 0 0 15 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1540608 CPUtime=0.68
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 2272 0 0 0 68 0 0 0 15 0 19 0 946041 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1540608 CPUtime=0.7
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 7295 0 0 0 69 1 0 0 15 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946042 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1577582592 18657 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.59
Current children cumulated vsize (KiB) 1540608

[startup+55.5008 s]
/proc/loadavg: 1.97 1.99 1.91 3/215 4396
/proc/meminfo: memFree=31996908/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1540608 CPUtime=57
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 25595 0 1 0 5694 6 0 0 25 0 19 0 946037 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 385152 18661 1444 10 0 382455 0
[pid=4375/tid=4376] ppid=4373 vsize=1540608 CPUtime=54.43
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 12530 0 1 0 5442 1 0 0 25 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4109301843 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 188 0 0 0 3 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 209 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 158 0 0 0 3 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1540608 CPUtime=0.93
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 1248 0 0 0 92 1 0 0 15 0 19 0 946039 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1540608 CPUtime=0.68
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 2272 0 0 0 68 0 0 0 15 0 19 0 946041 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1540608 CPUtime=0.7
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 7295 0 0 0 69 1 0 0 15 0 19 0 946042 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946042 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1577582592 18661 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57
Current children cumulated vsize (KiB) 1540608

[startup+55.6008 s]
/proc/loadavg: 1.97 1.99 1.91 3/215 4396
/proc/meminfo: memFree=31996908/32950940 swapFree=67111528/67111528
[pid=4375] ppid=4373 vsize=1540608 CPUtime=57.1
/proc/4375/stat : 4375 (java) S 4373 4375 3792 0 -1 4202496 25596 0 1 0 5704 6 0 0 25 0 19 0 946037 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4375/statm: 385152 18662 1444 10 0 382455 0
[pid=4375/tid=4376] ppid=4373 vsize=1540608 CPUtime=54.53
/proc/4375/task/4376/stat : 4376 (java) R 4373 4375 3792 0 -1 4202560 12531 0 1 0 5452 1 0 0 25 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4109254116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4375/tid=4378] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4378/stat : 4378 (java) S 4373 4375 3792 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4379] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4379/stat : 4379 (java) S 4373 4375 3792 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4380] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4380/stat : 4380 (java) S 4373 4375 3792 0 -1 4202560 58 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4381] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4381/stat : 4381 (java) S 4373 4375 3792 0 -1 4202560 188 0 0 0 3 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4382] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4382/stat : 4382 (java) S 4373 4375 3792 0 -1 4202560 209 0 0 0 3 0 0 0 16 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4383] ppid=4373 vsize=1540608 CPUtime=0.01
/proc/4375/task/4383/stat : 4383 (java) S 4373 4375 3792 0 -1 4202560 117 0 0 0 1 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4384] ppid=4373 vsize=1540608 CPUtime=0.03
/proc/4375/task/4384/stat : 4384 (java) S 4373 4375 3792 0 -1 4202560 158 0 0 0 3 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4385] ppid=4373 vsize=1540608 CPUtime=0.02
/proc/4375/task/4385/stat : 4385 (java) S 4373 4375 3792 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 19 0 946038 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4386] ppid=4373 vsize=1540608 CPUtime=0.93
/proc/4375/task/4386/stat : 4386 (java) S 4373 4375 3792 0 -1 4202560 1248 0 0 0 92 1 0 0 15 0 19 0 946039 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 0 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4387] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4387/stat : 4387 (java) S 4373 4375 3792 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4388] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4388/stat : 4388 (java) S 4373 4375 3792 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946039 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4389] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4389/stat : 4389 (java) S 4373 4375 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 946041 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 4 0 0 0
[pid=4375/tid=4390] ppid=4373 vsize=1540608 CPUtime=0.68
/proc/4375/task/4390/stat : 4390 (java) S 4373 4375 3792 0 -1 4202560 2272 0 0 0 68 0 0 0 15 0 19 0 946041 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 3 0 0 0
[pid=4375/tid=4391] ppid=4373 vsize=1540608 CPUtime=0.7
/proc/4375/task/4391/stat : 4391 (java) S 4373 4375 3792 0 -1 4202560 7295 0 0 0 69 1 0 0 15 0 19 0 946042 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 6 0 0 0
[pid=4375/tid=4392] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4392/stat : 4392 (java) S 4373 4375 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 946042 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 2 0 0 0
[pid=4375/tid=4393] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4393/stat : 4393 (java) S 4373 4375 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946042 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
[pid=4375/tid=4394] ppid=4373 vsize=1540608 CPUtime=0
/proc/4375/task/4394/stat : 4394 (java) S 4373 4375 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 946053 1577582592 18662 4089446400 134512640 134550932 4289219616 18446744073709551615 4294960144 0 4 0 16800975 18446604453948064128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.1
Current children cumulated vsize (KiB) 1540608

Child status: 30
Real time (s): 55.6305
CPU time (s): 57.1313
CPU user time (s): 57.0673
CPU system time (s): 0.06399
CPU usage (%): 102.698
Max. virtual memory (cumulated for all children) (KiB): 1547596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0673
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25609
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= 3392
involuntary context switches= 11223

runsolver used 0.108983 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node117 at 2010-07-05 12:55:20
IDJOB=2698611
IDBENCH=79192
IDSOLVER=1211
FILE ID=node117/2698611-1278327319
PBS_JOBID= 11207463
Free space on /tmp= 74196 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.1110969860--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-2698611-1278327319/watcher-2698611-1278327319 -o /tmp/evaluation-result-2698611-1278327319/solver-2698611-1278327319 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698611-1278327319.wbo

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

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=1173001251

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.62
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.846
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	: 5251.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      32068332 kB
Buffers:         24576 kB
Cached:         291488 kB
SwapCached:          0 kB
Active:         553964 kB
Inactive:       228976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32068332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      466684 kB
Mapped:          20268 kB
Slab:            36076 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1638688 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= 74196 MiB
End job on node117 at 2010-07-05 12:56:15