Trace number 2661665

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-31OPT3 64.1442 35.5408

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
MD5SUM1141c23e5342793635b3f22754b52627
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.656899
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

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.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2661665-1276647029.opb
0.21/0.22	c reading problem ... 
0.52/0.46	c ... done. Wall clock time 0.232s.
0.52/0.46	c #vars     630
0.52/0.46	c #constraints  910
0.52/0.46	c constraints type 
0.52/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.52/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
0.52/0.46	c constraints type 
0.52/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.52/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
4.69/2.57	c cleaning 2498 clauses out of 5000 with flag 5000/5000
6.82/3.61	c cleaning 4247 clauses out of 8504 with flag 11002/11002
8.79/4.67	c cleaning 5627 clauses out of 11255 with flag 18000/18000
12.54/6.58	c cleaning 6810 clauses out of 13627 with flag 26000/26000
16.10/8.35	c cleaning 7906 clauses out of 15818 with flag 35002/35002
19.39/10.08	c cleaning 8956 clauses out of 17911 with flag 45001/45001
23.10/11.99	c cleaning 9472 clauses out of 18953 with flag 55000/55000
26.38/13.60	c cleaning 9736 clauses out of 19481 with flag 65001/65001
30.25/15.62	c cleaning 9872 clauses out of 19744 with flag 75000/75000
33.14/17.15	c cleaning 9929 clauses out of 19871 with flag 85000/85000
36.05/18.61	c cleaning 9964 clauses out of 19943 with flag 95001/95001
39.11/20.26	c cleaning 9987 clauses out of 19979 with flag 105002/105002
40.97/21.29	c And the winner is Resolution
41.20/22.03	c SATISFIABLE
41.20/22.03	c OPTIMIZING...
41.20/22.03	c Got one! Elapsed wall clock time (in seconds):21.808
41.20/22.03	o 5
41.53/22.28	c cleaning 9981 clauses out of 19991 with flag 115001/115001
44.62/23.84	c cleaning 9986 clauses out of 20009 with flag 125000/125000
45.92/24.52	c And the winner is Resolution
46.01/25.04	c Got one! Elapsed wall clock time (in seconds):24.818
46.01/25.04	o 3
47.70/25.97	c cleaning 10002 clauses out of 20023 with flag 135000/135000
50.78/27.56	c cleaning 10003 clauses out of 20019 with flag 145000/145000
54.02/29.20	c cleaning 10003 clauses out of 20016 with flag 155001/155001
56.71/30.65	c cleaning 10002 clauses out of 20013 with flag 165001/165001
60.18/32.43	c cleaning 10004 clauses out of 20010 with flag 175000/175000
62.86/33.88	c cleaning 0 clauses out of 5000 with flag 0/5000
63.51/34.26	c And the winner is Resolution
64.02/35.48	c starts		: 107
64.02/35.48	c conflicts		: 184571
64.02/35.48	c decisions		: 195468
64.02/35.48	c propagations		: 3248697
64.02/35.48	c inspects		: 81650287
64.02/35.48	c learnt literals	: 19
64.02/35.48	c learnt binary clauses	: 81
64.02/35.48	c learnt ternary clauses	: 238
64.02/35.48	c learnt clauses	: 184551
64.02/35.48	c ignored clauses	: 0
64.02/35.48	c root simplifications	: 0
64.02/35.48	c removed literals (reason simplification)	: 4507065
64.02/35.48	c reason swapping (by a shorter reason)	: 0
64.02/35.48	c Calls to reduceDB	: 19
64.02/35.48	c number of reductions to clauses (during analyze)	: 0
64.02/35.48	c number of learned constraints concerned by reduction	: 0
64.02/35.48	c number of learning phase by resolution	: 0
64.02/35.48	c number of learning phase by cutting planes	: 0
64.02/35.48	c speed (assignments/second)	: 311267.3181948836
64.02/35.48	c non guided choices	2041
64.02/35.48	c learnt constraints type 
64.02/35.48	c constraints type 
64.02/35.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
64.02/35.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
64.02/35.48	c constraints type 
64.02/35.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
64.02/35.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
64.02/35.48	s OPTIMUM FOUND
64.02/35.48	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 
64.02/35.48	c objective function=3
64.02/35.48	c Total wall clock time (in seconds): 35.259

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661665-1276647029/watcher-2661665-1276647029 -o /tmp/evaluation-result-2661665-1276647029/solver-2661665-1276647029 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661665-1276647029.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: 1.00 1.00 1.00 3/106 7261
/proc/meminfo: memFree=1840080/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=428 CPUtime=0
/proc/7261/stat : 7261 (java6) R 7259 7261 6618 0 -1 4194304 123 0 0 0 0 0 0 0 22 0 1 0 40306383 438272 42 1992294400 134512640 134550932 4291382640 18446744073709551615 2474580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7261/statm: 111 45 36 10 0 25 0

[startup+0.047441 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7261
/proc/meminfo: memFree=1840080/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1520328 CPUtime=0.03
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 3419 0 1 0 1 2 0 0 15 0 4 0 40306383 1556815872 2862 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 380082 2864 957 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101441 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7261
/proc/meminfo: memFree=1840080/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1524180 CPUtime=0.08
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 3954 0 1 0 6 2 0 0 15 0 12 0 40306383 1560760320 3393 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301438 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7261
/proc/meminfo: memFree=1840080/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1526244 CPUtime=0.36
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 5373 0 1 0 32 4 0 0 15 0 12 0 40306383 1562873856 4810 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 381561 4810 1353 10 0 378864 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526244

[startup+0.701434 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 7261
/proc/meminfo: memFree=1840080/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1530776 CPUtime=1.12
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 7648 0 1 0 108 4 0 0 15 0 16 0 40306383 1567514624 6363 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 382694 6363 1410 10 0 379997 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530776

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 7277
/proc/meminfo: memFree=1816832/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1537544 CPUtime=2.7
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 13875 0 1 0 263 7 0 0 15 0 16 0 40306383 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 384386 11851 1424 10 0 381689 0
[pid=7261/tid=7263] ppid=7259 vsize=1537544 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 40306385 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 40306386 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40306386 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 40306388 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 40306388 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40306388 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1537544 CPUtime=0.56
/proc/7261/task/7270/stat : 7270 (java) R 7259 7261 6618 0 -1 4202560 1814 0 0 0 56 0 0 0 22 0 16 0 40306393 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 106260344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1537544 CPUtime=1.01
/proc/7261/task/7271/stat : 7271 (java) R 7259 7261 6618 0 -1 4202560 2715 0 0 0 100 1 0 0 16 0 16 0 40306393 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 105720293 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) R 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40306393 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=1537544 CPUtime=0.4
/proc/7261/task/7274/stat : 7274 (java) R 7259 7261 6618 0 -1 4202560 1935 0 0 0 40 0 0 0 25 0 16 0 40306429 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4109463753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=1537544 CPUtime=0.25
/proc/7261/task/7275/stat : 7275 (java) R 7259 7261 6618 0 -1 4202560 2205 0 0 0 25 0 0 0 25 0 16 0 40306429 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40306430 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1537544 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40306431 1574445056 11851 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1537544

[startup+3.10184 s]
/proc/loadavg: 1.32 1.07 1.02 4/122 7277
/proc/meminfo: memFree=1773928/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1544184 CPUtime=5.84
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 30582 0 1 0 570 14 0 0 15 0 16 0 40306383 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 386046 22269 1448 10 0 383349 0
[pid=7261/tid=7263] ppid=7259 vsize=1544184 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 40306385 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 328 0 0 0 0 0 0 0 16 0 16 0 40306386 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 214 0 0 0 0 0 0 0 18 0 16 0 40306386 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1544184 CPUtime=0.02
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 532 0 0 0 2 0 0 0 16 0 16 0 40306388 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40306388 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40306388 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1544184 CPUtime=1.56
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 6316 0 0 0 154 2 0 0 16 0 16 0 40306393 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1544184 CPUtime=1.89
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 6472 0 0 0 186 3 0 0 15 0 16 0 40306393 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40306393 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=1544184 CPUtime=1.32
/proc/7261/task/7274/stat : 7274 (java) R 7259 7261 6618 0 -1 4202560 5388 0 0 0 129 3 0 0 18 0 16 0 40306429 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4109431955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=1544184 CPUtime=0.56
/proc/7261/task/7275/stat : 7275 (java) R 7259 7261 6618 0 -1 4202560 6129 0 0 0 55 1 0 0 25 0 16 0 40306429 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4109489448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40306430 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1544184 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40306431 1581244416 22269 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1544184

[startup+6.30143 s]
/proc/loadavg: 1.32 1.07 1.02 4/122 7277
/proc/meminfo: memFree=1678820/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=12.14
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 51959 0 1 0 1193 21 0 0 15 0 16 0 40306383 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 41870 1448 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 40306385 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.05
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 812 0 0 0 5 0 0 0 15 0 16 0 40306386 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.05
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 615 0 0 0 5 0 0 0 16 0 16 0 40306386 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=0.1
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 1568 0 0 0 10 0 0 0 15 0 16 0 40306388 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=1.86
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 6982 0 0 0 184 2 0 0 15 0 16 0 40306393 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=2.57
/proc/7261/task/7271/stat : 7271 (java) R 7259 7261 6618 0 -1 4202560 8794 0 0 0 254 3 0 0 16 0 16 0 40306393 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 104163893 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40306393 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7274] ppid=7259 vsize=1548960 CPUtime=3.91
/proc/7261/task/7274/stat : 7274 (java) R 7259 7261 6618 0 -1 4202560 7656 0 0 0 388 3 0 0 21 0 16 0 40306429 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7275] ppid=7259 vsize=1548960 CPUtime=3.08
/proc/7261/task/7275/stat : 7275 (java) R 7259 7261 6618 0 -1 4202560 20329 0 0 0 303 5 0 0 25 0 16 0 40306429 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4109421838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40306430 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40306431 1586135040 41870 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 1548960

[startup+12.7023 s]
/proc/loadavg: 1.50 1.11 1.04 3/122 7277
/proc/meminfo: memFree=1640132/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=24.61
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 63164 0 1 0 2426 35 0 0 15 0 16 0 40306383 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 51154 1448 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 40306385 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.16
/proc/7261/task/7264/stat : 7264 (java) R 7259 7261 6618 0 -1 4202560 2949 0 0 0 16 0 0 0 16 0 16 0 40306386 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.16
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 2467 0 0 0 15 1 0 0 15 0 16 0 40306386 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=0.53
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 2804 0 0 0 44 9 0 0 16 0 16 0 40306388 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=1.96
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 6982 0 0 0 194 2 0 0 15 0 16 0 40306393 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.38
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 334 4 0 0 15 0 16 0 40306393 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40306393 1586135040 51154 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0

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

[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=1.96
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 6982 0 0 0 194 2 0 0 15 0 16 0 40306393 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.44
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 340 4 0 0 15 0 16 0 40306393 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 40306393 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40306430 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40306431 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=1548960 CPUtime=6.28
/proc/7261/task/7280/stat : 7280 (java) R 7259 7261 6618 0 -1 4202560 7 0 0 0 628 0 0 0 25 0 16 0 40308888 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4109463853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7281] ppid=7259 vsize=1548960 CPUtime=6.26
/proc/7261/task/7281/stat : 7281 (java) R 7259 7261 6618 0 -1 4202560 3 0 0 0 626 0 0 0 25 0 16 0 40308888 1586135040 55026 1992294400 134512640 134550932 4288578016 18446744073709551615 4109361622 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 59.2
Current children cumulated vsize (KiB) 1548960

[startup+33.501 s]
/proc/loadavg: 1.71 1.19 1.06 4/122 7281
/proc/meminfo: memFree=1622896/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=62.26
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 67689 0 1 0 6187 39 0 0 15 0 16 0 40306383 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 55280 1449 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4133 0 1 0 40 2 0 0 15 0 16 0 40306385 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.5
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 5052 0 0 0 48 2 0 0 15 0 16 0 40306386 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.49
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 4313 0 0 0 47 2 0 0 16 0 16 0 40306386 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=1.7
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 3343 0 0 0 160 10 0 0 16 0 16 0 40306388 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40306388 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40306393 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=1.96
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 6982 0 0 0 194 2 0 0 15 0 16 0 40306393 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.44
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 340 4 0 0 15 0 16 0 40306393 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 40306393 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 40306393 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 40306430 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40306431 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7280] ppid=7259 vsize=1548960 CPUtime=7.75
/proc/7261/task/7280/stat : 7280 (java) R 7259 7261 6618 0 -1 4202560 9 0 0 0 775 0 0 0 17 0 16 0 40308888 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4109381508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7261/tid=7281] ppid=7259 vsize=1548960 CPUtime=7.71
/proc/7261/task/7281/stat : 7281 (java) R 7259 7261 6618 0 -1 4202560 3 0 0 0 771 0 0 0 25 0 16 0 40308888 1586135040 55280 1992294400 134512640 134550932 4288578016 18446744073709551615 4109381636 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.26
Current children cumulated vsize (KiB) 1548960

[startup+34.301 s]
/proc/loadavg: 1.71 1.19 1.06 2/122 7281
/proc/meminfo: memFree=1621904/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=63.67
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 67990 0 1 0 6328 39 0 0 15 0 15 0 40306383 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 55550 1449 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.42
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4133 0 1 0 40 2 0 0 15 0 15 0 40306385 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.51
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 5237 0 0 0 49 2 0 0 15 0 15 0 40306386 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.5
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 4401 0 0 0 48 2 0 0 16 0 15 0 40306386 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=1.83
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 3343 0 0 0 173 10 0 0 16 0 15 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=2.26
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 7009 0 0 0 224 2 0 0 16 0 15 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.46
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 342 4 0 0 15 0 15 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 40306430 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 40306431 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7281] ppid=7259 vsize=1548960 CPUtime=8.05
/proc/7261/task/7281/stat : 7281 (java) R 7259 7261 6618 0 -1 4202560 4 0 0 0 805 0 0 0 25 0 15 0 40308888 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4109391170 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 1548960

[startup+35.1047 s]
/proc/loadavg: 1.71 1.19 1.06 2/120 7281
/proc/meminfo: memFree=1621796/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=63.7
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 67990 0 1 0 6331 39 0 0 15 0 14 0 40306383 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 55550 1449 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.43
/proc/7261/task/7263/stat : 7263 (java) R 7259 7261 6618 0 -1 4202560 4133 0 1 0 41 2 0 0 15 0 14 0 40306385 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4110099408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.51
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 5237 0 0 0 49 2 0 0 15 0 14 0 40306386 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.5
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 4401 0 0 0 48 2 0 0 16 0 14 0 40306386 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=1.83
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 3343 0 0 0 173 10 0 0 15 0 14 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40306388 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=2.26
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 7009 0 0 0 224 2 0 0 16 0 14 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.46
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 342 4 0 0 15 0 14 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 40306393 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40306430 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40306431 1586135040 55550 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.7
Current children cumulated vsize (KiB) 1548960

[startup+35.5018 s]
/proc/loadavg: 1.71 1.19 1.06 2/120 7281
/proc/meminfo: memFree=1621796/2059040 swapFree=4140132/4192956
[pid=7261] ppid=7259 vsize=1548960 CPUtime=64.1
/proc/7261/stat : 7261 (java) S 7259 7261 6618 0 -1 4202496 67995 0 1 0 6371 39 0 0 15 0 14 0 40306383 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7261/statm: 387240 55555 1449 10 0 384543 0
[pid=7261/tid=7263] ppid=7259 vsize=1548960 CPUtime=0.8
/proc/7261/task/7263/stat : 7263 (java) S 7259 7261 6618 0 -1 4202560 4138 0 1 0 78 2 0 0 16 0 14 0 40306385 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7264] ppid=7259 vsize=1548960 CPUtime=0.51
/proc/7261/task/7264/stat : 7264 (java) S 7259 7261 6618 0 -1 4202560 5237 0 0 0 49 2 0 0 15 0 14 0 40306386 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7265] ppid=7259 vsize=1548960 CPUtime=0.5
/proc/7261/task/7265/stat : 7265 (java) S 7259 7261 6618 0 -1 4202560 4401 0 0 0 48 2 0 0 16 0 14 0 40306386 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7266] ppid=7259 vsize=1548960 CPUtime=1.83
/proc/7261/task/7266/stat : 7266 (java) S 7259 7261 6618 0 -1 4202560 3343 0 0 0 173 10 0 0 15 0 14 0 40306388 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 0 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7267] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7267/stat : 7267 (java) S 7259 7261 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40306388 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7268] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7268/stat : 7268 (java) S 7259 7261 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40306388 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7269] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7269/stat : 7269 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40306393 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7270] ppid=7259 vsize=1548960 CPUtime=2.26
/proc/7261/task/7270/stat : 7270 (java) S 7259 7261 6618 0 -1 4202560 7009 0 0 0 224 2 0 0 15 0 14 0 40306393 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7271] ppid=7259 vsize=1548960 CPUtime=3.49
/proc/7261/task/7271/stat : 7271 (java) S 7259 7261 6618 0 -1 4202560 10481 0 0 0 345 4 0 0 15 0 14 0 40306393 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7272] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7272/stat : 7272 (java) S 7259 7261 6618 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 40306393 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7273] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7273/stat : 7273 (java) S 7259 7261 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 40306393 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 0 0 0 0
[pid=7261/tid=7276] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7276/stat : 7276 (java) S 7259 7261 6618 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 40306430 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
[pid=7261/tid=7277] ppid=7259 vsize=1548960 CPUtime=0
/proc/7261/task/7277/stat : 7277 (java) S 7259 7261 6618 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40306431 1586135040 55555 1992294400 134512640 134550932 4288578016 18446744073709551615 4294960144 0 4 0 16800975 18446604437832944512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.1
Current children cumulated vsize (KiB) 1548960

Child status: 30
Real time (s): 35.5408
CPU time (s): 64.1442
CPU user time (s): 63.7193
CPU system time (s): 0.424935
CPU usage (%): 180.48
Max. virtual memory (cumulated for all children) (KiB): 1550636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7193
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67995
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= 1858
involuntary context switches= 2420

runsolver used 0.157975 second user time and 0.417936 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 02:10:29
IDJOB=2661665
IDBENCH=47920
IDSOLVER=1166
FILE ID=node007/2661665-1276647029
PBS_JOBID= 11172398
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661665-1276647029/watcher-2661665-1276647029 -o /tmp/evaluation-result-2661665-1276647029/solver-2661665-1276647029 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661665-1276647029.opb

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

MD5SUM BENCH= 1141c23e5342793635b3f22754b52627
RANDOM SEED=983235584

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840352 kB
Buffers:         30096 kB
Cached:         100428 kB
SwapCached:       6752 kB
Active:         100248 kB
Inactive:        44184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840352 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       11972 kB
Mapped:          13044 kB
Slab:            52348 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182488 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= 62488 MiB
End job on node007 at 2010-06-16 02:11:05