Trace number 2698348

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 33.3739 32.4924

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
MD5SUM0277d37fd59797dc8ec4e2ab4996f836
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.170973
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.1.v20100705
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.01/0.09	c Pseudo Boolean Optimization
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c Stops conflict analysis at the first Unique Implication Point
0.01/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483s
0.01/0.09	c DB Simplification allowed=false
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-2698348-1278325540.wbo
0.01/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     197
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 => 28
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.98/0.56	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.33/0.82	c cleaning 4248 clauses out of 8504 with flag 11000/11000
1.33/0.85	c SATISFIABLE
1.33/0.85	c OPTIMIZING...
1.33/0.85	c Got one! Elapsed wall clock time (in seconds):0.759
1.33/0.85	o 366
1.54/1.10	c cleaning 5626 clauses out of 11257 with flag 18001/18001
1.94/1.44	c cleaning 6813 clauses out of 13631 with flag 26001/26001
2.35/1.85	c cleaning 7903 clauses out of 15817 with flag 35000/35000
2.85/2.32	c cleaning 8953 clauses out of 17914 with flag 45000/45000
3.25/2.72	c Got one! Elapsed wall clock time (in seconds):2.63
3.25/2.72	o 247
3.36/2.82	c cleaning 9478 clauses out of 18962 with flag 55001/55001
3.46/2.93	c Got one! Elapsed wall clock time (in seconds):2.837
3.46/2.93	o 123
3.86/3.32	c cleaning 9733 clauses out of 19484 with flag 65001/65001
4.28/3.78	c cleaning 9871 clauses out of 19752 with flag 75002/75002
4.90/4.31	c cleaning 9935 clauses out of 19879 with flag 85000/85000
5.29/4.77	c cleaning 9966 clauses out of 19944 with flag 95000/95000
5.80/5.22	c cleaning 9987 clauses out of 19980 with flag 105002/105002
6.20/5.68	c cleaning 9989 clauses out of 19991 with flag 115000/115000
6.70/6.15	c cleaning 10000 clauses out of 20004 with flag 125002/125002
7.20/6.62	c cleaning 9997 clauses out of 20002 with flag 135000/135000
7.60/7.06	c cleaning 9996 clauses out of 20005 with flag 145000/145000
8.00/7.49	c cleaning 10000 clauses out of 20012 with flag 155003/155003
8.50/7.91	c cleaning 10001 clauses out of 20009 with flag 165000/165000
8.90/8.36	c cleaning 10002 clauses out of 20009 with flag 175001/175001
9.00/8.49	c Got one! Elapsed wall clock time (in seconds):8.396
9.00/8.49	o 106
9.50/8.93	c cleaning 9998 clauses out of 20008 with flag 185002/185002
9.91/9.37	c cleaning 9996 clauses out of 20008 with flag 195000/195000
10.31/9.79	c cleaning 10002 clauses out of 20015 with flag 205003/205003
10.80/10.23	c cleaning 10000 clauses out of 20011 with flag 215001/215001
11.01/10.41	c Got one! Elapsed wall clock time (in seconds):10.322
11.01/10.41	o 100
11.31/10.70	c cleaning 10001 clauses out of 20010 with flag 225000/225000
11.71/11.19	c cleaning 10001 clauses out of 20011 with flag 235002/235002
12.21/11.69	c cleaning 9995 clauses out of 20008 with flag 245000/245000
12.72/12.18	c cleaning 10002 clauses out of 20013 with flag 255000/255000
12.82/12.27	c Got one! Elapsed wall clock time (in seconds):12.178
12.82/12.27	o 87
13.22/12.67	c cleaning 10001 clauses out of 20011 with flag 265000/265000
13.72/13.13	c cleaning 9999 clauses out of 20010 with flag 275000/275000
14.22/13.64	c cleaning 10001 clauses out of 20011 with flag 285000/285000
14.72/14.13	c cleaning 10004 clauses out of 20011 with flag 295001/295001
15.22/14.60	c cleaning 9994 clauses out of 20006 with flag 305000/305000
15.62/15.06	c cleaning 10000 clauses out of 20012 with flag 315000/315000
16.03/15.50	c cleaning 10000 clauses out of 20014 with flag 325002/325002
16.52/15.95	c cleaning 10002 clauses out of 20014 with flag 335002/335002
17.03/16.41	c cleaning 10005 clauses out of 20011 with flag 345001/345001
17.43/16.85	c cleaning 9997 clauses out of 20005 with flag 355000/355000
17.83/17.29	c cleaning 9999 clauses out of 20011 with flag 365003/365003
17.93/17.35	c Got one! Elapsed wall clock time (in seconds):17.26
17.93/17.35	o 79
18.33/17.79	c cleaning 10002 clauses out of 20011 with flag 375002/375002
18.83/18.27	c cleaning 10001 clauses out of 20007 with flag 385000/385000
19.34/18.77	c cleaning 9996 clauses out of 20006 with flag 395000/395000
19.83/19.25	c cleaning 9999 clauses out of 20011 with flag 405001/405001
20.23/19.70	c cleaning 9998 clauses out of 20011 with flag 415000/415000
20.73/20.20	c cleaning 10003 clauses out of 20014 with flag 425001/425001
21.23/20.70	c cleaning 10002 clauses out of 20011 with flag 435001/435001
21.73/21.16	c cleaning 10002 clauses out of 20010 with flag 445002/445002
22.23/21.60	c cleaning 10001 clauses out of 20007 with flag 455001/455001
22.64/22.01	c cleaning 9996 clauses out of 20006 with flag 465001/465001
23.03/22.41	c cleaning 10002 clauses out of 20009 with flag 475000/475000
23.43/22.86	c cleaning 10000 clauses out of 20007 with flag 485000/485000
23.83/23.29	c cleaning 10001 clauses out of 20007 with flag 495000/495000
24.33/23.71	c cleaning 10001 clauses out of 20007 with flag 505001/505001
24.74/24.12	c cleaning 9999 clauses out of 20005 with flag 515000/515000
25.14/24.56	c cleaning 9999 clauses out of 20006 with flag 525000/525000
25.54/24.98	c cleaning 9998 clauses out of 20009 with flag 535002/535002
25.94/25.39	c cleaning 9999 clauses out of 20010 with flag 545001/545001
26.44/25.81	c cleaning 10000 clauses out of 20011 with flag 555001/555001
26.84/26.21	c cleaning 10001 clauses out of 20012 with flag 565002/565002
27.24/26.66	c cleaning 10002 clauses out of 20011 with flag 575002/575002
27.44/26.81	c Got one! Elapsed wall clock time (in seconds):26.718
27.44/26.81	o 6
27.74/27.11	c cleaning 10002 clauses out of 20008 with flag 585001/585001
28.14/27.54	c cleaning 10000 clauses out of 20006 with flag 595001/595001
28.54/27.96	c cleaning 9999 clauses out of 20007 with flag 605002/605002
28.94/28.40	c cleaning 10001 clauses out of 20009 with flag 615003/615003
29.45/28.81	c cleaning 10000 clauses out of 20005 with flag 625000/625000
29.85/29.27	c cleaning 9999 clauses out of 20006 with flag 635001/635001
30.61/29.76	c cleaning 9999 clauses out of 20006 with flag 645001/645001
31.10/30.21	c cleaning 10001 clauses out of 20007 with flag 655001/655001
31.50/30.68	c cleaning 9998 clauses out of 20006 with flag 665001/665001
32.00/31.16	c cleaning 10001 clauses out of 20007 with flag 675000/675000
32.50/31.66	c cleaning 10001 clauses out of 20006 with flag 685000/685000
33.01/32.18	c cleaning 10000 clauses out of 20006 with flag 695001/695001
33.31/32.44	c starts		: 161
33.31/32.44	c conflicts		: 700724
33.31/32.44	c decisions		: 1081510
33.31/32.44	c propagations		: 15855894
33.31/32.44	c inspects		: 173886753
33.31/32.44	c learnt literals	: 7
33.31/32.44	c learnt binary clauses	: 20
33.31/32.44	c learnt ternary clauses	: 243
33.31/32.44	c learnt clauses	: 700716
33.31/32.44	c ignored clauses	: 0
33.31/32.44	c root simplifications	: 0
33.31/32.44	c removed literals (reason simplification)	: 6233467
33.31/32.44	c reason swapping (by a shorter reason)	: 0
33.31/32.44	c Calls to reduceDB	: 71
33.31/32.44	c number of reductions to clauses (during analyze)	: 0
33.31/32.44	c number of learned constraints concerned by reduction	: 0
33.31/32.44	c number of learning phase by resolution	: 0
33.31/32.44	c number of learning phase by cutting planes	: 0
33.31/32.44	c speed (assignments/second)	: 2817823.7071263553
33.31/32.44	c non guided choices	478
33.31/32.44	c learnt constraints type 
33.31/32.44	c constraints type 
33.31/32.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
33.31/32.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
33.31/32.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
33.31/32.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
33.31/32.44	s OPTIMUM FOUND
33.31/32.44	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 
33.31/32.44	c objective function=6
33.31/32.44	c Total wall clock time (in seconds): 32.346

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698348-1278325540/watcher-2698348-1278325540 -o /tmp/evaluation-result-2698348-1278325540/solver-2698348-1278325540 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698348-1278325540.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 1.99 1.69 3/196 4051
/proc/meminfo: memFree=32451564/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=13648 CPUtime=0
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 1158 0 0 0 0 0 0 0 19 0 2 0 768221 13975552 613 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 3411 613 291 10 0 1206 0
[pid=4051/tid=4052] ppid=4049 vsize=13684 CPUtime=0
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 133 0 0 0 0 0 0 0 21 0 2 0 768222 14012416 622 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 7 0 0 0

[startup+0.0246221 s]
/proc/loadavg: 2.09 1.99 1.69 3/196 4051
/proc/meminfo: memFree=32451564/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1525320 CPUtime=0.01
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 3617 0 1 0 1 0 0 0 19 0 13 0 768221 1561927680 3059 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 381330 3060 1014 10 0 378640 0
[pid=4051/tid=4052] ppid=4049 vsize=1525320 CPUtime=0.01
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 2551 0 1 0 1 0 0 0 24 0 13 0 768222 1561927680 3060 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1525320

[startup+0.100615 s]
/proc/loadavg: 2.09 1.99 1.69 3/196 4051
/proc/meminfo: memFree=32451564/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1529716 CPUtime=0.11
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 5229 0 1 0 10 1 0 0 19 0 18 0 768221 1566429184 4666 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 382429 4667 1347 10 0 379732 0
[pid=4051/tid=4052] ppid=4049 vsize=1529716 CPUtime=0.08
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 3581 0 1 0 7 1 0 0 18 0 18 0 768222 1566429184 4667 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529716

[startup+0.300591 s]
/proc/loadavg: 2.09 1.99 1.69 3/196 4051
/proc/meminfo: memFree=32451564/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1535300 CPUtime=0.61
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 7601 0 1 0 59 2 0 0 19 0 19 0 768221 1572147200 6551 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 383825 6551 1415 10 0 381128 0
[pid=4051/tid=4052] ppid=4049 vsize=1535300 CPUtime=0.28
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 4049 0 1 0 27 1 0 0 19 0 19 0 768222 1572147200 6551 4089446400 134512640 134550932 4290603056 18446744073709551615 103830411 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1535300

[startup+0.700458 s]
/proc/loadavg: 2.09 1.99 1.69 3/196 4051
/proc/meminfo: memFree=32451564/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1535300 CPUtime=1.21
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 8993 0 1 0 119 2 0 0 19 0 19 0 768221 1572147200 7941 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 383825 7941 1439 10 0 381128 0
[pid=4051/tid=4052] ppid=4049 vsize=1535300 CPUtime=0.67
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5004 0 1 0 66 1 0 0 19 0 19 0 768222 1572147200 7941 4089446400 134512640 134550932 4290603056 18446744073709551615 4109089052 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1535300

[startup+1.50138 s]
/proc/loadavg: 2.09 1.99 1.69 3/215 4070
/proc/meminfo: memFree=32423336/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1535300 CPUtime=2.05
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 9644 0 1 0 203 2 0 0 19 0 19 0 768221 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 383825 8589 1439 10 0 381128 0
[pid=4051/tid=4052] ppid=4049 vsize=1535300 CPUtime=1.43
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5063 0 1 0 142 1 0 0 17 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4109020023 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1535300 CPUtime=0.03
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 398 0 0 0 3 0 0 0 16 0 19 0 768223 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1535300 CPUtime=0.3
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1128 0 0 0 30 0 0 0 15 0 19 0 768226 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1535300 CPUtime=0.26
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 1405 0 0 0 26 0 0 0 15 0 19 0 768226 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768226 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1572147200 8589 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1535300

[startup+3.10109 s]
/proc/loadavg: 2.08 1.99 1.69 3/215 4070
/proc/meminfo: memFree=32420360/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1535300 CPUtime=3.66
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 10223 0 1 0 364 2 0 0 19 0 19 0 768221 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 383825 9165 1439 10 0 381128 0
[pid=4051/tid=4052] ppid=4049 vsize=1535300 CPUtime=3
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5292 0 1 0 299 1 0 0 19 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4108947236 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1535300 CPUtime=0.05
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 665 0 0 0 5 0 0 0 16 0 19 0 768223 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1535300 CPUtime=0.3
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1128 0 0 0 30 0 0 0 15 0 19 0 768226 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1535300 CPUtime=0.26
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 1405 0 0 0 26 0 0 0 15 0 19 0 768226 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768226 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1572147200 9165 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1535300

[startup+6.3015 s]
/proc/loadavg: 2.08 1.99 1.69 4/215 4070
/proc/meminfo: memFree=32417284/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1535300 CPUtime=6.9
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 10704 0 1 0 687 3 0 0 19 0 19 0 768221 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 383825 9638 1439 10 0 381128 0
[pid=4051/tid=4052] ppid=4049 vsize=1535300 CPUtime=6.12
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5671 0 1 0 611 1 0 0 25 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4109019340 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 768222 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1535300 CPUtime=0.12
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 710 0 0 0 12 0 0 0 16 0 19 0 768223 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1535300 CPUtime=0.33
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1134 0 0 0 33 0 0 0 15 0 19 0 768226 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1535300 CPUtime=0.26
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 1405 0 0 0 26 0 0 0 15 0 19 0 768226 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768226 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1535300 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1572147200 9638 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1535300


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

/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 214 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 24 0 0 0 1 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 114 0 0 0 1 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1540656 CPUtime=0.68
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 1024 0 0 0 67 1 0 0 15 0 19 0 768223 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1540656 CPUtime=0.37
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1261 0 0 0 37 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1540656 CPUtime=0.48
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 3487 0 0 0 48 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 1540656

[startup+31.9067 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4070
/proc/meminfo: memFree=32408784/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1540656 CPUtime=32.81
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 13303 0 1 0 3275 6 0 0 19 0 19 0 768221 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 385164 11340 1439 10 0 382467 0
[pid=4051/tid=4052] ppid=4049 vsize=1540656 CPUtime=31.07
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5731 0 1 0 3105 2 0 0 25 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4109037341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 123 0 0 0 2 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 214 0 0 0 1 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1540656 CPUtime=0.71
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 1026 0 0 0 70 1 0 0 15 0 19 0 768223 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1540656 CPUtime=0.37
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1261 0 0 0 37 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1540656 CPUtime=0.48
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 3487 0 0 0 48 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 32.81
Current children cumulated vsize (KiB) 1540656

[startup+32.3006 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4070
/proc/meminfo: memFree=32408784/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1540656 CPUtime=33.21
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 13304 0 1 0 3315 6 0 0 19 0 19 0 768221 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 385164 11340 1439 10 0 382467 0
[pid=4051/tid=4052] ppid=4049 vsize=1540656 CPUtime=31.45
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5732 0 1 0 3143 2 0 0 25 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4109062473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 123 0 0 0 2 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 214 0 0 0 1 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1540656 CPUtime=0.72
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 1026 0 0 0 71 1 0 0 15 0 19 0 768223 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1540656 CPUtime=0.37
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1261 0 0 0 37 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1540656 CPUtime=0.49
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 3487 0 0 0 49 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.21
Current children cumulated vsize (KiB) 1540656

[startup+32.4006 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4070
/proc/meminfo: memFree=32408784/32950928 swapFree=67111528/67111528
[pid=4051] ppid=4049 vsize=1540656 CPUtime=33.31
/proc/4051/stat : 4051 (java) S 4049 4051 3792 0 -1 4202496 13304 0 1 0 3325 6 0 0 19 0 19 0 768221 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4051/statm: 385164 11340 1439 10 0 382467 0
[pid=4051/tid=4052] ppid=4049 vsize=1540656 CPUtime=31.55
/proc/4051/task/4052/stat : 4052 (java) R 4049 4051 3792 0 -1 4202560 5732 0 1 0 3153 2 0 0 25 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4109039354 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4051/tid=4054] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4054/stat : 4054 (java) S 4049 4051 3792 0 -1 4202560 123 0 0 0 2 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4055] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4055/stat : 4055 (java) S 4049 4051 3792 0 -1 4202560 214 0 0 0 1 0 0 0 16 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4056] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4056/stat : 4056 (java) S 4049 4051 3792 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4057] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4057/stat : 4057 (java) S 4049 4051 3792 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4058] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4058/stat : 4058 (java) S 4049 4051 3792 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4059] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4059/stat : 4059 (java) S 4049 4051 3792 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 5 0 0 0
[pid=4051/tid=4060] ppid=4049 vsize=1540656 CPUtime=0.01
/proc/4051/task/4060/stat : 4060 (java) S 4049 4051 3792 0 -1 4202560 53 0 0 0 1 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4061] ppid=4049 vsize=1540656 CPUtime=0.02
/proc/4051/task/4061/stat : 4061 (java) S 4049 4051 3792 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 19 0 768222 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4062] ppid=4049 vsize=1540656 CPUtime=0.72
/proc/4051/task/4062/stat : 4062 (java) S 4049 4051 3792 0 -1 4202560 1026 0 0 0 71 1 0 0 15 0 19 0 768223 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 0 0 16800975 18446604454223575808 0 0 -1 7 0 0 0
[pid=4051/tid=4063] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4063/stat : 4063 (java) S 4049 4051 3792 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4064] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4064/stat : 4064 (java) S 4049 4051 3792 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 768224 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4065] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4065/stat : 4065 (java) S 4049 4051 3792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4066] ppid=4049 vsize=1540656 CPUtime=0.37
/proc/4051/task/4066/stat : 4066 (java) S 4049 4051 3792 0 -1 4202560 1261 0 0 0 37 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 0 0 0 0
[pid=4051/tid=4067] ppid=4049 vsize=1540656 CPUtime=0.49
/proc/4051/task/4067/stat : 4067 (java) S 4049 4051 3792 0 -1 4202560 3487 0 0 0 49 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
[pid=4051/tid=4068] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4068/stat : 4068 (java) S 4049 4051 3792 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4069] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4069/stat : 4069 (java) S 4049 4051 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 768226 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 1 0 0 0
[pid=4051/tid=4070] ppid=4049 vsize=1540656 CPUtime=0
/proc/4051/task/4070/stat : 4070 (java) S 4049 4051 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 768237 1577631744 11340 4089446400 134512640 134550932 4290603056 18446744073709551615 4294960144 0 4 0 16800975 18446604454223575808 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.31
Current children cumulated vsize (KiB) 1540656

Child status: 30
Real time (s): 32.4924
CPU time (s): 33.3739
CPU user time (s): 33.3039
CPU system time (s): 0.069989
CPU usage (%): 102.713
Max. virtual memory (cumulated for all children) (KiB): 1541516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.3039
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13320
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= 2599
involuntary context switches= 8742

runsolver used 0.06099 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-05 12:25:40
IDJOB=2698348
IDBENCH=78776
IDSOLVER=1211
FILE ID=node113/2698348-1278325540
PBS_JOBID= 11207469
Free space on /tmp= 74208 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.1111216411--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-2698348-1278325540/watcher-2698348-1278325540 -o /tmp/evaluation-result-2698348-1278325540/solver-2698348-1278325540 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698348-1278325540.wbo

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

MD5SUM BENCH= 0277d37fd59797dc8ec4e2ab4996f836
RANDOM SEED=1816425148

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32452076 kB
Buffers:         17272 kB
Cached:         289840 kB
SwapCached:          0 kB
Active:         172900 kB
Inactive:       226204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32452076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             916 kB
Writeback:           0 kB
AnonPages:       92508 kB
Mapped:          20244 kB
Slab:            35712 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1635608 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= 74208 MiB
End job on node113 at 2010-07-05 12:26:13