Trace number 2694837

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 37.7513 45.3538

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
MD5SUMab4536de5562fd774a511a0028d74eb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.283956
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c version 2.2.0.v20100531
0.03/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.06	c java.vm.version	11.2-b01
0.03/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.06	c sun.arch.data.model	32
0.03/0.06	c java.version		1.6.0_12
0.03/0.06	c os.name		Linux
0.03/0.06	c os.version		2.6.18-164.el5
0.03/0.06	c os.arch		i386
0.03/0.06	c Free memory 		1393557488
0.03/0.06	c Max memory 		1395916800
0.03/0.06	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	
0.12/0.10	c solving HOME/instance-2694837-1278544030.wbo
0.12/0.10	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.061s.
0.12/0.16	c #vars     270
0.12/0.16	c #constraints  101
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.33/0.27	c And the winner is Resolution
1.36/1.16	c SATISFIABLE
1.36/1.16	c OPTIMIZING...
1.36/1.16	c Got one! Elapsed wall clock time (in seconds):1.066
1.36/1.16	o 488
1.48/1.20	c And the winner is Resolution
1.60/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
1.60/2.17	o 463
1.60/2.19	c And the winner is Resolution
1.65/3.17	c Got one! Elapsed wall clock time (in seconds):3.073
1.65/3.17	o 394
1.65/3.20	c And the winner is Resolution
1.95/4.17	c Got one! Elapsed wall clock time (in seconds):4.078
1.95/4.17	o 380
2.00/4.21	c And the winner is Resolution
2.16/5.18	c Got one! Elapsed wall clock time (in seconds):5.081
2.16/5.18	o 319
2.16/5.19	c And the winner is Resolution
2.23/6.18	c Got one! Elapsed wall clock time (in seconds):6.084
2.23/6.18	o 300
2.26/6.21	c And the winner is Resolution
2.33/7.18	c Got one! Elapsed wall clock time (in seconds):7.086
2.33/7.18	o 292
2.37/7.23	c And the winner is Resolution
2.49/8.19	c Got one! Elapsed wall clock time (in seconds):8.089
2.49/8.19	o 280
2.53/8.22	c And the winner is Resolution
2.61/9.19	c Got one! Elapsed wall clock time (in seconds):9.092
2.61/9.19	o 235
2.64/9.26	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.64/9.27	c And the winner is Resolution
2.98/10.19	c Got one! Elapsed wall clock time (in seconds):10.095
2.98/10.19	o 230
2.99/10.25	c And the winner is Resolution
3.15/11.20	c Got one! Elapsed wall clock time (in seconds):11.099
3.15/11.20	o 228
3.43/11.31	c And the winner is Resolution
3.48/12.20	c Got one! Elapsed wall clock time (in seconds):12.101
3.48/12.20	o 223
3.48/12.27	c And the winner is Resolution
3.71/13.20	c Got one! Elapsed wall clock time (in seconds):13.103
3.71/13.20	o 195
3.72/13.23	c And the winner is Resolution
3.83/14.20	c Got one! Elapsed wall clock time (in seconds):14.106
3.83/14.20	o 181
3.83/14.26	c cleaning 4251 clauses out of 8508 with flag 11005/11005
4.07/14.35	c And the winner is Resolution
4.18/15.21	c Got one! Elapsed wall clock time (in seconds):15.111
4.18/15.21	o 167
4.18/15.30	c And the winner is Resolution
4.36/16.21	c Got one! Elapsed wall clock time (in seconds):16.114
4.36/16.21	o 165
4.53/16.30	c And the winner is Resolution
4.55/17.21	c Got one! Elapsed wall clock time (in seconds):17.117
4.55/17.21	o 149
4.71/17.30	c cleaning 5624 clauses out of 11252 with flag 18000/18000
4.71/17.33	c And the winner is Resolution
4.78/18.22	c Got one! Elapsed wall clock time (in seconds):18.12
4.78/18.22	o 104
4.95/18.35	c And the winner is Resolution
5.11/19.22	c Got one! Elapsed wall clock time (in seconds):19.122
5.11/19.22	o 99
5.26/19.34	c And the winner is Resolution
5.59/20.22	c Got one! Elapsed wall clock time (in seconds):20.125
5.59/20.22	o 89
5.94/20.41	c cleaning 6809 clauses out of 13629 with flag 26001/26001
6.15/20.54	c And the winner is Resolution
6.53/21.23	c Got one! Elapsed wall clock time (in seconds):21.129
6.53/21.23	o 85
6.87/21.40	c And the winner is Resolution
6.88/22.23	c Got one! Elapsed wall clock time (in seconds):22.131
6.88/22.23	o 56
7.22/22.49	c cleaning 7908 clauses out of 15819 with flag 35000/35000
8.61/23.13	c cleaning 8953 clauses out of 17911 with flag 45000/45000
9.99/23.85	c cleaning 9475 clauses out of 18958 with flag 55000/55000
11.36/24.53	c cleaning 9739 clauses out of 19483 with flag 65000/65000
12.54/25.14	c cleaning 9868 clauses out of 19744 with flag 75000/75000
13.73/25.74	c cleaning 9930 clauses out of 19876 with flag 85000/85000
14.91/26.31	c cleaning 9968 clauses out of 19948 with flag 95002/95002
14.91/26.39	c And the winner is Resolution
15.11/27.24	c Got one! Elapsed wall clock time (in seconds):27.14
15.11/27.24	o 33
16.04/27.71	c cleaning 9984 clauses out of 19978 with flag 105000/105000
17.03/28.27	c cleaning 9994 clauses out of 19996 with flag 115002/115002
18.21/28.83	c cleaning 9996 clauses out of 20000 with flag 125000/125000
18.39/28.95	c And the winner is Resolution
27.74/38.26	c Got one! Elapsed wall clock time (in seconds):38.16
27.74/38.26	o 28
28.67/38.72	c cleaning 9998 clauses out of 20006 with flag 135002/135002
29.04/38.91	c And the winner is Resolution
31.00/41.26	c Got one! Elapsed wall clock time (in seconds):41.165
31.00/41.26	o 14
31.68/41.66	c cleaning 10001 clauses out of 20007 with flag 145001/145001
32.86/42.22	c cleaning 10002 clauses out of 20007 with flag 155002/155002
33.83/42.77	c cleaning 9999 clauses out of 20003 with flag 165000/165000
35.01/43.30	c cleaning 9998 clauses out of 20004 with flag 175000/175000
35.99/43.85	c cleaning 10001 clauses out of 20006 with flag 185000/185000
37.01/44.33	c And the winner is Resolution
37.69/45.32	c starts		: 139
37.69/45.32	c conflicts		: 193312
37.69/45.32	c decisions		: 285202
37.69/45.32	c propagations		: 4988510
37.69/45.32	c inspects		: 57906931
37.69/45.32	c learnt literals	: 6
37.69/45.32	c learnt binary clauses	: 23
37.69/45.32	c learnt ternary clauses	: 66
37.69/45.32	c learnt clauses	: 193305
37.69/45.32	c ignored clauses	: 0
37.69/45.32	c root simplifications	: 0
37.69/45.32	c removed literals (reason simplification)	: 1910761
37.69/45.32	c reason swapping (by a shorter reason)	: 0
37.69/45.32	c Calls to reduceDB	: 20
37.69/45.32	c number of reductions to clauses (during analyze)	: 0
37.69/45.32	c number of learned constraints concerned by reduction	: 0
37.69/45.32	c number of learning phase by resolution	: 0
37.69/45.32	c number of learning phase by cutting planes	: 0
37.69/45.32	c speed (assignments/second)	: 1229302.6121241993
37.69/45.32	c non guided choices	1377
37.69/45.32	c learnt constraints type 
37.69/45.32	c constraints type 
37.69/45.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
37.69/45.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
37.69/45.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
37.69/45.32	c constraints type 
37.69/45.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
37.69/45.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
37.69/45.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
37.69/45.32	s OPTIMUM FOUND
37.69/45.32	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 
37.69/45.32	c objective function=14
37.69/45.32	c Total wall clock time (in seconds): 45.225

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694837-1278544030/watcher-2694837-1278544030 -o /tmp/evaluation-result-2694837-1278544030/solver-2694837-1278544030 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694837-1278544030.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: 0.06 0.23 0.83 2/197 21054
/proc/meminfo: memFree=29571208/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=13652 CPUtime=0
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 1128 0 0 0 0 0 0 0 22 0 2 0 22615841 13979648 597 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 3413 597 276 10 0 1206 0
[pid=21054/tid=21055] ppid=21052 vsize=13600 CPUtime=0
/proc/21054/task/21055/stat : 21055 (java) R 21052 21054 20284 0 -1 4202560 95 0 0 0 0 0 0 0 18 0 2 0 22615842 13926400 602 4089446400 134512640 134550932 4293951488 18446744073709551615 10210416 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0387621 s]
/proc/loadavg: 0.06 0.23 0.83 2/197 21054
/proc/meminfo: memFree=29571208/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1525320 CPUtime=0.03
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 3853 0 1 0 2 1 0 0 22 0 13 0 22615841 1561927680 3294 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 381330 3294 1045 10 0 378640 0
[pid=21054/tid=21055] ppid=21052 vsize=1525320 CPUtime=0.02
/proc/21054/task/21055/stat : 21055 (java) R 21052 21054 20284 0 -1 4202560 2783 0 1 0 2 0 0 0 19 0 13 0 22615842 1561927680 3294 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525320

[startup+0.100775 s]
/proc/loadavg: 0.06 0.23 0.83 2/197 21054
/proc/meminfo: memFree=29571208/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1529832 CPUtime=0.12
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 5276 0 1 0 11 1 0 0 22 0 18 0 22615841 1566547968 4713 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 382458 4717 1350 10 0 379761 0
[pid=21054/tid=21055] ppid=21052 vsize=1529832 CPUtime=0.09
/proc/21054/task/21055/stat : 21055 (java) R 21052 21054 20284 0 -1 4202560 3605 0 1 0 8 1 0 0 18 0 18 0 22615842 1566547968 4717 4089446400 134512640 134550932 4293951488 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529832

[startup+0.300742 s]
/proc/loadavg: 0.06 0.23 0.83 2/197 21054
/proc/meminfo: memFree=29571208/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1539632 CPUtime=0.71
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 9135 0 1 0 69 2 0 0 22 0 21 0 22615841 1576583168 7721 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 384908 7721 1420 10 0 382211 0
[pid=21054/tid=21055] ppid=21052 vsize=1539632 CPUtime=0.15
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4014 0 1 0 14 1 0 0 19 0 21 0 22615842 1576583168 7721 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1539632

[startup+0.70072 s]
/proc/loadavg: 0.06 0.23 0.83 2/197 21054
/proc/meminfo: memFree=29571208/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1545960 CPUtime=1.36
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 13688 0 1 0 133 3 0 0 22 0 20 0 22615841 1583063040 9940 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 386490 9940 1422 10 0 383793 0
[pid=21054/tid=21055] ppid=21052 vsize=1545960 CPUtime=0.15
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4014 0 1 0 14 1 0 0 19 0 20 0 22615842 1583063040 9940 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1545960

[startup+1.50158 s]
/proc/loadavg: 0.06 0.23 0.83 1/217 21078
/proc/meminfo: memFree=29536732/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1545960 CPUtime=1.6
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 15922 0 1 0 157 3 0 0 22 0 20 0 22615841 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 386490 12038 1425 10 0 383793 0
[pid=21054/tid=21055] ppid=21052 vsize=1545960 CPUtime=0.15
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4027 0 1 0 14 1 0 0 19 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22615842 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 22615843 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 22615844 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 22615844 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615846 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1545960 CPUtime=0.64
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 5061 0 0 0 63 1 0 0 15 0 20 0 22615846 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1545960 CPUtime=0.42
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 2652 0 0 0 42 0 0 0 15 0 20 0 22615846 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 22615846 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 20 0 22615846 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1583063040 12038 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1545960

[startup+3.10119 s]
/proc/loadavg: 0.05 0.23 0.82 1/217 21082
/proc/meminfo: memFree=29526564/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1545960 CPUtime=1.65
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 16906 0 1 0 162 3 0 0 22 0 20 0 22615841 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 386490 13021 1425 10 0 383793 0
[pid=21054/tid=21055] ppid=21052 vsize=1545960 CPUtime=0.15
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4040 0 1 0 14 1 0 0 19 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22615842 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 20 0 22615843 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 22615844 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 22615844 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615846 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1545960 CPUtime=0.64
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 5061 0 0 0 63 1 0 0 15 0 20 0 22615846 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1545960 CPUtime=0.43
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 2652 0 0 0 43 0 0 0 15 0 20 0 22615846 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 22615846 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 20 0 22615846 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1545960 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1583063040 13021 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1545960
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 0.05 0.23 0.82 1/193 21159
/proc/meminfo: memFree=29540956/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1546092 CPUtime=2.33
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 26631 0 1 0 229 4 0 0 22 0 20 0 22615841 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 386523 21470 1425 10 0 383826 0
[pid=21054/tid=21055] ppid=21052 vsize=1546092 CPUtime=0.15
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4088 0 1 0 14 1 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 20 0 22615842 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 22615843 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 22615844 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 20 0 22615844 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615846 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1546092 CPUtime=0.83
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 6000 0 0 0 82 1 0 0 15 0 20 0 22615846 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1546092 CPUtime=0.68
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 3107 0 0 0 68 0 0 0 15 0 20 0 22615846 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 22615846 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1546092 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 22615846 1583198208 21470 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0

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

/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 22 0 22615842 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1548744 CPUtime=0.45
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 4259 0 0 0 44 1 0 0 15 0 22 0 22615843 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 22615844 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 22615844 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22615846 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1548744 CPUtime=1.21
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 8120 0 0 0 119 2 0 0 15 0 22 0 22615846 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1548744 CPUtime=1.07
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 3166 0 0 0 107 0 0 0 15 0 22 0 22615846 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 22615846 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 22615846 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 22615858 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 22615858 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21489] ppid=21052 vsize=1548744 CPUtime=1.73
/proc/21054/task/21489/stat : 21489 (java) R 21052 21054 20284 0 -1 4202560 1 0 0 0 173 0 0 0 22 0 22 0 22619968 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4109617184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21054/tid=21490] ppid=21052 vsize=1548744 CPUtime=1.72
/proc/21054/task/21490/stat : 21490 (java) R 21052 21054 20284 0 -1 4202560 4 0 0 0 172 0 0 0 22 0 22 0 22619968 1585913856 52773 4089446400 134512640 134550932 4293951488 18446744073709551615 4109316149 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.61
Current children cumulated vsize (KiB) 1548744

[startup+44.7008 s]
/proc/loadavg: 0.33 0.27 0.81 3/192 21490
/proc/meminfo: memFree=29407884/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1548744 CPUtime=37.46
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 60166 0 1 0 3733 13 0 0 22 0 21 0 22615841 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 387186 53084 1451 10 0 384489 0
[pid=21054/tid=21055] ppid=21052 vsize=1548744 CPUtime=0.16
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4124 0 1 0 15 1 0 0 18 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1548744 CPUtime=0.03
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1548744 CPUtime=0.01
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 406 0 0 0 1 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 697 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 504 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 659 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 594 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 759 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 21 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1548744 CPUtime=0.51
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 4564 0 0 0 50 1 0 0 15 0 21 0 22615843 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 21 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1548744 CPUtime=1.22
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 8120 0 0 0 120 2 0 0 15 0 21 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1548744 CPUtime=1.13
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 3168 0 0 0 113 0 0 0 15 0 21 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 21 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 21 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 21 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21490] ppid=21052 vsize=1548744 CPUtime=3.25
/proc/21054/task/21490/stat : 21490 (java) R 21052 21054 20284 0 -1 4202560 6 0 0 0 325 0 0 0 25 0 21 0 22619968 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4109738817 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37.46
Current children cumulated vsize (KiB) 1548744

[startup+45.1068 s]
/proc/loadavg: 0.33 0.27 0.81 1/190 21490
/proc/meminfo: memFree=29408000/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1548744 CPUtime=37.66
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 60167 0 1 0 3753 13 0 0 22 0 20 0 22615841 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 387186 53084 1451 10 0 384489 0
[pid=21054/tid=21055] ppid=21052 vsize=1548744 CPUtime=0.16
/proc/21054/task/21055/stat : 21055 (java) S 21052 21054 20284 0 -1 4202560 4124 0 1 0 15 1 0 0 18 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1548744 CPUtime=0.03
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1548744 CPUtime=0.01
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 406 0 0 0 1 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 697 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 504 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 659 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 594 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 759 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1548744 CPUtime=0.51
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 4564 0 0 0 50 1 0 0 16 0 20 0 22615843 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1548744 CPUtime=1.22
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 8120 0 0 0 120 2 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1548744 CPUtime=1.13
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 3168 0 0 0 113 0 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.66
Current children cumulated vsize (KiB) 1548744

[startup+45.3007 s]
/proc/loadavg: 0.33 0.27 0.81 1/190 21490
/proc/meminfo: memFree=29408000/32951124 swapFree=67111528/67111528
[pid=21054] ppid=21052 vsize=1548744 CPUtime=37.69
/proc/21054/stat : 21054 (java) S 21052 21054 20284 0 -1 4202496 60167 0 1 0 3756 13 0 0 22 0 20 0 22615841 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21054/statm: 387186 53084 1451 10 0 384489 0
[pid=21054/tid=21055] ppid=21052 vsize=1548744 CPUtime=0.18
/proc/21054/task/21055/stat : 21055 (java) R 21052 21054 20284 0 -1 4202560 4124 0 1 0 17 1 0 0 18 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4109960512 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21054/tid=21057] ppid=21052 vsize=1548744 CPUtime=0.03
/proc/21054/task/21057/stat : 21057 (java) S 21052 21054 20284 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21058] ppid=21052 vsize=1548744 CPUtime=0.01
/proc/21054/task/21058/stat : 21058 (java) S 21052 21054 20284 0 -1 4202560 406 0 0 0 1 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21059] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21059/stat : 21059 (java) S 21052 21054 20284 0 -1 4202560 697 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21060] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21060/stat : 21060 (java) S 21052 21054 20284 0 -1 4202560 504 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21061] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21061/stat : 21061 (java) S 21052 21054 20284 0 -1 4202560 659 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 0 0 0 0
[pid=21054/tid=21062] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21062/stat : 21062 (java) S 21052 21054 20284 0 -1 4202560 594 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 2 0 0 0
[pid=21054/tid=21063] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21063/stat : 21063 (java) S 21052 21054 20284 0 -1 4202560 759 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 7 0 0 0
[pid=21054/tid=21064] ppid=21052 vsize=1548744 CPUtime=0.02
/proc/21054/task/21064/stat : 21064 (java) S 21052 21054 20284 0 -1 4202560 478 0 0 0 2 0 0 0 15 0 20 0 22615842 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21065] ppid=21052 vsize=1548744 CPUtime=0.51
/proc/21054/task/21065/stat : 21065 (java) S 21052 21054 20284 0 -1 4202560 4564 0 0 0 50 1 0 0 16 0 20 0 22615843 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 0 0 16800975 18446604469557431104 0 0 -1 5 0 0 0
[pid=21054/tid=21066] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21066/stat : 21066 (java) S 21052 21054 20284 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21067] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21067/stat : 21067 (java) S 21052 21054 20284 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 22615844 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21068] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21068/stat : 21068 (java) S 21052 21054 20284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21069] ppid=21052 vsize=1548744 CPUtime=1.22
/proc/21054/task/21069/stat : 21069 (java) S 21052 21054 20284 0 -1 4202560 8120 0 0 0 120 2 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21070] ppid=21052 vsize=1548744 CPUtime=1.13
/proc/21054/task/21070/stat : 21070 (java) S 21052 21054 20284 0 -1 4202560 3168 0 0 0 113 0 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 3 0 0 0
[pid=21054/tid=21071] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21071/stat : 21071 (java) S 21052 21054 20284 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 6 0 0 0
[pid=21054/tid=21072] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21072/stat : 21072 (java) S 21052 21054 20284 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 20 0 22615846 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 4 0 0 0
[pid=21054/tid=21077] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21077/stat : 21077 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
[pid=21054/tid=21078] ppid=21052 vsize=1548744 CPUtime=0
/proc/21054/task/21078/stat : 21078 (java) S 21052 21054 20284 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 22615858 1585913856 53084 4089446400 134512640 134550932 4293951488 18446744073709551615 4294960144 0 4 0 16800975 18446604469557431104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.69
Current children cumulated vsize (KiB) 1548744

Child status: 30
Real time (s): 45.3538
CPU time (s): 37.7513
CPU user time (s): 37.6023
CPU system time (s): 0.148977
CPU usage (%): 83.2373
Max. virtual memory (cumulated for all children) (KiB): 1548744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6023
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60177
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= 2448
involuntary context switches= 2556

runsolver used 0.081987 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 01:07:10
IDJOB=2694837
IDBENCH=79196
IDSOLVER=1207
FILE ID=node140/2694837-1278544030
PBS_JOBID= 11239467
Free space on /tmp= 73700 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694837-1278544030/watcher-2694837-1278544030 -o /tmp/evaluation-result-2694837-1278544030/solver-2694837-1278544030 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694837-1278544030.wbo

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

MD5SUM BENCH= ab4536de5562fd774a511a0028d74eb6
RANDOM SEED=2075337513

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29571604 kB
Buffers:        144860 kB
Cached:        2977948 kB
SwapCached:          0 kB
Active:        1185888 kB
Inactive:      2037480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29571604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1376 kB
Writeback:           0 kB
AnonPages:      100540 kB
Mapped:          20160 kB
Slab:            90120 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1635512 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= 73700 MiB
End job on node140 at 2010-07-08 01:07:56