Trace number 2663038

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT84 46.8549 31.1884

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-jnh201.opb
MD5SUM90cbe77e1c871e28da43b06bd07ecc73
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark22.3656
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 84
Optimality of the best value was proved YES
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2663038-1276422002.opb
0.25/0.21	c reading problem ... 
0.75/0.51	c ... done. Wall clock time 0.298s.
0.75/0.51	c #vars     200
0.75/0.51	c #constraints  900
0.75/0.51	c constraints type 
0.75/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 744
0.75/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.75/0.51	c constraints type 
0.75/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.75/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 744
0.75/0.58	c And the winner is Resolution
0.96/1.53	c SATISFIABLE
0.96/1.53	c OPTIMIZING...
0.96/1.53	c Got one! Elapsed wall clock time (in seconds):1.32
0.96/1.53	o 91
1.88/2.00	c And the winner is Resolution
1.89/2.55	c Got one! Elapsed wall clock time (in seconds):2.334
1.89/2.55	o 90
1.89/2.56	c And the winner is Resolution
1.93/3.55	c Got one! Elapsed wall clock time (in seconds):3.341
1.93/3.55	o 89
2.81/4.07	c And the winner is Resolution
3.10/4.56	c Got one! Elapsed wall clock time (in seconds):4.348
3.10/4.56	o 88
3.16/4.66	c And the winner is Resolution
3.35/5.57	c Got one! Elapsed wall clock time (in seconds):5.358
3.35/5.57	o 87
4.19/6.07	c cleaning 2500 clauses out of 5000 with flag 5001/5001
5.94/6.98	c cleaning 4249 clauses out of 8500 with flag 11001/11001
7.88/7.95	c cleaning 5620 clauses out of 11250 with flag 18000/18000
10.44/9.22	c cleaning 6815 clauses out of 13631 with flag 26001/26001
13.73/10.93	c cleaning 7906 clauses out of 15815 with flag 35000/35000
16.65/12.41	c cleaning 8937 clauses out of 17909 with flag 45000/45000
19.97/14.12	c cleaning 9486 clauses out of 18972 with flag 55000/55000
22.70/15.51	c cleaning 9735 clauses out of 19484 with flag 65000/65000
25.19/16.84	c cleaning 9874 clauses out of 19750 with flag 75001/75001
28.10/18.32	c cleaning 9926 clauses out of 19874 with flag 85000/85000
29.05/18.86	c And the winner is Resolution
29.21/19.72	c Got one! Elapsed wall clock time (in seconds):19.51
29.21/19.72	o 86
30.93/20.66	c cleaning 9968 clauses out of 19949 with flag 95001/95001
34.04/22.28	c cleaning 9989 clauses out of 19979 with flag 105000/105000
36.55/23.50	c cleaning 9988 clauses out of 19990 with flag 115000/115000
39.26/24.90	c cleaning 9998 clauses out of 20001 with flag 125000/125000
39.26/24.99	c And the winner is Resolution
39.41/25.74	c Got one! Elapsed wall clock time (in seconds):25.527
39.41/25.74	o 85
42.09/27.18	c cleaning 9999 clauses out of 20004 with flag 135001/135001
45.22/28.76	c cleaning 9998 clauses out of 20001 with flag 145000/145000
46.11/29.22	c And the winner is Resolution
46.18/29.75	c Got one! Elapsed wall clock time (in seconds):29.54
46.18/29.75	o 84
46.28/29.82	c And the winner is Resolution
46.77/31.11	c starts		: 108
46.77/31.11	c conflicts		: 149451
46.77/31.11	c decisions		: 180164
46.77/31.11	c propagations		: 2584894
46.77/31.12	c inspects		: 76828012
46.77/31.12	c learnt literals	: 30
46.77/31.12	c learnt binary clauses	: 187
46.77/31.12	c learnt ternary clauses	: 731
46.77/31.12	c learnt clauses	: 149420
46.77/31.12	c ignored clauses	: 0
46.77/31.12	c root simplifications	: 0
46.77/31.12	c removed literals (reason simplification)	: 7184407
46.77/31.12	c reason swapping (by a shorter reason)	: 0
46.77/31.12	c Calls to reduceDB	: 16
46.77/31.12	c number of reductions to clauses (during analyze)	: 0
46.77/31.12	c number of learned constraints concerned by reduction	: 0
46.77/31.12	c number of learning phase by resolution	: 0
46.77/31.12	c number of learning phase by cutting planes	: 0
46.77/31.12	c speed (assignments/second)	: 1897866.3729809104
46.77/31.12	c non guided choices	0
46.77/31.12	c learnt constraints type 
46.77/31.12	c constraints type 
46.77/31.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 744
46.77/31.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
46.77/31.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
46.77/31.12	c constraints type 
46.77/31.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
46.77/31.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 744
46.77/31.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
46.77/31.12	s OPTIMUM FOUND
46.77/31.12	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 x170 -x171 -x172 -x173 x174 x175 -x176 x177 -x178 -x179 x180 -x181 x182 -x183 x184 x185 -x186 -x187 x188 -x189 x190 -x191 -x192 -x193 x194 -x195 -x196 x197 -x198 -x199 x200 
46.77/31.12	c objective function=84
46.77/31.12	c Total wall clock time (in seconds): 30.905

Verifier Data

OK	84

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663038-1276422002/watcher-2663038-1276422002 -o /tmp/evaluation-result-2663038-1276422002/solver-2663038-1276422002 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663038-1276422002.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 22925
/proc/meminfo: memFree=1804296/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1832 CPUtime=0
/proc/22925/stat : 22925 (java6) S 22923 22925 22486 0 -1 4194304 240 0 0 0 0 0 0 0 19 0 1 0 17801783 1875968 143 1992294400 134512640 134550932 4289585696 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/22925/statm: 458 145 108 10 0 63 0

[startup+0.101889 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 22925
/proc/meminfo: memFree=1804296/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1525204 CPUtime=0.08
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 17801783 1561808896 3398 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 381301 3398 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.209758 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 22925
/proc/meminfo: memFree=1804296/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1525972 CPUtime=0.25
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 5115 0 1 0 22 3 0 0 18 0 12 0 17801783 1562595328 4552 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 381493 4552 1346 10 0 378796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1525972

[startup+0.300756 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 22925
/proc/meminfo: memFree=1804296/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1525972 CPUtime=0.36
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 5370 0 1 0 33 3 0 0 18 0 12 0 17801783 1562595328 4808 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 381493 4808 1361 10 0 378796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525972

[startup+0.700749 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 22925
/proc/meminfo: memFree=1804296/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1530296 CPUtime=0.96
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 7221 0 1 0 91 5 0 0 18 0 14 0 17801783 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 382574 6326 1404 10 0 379877 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1530296

[startup+1.50173 s]
/proc/loadavg: 0.92 0.98 1.06 1/120 22941
/proc/meminfo: memFree=1783912/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1530296 CPUtime=0.96
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 7221 0 1 0 91 5 0 0 18 0 14 0 17801783 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 382574 6326 1404 10 0 379877 0
[pid=22925/tid=22927] ppid=22923 vsize=1530296 CPUtime=0.49
/proc/22925/task/22927/stat : 22927 (java) S 22923 22925 22486 0 -1 4202560 4387 0 1 0 46 3 0 0 19 0 14 0 17801784 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 17801786 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 17801786 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 17801788 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 17801788 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 17801788 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1530296 CPUtime=0.29
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 578 0 0 0 29 0 0 0 25 0 14 0 17801792 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1530296 CPUtime=0.1
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 1011 0 0 0 10 0 0 0 24 0 14 0 17801792 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1530296 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1567023104 6326 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1530296

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 1.06 1/120 22943
/proc/meminfo: memFree=1779696/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1531816 CPUtime=1.93
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 8844 0 1 0 188 5 0 0 18 0 14 0 17801783 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 382954 7404 1424 10 0 380257 0
[pid=22925/tid=22927] ppid=22923 vsize=1531816 CPUtime=0.5
/proc/22925/task/22927/stat : 22927 (java) S 22923 22925 22486 0 -1 4202560 4447 0 1 0 47 3 0 0 18 0 14 0 17801784 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 17801786 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 17801786 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 17801788 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 17801788 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 17801788 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1531816 CPUtime=0.59
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 702 0 0 0 59 0 0 0 17 0 14 0 17801792 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1531816 CPUtime=0.54
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 1941 0 0 0 54 0 0 0 15 0 14 0 17801792 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1531816 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1568579584 7404 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1531816
heavy processes:

[startup+6.30201 s]
/proc/loadavg: 1.09 1.02 1.07 1/120 22949
/proc/meminfo: memFree=1767420/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1539092 CPUtime=4.76
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 22033 0 1 0 464 12 0 0 18 0 16 0 17801783 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384773 18392 1445 10 0 382076 0
[pid=22925/tid=22927] ppid=22923 vsize=1539092 CPUtime=0.51
/proc/22925/task/22927/stat : 22927 (java) S 22923 22925 22486 0 -1 4202560 4505 0 1 0 48 3 0 0 19 0 16 0 17801784 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 16 0 17801786 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 183 0 0 0 0 0 0 0 18 0 16 0 17801786 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1539092 CPUtime=0.02
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 357 0 0 0 2 0 0 0 16 0 16 0 17801788 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 17801788 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17801788 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 17801792 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1539092 CPUtime=1.34
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 4149 0 0 0 133 1 0 0 15 0 16 0 17801792 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1539092 CPUtime=1.28
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2526 0 0 0 127 1 0 0 15 0 16 0 17801792 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17801792 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 17801792 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 17801837 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1539092 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 17801837 1576030208 18392 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1539092
heavy processes:

[startup+12.7021 s]
/proc/loadavg: 1.16 1.03 1.08 3/122 22951
/proc/meminfo: memFree=1649108/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1538528 CPUtime=17.19
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 44948 0 1 0 1696 23 0 0 18 0 16 0 17801783 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384632 41046 1449 10 0 381935 0
[pid=22925/tid=22927] ppid=22923 vsize=1538528 CPUtime=0.51
/proc/22925/task/22927/stat : 22927 (java) S 22923 22925 22486 0 -1 4202560 4505 0 1 0 48 3 0 0 18 0 16 0 17801784 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.09
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 1253 0 0 0 9 0 0 0 16 0 16 0 17801786 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.08
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 1087 0 0 0 8 0 0 0 15 0 16 0 17801786 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.25
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 2548 0 0 0 24 1 0 0 15 0 16 0 17801788 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 17801788 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17801788 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 17801792 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.61
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 4271 0 0 0 160 1 0 0 15 0 16 0 17801792 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.84
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2564 0 0 0 183 1 0 0 16 0 16 0 17801792 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17801792 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 17801792 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 17801837 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 17801837 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22950] ppid=22923 vsize=1538528 CPUtime=6.11
/proc/22925/task/22950/stat : 22950 (java) R 22923 22925 22486 0 -1 4202560 242 0 0 0 611 0 0 0 20 0 16 0 17802341 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4109764120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22925/tid=22951] ppid=22923 vsize=1538528 CPUtime=5.97
/proc/22925/task/22951/stat : 22951 (java) R 22923 22925 22486 0 -1 4202560 25739 0 0 0 586 11 0 0 25 0 16 0 17802341 1575452672 41046 1992294400 134512640 134550932 4292242048 18446744073709551615 4109862538 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.19
Current children cumulated vsize (KiB) 1538528

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

[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.24
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 2881 0 0 0 23 1 0 0 16 0 16 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.23
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 2697 0 0 0 22 1 0 0 15 0 16 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.86
/proc/22925/task/22930/stat : 22930 (java) R 22923 22925 22486 0 -1 4202560 2998 0 0 0 84 2 0 0 15 0 16 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.85
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 5127 0 0 0 183 2 0 0 16 0 16 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.84
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2564 0 0 0 183 1 0 0 16 0 16 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22954] ppid=22923 vsize=1538528 CPUtime=2.77
/proc/22925/task/22954/stat : 22954 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 277 0 0 0 19 0 16 0 17804357 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22955] ppid=22923 vsize=1538528 CPUtime=2.92
/proc/22925/task/22955/stat : 22955 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 292 0 0 0 22 0 16 0 17804357 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 1538528

[startup+30.4002 s]
/proc/loadavg: 1.33 1.08 1.09 1/120 22955
/proc/meminfo: memFree=1608948/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1538528 CPUtime=46.41
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 54723 0 1 0 4613 28 0 0 18 0 14 0 17801783 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384632 49755 1449 10 0 381935 0
[pid=22925/tid=22927] ppid=22923 vsize=1538528 CPUtime=0.51
/proc/22925/task/22927/stat : 22927 (java) S 22923 22925 22486 0 -1 4202560 4506 0 1 0 48 3 0 0 16 0 14 0 17801784 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.24
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 2881 0 0 0 23 1 0 0 16 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.23
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 2697 0 0 0 22 1 0 0 15 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.91
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 2998 0 0 0 89 2 0 0 15 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.86
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 5127 0 0 0 184 2 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.84
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2564 0 0 0 183 1 0 0 16 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.41
Current children cumulated vsize (KiB) 1538528

[startup+30.8054 s]
/proc/loadavg: 1.33 1.08 1.09 2/120 22957
/proc/meminfo: memFree=1608948/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1538528 CPUtime=46.44
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 54723 0 1 0 4616 28 0 0 18 0 14 0 17801783 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384632 49755 1449 10 0 381935 0
[pid=22925/tid=22927] ppid=22923 vsize=1538528 CPUtime=0.55
/proc/22925/task/22927/stat : 22927 (java) R 22923 22925 22486 0 -1 4202560 4506 0 1 0 52 3 0 0 15 0 14 0 17801784 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4109379297 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.24
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 2881 0 0 0 23 1 0 0 16 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.23
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 2697 0 0 0 22 1 0 0 15 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.91
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 2998 0 0 0 89 2 0 0 15 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.86
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 5127 0 0 0 184 2 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.84
/proc/22925/task/22935/stat : 22935 (java) R 22923 22925 22486 0 -1 4202560 2564 0 0 0 183 1 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.44
Current children cumulated vsize (KiB) 1538528

[startup+31.0014 s]
/proc/loadavg: 1.33 1.08 1.09 2/120 22957
/proc/meminfo: memFree=1608948/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1538528 CPUtime=46.66
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 54723 0 1 0 4638 28 0 0 18 0 14 0 17801783 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384632 49755 1449 10 0 381935 0
[pid=22925/tid=22927] ppid=22923 vsize=1538528 CPUtime=0.74
/proc/22925/task/22927/stat : 22927 (java) R 22923 22925 22486 0 -1 4202560 4506 0 1 0 71 3 0 0 16 0 14 0 17801784 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4109379302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.24
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 2881 0 0 0 23 1 0 0 16 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.23
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 2697 0 0 0 22 1 0 0 15 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.91
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 2998 0 0 0 89 2 0 0 15 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.86
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 5127 0 0 0 184 2 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.86
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2564 0 0 0 185 1 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.66
Current children cumulated vsize (KiB) 1538528

[startup+31.1081 s]
/proc/loadavg: 1.33 1.08 1.09 2/120 22957
/proc/meminfo: memFree=1608948/2059040 swapFree=4136716/4192956
[pid=22925] ppid=22923 vsize=1538528 CPUtime=46.77
/proc/22925/stat : 22925 (java) S 22923 22925 22486 0 -1 4202496 54723 0 1 0 4649 28 0 0 18 0 14 0 17801783 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22925/statm: 384632 49755 1449 10 0 381935 0
[pid=22925/tid=22927] ppid=22923 vsize=1538528 CPUtime=0.84
/proc/22925/task/22927/stat : 22927 (java) R 22923 22925 22486 0 -1 4202560 4506 0 1 0 81 3 0 0 16 0 14 0 17801784 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4109379274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22925/tid=22928] ppid=22923 vsize=1538528 CPUtime=0.24
/proc/22925/task/22928/stat : 22928 (java) S 22923 22925 22486 0 -1 4202560 2881 0 0 0 23 1 0 0 16 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22929] ppid=22923 vsize=1538528 CPUtime=0.23
/proc/22925/task/22929/stat : 22929 (java) S 22923 22925 22486 0 -1 4202560 2697 0 0 0 22 1 0 0 15 0 14 0 17801786 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 1 0 0 0
[pid=22925/tid=22930] ppid=22923 vsize=1538528 CPUtime=0.91
/proc/22925/task/22930/stat : 22930 (java) S 22923 22925 22486 0 -1 4202560 2998 0 0 0 89 2 0 0 15 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 0 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22931] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22931/stat : 22931 (java) S 22923 22925 22486 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22932] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22932/stat : 22932 (java) S 22923 22925 22486 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 17801788 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22933] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22933/stat : 22933 (java) S 22923 22925 22486 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22934] ppid=22923 vsize=1538528 CPUtime=1.86
/proc/22925/task/22934/stat : 22934 (java) S 22923 22925 22486 0 -1 4202560 5127 0 0 0 184 2 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22935] ppid=22923 vsize=1538528 CPUtime=1.87
/proc/22925/task/22935/stat : 22935 (java) S 22923 22925 22486 0 -1 4202560 2564 0 0 0 186 1 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22936] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22936/stat : 22936 (java) S 22923 22925 22486 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22937] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22937/stat : 22937 (java) S 22923 22925 22486 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 17801792 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22940] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22940/stat : 22940 (java) S 22923 22925 22486 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
[pid=22925/tid=22941] ppid=22923 vsize=1538528 CPUtime=0
/proc/22925/task/22941/stat : 22941 (java) S 22923 22925 22486 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 14 0 17801837 1575452672 49755 1992294400 134512640 134550932 4292242048 18446744073709551615 4294960144 0 4 0 16800975 18446604437838452608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.77
Current children cumulated vsize (KiB) 1538528

Child status: 30
Real time (s): 31.1884
CPU time (s): 46.8549
CPU user time (s): 46.5449
CPU system time (s): 0.309952
CPU usage (%): 150.232
Max. virtual memory (cumulated for all children) (KiB): 1540472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.5449
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54728
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= 1614
involuntary context switches= 1893

runsolver used 0.175973 second user time and 0.293955 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-13 11:40:02
IDJOB=2663038
IDBENCH=2078
IDSOLVER=1166
FILE ID=node012/2663038-1276422002
PBS_JOBID= 11173292
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-jnh201.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663038-1276422002/watcher-2663038-1276422002 -o /tmp/evaluation-result-2663038-1276422002/solver-2663038-1276422002 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663038-1276422002.opb

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

MD5SUM BENCH= 90cbe77e1c871e28da43b06bd07ecc73
RANDOM SEED=603287073

node012.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804568 kB
Buffers:         40272 kB
Cached:         129308 kB
SwapCached:      16500 kB
Active:         130796 kB
Inactive:        58436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804568 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       11044 kB
Mapped:           9224 kB
Slab:            43424 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62408 MiB
End job on node012 at 2010-06-13 11:40:33