Trace number 2698326

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 32.991 32.0317

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-66-100-0.wbo
MD5SUM65e65c03fc0fa050f7280e0971164c23
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.52492
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698326-1278325535.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c #vars     198
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.60/0.35	c SATISFIABLE
0.60/0.35	c OPTIMIZING...
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.257
0.60/0.35	o 231
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.276
0.60/0.37	o 165
0.82/0.42	c Got one! Elapsed wall clock time (in seconds):0.326
0.82/0.42	o 155
0.96/0.55	c cleaning 2498 clauses out of 5001 with flag 5001/5001
0.96/0.59	c Got one! Elapsed wall clock time (in seconds):0.49
0.96/0.59	o 144
1.08/0.61	c Got one! Elapsed wall clock time (in seconds):0.51
1.08/0.61	o 64
1.30/0.83	c cleaning 4249 clauses out of 8502 with flag 11000/11000
1.51/1.06	c Got one! Elapsed wall clock time (in seconds):0.959
1.51/1.06	o 20
1.61/1.18	c cleaning 5625 clauses out of 11254 with flag 18001/18001
2.01/1.52	c Got one! Elapsed wall clock time (in seconds):1.419
2.01/1.52	o 19
2.12/1.60	c cleaning 6812 clauses out of 13631 with flag 26003/26003
2.52/2.00	c cleaning 7901 clauses out of 15816 with flag 35000/35000
2.73/2.28	c Got one! Elapsed wall clock time (in seconds):2.18
2.73/2.28	o 1
3.03/2.58	c cleaning 8959 clauses out of 17919 with flag 45004/45004
3.64/3.17	c cleaning 9475 clauses out of 18958 with flag 55002/55002
4.26/3.73	c cleaning 9738 clauses out of 19482 with flag 65001/65001
4.77/4.25	c cleaning 9866 clauses out of 19744 with flag 75001/75001
5.37/4.89	c cleaning 9931 clauses out of 19877 with flag 85000/85000
5.97/5.45	c cleaning 9969 clauses out of 19947 with flag 95001/95001
6.47/5.98	c cleaning 9983 clauses out of 19977 with flag 105000/105000
6.97/6.44	c cleaning 9993 clauses out of 19994 with flag 115000/115000
7.57/7.02	c cleaning 9997 clauses out of 20002 with flag 125001/125001
8.07/7.55	c cleaning 9999 clauses out of 20005 with flag 135001/135001
8.58/8.06	c cleaning 10000 clauses out of 20005 with flag 145000/145000
9.09/8.57	c cleaning 10000 clauses out of 20006 with flag 155001/155001
9.59/9.04	c cleaning 9999 clauses out of 20006 with flag 165001/165001
10.09/9.58	c cleaning 9999 clauses out of 20006 with flag 175000/175000
10.69/10.11	c cleaning 10001 clauses out of 20010 with flag 185003/185003
11.19/10.61	c cleaning 9999 clauses out of 20007 with flag 195001/195001
11.69/11.11	c cleaning 9999 clauses out of 20008 with flag 205001/205001
12.20/11.64	c cleaning 10003 clauses out of 20012 with flag 215004/215004
12.71/12.14	c cleaning 9998 clauses out of 20006 with flag 225001/225001
13.20/12.67	c cleaning 10000 clauses out of 20007 with flag 235000/235000
13.72/13.17	c cleaning 9999 clauses out of 20008 with flag 245001/245001
14.22/13.62	c cleaning 10001 clauses out of 20009 with flag 255001/255001
14.72/14.18	c cleaning 9999 clauses out of 20008 with flag 265001/265001
15.42/14.81	c cleaning 10002 clauses out of 20009 with flag 275001/275001
15.94/15.35	c cleaning 9999 clauses out of 20006 with flag 285000/285000
16.53/15.91	c cleaning 9999 clauses out of 20007 with flag 295000/295000
17.04/16.45	c cleaning 9997 clauses out of 20008 with flag 305000/305000
17.54/16.98	c cleaning 10003 clauses out of 20014 with flag 315003/315003
18.15/17.58	c cleaning 10000 clauses out of 20008 with flag 325000/325000
18.75/18.11	c cleaning 10002 clauses out of 20009 with flag 335001/335001
19.26/18.66	c cleaning 9996 clauses out of 20007 with flag 345001/345001
19.85/19.24	c cleaning 10001 clauses out of 20013 with flag 355003/355003
20.46/19.82	c cleaning 10001 clauses out of 20011 with flag 365002/365002
21.06/20.42	c cleaning 9998 clauses out of 20008 with flag 375000/375000
21.66/21.00	c cleaning 10001 clauses out of 20010 with flag 385000/385000
22.27/21.68	c cleaning 10003 clauses out of 20011 with flag 395002/395002
22.97/22.30	c cleaning 10000 clauses out of 20007 with flag 405001/405001
23.57/22.93	c cleaning 9998 clauses out of 20006 with flag 415000/415000
24.07/23.47	c cleaning 10002 clauses out of 20009 with flag 425001/425001
24.68/24.03	c cleaning 10000 clauses out of 20007 with flag 435001/435001
25.18/24.54	c cleaning 10000 clauses out of 20009 with flag 445003/445003
25.68/25.10	c cleaning 9998 clauses out of 20006 with flag 455000/455000
26.28/25.65	c cleaning 10000 clauses out of 20008 with flag 465000/465000
26.79/26.17	c cleaning 9994 clauses out of 20008 with flag 475000/475000
27.39/26.74	c cleaning 10002 clauses out of 20014 with flag 485000/485000
27.90/27.23	c cleaning 10003 clauses out of 20013 with flag 495001/495001
28.40/27.78	c cleaning 10002 clauses out of 20009 with flag 505000/505000
29.01/28.32	c cleaning 9997 clauses out of 20008 with flag 515001/515001
29.51/28.89	c cleaning 10003 clauses out of 20011 with flag 525001/525001
30.11/29.41	c cleaning 9998 clauses out of 20007 with flag 535000/535000
30.61/29.97	c cleaning 9999 clauses out of 20010 with flag 545001/545001
31.22/30.59	c cleaning 10003 clauses out of 20011 with flag 555001/555001
31.82/31.17	c cleaning 10001 clauses out of 20008 with flag 565001/565001
32.45/31.78	c cleaning 9999 clauses out of 20005 with flag 575000/575000
32.86/31.99	c starts		: 161
32.86/31.99	c conflicts		: 579496
32.86/31.99	c decisions		: 793698
32.86/31.99	c propagations		: 12156064
32.86/31.99	c inspects		: 190302944
32.86/31.99	c learnt literals	: 6
32.86/31.99	c learnt binary clauses	: 17
32.86/31.99	c learnt ternary clauses	: 137
32.86/31.99	c learnt clauses	: 579489
32.86/31.99	c ignored clauses	: 0
32.86/31.99	c root simplifications	: 0
32.86/31.99	c removed literals (reason simplification)	: 6904324
32.86/31.99	c reason swapping (by a shorter reason)	: 0
32.86/31.99	c Calls to reduceDB	: 59
32.86/31.99	c number of reductions to clauses (during analyze)	: 0
32.86/31.99	c number of learned constraints concerned by reduction	: 0
32.86/31.99	c number of learning phase by resolution	: 0
32.86/31.99	c number of learning phase by cutting planes	: 0
32.86/31.99	c speed (assignments/second)	: 409129.77921378566
32.86/31.99	c non guided choices	311
32.86/31.99	c learnt constraints type 
32.86/31.99	c constraints type 
32.86/31.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
32.86/31.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
32.86/31.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
32.86/31.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
32.86/31.99	s OPTIMUM FOUND
32.86/31.99	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 
32.86/31.99	c objective function=1
32.86/31.99	c Total wall clock time (in seconds): 31.894

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-2698326-1278325535/watcher-2698326-1278325535 -o /tmp/evaluation-result-2698326-1278325535/solver-2698326-1278325535 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698326-1278325535.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.77 1.95 1.72 1/171 4004
/proc/meminfo: memFree=32351420/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1832 CPUtime=0
/proc/4004/stat : 4004 (java6) S 4002 4004 3818 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 767359 1875968 154 4089446400 134512640 134550932 4293533904 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699109054 0 0 17 3 0 0 0
/proc/4004/statm: 458 154 116 10 0 63 0

[startup+0.061108 s]
/proc/loadavg: 1.77 1.95 1.72 1/171 4004
/proc/meminfo: memFree=32351420/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1528568 CPUtime=0.05
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 4103 0 1 0 4 1 0 0 18 0 18 0 767359 1565253632 3542 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 382142 3542 1078 10 0 379445 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528568

[startup+0.101099 s]
/proc/loadavg: 1.77 1.95 1.72 1/171 4004
/proc/meminfo: memFree=32351420/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1529708 CPUtime=0.11
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 5188 0 1 0 10 1 0 0 18 0 18 0 767359 1566420992 4625 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 382427 4625 1345 10 0 379730 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529708

[startup+0.301057 s]
/proc/loadavg: 1.77 1.95 1.72 1/171 4004
/proc/meminfo: memFree=32351420/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=0.6
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 7549 0 1 0 58 2 0 0 18 0 19 0 767359 1572347904 6591 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 6591 1415 10 0 381177 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1535496

[startup+0.700995 s]
/proc/loadavg: 1.77 1.95 1.72 1/171 4004
/proc/meminfo: memFree=32351420/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=1.18
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 9230 0 1 0 116 2 0 0 18 0 19 0 767359 1572347904 8270 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 8270 1439 10 0 381177 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1535496

[startup+1.50086 s]
/proc/loadavg: 1.78 1.95 1.72 2/190 4023
/proc/meminfo: memFree=32322812/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=2.01
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 9803 0 1 0 199 2 0 0 18 0 19 0 767359 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 8841 1439 10 0 381177 0
[pid=4004/tid=4006] ppid=4002 vsize=1535496 CPUtime=1.44
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5278 0 1 0 143 1 0 0 25 0 19 0 767359 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4109653932 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 19 0 767360 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 426 0 0 0 2 0 0 0 15 0 19 0 767361 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1535496 CPUtime=0.27
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1169 0 0 0 27 0 0 0 15 0 19 0 767363 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1535496 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 1318 0 0 0 24 0 0 0 15 0 19 0 767363 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 767363 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1572347904 8841 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1535496

[startup+3.10058 s]
/proc/loadavg: 1.78 1.95 1.72 2/190 4023
/proc/meminfo: memFree=32320952/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=3.64
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 10086 0 1 0 362 2 0 0 18 0 19 0 767359 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 9121 1439 10 0 381177 0
[pid=4004/tid=4006] ppid=4002 vsize=1535496 CPUtime=3.01
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5279 0 1 0 300 1 0 0 25 0 19 0 767359 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4109712361 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1535496 CPUtime=0.05
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 590 0 0 0 5 0 0 0 15 0 19 0 767361 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1535496 CPUtime=0.3
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1178 0 0 0 30 0 0 0 15 0 19 0 767363 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1535496 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 1318 0 0 0 24 0 0 0 15 0 19 0 767363 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 767363 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1572347904 9121 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1535496

[startup+6.30109 s]
/proc/loadavg: 1.72 1.93 1.71 2/190 4023
/proc/meminfo: memFree=32320208/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=6.87
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 10344 0 1 0 684 3 0 0 18 0 19 0 767359 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 9372 1439 10 0 381177 0
[pid=4004/tid=4006] ppid=4002 vsize=1535496 CPUtime=6.13
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5324 0 1 0 612 1 0 0 25 0 19 0 767359 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4109746234 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1535496 CPUtime=0.11
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 742 0 0 0 11 0 0 0 15 0 19 0 767361 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1535496 CPUtime=0.31
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1181 0 0 0 31 0 0 0 15 0 19 0 767363 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1535496 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 1318 0 0 0 24 0 0 0 15 0 19 0 767363 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 767363 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1572347904 9372 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1535496

[startup+12.701 s]
/proc/loadavg: 1.74 1.94 1.71 3/213 4065
/proc/meminfo: memFree=32287784/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=13.32
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 10441 0 1 0 1328 4 0 0 18 0 19 0 767359 1572347904 9456 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 9456 1439 10 0 381177 0
[pid=4004/tid=4006] ppid=4002 vsize=1535496 CPUtime=12.38
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5337 0 1 0 1236 2 0 0 25 0 19 0 767359 1572347904 9456 4089446400 134512640 134550932 4292212464 18446744073709551615 4109746369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 767360 1572347904 9456 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0

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

/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 242 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 39 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 88 0 0 0 2 0 0 0 15 0 19 0 767360 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1535496 CPUtime=0.58
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 1004 0 0 0 57 1 0 0 15 0 19 0 767361 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1535496 CPUtime=0.31
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1181 0 0 0 31 0 0 0 15 0 19 0 767363 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1535496 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 1318 0 0 0 24 0 0 0 15 0 19 0 767363 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 767363 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1572347904 9671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (KiB) 1535496

[startup+31.5007 s]
/proc/loadavg: 1.82 1.94 1.72 3/213 4066
/proc/meminfo: memFree=32283644/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1535496 CPUtime=32.22
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 10701 0 1 0 3216 6 0 0 18 0 19 0 767359 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 383874 9678 1439 10 0 381177 0
[pid=4004/tid=4006] ppid=4002 vsize=1535496 CPUtime=30.78
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5371 0 1 0 3076 2 0 0 25 0 19 0 767359 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4109714061 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1535496 CPUtime=0.01
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 242 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1535496 CPUtime=0.02
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 39 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1535496 CPUtime=0.03
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 767360 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1535496 CPUtime=0.59
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 1013 0 0 0 58 1 0 0 15 0 19 0 767361 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1535496 CPUtime=0.31
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1181 0 0 0 31 0 0 0 15 0 19 0 767363 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1535496 CPUtime=0.24
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 1318 0 0 0 24 0 0 0 15 0 19 0 767363 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 767363 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1535496 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1572347904 9678 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.22
Current children cumulated vsize (KiB) 1535496

[startup+31.9066 s]
/proc/loadavg: 1.82 1.94 1.72 4/213 4066
/proc/meminfo: memFree=32279668/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1543688 CPUtime=32.86
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 13778 0 1 0 3279 7 0 0 18 0 19 0 767359 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 385922 11671 1439 10 0 383225 0
[pid=4004/tid=4006] ppid=4002 vsize=1543688 CPUtime=31.17
/proc/4004/task/4006/stat : 4006 (java) R 4002 4004 3818 0 -1 4202560 5373 0 1 0 3115 2 0 0 25 0 19 0 767359 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4109462090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1543688 CPUtime=0.01
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1543688 CPUtime=0.03
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1543688 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 242 0 0 0 3 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1543688 CPUtime=0.02
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1543688 CPUtime=0.02
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1543688 CPUtime=0.03
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1543688 CPUtime=0.03
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 39 0 0 0 3 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1543688 CPUtime=0.03
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 767360 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1543688 CPUtime=0.6
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 1020 0 0 0 59 1 0 0 15 0 19 0 767361 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1543688 CPUtime=0.36
/proc/4004/task/4019/stat : 4019 (java) S 4002 4004 3818 0 -1 4202560 1185 0 0 0 36 0 0 0 15 0 19 0 767363 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1543688 CPUtime=0.43
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 4382 0 0 0 43 0 0 0 16 0 19 0 767363 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 767363 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1543688 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1580736512 11671 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.86
Current children cumulated vsize (KiB) 1543688

[startup+32.0016 s]
/proc/loadavg: 1.82 1.94 1.72 4/213 4066
/proc/meminfo: memFree=32279668/32951132 swapFree=67111528/67111528
[pid=4004] ppid=4002 vsize=1544012 CPUtime=32.97
/proc/4004/stat : 4004 (java) S 4002 4004 3818 0 -1 4202496 13796 0 1 0 3290 7 0 0 18 0 19 0 767359 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4004/statm: 386003 11689 1440 10 0 383306 0
[pid=4004/tid=4006] ppid=4002 vsize=1544012 CPUtime=31.26
/proc/4004/task/4006/stat : 4006 (java) S 4002 4004 3818 0 -1 4202560 5379 0 1 0 3124 2 0 0 25 0 19 0 767359 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4007] ppid=4002 vsize=1544012 CPUtime=0.01
/proc/4004/task/4007/stat : 4007 (java) S 4002 4004 3818 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4008] ppid=4002 vsize=1544012 CPUtime=0.03
/proc/4004/task/4008/stat : 4008 (java) S 4002 4004 3818 0 -1 4202560 106 0 0 0 3 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4009] ppid=4002 vsize=1544012 CPUtime=0.03
/proc/4004/task/4009/stat : 4009 (java) S 4002 4004 3818 0 -1 4202560 242 0 0 0 3 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4010] ppid=4002 vsize=1544012 CPUtime=0.02
/proc/4004/task/4010/stat : 4010 (java) S 4002 4004 3818 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4011] ppid=4002 vsize=1544012 CPUtime=0.02
/proc/4004/task/4011/stat : 4011 (java) S 4002 4004 3818 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 2 0 0 0
[pid=4004/tid=4012] ppid=4002 vsize=1544012 CPUtime=0.03
/proc/4004/task/4012/stat : 4012 (java) S 4002 4004 3818 0 -1 4202560 130 0 0 0 3 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4013] ppid=4002 vsize=1544012 CPUtime=0.03
/proc/4004/task/4013/stat : 4013 (java) S 4002 4004 3818 0 -1 4202560 39 0 0 0 3 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 3 0 0 0
[pid=4004/tid=4014] ppid=4002 vsize=1544012 CPUtime=0.03
/proc/4004/task/4014/stat : 4014 (java) S 4002 4004 3818 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 767360 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 7 0 0 0
[pid=4004/tid=4015] ppid=4002 vsize=1544012 CPUtime=0.6
/proc/4004/task/4015/stat : 4015 (java) S 4002 4004 3818 0 -1 4202560 1020 0 0 0 59 1 0 0 15 0 19 0 767361 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 0 0 16800975 18446604471113376960 0 0 -1 6 0 0 0
[pid=4004/tid=4016] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4016/stat : 4016 (java) S 4002 4004 3818 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 767361 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4017] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4017/stat : 4017 (java) S 4002 4004 3818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 767361 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4018] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4018/stat : 4018 (java) S 4002 4004 3818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 767363 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
[pid=4004/tid=4019] ppid=4002 vsize=1544012 CPUtime=0.36
/proc/4004/task/4019/stat : 4019 (java) R 4002 4004 3818 0 -1 4202560 1192 0 0 0 36 0 0 0 15 0 19 0 767363 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 105869505 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4004/tid=4020] ppid=4002 vsize=1544012 CPUtime=0.43
/proc/4004/task/4020/stat : 4020 (java) S 4002 4004 3818 0 -1 4202560 4382 0 0 0 43 0 0 0 15 0 19 0 767363 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 5 0 0 0
[pid=4004/tid=4021] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4021/stat : 4021 (java) S 4002 4004 3818 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 767363 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 4 0 0 0
[pid=4004/tid=4022] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4022/stat : 4022 (java) S 4002 4004 3818 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 767363 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 0 0 0 0
[pid=4004/tid=4023] ppid=4002 vsize=1544012 CPUtime=0
/proc/4004/task/4023/stat : 4023 (java) S 4002 4004 3818 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 767374 1581068288 11689 4089446400 134512640 134550932 4292212464 18446744073709551615 4294960144 0 4 0 16800975 18446604471113376960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.97
Current children cumulated vsize (KiB) 1544012

Child status: 30
Real time (s): 32.0317
CPU time (s): 32.991
CPU user time (s): 32.913
CPU system time (s): 0.077988
CPU usage (%): 102.995
Max. virtual memory (cumulated for all children) (KiB): 1544012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.913
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13796
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= 2570
involuntary context switches= 11520

runsolver used 0.06099 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node131 at 2010-07-05 12:25:35
IDJOB=2698326
IDBENCH=78760
IDSOLVER=1211
FILE ID=node131/2698326-1278325535
PBS_JOBID= 11207436
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= 65e65c03fc0fa050f7280e0971164c23
RANDOM SEED=1472232476

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      32352056 kB
Buffers:         22140 kB
Cached:         415944 kB
SwapCached:          0 kB
Active:         141216 kB
Inactive:       358396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      32352056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             624 kB
Writeback:           0 kB
AnonPages:       61792 kB
Mapped:          14664 kB
Slab:            35716 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   183688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node131 at 2010-07-05 12:26:08