Trace number 2694921

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. 63.1584 49.3541

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
MD5SUM769102c4365831847599c548efd52eec
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.246961
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 1225
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694921-1277924409.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.061s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.28	c And the winner is Resolution
1.36/1.17	c SATISFIABLE
1.36/1.17	c OPTIMIZING...
1.36/1.17	c Got one! Elapsed wall clock time (in seconds):1.065
1.36/1.17	o 411
1.48/1.20	c And the winner is Resolution
1.56/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
1.56/2.17	o 370
1.56/2.19	c And the winner is Resolution
1.67/3.17	c Got one! Elapsed wall clock time (in seconds):3.072
1.67/3.17	o 274
1.79/3.22	c And the winner is Resolution
1.95/4.18	c Got one! Elapsed wall clock time (in seconds):4.075
1.95/4.18	o 265
1.99/4.22	c And the winner is Resolution
2.09/5.18	c Got one! Elapsed wall clock time (in seconds):5.079
2.09/5.18	o 264
2.12/5.21	c And the winner is Resolution
2.19/6.18	c Got one! Elapsed wall clock time (in seconds):6.083
2.19/6.18	o 243
2.21/6.22	c And the winner is Resolution
2.27/7.19	c Got one! Elapsed wall clock time (in seconds):7.086
2.27/7.19	o 238
2.30/7.30	c cleaning 2497 clauses out of 5002 with flag 5002/5002
2.66/7.32	c And the winner is Resolution
2.97/8.19	c Got one! Elapsed wall clock time (in seconds):8.09
2.97/8.19	o 194
2.98/8.23	c And the winner is Resolution
3.15/9.19	c Got one! Elapsed wall clock time (in seconds):9.092
3.15/9.19	o 188
3.16/9.28	c And the winner is Resolution
3.33/10.20	c Got one! Elapsed wall clock time (in seconds):10.095
3.33/10.20	o 183
3.58/10.31	c And the winner is Resolution
3.65/11.20	c Got one! Elapsed wall clock time (in seconds):11.099
3.65/11.20	o 165
3.65/11.24	c And the winner is Resolution
3.72/12.20	c Got one! Elapsed wall clock time (in seconds):12.102
3.72/12.20	o 113
3.72/12.22	c cleaning 4248 clauses out of 8504 with flag 11001/11001
3.72/12.28	c And the winner is Resolution
3.86/13.21	c Got one! Elapsed wall clock time (in seconds):13.106
3.86/13.21	o 111
4.25/13.49	c cleaning 5625 clauses out of 11256 with flag 18001/18001
4.64/13.60	c And the winner is Resolution
4.67/14.21	c Got one! Elapsed wall clock time (in seconds):14.108
4.67/14.21	o 75
5.30/14.53	c cleaning 6812 clauses out of 13630 with flag 26000/26000
6.32/15.04	c cleaning 7903 clauses out of 15818 with flag 35000/35000
7.50/15.66	c cleaning 8954 clauses out of 17915 with flag 45000/45000
8.90/16.31	c cleaning 9478 clauses out of 18964 with flag 55003/55003
8.90/16.40	c And the winner is Resolution
9.12/17.22	c Got one! Elapsed wall clock time (in seconds):17.117
9.12/17.22	o 72
9.48/17.41	c And the winner is Resolution
9.53/18.22	c Got one! Elapsed wall clock time (in seconds):18.122
9.53/18.22	o 69
10.08/18.53	c cleaning 9734 clauses out of 19484 with flag 65001/65001
11.25/19.12	c cleaning 9871 clauses out of 19749 with flag 75000/75000
12.44/19.71	c cleaning 9936 clauses out of 19879 with flag 85001/85001
12.62/19.84	c And the winner is Resolution
12.71/20.23	c Got one! Elapsed wall clock time (in seconds):20.127
12.71/20.23	o 47
13.44/20.65	c cleaning 9968 clauses out of 19943 with flag 95001/95001
14.42/21.14	c cleaning 9982 clauses out of 19974 with flag 105000/105000
15.39/21.60	c cleaning 9989 clauses out of 19994 with flag 115002/115002
15.77/21.88	c And the winner is Resolution
16.82/23.24	c Got one! Elapsed wall clock time (in seconds):23.135
16.82/23.24	o 32
17.14/23.44	c cleaning 9999 clauses out of 20003 with flag 125000/125000
17.32/23.52	c And the winner is Resolution
17.45/24.24	c Got one! Elapsed wall clock time (in seconds):24.139
17.45/24.24	o 24
18.17/24.68	c cleaning 10000 clauses out of 20006 with flag 135002/135002
19.14/25.15	c cleaning 9997 clauses out of 20006 with flag 145002/145002
20.13/25.60	c cleaning 9999 clauses out of 20008 with flag 155001/155001
20.90/26.07	c cleaning 10003 clauses out of 20010 with flag 165002/165002
21.87/26.51	c cleaning 9999 clauses out of 20009 with flag 175004/175004
22.85/27.00	c cleaning 10002 clauses out of 20008 with flag 185002/185002
23.83/27.54	c cleaning 9998 clauses out of 20004 with flag 195000/195000
24.79/28.02	c cleaning 9998 clauses out of 20006 with flag 205000/205000
25.77/28.51	c cleaning 10003 clauses out of 20011 with flag 215003/215003
26.54/28.95	c cleaning 9998 clauses out of 20006 with flag 225001/225001
27.51/29.40	c cleaning 9999 clauses out of 20007 with flag 235000/235000
28.28/29.88	c cleaning 10001 clauses out of 20009 with flag 245001/245001
29.26/30.32	c cleaning 10000 clauses out of 20008 with flag 255001/255001
30.04/30.77	c cleaning 10001 clauses out of 20008 with flag 265001/265001
31.21/31.32	c cleaning 10000 clauses out of 20006 with flag 275000/275000
32.20/31.83	c cleaning 10000 clauses out of 20006 with flag 285000/285000
33.17/32.31	c cleaning 10002 clauses out of 20007 with flag 295001/295001
33.94/32.76	c cleaning 9999 clauses out of 20004 with flag 305000/305000
34.91/33.26	c cleaning 9995 clauses out of 20006 with flag 315001/315001
35.88/33.72	c cleaning 10001 clauses out of 20013 with flag 325003/325003
36.67/34.16	c cleaning 10001 clauses out of 20011 with flag 335002/335002
37.63/34.61	c cleaning 10000 clauses out of 20009 with flag 345001/345001
38.60/35.10	c cleaning 9997 clauses out of 20008 with flag 355000/355000
39.37/35.59	c cleaning 10000 clauses out of 20012 with flag 365001/365001
40.34/36.05	c cleaning 10004 clauses out of 20015 with flag 375004/375004
41.12/36.48	c cleaning 10000 clauses out of 20007 with flag 385000/385000
41.31/36.56	c And the winner is Resolution
41.45/37.27	c Got one! Elapsed wall clock time (in seconds):37.164
41.45/37.27	o 14
42.11/37.66	c cleaning 9998 clauses out of 20007 with flag 395000/395000
43.09/38.10	c cleaning 10001 clauses out of 20009 with flag 405000/405000
43.87/38.56	c cleaning 9999 clauses out of 20009 with flag 415001/415001
44.83/39.03	c cleaning 10000 clauses out of 20009 with flag 425000/425000
45.81/39.51	c cleaning 10003 clauses out of 20011 with flag 435002/435002
46.77/40.06	c cleaning 9998 clauses out of 20006 with flag 445000/445000
47.74/40.54	c cleaning 10002 clauses out of 20010 with flag 455002/455002
48.52/40.98	c cleaning 9995 clauses out of 20006 with flag 465000/465000
49.48/41.49	c cleaning 10003 clauses out of 20011 with flag 475000/475000
50.46/41.93	c cleaning 9999 clauses out of 20009 with flag 485001/485001
51.43/42.41	c cleaning 10002 clauses out of 20012 with flag 495003/495003
52.22/42.83	c cleaning 9999 clauses out of 20008 with flag 505001/505001
52.97/43.29	c cleaning 9999 clauses out of 20009 with flag 515001/515001
53.95/43.77	c cleaning 10003 clauses out of 20012 with flag 525003/525003
54.92/44.24	c cleaning 10000 clauses out of 20006 with flag 535000/535000
55.69/44.68	c cleaning 10001 clauses out of 20008 with flag 545002/545002
56.67/45.16	c cleaning 9999 clauses out of 20005 with flag 555000/555000
57.63/45.67	c cleaning 10000 clauses out of 20007 with flag 565001/565001
58.41/46.09	c cleaning 10000 clauses out of 20007 with flag 575001/575001
59.38/46.55	c cleaning 9999 clauses out of 20007 with flag 585001/585001
60.34/47.06	c cleaning 10002 clauses out of 20007 with flag 595000/595000
61.32/47.57	c cleaning 9999 clauses out of 20005 with flag 605000/605000
62.75/48.10	c cleaning 10000 clauses out of 20006 with flag 615001/615001
62.75/48.15	c And the winner is Resolution
63.11/49.32	c starts		: 173
63.11/49.32	c conflicts		: 615644
63.11/49.32	c decisions		: 890277
63.11/49.32	c propagations		: 14012433
63.11/49.32	c inspects		: 159089799
63.11/49.32	c learnt literals	: 8
63.11/49.32	c learnt binary clauses	: 23
63.11/49.32	c learnt ternary clauses	: 155
63.11/49.32	c learnt clauses	: 615635
63.11/49.32	c ignored clauses	: 0
63.11/49.32	c root simplifications	: 0
63.11/49.32	c removed literals (reason simplification)	: 6221006
63.11/49.32	c reason swapping (by a shorter reason)	: 0
63.11/49.32	c Calls to reduceDB	: 63
63.11/49.32	c number of reductions to clauses (during analyze)	: 0
63.11/49.32	c number of learned constraints concerned by reduction	: 0
63.11/49.32	c number of learning phase by resolution	: 0
63.11/49.32	c number of learning phase by cutting planes	: 0
63.11/49.32	c speed (assignments/second)	: 1162857.5103734438
63.11/49.32	c non guided choices	965
63.11/49.32	c learnt constraints type 
63.11/49.32	c constraints type 
63.11/49.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
63.11/49.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
63.11/49.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
63.11/49.32	c constraints type 
63.11/49.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
63.11/49.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
63.11/49.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
63.11/49.32	s OPTIMUM FOUND
63.11/49.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 
63.11/49.32	c objective function=14
63.11/49.32	c Total wall clock time (in seconds): 49.216

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-2694921-1277924409/watcher-2694921-1277924409 -o /tmp/evaluation-result-2694921-1277924409/solver-2694921-1277924409 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694921-1277924409.wbo 

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


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 3/200 15379
/proc/meminfo: memFree=31048880/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=248 CPUtime=0
/proc/15379/stat : 15379 (java) R 15377 15379 14634 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 133737073 253952 28 4089446400 134512640 134550932 4294904256 18446744073709551615 1880660 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15379/statm: 62 28 21 10 0 23 0

[startup+0.0873171 s]
/proc/loadavg: 1.96 1.98 1.99 3/200 15379
/proc/meminfo: memFree=31048880/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1530088 CPUtime=0.09
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 5080 0 1 0 7 2 0 0 20 0 18 0 133737073 1566810112 4518 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 382522 4519 1340 10 0 379825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1530088

[startup+0.100331 s]
/proc/loadavg: 1.96 1.98 1.99 3/200 15379
/proc/meminfo: memFree=31048880/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1530088 CPUtime=0.11
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 5236 0 1 0 9 2 0 0 20 0 18 0 133737073 1566810112 4674 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 382522 4674 1346 10 0 379825 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530088

[startup+0.300291 s]
/proc/loadavg: 1.96 1.98 1.99 3/200 15379
/proc/meminfo: memFree=31048880/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1535572 CPUtime=0.68
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 7946 0 1 0 66 2 0 0 20 0 21 0 133737073 1572425728 6942 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 383893 6943 1420 10 0 381196 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1535572

[startup+0.700267 s]
/proc/loadavg: 1.96 1.98 1.99 3/200 15379
/proc/meminfo: memFree=31048880/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1547612 CPUtime=1.36
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 14198 0 1 0 133 3 0 0 20 0 20 0 133737073 1584754688 10342 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 386903 10342 1423 10 0 384206 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1547612

[startup+1.50108 s]
/proc/loadavg: 1.89 1.97 1.99 2/220 15401
/proc/meminfo: memFree=31013264/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1547612 CPUtime=1.56
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 15128 0 1 0 152 4 0 0 20 0 20 0 133737073 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 386903 11271 1425 10 0 384206 0
[pid=15379/tid=15381] ppid=15377 vsize=1547612 CPUtime=0.15
/proc/15379/task/15381/stat : 15381 (java) S 15377 15379 14634 0 -1 4202560 4038 0 1 0 13 2 0 0 18 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133737075 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133737075 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133737075 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1547612 CPUtime=0.52
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5131 0 0 0 52 0 0 0 15 0 20 0 133737077 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1547612 CPUtime=0.49
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 2747 0 0 0 49 0 0 0 20 0 20 0 133737077 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133737077 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1584754688 11271 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1547612

[startup+3.10079 s]
/proc/loadavg: 1.89 1.97 1.99 2/220 15403
/proc/meminfo: memFree=31009352/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1547612 CPUtime=1.67
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 15834 0 1 0 163 4 0 0 20 0 20 0 133737073 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 386903 11976 1425 10 0 384206 0
[pid=15379/tid=15381] ppid=15377 vsize=1547612 CPUtime=0.15
/proc/15379/task/15381/stat : 15381 (java) S 15377 15379 14634 0 -1 4202560 4051 0 1 0 13 2 0 0 19 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133737075 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133737075 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133737075 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1547612 CPUtime=0.58
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5211 0 0 0 58 0 0 0 15 0 20 0 133737077 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1547612 CPUtime=0.5
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 2747 0 0 0 50 0 0 0 17 0 20 0 133737077 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133737077 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1547612 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1584754688 11976 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1547612
heavy processes:

[startup+6.30122 s]
/proc/loadavg: 1.89 1.97 1.99 2/220 15411
/proc/meminfo: memFree=30979448/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1545792 CPUtime=2.27
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 25867 0 1 0 222 5 0 0 20 0 20 0 133737073 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 386448 21313 1429 10 0 383751 0
[pid=15379/tid=15381] ppid=15377 vsize=1545792 CPUtime=0.15
/proc/15379/task/15381/stat : 15381 (java) S 15377 15379 14634 0 -1 4202560 4100 0 1 0 13 2 0 0 19 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133737074 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 20 0 133737075 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133737075 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133737075 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1545792 CPUtime=0.72
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5348 0 0 0 72 0 0 0 15 0 20 0 133737077 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1545792 CPUtime=0.66
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 2953 0 0 0 66 0 0 0 15 0 20 0 133737077 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133737077 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1545792 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1582891008 21313 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1545792
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 1.75 1.93 1.98 2/220 15423

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

/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 22 0 133737074 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 493 0 0 0 5 0 0 0 15 0 22 0 133737074 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 4 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1548864 CPUtime=1.75
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 8953 0 0 0 171 4 0 0 15 0 22 0 133737075 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 133737075 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133737075 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133737077 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1548864 CPUtime=1.21
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5994 0 0 0 120 1 0 0 15 0 22 0 133737077 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1548864 CPUtime=1.2
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 4670 0 0 0 119 1 0 0 15 0 22 0 133737077 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133737077 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 133737077 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133737090 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 133737090 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15440] ppid=15377 vsize=1548864 CPUtime=9.9
/proc/15379/task/15440/stat : 15440 (java) R 15377 15379 14634 0 -1 4202560 17 0 0 0 990 0 0 0 25 0 22 0 133740800 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4109797399 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15379/tid=15441] ppid=15377 vsize=1548864 CPUtime=9.9
/proc/15379/task/15441/stat : 15441 (java) R 15377 15379 14634 0 -1 4202560 9 0 0 0 990 0 0 0 25 0 22 0 133740800 1586036736 57059 4089446400 134512640 134550932 4294904256 18446744073709551615 4109868271 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.33
Current children cumulated vsize (KiB) 1548864

[startup+48.7007 s]
/proc/loadavg: 2.30 2.05 2.02 3/221 15442
/proc/meminfo: memFree=30824624/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1548864 CPUtime=63.1
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 63255 0 1 0 6293 17 0 0 20 0 20 0 133737073 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 387216 57182 1451 10 0 384519 0
[pid=15379/tid=15381] ppid=15377 vsize=1548864 CPUtime=0.15
/proc/15379/task/15381/stat : 15381 (java) S 15377 15379 14634 0 -1 4202560 4160 0 1 0 13 2 0 0 18 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 704 0 0 0 5 0 0 0 16 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 985 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 2 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 399 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 477 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 429 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 293 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 493 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 4 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1548864 CPUtime=1.78
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 9076 0 0 0 174 4 0 0 15 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5994 0 0 0 121 1 0 0 16 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 4670 0 0 0 121 1 0 0 15 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 63.1
Current children cumulated vsize (KiB) 1548864

[startup+49.1006 s]
/proc/loadavg: 2.30 2.05 2.02 3/221 15442
/proc/meminfo: memFree=30824624/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1548864 CPUtime=63.1
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 63255 0 1 0 6293 17 0 0 20 0 20 0 133737073 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 387216 57182 1451 10 0 384519 0
[pid=15379/tid=15381] ppid=15377 vsize=1548864 CPUtime=0.15
/proc/15379/task/15381/stat : 15381 (java) S 15377 15379 14634 0 -1 4202560 4160 0 1 0 13 2 0 0 18 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 704 0 0 0 5 0 0 0 16 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 985 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 2 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 399 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 477 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 429 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 293 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 493 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 4 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1548864 CPUtime=1.78
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 9076 0 0 0 174 4 0 0 15 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15394/stat : 15394 (java) S 15377 15379 14634 0 -1 4202560 5994 0 0 0 121 1 0 0 16 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 4670 0 0 0 121 1 0 0 15 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133737077 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57182 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 63.1
Current children cumulated vsize (KiB) 1548864

[startup+49.3016 s]
/proc/loadavg: 2.30 2.05 2.02 3/221 15442
/proc/meminfo: memFree=30824624/32951124 swapFree=67111528/67111528
[pid=15379] ppid=15377 vsize=1548864 CPUtime=63.11
/proc/15379/stat : 15379 (java) S 15377 15379 14634 0 -1 4202496 63257 0 1 0 6294 17 0 0 20 0 20 0 133737073 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15379/statm: 387216 57183 1451 10 0 384519 0
[pid=15379/tid=15381] ppid=15377 vsize=1548864 CPUtime=0.16
/proc/15379/task/15381/stat : 15381 (java) R 15377 15379 14634 0 -1 4202560 4162 0 1 0 14 2 0 0 18 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4110446067 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15379/tid=15382] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15382/stat : 15382 (java) S 15377 15379 14634 0 -1 4202560 704 0 0 0 5 0 0 0 16 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15383] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15383/stat : 15383 (java) S 15377 15379 14634 0 -1 4202560 985 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 2 0 0 0
[pid=15379/tid=15384] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15384/stat : 15384 (java) S 15377 15379 14634 0 -1 4202560 399 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 5 0 0 0
[pid=15379/tid=15385] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15385/stat : 15385 (java) S 15377 15379 14634 0 -1 4202560 477 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15386] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15386/stat : 15386 (java) S 15377 15379 14634 0 -1 4202560 429 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15387] ppid=15377 vsize=1548864 CPUtime=0.04
/proc/15379/task/15387/stat : 15387 (java) S 15377 15379 14634 0 -1 4202560 293 0 0 0 4 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 7 0 0 0
[pid=15379/tid=15388] ppid=15377 vsize=1548864 CPUtime=0.03
/proc/15379/task/15388/stat : 15388 (java) S 15377 15379 14634 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15389] ppid=15377 vsize=1548864 CPUtime=0.05
/proc/15379/task/15389/stat : 15389 (java) S 15377 15379 14634 0 -1 4202560 493 0 0 0 5 0 0 0 15 0 20 0 133737074 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 4 0 0 0
[pid=15379/tid=15390] ppid=15377 vsize=1548864 CPUtime=1.78
/proc/15379/task/15390/stat : 15390 (java) S 15377 15379 14634 0 -1 4202560 9076 0 0 0 174 4 0 0 15 0 20 0 133737075 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 0 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15391] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15391/stat : 15391 (java) S 15377 15379 14634 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15392] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15392/stat : 15392 (java) S 15377 15379 14634 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133737075 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15393] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15393/stat : 15393 (java) S 15377 15379 14634 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15394] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15394/stat : 15394 (java) R 15377 15379 14634 0 -1 4202560 5994 0 0 0 121 1 0 0 15 0 20 0 133737077 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15379/tid=15395] ppid=15377 vsize=1548864 CPUtime=1.22
/proc/15379/task/15395/stat : 15395 (java) S 15377 15379 14634 0 -1 4202560 4670 0 0 0 121 1 0 0 15 0 20 0 133737077 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15396] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15396/stat : 15396 (java) S 15377 15379 14634 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133737077 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
[pid=15379/tid=15397] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15397/stat : 15397 (java) S 15377 15379 14634 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 133737077 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 0 0 0 0
[pid=15379/tid=15400] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15400/stat : 15400 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 1 0 0 0
[pid=15379/tid=15401] ppid=15377 vsize=1548864 CPUtime=0
/proc/15379/task/15401/stat : 15401 (java) S 15377 15379 14634 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 20 0 133737090 1586036736 57183 4089446400 134512640 134550932 4294904256 18446744073709551615 4294960144 0 4 0 16800975 18446604471125550080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 63.11
Current children cumulated vsize (KiB) 1548864

Child status: 30
Real time (s): 49.3541
CPU time (s): 63.1584
CPU user time (s): 62.9754
CPU system time (s): 0.182972
CPU usage (%): 127.97
Max. virtual memory (cumulated for all children) (KiB): 1549480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.9754
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63264
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= 3795
involuntary context switches= 13589

runsolver used 0.100984 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node132 at 2010-06-30 21:00:09
IDJOB=2694921
IDBENCH=79238
IDSOLVER=1207
FILE ID=node132/2694921-1277924409
PBS_JOBID= 11197348
Free space on /tmp= 74140 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.1111228076--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-2694921-1277924409/watcher-2694921-1277924409 -o /tmp/evaluation-result-2694921-1277924409/solver-2694921-1277924409 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694921-1277924409.wbo

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=2064178351

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.810
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.75
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.810
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:      31049020 kB
Buffers:        204984 kB
Cached:        1215048 kB
SwapCached:          0 kB
Active:         872100 kB
Inactive:       884064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31049020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:      336452 kB
Mapped:          20432 kB
Slab:            82356 kB
PageTables:       5552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74140 MiB
End job on node132 at 2010-06-30 21:00:59