Trace number 2661819

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 190.846 101.448

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
MD5SUM931666055852afe6f909d62fafedf38c
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.497923
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 variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c ManyCore solver with 2 solvers running in parallel
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	
0.24/0.20	c solving HOME/instance-2661819-1276650465.opb
0.24/0.20	c reading problem ... 
0.59/0.40	c ... done. Wall clock time 0.197s.
0.59/0.40	c #vars     528
0.59/0.40	c #constraints  787
0.59/0.40	c constraints type 
0.59/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.59/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
0.59/0.40	c constraints type 
0.59/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.59/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
5.14/2.72	c cleaning 2501 clauses out of 5002 with flag 5002/5002
7.52/3.90	c cleaning 4250 clauses out of 8500 with flag 11001/11001
10.85/5.62	c cleaning 5625 clauses out of 11249 with flag 18000/18000
13.18/6.82	c cleaning 6802 clauses out of 13624 with flag 26000/26000
16.91/8.80	c cleaning 7909 clauses out of 15822 with flag 35000/35000
22.20/11.44	c cleaning 8953 clauses out of 17913 with flag 45000/45000
26.68/13.72	c cleaning 9480 clauses out of 18961 with flag 55001/55001
31.37/16.16	c cleaning 9735 clauses out of 19481 with flag 65001/65001
33.46/17.25	c And the winner is Resolution
33.61/18.04	c SATISFIABLE
33.61/18.04	c OPTIMIZING...
33.61/18.04	c Got one! Elapsed wall clock time (in seconds):17.839
33.61/18.04	o 7
34.12/18.31	c cleaning 9858 clauses out of 19746 with flag 75001/75001
37.42/20.09	c cleaning 9933 clauses out of 19887 with flag 85000/85000
42.89/22.87	c cleaning 9973 clauses out of 19954 with flag 95000/95000
48.15/25.55	c cleaning 9985 clauses out of 19982 with flag 105001/105001
51.82/27.41	c cleaning 9990 clauses out of 19997 with flag 115001/115001
55.30/29.29	c cleaning 9998 clauses out of 20006 with flag 125001/125001
58.39/30.87	c And the winner is Resolution
58.58/31.07	c Got one! Elapsed wall clock time (in seconds):30.869
58.58/31.07	o 3
59.02/31.33	c cleaning 9989 clauses out of 20008 with flag 135001/135001
62.49/33.15	c cleaning 10003 clauses out of 20018 with flag 145000/145000
67.30/35.68	c cleaning 10003 clauses out of 20016 with flag 155001/155001
70.78/37.47	c cleaning 0 clauses out of 5001 with flag 0/5001
72.84/38.52	c cleaning 10003 clauses out of 20013 with flag 165001/165001
77.08/40.72	c cleaning 9998 clauses out of 20009 with flag 175000/175000
80.48/42.59	c cleaning 10001 clauses out of 20011 with flag 185000/185000
85.12/44.99	c cleaning 9997 clauses out of 20010 with flag 195000/195000
90.92/47.92	c cleaning 10006 clauses out of 20013 with flag 205000/205000
95.55/50.32	c cleaning 9995 clauses out of 20006 with flag 215000/215000
100.51/52.97	c cleaning 9998 clauses out of 20011 with flag 225000/225000
104.34/54.95	c cleaning 10001 clauses out of 20013 with flag 235000/235000
107.95/56.88	c cleaning 9998 clauses out of 20013 with flag 245001/245001
111.77/58.87	c cleaning 10006 clauses out of 20015 with flag 255001/255001
116.34/61.21	c cleaning 10003 clauses out of 20008 with flag 265000/265000
121.53/63.90	c cleaning 10001 clauses out of 20005 with flag 275000/275000
127.33/66.92	c cleaning 10002 clauses out of 20005 with flag 285001/285001
131.14/68.93	c cleaning 9996 clauses out of 20002 with flag 295001/295001
134.90/70.97	c cleaning 10001 clauses out of 20007 with flag 305002/305002
138.72/72.97	c cleaning 10000 clauses out of 20005 with flag 315001/315001
142.91/75.10	c cleaning 9997 clauses out of 20004 with flag 325000/325000
146.93/77.28	c cleaning 10001 clauses out of 20007 with flag 335000/335000
151.09/79.49	c cleaning 10002 clauses out of 20006 with flag 345000/345000
155.11/81.53	c cleaning 9997 clauses out of 20004 with flag 355001/355001
159.13/83.69	c cleaning 9997 clauses out of 20007 with flag 365001/365001
163.36/85.88	c cleaning 9998 clauses out of 20009 with flag 375000/375000
168.67/88.61	c cleaning 10003 clauses out of 20011 with flag 385000/385000
173.67/91.24	c cleaning 10001 clauses out of 20009 with flag 395001/395001
178.65/93.84	c cleaning 10000 clauses out of 20006 with flag 405000/405000
183.05/96.14	c cleaning 10004 clauses out of 20007 with flag 415001/415001
187.80/98.64	c cleaning 9997 clauses out of 20001 with flag 425001/425001
189.63/99.64	c And the winner is Resolution
190.70/101.37	c starts		: 138
190.70/101.37	c conflicts		: 429525
190.70/101.37	c decisions		: 445501
190.70/101.37	c propagations		: 8475879
190.70/101.37	c inspects		: 263259073
190.70/101.37	c learnt literals	: 15
190.70/101.37	c learnt binary clauses	: 71
190.70/101.37	c learnt ternary clauses	: 227
190.70/101.37	c learnt clauses	: 429509
190.70/101.37	c ignored clauses	: 0
190.70/101.37	c root simplifications	: 0
190.70/101.37	c removed literals (reason simplification)	: 13388381
190.70/101.37	c reason swapping (by a shorter reason)	: 0
190.70/101.37	c Calls to reduceDB	: 44
190.70/101.37	c number of reductions to clauses (during analyze)	: 0
190.70/101.37	c number of learned constraints concerned by reduction	: 0
190.70/101.37	c number of learning phase by resolution	: 0
190.70/101.37	c number of learning phase by cutting planes	: 0
190.70/101.37	c speed (assignments/second)	: 120570.69902415431
190.70/101.37	c non guided choices	2889
190.70/101.37	c learnt constraints type 
190.70/101.37	c constraints type 
190.70/101.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
190.70/101.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
190.70/101.37	c constraints type 
190.70/101.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
190.70/101.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
190.70/101.38	s OPTIMUM FOUND
190.70/101.38	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 
190.70/101.38	c objective function=3
190.70/101.38	c Total wall clock time (in seconds): 101.173

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-2661819-1276650465/watcher-2661819-1276650465 -o /tmp/evaluation-result-2661819-1276650465/solver-2661819-1276650465 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661819-1276650465.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.39 1.11 1.03 3/106 12828
/proc/meminfo: memFree=1777372/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=13164 CPUtime=0
/proc/12828/stat : 12828 (java) R 12826 12828 11820 0 -1 4194304 762 0 0 0 0 0 0 0 19 0 1 0 6338826 13479936 338 1992294400 134512640 134550932 4294656448 18446744073709551615 11531909 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12828/statm: 3291 344 142 10 0 1121 0

[startup+0.0199599 s]
/proc/loadavg: 1.39 1.11 1.03 3/106 12828
/proc/meminfo: memFree=1777372/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1517068 CPUtime=0.01
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 2056 0 1 0 0 1 0 0 19 0 2 0 6338826 1553477632 1500 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 379267 1513 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101959 s]
/proc/loadavg: 1.39 1.11 1.03 3/106 12828
/proc/meminfo: memFree=1777372/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1524180 CPUtime=0.09
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 4024 0 1 0 7 2 0 0 19 0 12 0 6338826 1560760320 3462 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 381045 3463 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300956 s]
/proc/loadavg: 1.39 1.11 1.03 3/106 12828
/proc/meminfo: memFree=1777372/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1525928 CPUtime=0.38
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 5399 0 1 0 36 2 0 0 19 0 12 0 6338826 1562550272 4833 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 381482 4833 1364 10 0 378785 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525928

[startup+0.70195 s]
/proc/loadavg: 1.39 1.11 1.03 3/106 12828
/proc/meminfo: memFree=1777372/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1534392 CPUtime=1.18
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 9047 0 1 0 114 4 0 0 19 0 16 0 6338826 1571217408 7331 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 383598 7331 1400 10 0 380901 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1534392

[startup+1.50194 s]
/proc/loadavg: 1.76 1.19 1.06 7/122 12844
/proc/meminfo: memFree=1751824/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1534392 CPUtime=2.76
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 11509 0 1 0 272 4 0 0 19 0 16 0 6338826 1571217408 9088 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 383598 9088 1415 10 0 380901 0
[pid=12828/tid=12830] ppid=12826 vsize=1534392 CPUtime=0.38
/proc/12828/task/12830/stat : 12830 (java) S 12826 12828 11820 0 -1 4202560 4072 0 1 0 37 1 0 0 18 0 16 0 6338827 1571217408 9088 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6338828 1571217408 9088 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 6338828 1571217408 9089 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 6338830 1571217408 9089 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 22 0 16 0 6338830 1571217408 9089 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 6338830 1571217408 9089 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6338834 1571217408 9089 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1534392 CPUtime=0.04
/proc/12828/task/12837/stat : 12837 (java) R 12826 12828 11820 0 -1 4202560 56 0 0 0 4 0 0 0 24 0 16 0 6338834 1571217408 9090 1992294400 134512640 134550932 4294656448 18446744073709551615 104164045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1534392 CPUtime=1.23
/proc/12828/task/12838/stat : 12838 (java) R 12826 12828 11820 0 -1 4202560 4150 0 0 0 122 1 0 0 18 0 16 0 6338834 1571217408 9091 1992294400 134512640 134550932 4294656448 18446744073709551615 105714090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6338834 1571217408 9091 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) R 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6338834 1571217408 9091 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12841] ppid=12826 vsize=1534392 CPUtime=0.57
/proc/12828/task/12841/stat : 12841 (java) R 12826 12828 11820 0 -1 4202560 841 0 0 0 57 0 0 0 22 0 16 0 6338866 1571217408 9092 1992294400 134512640 134550932 4294656448 18446744073709551615 4109660982 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12842] ppid=12826 vsize=1534392 CPUtime=0.5
/proc/12828/task/12842/stat : 12842 (java) R 12826 12828 11820 0 -1 4202560 1317 0 0 0 50 0 0 0 23 0 16 0 6338866 1571217408 9092 1992294400 134512640 134550932 4294656448 18446744073709551615 4109276580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6338867 1571217408 9093 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1534392 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6338867 1571217408 9093 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1534392

[startup+3.10191 s]
/proc/loadavg: 1.76 1.19 1.06 6/122 12844
/proc/meminfo: memFree=1723056/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1543404 CPUtime=5.94
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 25705 0 1 0 583 11 0 0 19 0 16 0 6338826 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385851 19868 1439 10 0 383154 0
[pid=12828/tid=12830] ppid=12826 vsize=1543404 CPUtime=0.38
/proc/12828/task/12830/stat : 12830 (java) S 12826 12828 11820 0 -1 4202560 4072 0 1 0 37 1 0 0 18 0 16 0 6338827 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1543404 CPUtime=0.01
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 553 0 0 0 1 0 0 0 17 0 16 0 6338828 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6338828 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1543404 CPUtime=0.02
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 541 0 0 0 2 0 0 0 16 0 16 0 6338830 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6338830 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6338830 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6338834 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1543404 CPUtime=0.6
/proc/12828/task/12837/stat : 12837 (java) R 12826 12828 11820 0 -1 4202560 1968 0 0 0 60 0 0 0 25 0 16 0 6338834 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 102244913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1543404 CPUtime=2.22
/proc/12828/task/12838/stat : 12838 (java) R 12826 12828 11820 0 -1 4202560 8033 0 0 0 220 2 0 0 19 0 16 0 6338834 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 103152385 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6338834 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6338834 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12841] ppid=12826 vsize=1543404 CPUtime=1.99
/proc/12828/task/12841/stat : 12841 (java) R 12826 12828 11820 0 -1 4202560 6362 0 0 0 196 3 0 0 18 0 16 0 6338866 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4109693856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12842] ppid=12826 vsize=1543404 CPUtime=0.64
/proc/12828/task/12842/stat : 12842 (java) R 12826 12828 11820 0 -1 4202560 3102 0 0 0 64 0 0 0 25 0 16 0 6338866 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6338867 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1543404 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6338867 1580445696 19868 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1543404

[startup+6.30287 s]
/proc/loadavg: 1.76 1.19 1.06 3/122 12844
/proc/meminfo: memFree=1625096/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1543668 CPUtime=12.2
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 49162 0 1 0 1200 20 0 0 19 0 16 0 6338826 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385917 40177 1448 10 0 383220 0
[pid=12828/tid=12830] ppid=12826 vsize=1543668 CPUtime=0.38
/proc/12828/task/12830/stat : 12830 (java) S 12826 12828 11820 0 -1 4202560 4072 0 1 0 37 1 0 0 18 0 16 0 6338827 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1543668 CPUtime=0.03
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 961 0 0 0 3 0 0 0 15 0 16 0 6338828 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1543668 CPUtime=0.02
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 296 0 0 0 2 0 0 0 16 0 16 0 6338828 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1543668 CPUtime=0.09
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 1435 0 0 0 9 0 0 0 15 0 16 0 6338830 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6338830 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6338830 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6338834 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1543668 CPUtime=1.16
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3019 0 0 0 115 1 0 0 20 0 16 0 6338834 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1543668 CPUtime=3.35
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10258 0 0 0 332 3 0 0 16 0 16 0 6338834 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6338834 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6338834 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12841] ppid=12826 vsize=1543668 CPUtime=4.7
/proc/12828/task/12841/stat : 12841 (java) R 12826 12828 11820 0 -1 4202560 9524 0 0 0 466 4 0 0 20 0 16 0 6338866 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4109733447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12842] ppid=12826 vsize=1543668 CPUtime=2.39
/proc/12828/task/12842/stat : 12842 (java) R 12826 12828 11820 0 -1 4202560 18524 0 0 0 233 6 0 0 25 0 16 0 6338866 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4109616541 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6338867 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1543668 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6338867 1580716032 40177 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1543668

[startup+12.7018 s]
/proc/loadavg: 1.87 1.23 1.08 3/122 12844
/proc/meminfo: memFree=1579588/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1542704 CPUtime=24.71
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 59990 0 1 0 2447 24 0 0 19 0 16 0 6338826 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385676 50555 1448 10 0 382979 0
[pid=12828/tid=12830] ppid=12826 vsize=1542704 CPUtime=0.38
/proc/12828/task/12830/stat : 12830 (java) S 12826 12828 11820 0 -1 4202560 4072 0 1 0 37 1 0 0 18 0 16 0 6338827 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=0.14
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 3000 0 0 0 13 1 0 0 16 0 16 0 6338828 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=0.12
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 2135 0 0 0 12 0 0 0 16 0 16 0 6338828 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=0.25
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 2550 0 0 0 25 0 0 0 15 0 16 0 6338830 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6338830 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6338830 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6338834 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.24
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3023 0 0 0 123 1 0 0 15 0 16 0 6338834 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=4.18
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10376 0 0 0 415 3 0 0 16 0 16 0 6338834 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6338834 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6338834 1579728896 50555 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0

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

[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=1.39
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 7660 0 0 0 131 8 0 0 15 0 16 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=1.4
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 6644 0 0 0 136 4 0 0 16 0 16 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=5.7
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 3562 0 0 0 568 2 0 0 16 0 16 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.24
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3023 0 0 0 123 1 0 0 15 0 16 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=5
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10378 0 0 0 497 3 0 0 15 0 16 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12849] ppid=12826 vsize=1542704 CPUtime=61.46
/proc/12828/task/12849/stat : 12849 (java) R 12826 12828 11820 0 -1 4202560 57 0 0 0 6146 0 0 0 25 0 16 0 6341933 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4109731346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12850] ppid=12826 vsize=1542704 CPUtime=61.02
/proc/12828/task/12850/stat : 12850 (java) R 12826 12828 11820 0 -1 4202560 37 0 0 0 6100 2 0 0 25 0 16 0 6341933 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4109616521 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 188.63
Current children cumulated vsize (KiB) 1542704

[startup+100.702 s]
/proc/loadavg: 1.90 1.39 1.14 1/120 12850
/proc/meminfo: memFree=1541412/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1542704 CPUtime=190.09
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 70302 0 1 0 18968 41 0 0 19 0 14 0 6338826 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385676 59979 1449 10 0 382979 0
[pid=12828/tid=12830] ppid=12826 vsize=1542704 CPUtime=0.66
/proc/12828/task/12830/stat : 12830 (java) R 12826 12828 11820 0 -1 4202560 4076 0 1 0 65 1 0 0 16 0 14 0 6338827 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4109407955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=1.39
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 7660 0 0 0 131 8 0 0 15 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=1.4
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 6644 0 0 0 136 4 0 0 16 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=5.7
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 3562 0 0 0 568 2 0 0 15 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.26
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3023 0 0 0 125 1 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=5
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10378 0 0 0 497 3 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.09
Current children cumulated vsize (KiB) 1542704

[startup+101.102 s]
/proc/loadavg: 1.83 1.38 1.14 2/120 12850
/proc/meminfo: memFree=1541412/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1542704 CPUtime=190.51
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 70302 0 1 0 19010 41 0 0 19 0 14 0 6338826 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385676 59979 1449 10 0 382979 0
[pid=12828/tid=12830] ppid=12826 vsize=1542704 CPUtime=1.06
/proc/12828/task/12830/stat : 12830 (java) R 12826 12828 11820 0 -1 4202560 4076 0 1 0 105 1 0 0 16 0 14 0 6338827 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4110363876 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=1.39
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 7660 0 0 0 131 8 0 0 15 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=1.4
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 6644 0 0 0 136 4 0 0 16 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=5.7
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 3562 0 0 0 568 2 0 0 15 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.27
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3023 0 0 0 126 1 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=5
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10378 0 0 0 497 3 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) R 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.51
Current children cumulated vsize (KiB) 1542704

[startup+101.302 s]
/proc/loadavg: 1.83 1.38 1.14 2/120 12850
/proc/meminfo: memFree=1541412/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1542704 CPUtime=190.7
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 70302 0 1 0 19029 41 0 0 19 0 14 0 6338826 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385676 59979 1449 10 0 382979 0
[pid=12828/tid=12830] ppid=12826 vsize=1542704 CPUtime=1.26
/proc/12828/task/12830/stat : 12830 (java) R 12826 12828 11820 0 -1 4202560 4076 0 1 0 125 1 0 0 16 0 14 0 6338827 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4109407937 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=1.39
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 7660 0 0 0 131 8 0 0 15 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=1.4
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 6644 0 0 0 136 4 0 0 16 0 14 0 6338828 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=5.7
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 3562 0 0 0 568 2 0 0 15 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.27
/proc/12828/task/12837/stat : 12837 (java) S 12826 12828 11820 0 -1 4202560 3023 0 0 0 126 1 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=5
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10378 0 0 0 497 3 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6338834 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6338867 1579728896 59979 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.7
Current children cumulated vsize (KiB) 1542704

[startup+101.403 s]
/proc/loadavg: 1.83 1.38 1.14 2/120 12850
/proc/meminfo: memFree=1541412/2059040 swapFree=4192956/4192956
[pid=12828] ppid=12826 vsize=1542704 CPUtime=190.8
/proc/12828/stat : 12828 (java) S 12826 12828 11820 0 -1 4202496 70307 0 1 0 19039 41 0 0 19 0 14 0 6338826 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12828/statm: 385676 59984 1449 10 0 382979 0
[pid=12828/tid=12830] ppid=12826 vsize=1542704 CPUtime=1.33
/proc/12828/task/12830/stat : 12830 (java) S 12826 12828 11820 0 -1 4202560 4080 0 1 0 132 1 0 0 15 0 14 0 6338827 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12831] ppid=12826 vsize=1542704 CPUtime=1.39
/proc/12828/task/12831/stat : 12831 (java) S 12826 12828 11820 0 -1 4202560 7660 0 0 0 131 8 0 0 15 0 14 0 6338828 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12832] ppid=12826 vsize=1542704 CPUtime=1.4
/proc/12828/task/12832/stat : 12832 (java) S 12826 12828 11820 0 -1 4202560 6644 0 0 0 136 4 0 0 16 0 14 0 6338828 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 1 0 0 0
[pid=12828/tid=12833] ppid=12826 vsize=1542704 CPUtime=5.7
/proc/12828/task/12833/stat : 12833 (java) S 12826 12828 11820 0 -1 4202560 3562 0 0 0 568 2 0 0 15 0 14 0 6338830 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 0 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12834] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12834/stat : 12834 (java) S 12826 12828 11820 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12835] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12835/stat : 12835 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6338830 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12836] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12836/stat : 12836 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6338834 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12837] ppid=12826 vsize=1542704 CPUtime=1.3
/proc/12828/task/12837/stat : 12837 (java) R 12826 12828 11820 0 -1 4202560 3023 0 0 0 129 1 0 0 15 0 14 0 6338834 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 104143095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12828/tid=12838] ppid=12826 vsize=1542704 CPUtime=5
/proc/12828/task/12838/stat : 12838 (java) S 12826 12828 11820 0 -1 4202560 10378 0 0 0 497 3 0 0 15 0 14 0 6338834 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12839] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12839/stat : 12839 (java) S 12826 12828 11820 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6338834 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12840] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12840/stat : 12840 (java) S 12826 12828 11820 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6338834 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12843] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12843/stat : 12843 (java) S 12826 12828 11820 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6338867 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
[pid=12828/tid=12844] ppid=12826 vsize=1542704 CPUtime=0
/proc/12828/task/12844/stat : 12844 (java) S 12826 12828 11820 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 6338867 1579728896 59984 1992294400 134512640 134550932 4294656448 18446744073709551615 4294960144 0 4 0 16800975 18446604437876131776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.8
Current children cumulated vsize (KiB) 1542704

Child status: 30
Real time (s): 101.448
CPU time (s): 190.846
CPU user time (s): 190.406
CPU system time (s): 0.439933
CPU usage (%): 188.123
Max. virtual memory (cumulated for all children) (KiB): 1546980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.406
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70307
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= 3828
involuntary context switches= 5869

runsolver used 0.395939 second user time and 1.2848 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-16 03:07:45
IDJOB=2661819
IDBENCH=48074
IDSOLVER=1166
FILE ID=node044/2661819-1276650465
PBS_JOBID= 11172426
Free space on /tmp= 62588 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=8-P0=107-P1=89-P2=97-P3=41-P4=137-P5=181-P6=11-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661819-1276650465/watcher-2661819-1276650465 -o /tmp/evaluation-result-2661819-1276650465/solver-2661819-1276650465 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661819-1276650465.opb

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

MD5SUM BENCH= 931666055852afe6f909d62fafedf38c
RANDOM SEED=803432291

node044.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.266
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.53
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.266
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1777760 kB
Buffers:         24580 kB
Cached:         132284 kB
SwapCached:          0 kB
Active:         118064 kB
Inactive:        98112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1777760 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             288 kB
Writeback:           0 kB
AnonPages:       59360 kB
Mapped:          15428 kB
Slab:            43128 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179832 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= 62588 MiB
End job on node044 at 2010-06-16 03:09:27