Trace number 2698645

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 40.7018 39.1968

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698645-1278327361.wbo
0.00/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.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.124
0.32/0.22	o 845
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.16
0.32/0.25	o 628
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.202
0.32/0.29	o 502
0.62/0.31	c Got one! Elapsed wall clock time (in seconds):0.222
0.62/0.31	o 466
0.62/0.33	c Got one! Elapsed wall clock time (in seconds):0.239
0.62/0.33	o 452
0.62/0.39	c Got one! Elapsed wall clock time (in seconds):0.298
0.62/0.39	o 443
0.80/0.42	c Got one! Elapsed wall clock time (in seconds):0.328
0.80/0.42	o 418
0.80/0.43	c Got one! Elapsed wall clock time (in seconds):0.341
0.80/0.43	o 414
0.80/0.46	c Got one! Elapsed wall clock time (in seconds):0.366
0.80/0.46	o 388
0.94/0.50	c Got one! Elapsed wall clock time (in seconds):0.407
0.94/0.50	o 372
0.94/0.56	c Got one! Elapsed wall clock time (in seconds):0.471
0.94/0.56	o 368
1.06/0.64	c Got one! Elapsed wall clock time (in seconds):0.552
1.06/0.64	o 366
1.06/0.68	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.18/0.72	c Got one! Elapsed wall clock time (in seconds):0.63
1.18/0.72	o 315
1.28/0.85	c Got one! Elapsed wall clock time (in seconds):0.755
1.28/0.85	o 311
1.49/1.08	c cleaning 4250 clauses out of 8503 with flag 11000/11000
1.61/1.17	c Got one! Elapsed wall clock time (in seconds):1.08
1.61/1.17	o 276
1.71/1.23	c Got one! Elapsed wall clock time (in seconds):1.137
1.71/1.23	o 255
1.81/1.36	c Got one! Elapsed wall clock time (in seconds):1.269
1.81/1.36	o 213
2.05/1.56	c cleaning 5624 clauses out of 11253 with flag 18000/18000
2.15/1.62	c Got one! Elapsed wall clock time (in seconds):1.526
2.15/1.62	o 211
2.37/1.84	c Got one! Elapsed wall clock time (in seconds):1.751
2.37/1.84	o 198
2.57/2.05	c cleaning 6812 clauses out of 13629 with flag 26000/26000
2.99/2.49	c Got one! Elapsed wall clock time (in seconds):2.396
2.99/2.49	o 195
3.18/2.69	c cleaning 7906 clauses out of 15818 with flag 35001/35001
3.29/2.77	c Got one! Elapsed wall clock time (in seconds):2.674
3.29/2.77	o 176
3.79/3.29	c Got one! Elapsed wall clock time (in seconds):3.195
3.79/3.29	o 159
3.99/3.41	c cleaning 8953 clauses out of 17912 with flag 45001/45001
4.59/4.08	c Got one! Elapsed wall clock time (in seconds):3.989
4.59/4.08	o 158
4.79/4.20	c cleaning 9475 clauses out of 18959 with flag 55001/55001
5.10/4.57	c Got one! Elapsed wall clock time (in seconds):4.476
5.10/4.57	o 143
5.54/4.94	c cleaning 9741 clauses out of 19489 with flag 65006/65006
5.54/4.95	c Got one! Elapsed wall clock time (in seconds):4.859
5.54/4.95	o 139
5.76/5.18	c Got one! Elapsed wall clock time (in seconds):5.085
5.76/5.18	o 135
6.37/5.71	c cleaning 9866 clauses out of 19744 with flag 75002/75002
6.57/5.90	c Got one! Elapsed wall clock time (in seconds):5.808
6.57/5.90	o 118
7.08/6.43	c cleaning 9934 clauses out of 19878 with flag 85002/85002
7.92/7.25	c cleaning 9968 clauses out of 19942 with flag 95000/95000
8.12/7.36	c Got one! Elapsed wall clock time (in seconds):7.265
8.12/7.36	o 103
9.13/7.95	c cleaning 9980 clauses out of 19974 with flag 105000/105000
9.83/8.68	c cleaning 9992 clauses out of 19995 with flag 115001/115001
9.94/8.74	c Got one! Elapsed wall clock time (in seconds):8.643
9.94/8.74	o 80
10.53/9.33	c cleaning 9998 clauses out of 20002 with flag 125000/125000
11.04/9.88	c Got one! Elapsed wall clock time (in seconds):9.783
11.04/9.88	o 75
11.17/9.96	c cleaning 10003 clauses out of 20009 with flag 135005/135005
11.80/10.59	c cleaning 9997 clauses out of 20002 with flag 145001/145001
12.22/10.93	c Got one! Elapsed wall clock time (in seconds):10.837
12.22/10.93	o 58
12.41/11.19	c cleaning 10000 clauses out of 20007 with flag 155003/155003
12.93/11.68	c cleaning 9998 clauses out of 20004 with flag 165000/165000
13.34/12.03	c Got one! Elapsed wall clock time (in seconds):11.933
13.34/12.03	o 56
13.53/12.27	c cleaning 9998 clauses out of 20006 with flag 175000/175000
14.04/12.77	c cleaning 10001 clauses out of 20010 with flag 185002/185002
14.64/13.38	c cleaning 10002 clauses out of 20010 with flag 195003/195003
14.94/13.68	c Got one! Elapsed wall clock time (in seconds):13.586
14.94/13.68	o 23
15.24/13.92	c cleaning 10000 clauses out of 20005 with flag 205000/205000
15.74/14.43	c cleaning 9999 clauses out of 20006 with flag 215001/215001
16.15/14.86	c Got one! Elapsed wall clock time (in seconds):14.765
16.15/14.86	o 21
16.25/14.92	c cleaning 10000 clauses out of 20008 with flag 225002/225002
16.75/15.44	c cleaning 9998 clauses out of 20006 with flag 235000/235000
16.86/15.50	c Got one! Elapsed wall clock time (in seconds):15.405
16.86/15.50	o 12
17.26/15.96	c cleaning 9997 clauses out of 20008 with flag 245000/245000
17.77/16.45	c cleaning 10005 clauses out of 20011 with flag 255000/255000
18.27/16.95	c cleaning 10002 clauses out of 20007 with flag 265001/265001
18.77/17.40	c cleaning 9998 clauses out of 20004 with flag 275000/275000
19.17/17.89	c cleaning 9999 clauses out of 20006 with flag 285000/285000
19.67/18.37	c cleaning 9999 clauses out of 20009 with flag 295002/295002
20.17/18.85	c cleaning 9999 clauses out of 20008 with flag 305000/305000
20.67/19.34	c cleaning 10004 clauses out of 20013 with flag 315004/315004
21.18/19.85	c cleaning 10000 clauses out of 20007 with flag 325002/325002
21.69/20.34	c cleaning 9998 clauses out of 20006 with flag 335001/335001
21.69/20.35	c Got one! Elapsed wall clock time (in seconds):20.258
21.69/20.35	o 11
22.20/20.83	c cleaning 9997 clauses out of 20007 with flag 345000/345000
22.69/21.39	c cleaning 10000 clauses out of 20011 with flag 355001/355001
23.20/21.88	c cleaning 10001 clauses out of 20011 with flag 365001/365001
23.70/22.36	c cleaning 10002 clauses out of 20012 with flag 375003/375003
24.21/22.85	c cleaning 10000 clauses out of 20007 with flag 385000/385000
24.73/23.30	c cleaning 10002 clauses out of 20008 with flag 395001/395001
25.13/23.76	c cleaning 9998 clauses out of 20005 with flag 405000/405000
25.64/24.23	c cleaning 10000 clauses out of 20008 with flag 415001/415001
26.04/24.68	c cleaning 9998 clauses out of 20008 with flag 425001/425001
26.54/25.12	c cleaning 10000 clauses out of 20011 with flag 435002/435002
26.94/25.57	c cleaning 9999 clauses out of 20009 with flag 445000/445000
27.44/26.07	c cleaning 9997 clauses out of 20011 with flag 455001/455001
27.94/26.57	c cleaning 10001 clauses out of 20013 with flag 465000/465000
28.44/27.02	c cleaning 10005 clauses out of 20012 with flag 475000/475000
28.85/27.50	c cleaning 9998 clauses out of 20009 with flag 485002/485002
29.35/27.98	c cleaning 10003 clauses out of 20009 with flag 495000/495000
29.86/28.42	c cleaning 9999 clauses out of 20006 with flag 505000/505000
30.26/28.87	c cleaning 10000 clauses out of 20009 with flag 515002/515002
30.46/29.05	c Got one! Elapsed wall clock time (in seconds):28.955
30.46/29.05	o 8
30.77/29.34	c cleaning 10001 clauses out of 20007 with flag 525000/525000
31.17/29.80	c cleaning 9998 clauses out of 20006 with flag 535000/535000
31.67/30.28	c cleaning 10001 clauses out of 20008 with flag 545000/545000
32.18/30.74	c cleaning 10001 clauses out of 20008 with flag 555001/555001
32.67/31.21	c cleaning 10001 clauses out of 20008 with flag 565002/565002
33.07/31.65	c cleaning 9996 clauses out of 20005 with flag 575000/575000
33.48/32.09	c cleaning 10001 clauses out of 20010 with flag 585001/585001
33.98/32.53	c cleaning 9995 clauses out of 20008 with flag 595000/595000
34.39/32.94	c cleaning 10002 clauses out of 20014 with flag 605001/605001
34.79/33.35	c cleaning 10001 clauses out of 20012 with flag 615001/615001
35.19/33.77	c cleaning 9999 clauses out of 20010 with flag 625000/625000
35.71/34.20	c cleaning 10001 clauses out of 20011 with flag 635000/635000
36.11/34.64	c cleaning 10000 clauses out of 20010 with flag 645000/645000
36.62/35.10	c cleaning 9999 clauses out of 20010 with flag 655000/655000
37.11/35.60	c cleaning 10003 clauses out of 20013 with flag 665002/665002
37.51/36.07	c cleaning 10002 clauses out of 20009 with flag 675001/675001
38.02/36.53	c cleaning 9998 clauses out of 20006 with flag 685000/685000
38.42/36.97	c cleaning 9999 clauses out of 20008 with flag 695000/695000
38.92/37.46	c cleaning 10002 clauses out of 20012 with flag 705003/705003
39.42/37.94	c cleaning 10000 clauses out of 20007 with flag 715000/715000
39.93/38.46	c cleaning 9996 clauses out of 20007 with flag 725000/725000
40.42/38.95	c cleaning 10003 clauses out of 20012 with flag 735001/735001
40.63/39.14	c starts		: 205
40.63/39.14	c conflicts		: 739242
40.63/39.14	c decisions		: 1132859
40.63/39.14	c propagations		: 17650447
40.63/39.14	c inspects		: 183537402
40.63/39.14	c learnt literals	: 7
40.63/39.14	c learnt binary clauses	: 56
40.63/39.14	c learnt ternary clauses	: 395
40.63/39.14	c learnt clauses	: 739234
40.63/39.14	c ignored clauses	: 0
40.63/39.14	c root simplifications	: 0
40.63/39.14	c removed literals (reason simplification)	: 5925929
40.63/39.14	c reason swapping (by a shorter reason)	: 0
40.63/39.14	c Calls to reduceDB	: 75
40.63/39.14	c number of reductions to clauses (during analyze)	: 0
40.63/39.14	c number of learned constraints concerned by reduction	: 0
40.63/39.14	c number of learning phase by resolution	: 0
40.63/39.14	c number of learning phase by cutting planes	: 0
40.63/39.14	c speed (assignments/second)	: 1748088.2440328812
40.63/39.14	c non guided choices	2042
40.63/39.14	c learnt constraints type 
40.63/39.14	c constraints type 
40.63/39.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
40.63/39.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
40.63/39.14	s OPTIMUM FOUND
40.63/39.14	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 
40.63/39.14	c objective function=8
40.63/39.14	c Total wall clock time (in seconds): 39.052

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698645-1278327361/watcher-2698645-1278327361 -o /tmp/evaluation-result-2698645-1278327361/solver-2698645-1278327361 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698645-1278327361.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.96 2.01 1.92 3/196 4519
/proc/meminfo: memFree=32406196/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=13696 CPUtime=0
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 1164 0 0 0 0 0 0 0 18 0 2 0 950857 14024704 619 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 3434 623 299 10 0 1206 0
[pid=4519/tid=4520] ppid=4517 vsize=13684 CPUtime=0
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 142 0 0 0 0 0 0 0 19 0 2 0 950857 14012416 631 4089446400 134512640 134550932 4293620240 18446744073709551615 10637232 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.096919 s]
/proc/loadavg: 1.96 2.01 1.92 3/196 4519
/proc/meminfo: memFree=32406196/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1529700 CPUtime=0.11
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 5202 0 1 0 10 1 0 0 18 0 18 0 950857 1566412800 4639 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 382425 4640 1347 10 0 379728 0
[pid=4519/tid=4520] ppid=4517 vsize=1529700 CPUtime=0.08
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 3551 0 1 0 7 1 0 0 18 0 18 0 950857 1566412800 4640 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529700

[startup+0.10094 s]
/proc/loadavg: 1.96 2.01 1.92 3/196 4519
/proc/meminfo: memFree=32406196/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1529700 CPUtime=0.11
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 5226 0 1 0 10 1 0 0 18 0 18 0 950857 1566412800 4663 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 382425 4663 1347 10 0 379728 0
[pid=4519/tid=4520] ppid=4517 vsize=1529700 CPUtime=0.08
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 3575 0 1 0 7 1 0 0 18 0 18 0 950857 1566412800 4664 4089446400 134512640 134550932 4293620240 18446744073709551615 105877635 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529700

[startup+0.303914 s]
/proc/loadavg: 1.96 2.01 1.92 3/196 4519
/proc/meminfo: memFree=32406196/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533204 CPUtime=0.62
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 6866 0 1 0 61 1 0 0 18 0 19 0 950857 1570000896 6211 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383301 6211 1421 10 0 380604 0
[pid=4519/tid=4520] ppid=4517 vsize=1533204 CPUtime=0.29
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 4205 0 1 0 28 1 0 0 18 0 19 0 950857 1570000896 6211 4089446400 134512640 134550932 4293620240 18446744073709551615 4109782785 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533204

[startup+0.700843 s]
/proc/loadavg: 1.96 2.01 1.92 3/196 4519
/proc/meminfo: memFree=32406196/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533204 CPUtime=1.18
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 10197 0 1 0 116 2 0 0 18 0 19 0 950857 1570000896 9540 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383301 9540 1439 10 0 380604 0
[pid=4519/tid=4520] ppid=4517 vsize=1533204 CPUtime=0.67
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 7006 0 1 0 66 1 0 0 18 0 19 0 950857 1570000896 9540 4089446400 134512640 134550932 4293620240 18446744073709551615 4109774466 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1533204

[startup+1.50068 s]
/proc/loadavg: 1.96 2.01 1.92 3/215 4538
/proc/meminfo: memFree=32374232/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533204 CPUtime=2.05
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 10697 0 1 0 203 2 0 0 18 0 19 0 950857 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383301 10039 1442 10 0 380604 0
[pid=4519/tid=4520] ppid=4517 vsize=1533204 CPUtime=1.46
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 7009 0 1 0 145 1 0 0 19 0 19 0 950857 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4109745488 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533204 CPUtime=0.01
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 370 0 0 0 1 0 0 0 16 0 19 0 950859 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533204 CPUtime=0.3
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 817 0 0 0 30 0 0 0 15 0 19 0 950861 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533204 CPUtime=0.25
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 813 0 0 0 25 0 0 0 15 0 19 0 950861 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950861 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1570000896 10039 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1533204

[startup+3.10139 s]
/proc/loadavg: 1.96 2.01 1.92 3/215 4538
/proc/meminfo: memFree=32368520/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533204 CPUtime=3.69
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 12951 0 1 0 367 2 0 0 18 0 19 0 950857 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383301 12290 1442 10 0 380604 0
[pid=4519/tid=4520] ppid=4517 vsize=1533204 CPUtime=3.03
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 8800 0 1 0 301 2 0 0 22 0 19 0 950857 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4109745353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533204 CPUtime=0.04
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 545 0 0 0 4 0 0 0 16 0 19 0 950859 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533204 CPUtime=0.32
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 821 0 0 0 32 0 0 0 15 0 19 0 950861 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533204 CPUtime=0.27
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 815 0 0 0 27 0 0 0 15 0 19 0 950861 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950861 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1570000896 12290 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1533204

[startup+6.30078 s]
/proc/loadavg: 1.96 2.01 1.92 3/215 4538
/proc/meminfo: memFree=32358836/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533204 CPUtime=6.98
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 14099 0 1 0 695 3 0 0 18 0 19 0 950857 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383301 13432 1444 10 0 380604 0
[pid=4519/tid=4520] ppid=4517 vsize=1533204 CPUtime=6.18
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 9646 0 1 0 616 2 0 0 25 0 19 0 950857 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4109763274 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533204 CPUtime=0.01
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 223 0 0 0 1 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 950858 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533204 CPUtime=0.08
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 769 0 0 0 8 0 0 0 15 0 19 0 950859 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533204 CPUtime=0.32
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 821 0 0 0 32 0 0 0 15 0 19 0 950861 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533204 CPUtime=0.34
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 831 0 0 0 34 0 0 0 15 0 19 0 950861 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 950861 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533204 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1570000896 13432 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 1533204


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

/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 100 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533108 CPUtime=0.05
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 180 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533108 CPUtime=0.02
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 134 0 0 0 2 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 91 0 0 0 3 0 0 0 16 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 226 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533108 CPUtime=0.75
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 1137 0 0 0 73 2 0 0 15 0 19 0 950859 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533108 CPUtime=0.57
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 3663 0 0 0 57 0 0 0 15 0 19 0 950861 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533108 CPUtime=0.72
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 3305 0 0 0 72 0 0 0 15 0 19 0 950861 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 950861 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1569902592 15643 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.22
Current children cumulated vsize (KiB) 1533108

[startup+38.3007 s]
/proc/loadavg: 1.97 2.00 1.92 3/215 4539
/proc/meminfo: memFree=32349432/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533108 CPUtime=39.82
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 21644 0 1 0 3973 9 0 0 18 0 19 0 950857 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383277 15644 1444 10 0 380580 0
[pid=4519/tid=4520] ppid=4517 vsize=1533108 CPUtime=37.36
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 11357 0 1 0 3734 2 0 0 25 0 19 0 950857 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4109707942 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 100 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533108 CPUtime=0.05
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 180 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533108 CPUtime=0.02
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 134 0 0 0 2 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 92 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 226 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533108 CPUtime=0.78
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 1137 0 0 0 76 2 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533108 CPUtime=0.57
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 3663 0 0 0 57 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533108 CPUtime=0.72
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 3305 0 0 0 72 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.82
Current children cumulated vsize (KiB) 1533108

[startup+38.7006 s]
/proc/loadavg: 1.97 2.00 1.92 3/215 4539
/proc/meminfo: memFree=32349184/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533108 CPUtime=40.22
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 21645 0 1 0 4013 9 0 0 18 0 19 0 950857 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383277 15644 1444 10 0 380580 0
[pid=4519/tid=4520] ppid=4517 vsize=1533108 CPUtime=37.74
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 11358 0 1 0 3772 2 0 0 25 0 19 0 950857 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4109380714 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 100 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533108 CPUtime=0.05
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 180 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533108 CPUtime=0.02
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 134 0 0 0 2 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 92 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 226 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533108 CPUtime=0.79
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 1137 0 0 0 77 2 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533108 CPUtime=0.57
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 3663 0 0 0 57 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533108 CPUtime=0.72
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 3305 0 0 0 72 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 950861 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1569902592 15644 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.22
Current children cumulated vsize (KiB) 1533108

[startup+39.1015 s]
/proc/loadavg: 1.97 2.00 1.92 3/215 4539
/proc/meminfo: memFree=32349184/32950928 swapFree=67111528/67111528
[pid=4519] ppid=4517 vsize=1533108 CPUtime=40.63
/proc/4519/stat : 4519 (java) S 4517 4519 3796 0 -1 4202496 21649 0 1 0 4054 9 0 0 18 0 19 0 950857 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4519/statm: 383277 15647 1444 10 0 380580 0
[pid=4519/tid=4520] ppid=4517 vsize=1533108 CPUtime=38.13
/proc/4519/task/4520/stat : 4520 (java) R 4517 4519 3796 0 -1 4202560 11360 0 1 0 3811 2 0 0 25 0 19 0 950857 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4109763451 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4519/tid=4522] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4522/stat : 4522 (java) S 4517 4519 3796 0 -1 4202560 100 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 7 0 0 0
[pid=4519/tid=4523] ppid=4517 vsize=1533108 CPUtime=0.05
/proc/4519/task/4523/stat : 4523 (java) S 4517 4519 3796 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4524] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4524/stat : 4524 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4525] ppid=4517 vsize=1533108 CPUtime=0.03
/proc/4519/task/4525/stat : 4525 (java) S 4517 4519 3796 0 -1 4202560 180 0 0 0 3 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 2 0 0 0
[pid=4519/tid=4526] ppid=4517 vsize=1533108 CPUtime=0.02
/proc/4519/task/4526/stat : 4526 (java) S 4517 4519 3796 0 -1 4202560 134 0 0 0 2 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 4 0 0 0
[pid=4519/tid=4527] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4527/stat : 4527 (java) S 4517 4519 3796 0 -1 4202560 94 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4528] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4528/stat : 4528 (java) S 4517 4519 3796 0 -1 4202560 137 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4529] ppid=4517 vsize=1533108 CPUtime=0.04
/proc/4519/task/4529/stat : 4529 (java) S 4517 4519 3796 0 -1 4202560 226 0 0 0 4 0 0 0 15 0 19 0 950858 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4530] ppid=4517 vsize=1533108 CPUtime=0.8
/proc/4519/task/4530/stat : 4530 (java) S 4517 4519 3796 0 -1 4202560 1137 0 0 0 78 2 0 0 15 0 19 0 950859 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 0 0 16800975 18446604471134464704 0 0 -1 6 0 0 0
[pid=4519/tid=4531] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4531/stat : 4531 (java) S 4517 4519 3796 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4532] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4532/stat : 4532 (java) S 4517 4519 3796 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 950859 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4533] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4533/stat : 4533 (java) S 4517 4519 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 950861 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4534] ppid=4517 vsize=1533108 CPUtime=0.57
/proc/4519/task/4534/stat : 4534 (java) S 4517 4519 3796 0 -1 4202560 3663 0 0 0 57 0 0 0 15 0 19 0 950861 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
[pid=4519/tid=4535] ppid=4517 vsize=1533108 CPUtime=0.73
/proc/4519/task/4535/stat : 4535 (java) S 4517 4519 3796 0 -1 4202560 3305 0 0 0 73 0 0 0 15 0 19 0 950861 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 3 0 0 0
[pid=4519/tid=4536] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4536/stat : 4536 (java) S 4517 4519 3796 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 950861 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 1 0 0 0
[pid=4519/tid=4537] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4537/stat : 4537 (java) S 4517 4519 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 950861 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 5 0 0 0
[pid=4519/tid=4538] ppid=4517 vsize=1533108 CPUtime=0
/proc/4519/task/4538/stat : 4538 (java) S 4517 4519 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 950873 1569902592 15647 4089446400 134512640 134550932 4293620240 18446744073709551615 4294960144 0 4 0 16800975 18446604471134464704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.63
Current children cumulated vsize (KiB) 1533108

Child status: 30
Real time (s): 39.1968
CPU time (s): 40.7018
CPU user time (s): 40.5998
CPU system time (s): 0.101984
CPU usage (%): 103.84
Max. virtual memory (cumulated for all children) (KiB): 1546880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.5998
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21663
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= 3203
involuntary context switches= 11012

runsolver used 0.071989 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 12:56:01
IDJOB=2698645
IDBENCH=79209
IDSOLVER=1211
FILE ID=node114/2698645-1278327361
PBS_JOBID= 11207467
Free space on /tmp= 74200 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.1110970444--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-2698645-1278327361/watcher-2698645-1278327361 -o /tmp/evaluation-result-2698645-1278327361/solver-2698645-1278327361 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698645-1278327361.wbo

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

MD5SUM BENCH= 1440dfbec92f7e530a692a301b0ef2cf
RANDOM SEED=1283462612

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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:     32950928 kB
MemFree:      32406956 kB
Buffers:         25412 kB
Cached:         307376 kB
SwapCached:          0 kB
Active:         191956 kB
Inactive:       251680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32406956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      110728 kB
Mapped:          20332 kB
Slab:            36016 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1639848 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= 74200 MiB
End job on node114 at 2010-07-05 12:56:40