Trace number 2661743

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 162.482 88.4042

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
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 benchmark3.72943
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 variables120
Total number of constraints11
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 constraints11
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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661743-1276648444.opb
0.24/0.22	c reading problem ... 
0.35/0.40	c ... done. Wall clock time 0.183s.
0.35/0.40	c #vars     440
0.35/0.40	c #constraints  656
0.35/0.40	c constraints type 
0.35/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.35/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.35/0.41	c constraints type 
0.35/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.35/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
8.11/4.23	c cleaning 2494 clauses out of 5002 with flag 5002/5002
8.11/4.28	c And the winner is Resolution
8.22/4.42	c SATISFIABLE
8.22/4.42	c OPTIMIZING...
8.22/4.42	c Got one! Elapsed wall clock time (in seconds):4.2
8.22/4.42	o 193
10.15/5.49	c cleaning 4253 clauses out of 8506 with flag 11000/11000
12.88/6.83	c cleaning 5620 clauses out of 11254 with flag 18001/18001
16.40/8.64	c cleaning 6809 clauses out of 13633 with flag 26000/26000
18.11/9.51	c And the winner is Resolution
18.16/10.44	c Got one! Elapsed wall clock time (in seconds):10.217
18.16/10.44	o 65
19.26/11.07	c cleaning 7908 clauses out of 15824 with flag 35000/35000
23.18/13.01	c cleaning 8956 clauses out of 17917 with flag 45001/45001
28.05/15.56	c cleaning 9476 clauses out of 18960 with flag 55000/55000
32.54/17.87	c cleaning 9737 clauses out of 19485 with flag 65001/65001
33.43/18.38	c And the winner is Resolution
33.63/18.75	c Got one! Elapsed wall clock time (in seconds):18.53
33.63/18.75	o 25
35.71/19.87	c cleaning 9871 clauses out of 19748 with flag 75001/75001
40.97/22.54	c cleaning 9933 clauses out of 19877 with flag 85001/85001
45.25/24.71	c cleaning 9966 clauses out of 19944 with flag 95001/95001
49.12/26.73	c cleaning 9977 clauses out of 19977 with flag 105000/105000
52.74/28.63	c cleaning 9992 clauses out of 20000 with flag 115001/115001
56.61/30.66	c cleaning 10000 clauses out of 20008 with flag 125001/125001
62.24/33.59	c cleaning 9998 clauses out of 20007 with flag 135000/135000
68.28/36.66	c cleaning 10001 clauses out of 20009 with flag 145000/145000
72.11/38.67	c cleaning 9997 clauses out of 20009 with flag 155001/155001
76.16/40.75	c cleaning 9996 clauses out of 20012 with flag 165001/165001
81.20/43.39	c cleaning 0 clauses out of 5000 with flag 0/5000
82.46/44.04	c cleaning 9998 clauses out of 20015 with flag 175000/175000
88.26/47.02	c cleaning 10003 clauses out of 20018 with flag 185001/185001
94.66/50.36	c cleaning 10006 clauses out of 20014 with flag 195000/195000
97.90/52.05	c cleaning 9995 clauses out of 20008 with flag 205000/205000
101.93/54.11	c cleaning 10000 clauses out of 20014 with flag 215001/215001
106.14/56.32	c cleaning 10002 clauses out of 20012 with flag 225000/225000
108.59/57.67	c And the winner is Resolution
108.80/57.94	c Got one! Elapsed wall clock time (in seconds):57.715
108.80/57.94	o 9
109.71/58.43	c cleaning 9990 clauses out of 20010 with flag 235000/235000
113.74/60.59	c cleaning 9999 clauses out of 20021 with flag 245001/245001
116.98/62.30	c cleaning 9999 clauses out of 20022 with flag 255001/255001
119.40/63.51	c And the winner is Resolution
119.55/63.96	c Got one! Elapsed wall clock time (in seconds):63.73
119.55/63.96	o 5
121.05/64.78	c cleaning 9995 clauses out of 20023 with flag 265001/265001
124.86/66.75	c cleaning 10000 clauses out of 20027 with flag 275000/275000
129.06/68.94	c cleaning 10007 clauses out of 20027 with flag 285000/285000
133.87/71.41	c cleaning 10007 clauses out of 20021 with flag 295001/295001
137.23/73.28	c cleaning 10006 clauses out of 20014 with flag 305001/305001
138.68/74.05	c And the winner is Resolution
138.92/75.12	c Got one! Elapsed wall clock time (in seconds):74.9
138.92/75.12	o 3
140.85/76.11	c cleaning 9989 clauses out of 20006 with flag 315000/315000
144.45/78.06	c cleaning 10006 clauses out of 20018 with flag 325001/325001
149.25/80.50	c cleaning 10003 clauses out of 20011 with flag 335000/335000
153.60/82.88	c cleaning 10001 clauses out of 20008 with flag 345000/345000
158.19/85.23	c cleaning 10001 clauses out of 20007 with flag 355001/355001
161.19/86.89	c And the winner is Resolution
162.38/88.33	c starts		: 140
162.38/88.33	c conflicts		: 363112
162.38/88.33	c decisions		: 378040
162.38/88.33	c propagations		: 7128011
162.38/88.33	c inspects		: 215855066
162.38/88.33	c learnt literals	: 16
162.38/88.33	c learnt binary clauses	: 79
162.38/88.33	c learnt ternary clauses	: 255
162.38/88.33	c learnt clauses	: 363095
162.38/88.33	c ignored clauses	: 0
162.38/88.33	c root simplifications	: 0
162.38/88.33	c removed literals (reason simplification)	: 10841781
162.38/88.33	c reason swapping (by a shorter reason)	: 0
162.38/88.33	c Calls to reduceDB	: 37
162.38/88.33	c number of reductions to clauses (during analyze)	: 0
162.38/88.33	c number of learned constraints concerned by reduction	: 0
162.38/88.33	c number of learning phase by resolution	: 0
162.38/88.33	c number of learning phase by cutting planes	: 0
162.38/88.33	c speed (assignments/second)	: 539510.3693611869
162.38/88.33	c non guided choices	2690
162.38/88.33	c learnt constraints type 
162.38/88.33	c constraints type 
162.38/88.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
162.38/88.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
162.38/88.34	c constraints type 
162.38/88.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
162.38/88.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
162.38/88.34	s OPTIMUM FOUND
162.38/88.34	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 
162.38/88.34	c objective function=3
162.38/88.34	c Total wall clock time (in seconds): 88.115

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-2661743-1276648444/watcher-2661743-1276648444 -o /tmp/evaluation-result-2661743-1276648444/solver-2661743-1276648444 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661743-1276648444.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.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=248 CPUtime=0
/proc/13434/stat : 13434 (java6) R 13432 13434 12511 0 -1 4194304 109 0 0 0 0 0 0 0 23 0 1 0 6136460 253952 28 1992294400 134512640 134550932 4288697520 18446744073709551615 10441300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13434/statm: 62 28 21 10 0 23 0

[startup+0.013175 s]
/proc/loadavg: 1.00 1.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=248 CPUtime=0
/proc/13434/stat : 13434 (java) R 13432 13434 12511 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 6136460 253952 28 1992294400 134512640 134550932 4293969824 18446744073709551615 10441300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13434/statm: 62 28 21 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 248

[startup+0.10119 s]
/proc/loadavg: 1.00 1.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1524020 CPUtime=0.08
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 3926 0 1 0 6 2 0 0 15 0 12 0 6136460 1560596480 3366 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 381005 3366 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301208 s]
/proc/loadavg: 1.00 1.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1526376 CPUtime=0.35
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 5382 0 1 0 32 3 0 0 15 0 12 0 6136460 1563009024 4820 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 381594 4820 1353 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+1.489 s]
/proc/loadavg: 1.00 1.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1533324 CPUtime=2.72
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 11261 0 1 0 266 6 0 0 15 0 16 0 6136460 1570123776 10008 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 383331 10008 1424 10 0 380634 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1533324

[startup+1.54935 s]
/proc/loadavg: 1.00 1.06 1.08 3/106 13434
/proc/meminfo: memFree=1726476/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1535952 CPUtime=2.83
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 12114 0 1 0 277 6 0 0 15 0 16 0 6136460 1572814848 10861 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 383988 10861 1424 10 0 381291 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1535952

[startup+3.10951 s]
/proc/loadavg: 1.00 1.06 1.08 5/122 13450
/proc/meminfo: memFree=1641408/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1541248 CPUtime=5.92
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 28774 0 1 0 579 13 0 0 15 0 16 0 6136460 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385312 23239 1426 10 0 382615 0
[pid=13434/tid=13436] ppid=13432 vsize=1541248 CPUtime=0.37
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4010 0 1 0 35 2 0 0 18 0 16 0 6136462 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6136464 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6136464 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6136465 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6136466 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6136466 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6136470 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1541248 CPUtime=0.21
/proc/13434/task/13443/stat : 13443 (java) R 13432 13434 12511 0 -1 4202560 96 0 0 0 21 0 0 0 22 0 16 0 6136470 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 105817649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1541248 CPUtime=2.62
/proc/13434/task/13444/stat : 13444 (java) R 13432 13434 12511 0 -1 4202560 9021 0 0 0 259 3 0 0 19 0 16 0 6136470 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 102192204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6136470 1578237952 23239 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6136470 1578237952 23240 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13447] ppid=13432 vsize=1541248 CPUtime=1.47
/proc/13434/task/13447/stat : 13447 (java) R 13432 13434 12511 0 -1 4202560 3077 0 0 0 147 0 0 0 25 0 16 0 6136501 1578237952 23240 1992294400 134512640 134550932 4293969824 18446744073709551615 4109410539 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13434/tid=13448] ppid=13432 vsize=1541248 CPUtime=1.2
/proc/13434/task/13448/stat : 13448 (java) R 13432 13434 12511 0 -1 4202560 11497 0 0 0 115 5 0 0 25 0 16 0 6136501 1578237952 23240 1992294400 134512640 134550932 4293969824 18446744073709551615 4109035767 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1578237952 23240 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1541248 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1578237952 23240 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1541248

[startup+6.30285 s]
/proc/loadavg: 1.08 1.08 1.09 3/122 13452
/proc/meminfo: memFree=1568372/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=11.91
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 48019 0 1 0 1168 23 0 0 15 0 16 0 6136460 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 40639 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.37
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4010 0 1 0 35 2 0 0 18 0 16 0 6136462 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=0.04
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 710 0 0 0 4 0 0 0 16 0 16 0 6136464 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=0.04
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 963 0 0 0 4 0 0 0 16 0 16 0 6136464 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=0.07
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 1465 0 0 0 7 0 0 0 15 0 16 0 6136465 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6136470 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=1.13
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2017 0 0 0 112 1 0 0 15 0 16 0 6136470 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.95
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9660 0 0 0 292 3 0 0 15 0 16 0 6136470 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6136470 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) R 13432 13434 12511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6136470 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13451] ppid=13432 vsize=1543960 CPUtime=1.72
/proc/13434/task/13451/stat : 13451 (java) R 13432 13434 12511 0 -1 4202560 3 0 0 0 172 0 0 0 23 0 16 0 6136903 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4109442110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13452] ppid=13432 vsize=1543960 CPUtime=1.74
/proc/13434/task/13452/stat : 13452 (java) R 13432 13434 12511 0 -1 4202560 276 0 0 0 174 0 0 0 25 0 16 0 6136903 1581015040 40639 1992294400 134512640 134550932 4293969824 18446744073709551615 4109386926 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 1543960

[startup+12.7025 s]
/proc/loadavg: 0.99 1.06 1.08 3/122 13454
/proc/meminfo: memFree=1530056/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=22.57
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 58125 0 1 0 2231 26 0 0 15 0 16 0 6136460 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 50550 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.38
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4011 0 1 0 36 2 0 0 18 0 16 0 6136462 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=0.13
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 2194 0 0 0 13 0 0 0 16 0 16 0 6136464 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=0.13
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 2500 0 0 0 13 0 0 0 15 0 16 0 6136464 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=0.25
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 2691 0 0 0 25 0 0 0 15 0 16 0 6136465 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6136470 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=1.21
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2035 0 0 0 120 1 0 0 15 0 16 0 6136470 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.95
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9660 0 0 0 292 3 0 0 15 0 16 0 6136470 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6136470 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6136470 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13453] ppid=13432 vsize=1543960 CPUtime=2.12
/proc/13434/task/13453/stat : 13453 (java) R 13432 13434 12511 0 -1 4202560 2 0 0 0 212 0 0 0 19 0 16 0 6137505 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4109391988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13454] ppid=13432 vsize=1543960 CPUtime=2.15
/proc/13434/task/13454/stat : 13454 (java) R 13432 13434 12511 0 -1 4202560 2 0 0 0 215 0 0 0 25 0 16 0 6137505 1581015040 50550 1992294400 134512640 134550932 4293969824 18446744073709551615 4109428215 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.57
Current children cumulated vsize (KiB) 1543960

[startup+25.5018 s]
/proc/loadavg: 1.14 1.09 1.09 3/122 13456
/proc/meminfo: memFree=1515300/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=46.73
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 61761 0 1 0 4637 36 0 0 15 0 16 0 6136460 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 53851 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.38
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4011 0 1 0 36 2 0 0 17 0 16 0 6136462 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=0.31
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 3485 0 0 0 30 1 0 0 16 0 16 0 6136464 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=0.31
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 4173 0 0 0 30 1 0 0 15 0 16 0 6136464 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=0.9
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 3320 0 0 0 82 8 0 0 16 0 16 0 6136465 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 53851 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0

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

/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6136470 1581015040 59033 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1581015040 59033 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1581015040 59033 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13463] ppid=13432 vsize=1543960 CPUtime=2.22
/proc/13434/task/13463/stat : 13463 (java) R 13432 13434 12511 0 -1 4202560 1 0 0 0 222 0 0 0 17 0 16 0 6143973 1581015040 59033 1992294400 134512640 134550932 4293969824 18446744073709551615 4109501464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13464] ppid=13432 vsize=1543960 CPUtime=2.25
/proc/13434/task/13464/stat : 13464 (java) R 13432 13434 12511 0 -1 4202560 1 0 0 0 225 0 0 0 19 0 16 0 6143973 1581015040 59033 1992294400 134512640 134550932 4293969824 18446744073709551615 4109434464 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 143.67
Current children cumulated vsize (KiB) 1543960

[startup+84.0021 s]
/proc/loadavg: 1.64 1.24 1.14 4/122 13464
/proc/meminfo: memFree=1491740/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=155.81
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 68070 0 1 0 15534 47 0 0 15 0 16 0 6136460 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 59615 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.38
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4015 0 1 0 36 2 0 0 15 0 16 0 6136462 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=1.18
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 6243 0 0 0 114 4 0 0 15 0 16 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=1.19
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 7016 0 0 0 114 5 0 0 16 0 16 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=4.61
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 3914 0 0 0 452 9 0 0 15 0 16 0 6136465 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=2.04
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2082 0 0 0 203 1 0 0 16 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.98
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9663 0 0 0 295 3 0 0 15 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13463] ppid=13432 vsize=1543960 CPUtime=7.86
/proc/13434/task/13463/stat : 13463 (java) R 13432 13434 12511 0 -1 4202560 7 0 0 0 786 0 0 0 17 0 16 0 6143973 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4109518355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13464] ppid=13432 vsize=1543960 CPUtime=7.99
/proc/13434/task/13464/stat : 13464 (java) R 13432 13434 12511 0 -1 4202560 4 0 0 0 799 0 0 0 25 0 16 0 6143973 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4109410294 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 155.81
Current children cumulated vsize (KiB) 1543960

[startup+85.6093 s]
/proc/loadavg: 1.75 1.27 1.15 3/122 13464
/proc/meminfo: memFree=1491740/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=158.82
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 68072 0 1 0 15835 47 0 0 15 0 16 0 6136460 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 59615 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.38
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4016 0 1 0 36 2 0 0 15 0 16 0 6136462 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=1.2
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 6243 0 0 0 116 4 0 0 15 0 16 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=1.21
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 7016 0 0 0 116 5 0 0 16 0 16 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=4.79
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 3914 0 0 0 470 9 0 0 16 0 16 0 6136465 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=2.04
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2082 0 0 0 203 1 0 0 16 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.98
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9663 0 0 0 295 3 0 0 15 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6136502 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6136504 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13463] ppid=13432 vsize=1543960 CPUtime=9.24
/proc/13434/task/13463/stat : 13463 (java) R 13432 13434 12511 0 -1 4202560 8 0 0 0 924 0 0 0 17 0 16 0 6143973 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4109395162 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13434/tid=13464] ppid=13432 vsize=1543960 CPUtime=9.4
/proc/13434/task/13464/stat : 13464 (java) R 13432 13434 12511 0 -1 4202560 4 0 0 0 940 0 0 0 25 0 16 0 6143973 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4109497673 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 158.82
Current children cumulated vsize (KiB) 1543960

[startup+87.2015 s]
/proc/loadavg: 1.75 1.27 1.15 3/122 13464
/proc/meminfo: memFree=1491740/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=161.48
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 68073 0 1 0 16100 48 0 0 15 0 14 0 6136460 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 59615 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.38
/proc/13434/task/13436/stat : 13436 (java) S 13432 13434 12511 0 -1 4202560 4016 0 1 0 36 2 0 0 15 0 14 0 6136462 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=1.21
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 6243 0 0 0 117 4 0 0 16 0 14 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=1.22
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 7016 0 0 0 117 5 0 0 15 0 14 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=4.79
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 3914 0 0 0 470 9 0 0 15 0 14 0 6136465 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=2.04
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2082 0 0 0 203 1 0 0 16 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.98
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9663 0 0 0 295 3 0 0 15 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6136502 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6136504 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 1543960

[startup+88.0015 s]
/proc/loadavg: 1.75 1.27 1.15 2/120 13464
/proc/meminfo: memFree=1491756/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=1543960 CPUtime=162.08
/proc/13434/stat : 13434 (java) S 13432 13434 12511 0 -1 4202496 68073 0 1 0 16160 48 0 0 15 0 14 0 6136460 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 385990 59615 1449 10 0 383293 0
[pid=13434/tid=13436] ppid=13432 vsize=1543960 CPUtime=0.95
/proc/13434/task/13436/stat : 13436 (java) R 13432 13434 12511 0 -1 4202560 4016 0 1 0 93 2 0 0 16 0 14 0 6136462 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4109194936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13434/tid=13437] ppid=13432 vsize=1543960 CPUtime=1.21
/proc/13434/task/13437/stat : 13437 (java) S 13432 13434 12511 0 -1 4202560 6243 0 0 0 117 4 0 0 16 0 14 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13438] ppid=13432 vsize=1543960 CPUtime=1.22
/proc/13434/task/13438/stat : 13438 (java) S 13432 13434 12511 0 -1 4202560 7016 0 0 0 117 5 0 0 15 0 14 0 6136464 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13439] ppid=13432 vsize=1543960 CPUtime=4.79
/proc/13434/task/13439/stat : 13439 (java) S 13432 13434 12511 0 -1 4202560 3914 0 0 0 470 9 0 0 15 0 14 0 6136465 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 0 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13440] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13440/stat : 13440 (java) S 13432 13434 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13441] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13441/stat : 13441 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6136466 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13442] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13442/stat : 13442 (java) S 13432 13434 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13443] ppid=13432 vsize=1543960 CPUtime=2.07
/proc/13434/task/13443/stat : 13443 (java) S 13432 13434 12511 0 -1 4202560 2082 0 0 0 206 1 0 0 15 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13444] ppid=13432 vsize=1543960 CPUtime=2.98
/proc/13434/task/13444/stat : 13444 (java) S 13432 13434 12511 0 -1 4202560 9663 0 0 0 295 3 0 0 15 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13445/stat : 13445 (java) S 13432 13434 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 0 0 0 0
[pid=13434/tid=13446] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13446/stat : 13446 (java) S 13432 13434 12511 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6136470 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13449] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13449/stat : 13449 (java) S 13432 13434 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6136502 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
[pid=13434/tid=13450] ppid=13432 vsize=1543960 CPUtime=0
/proc/13434/task/13450/stat : 13450 (java) S 13432 13434 12511 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6136504 1581015040 59615 1992294400 134512640 134550932 4293969824 18446744073709551615 4294960144 0 4 0 16800975 18446604437845100480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 1543960

[startup+88.4018 s]
/proc/loadavg: 1.75 1.27 1.15 2/120 13464
/proc/meminfo: memFree=1491756/2059040 swapFree=4192956/4192956
[pid=13434] ppid=13432 vsize=0 CPUtime=162.47
/proc/13434/stat : 13434 (java) Z 13432 13434 12511 0 -1 4203548 68082 0 1 0 16197 50 0 0 15 0 2 0 6136460 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13434/statm: 0 0 0 0 0 0 0
[pid=13434/tid=13445] ppid=13432 vsize=0 CPUtime=0.02
/proc/13434/task/13445/stat : 13445 (java) R 13432 13434 12511 0 -1 4203588 0 0 0 0 0 2 0 0 18 0 2 0 6136470 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.47
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 88.4042
CPU time (s): 162.482
CPU user time (s): 161.977
CPU system time (s): 0.504923
CPU usage (%): 183.795
Max. virtual memory (cumulated for all children) (KiB): 1544824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.977
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68082
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= 3462
involuntary context switches= 5104

runsolver used 0.402938 second user time and 0.98285 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 02:34:04
IDJOB=2661743
IDBENCH=47998
IDSOLVER=1166
FILE ID=node047/2661743-1276648444
PBS_JOBID= 11172430
Free space on /tmp= 62540 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=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661743-1276648444/watcher-2661743-1276648444 -o /tmp/evaluation-result-2661743-1276648444/solver-2661743-1276648444 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661743-1276648444.opb

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=721439572

node047.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.244
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.48
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.244
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:       1726872 kB
Buffers:         67412 kB
Cached:         139524 kB
SwapCached:          0 kB
Active:         123228 kB
Inactive:       143156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1726872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59456 kB
Mapped:          15416 kB
Slab:            43880 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180540 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= 62540 MiB
End job on node047 at 2010-06-16 02:35:33