Trace number 2663236

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-31OPT5 27.3398 17.0367

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_20_20.r.opb
MD5SUMa0250fc6809d30108f7d11f1d27eb358
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.71989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint20
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.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@1f436f5
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@18385e3
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-2663236-1276593543.opb
0.24/0.22	c reading problem ... 
0.35/0.38	c ... done. Wall clock time 0.156s.
0.35/0.38	c #vars     50
0.35/0.38	c #constraints  100
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.35/0.39	c And the winner is Resolution
0.52/1.39	c SATISFIABLE
0.52/1.39	c OPTIMIZING...
0.52/1.39	c Got one! Elapsed wall clock time (in seconds):1.164
0.52/1.39	o 7
0.53/1.40	c And the winner is Resolution
0.53/2.40	c Got one! Elapsed wall clock time (in seconds):2.176
0.53/2.40	o 6
1.32/2.81	c And the winner is Resolution
1.42/3.41	c Got one! Elapsed wall clock time (in seconds):3.19
1.42/3.41	o 5
3.58/4.51	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.54/5.02	c cleaning 4249 clauses out of 8501 with flag 11002/11002
5.32/5.48	c cleaning 5623 clauses out of 11250 with flag 18000/18000
6.67/6.16	c cleaning 6811 clauses out of 13627 with flag 26000/26000
8.01/6.87	c cleaning 7905 clauses out of 15816 with flag 35000/35000
9.58/7.67	c cleaning 8956 clauses out of 17918 with flag 45007/45007
11.30/8.56	c cleaning 9476 clauses out of 18957 with flag 55002/55002
13.04/9.49	c cleaning 9740 clauses out of 19482 with flag 65003/65003
14.57/10.29	c cleaning 9869 clauses out of 19739 with flag 75000/75000
16.50/11.20	c cleaning 9940 clauses out of 19881 with flag 85011/85011
18.43/12.22	c cleaning 9963 clauses out of 19930 with flag 95000/95000
20.37/13.29	c cleaning 9983 clauses out of 19969 with flag 105002/105002
22.49/14.39	c cleaning 9988 clauses out of 19988 with flag 115004/115004
24.80/15.57	c cleaning 10002 clauses out of 20003 with flag 125007/125007
26.74/16.58	c And the winner is Resolution
27.30/17.00	c starts		: 106
27.30/17.00	c conflicts		: 133450
27.30/17.00	c decisions		: 175897
27.30/17.00	c propagations		: 730492
27.30/17.00	c inspects		: 54903323
27.30/17.00	c learnt literals	: 4
27.30/17.00	c learnt binary clauses	: 10
27.30/17.00	c learnt ternary clauses	: 23
27.30/17.00	c learnt clauses	: 133445
27.30/17.00	c ignored clauses	: 0
27.30/17.00	c root simplifications	: 0
27.30/17.00	c removed literals (reason simplification)	: 101864
27.30/17.00	c reason swapping (by a shorter reason)	: 0
27.30/17.00	c Calls to reduceDB	: 14
27.30/17.00	c number of reductions to clauses (during analyze)	: 0
27.30/17.00	c number of learned constraints concerned by reduction	: 0
27.30/17.00	c number of learning phase by resolution	: 0
27.30/17.00	c number of learning phase by cutting planes	: 0
27.30/17.00	c speed (assignments/second)	: 53760.08242566971
27.30/17.00	c non guided choices	0
27.30/17.00	c learnt constraints type 
27.30/17.00	c constraints type 
27.30/17.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
27.30/17.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
27.30/17.00	c constraints type 
27.30/17.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
27.30/17.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
27.30/17.00	s OPTIMUM FOUND
27.30/17.00	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 
27.30/17.00	c objective function=5
27.30/17.00	c Total wall clock time (in seconds): 16.78

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663236-1276593543/watcher-2663236-1276593543 -o /tmp/evaluation-result-2663236-1276593543/solver-2663236-1276593543 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663236-1276593543.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.04 1.01 1.00 3/106 9120
/proc/meminfo: memFree=1513916/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1832 CPUtime=0
/proc/9120/stat : 9120 (java6) R 9118 9120 2479 0 -1 4194304 229 0 0 0 0 0 0 0 19 0 1 0 642342 1875968 131 1992294400 134512640 134550932 4291141312 18446744073709551615 2036112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9120/statm: 458 139 103 10 0 63 0

[startup+0.091567 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 9120
/proc/meminfo: memFree=1513916/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1521796 CPUtime=0.07
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 3849 0 1 0 5 2 0 0 15 0 7 0 642342 1558319104 3289 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 380449 3289 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101568 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 9120
/proc/meminfo: memFree=1513916/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1524180 CPUtime=0.08
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 3949 0 1 0 6 2 0 0 15 0 12 0 642342 1560760320 3387 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301595 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 9120
/proc/meminfo: memFree=1513916/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1526312 CPUtime=0.35
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 5354 0 1 0 32 3 0 0 15 0 12 0 642342 1562943488 4790 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 381578 4794 1361 10 0 378881 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526312

[startup+0.701646 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 9120
/proc/meminfo: memFree=1513916/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1528264 CPUtime=0.52
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 5770 0 1 0 48 4 0 0 15 0 14 0 642342 1564942336 5206 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 382066 5206 1371 10 0 379369 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1528264

[startup+1.50176 s]
/proc/loadavg: 1.04 1.01 1.00 1/120 9136
/proc/meminfo: memFree=1497996/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1528264 CPUtime=0.53
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 5818 0 1 0 49 4 0 0 15 0 14 0 642342 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 382066 5254 1371 10 0 379369 0
[pid=9120/tid=9122] ppid=9118 vsize=1528264 CPUtime=0.35
/proc/9120/task/9122/stat : 9122 (java) S 9118 9120 2479 0 -1 4202560 3948 0 1 0 33 2 0 0 19 0 14 0 642344 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 642345 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 642345 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 642347 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 642347 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 642347 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 642352 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1528264 CPUtime=0.03
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 64 0 0 0 3 0 0 0 22 0 14 0 642352 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1528264 CPUtime=0.09
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 646 0 0 0 9 0 0 0 16 0 14 0 642352 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 642352 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 642352 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 642381 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1528264 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 642381 1564942336 5254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1528264

[startup+3.101 s]
/proc/loadavg: 0.95 1.00 1.00 1/120 9138
/proc/meminfo: memFree=1497624/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1531344 CPUtime=1.42
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 7352 0 1 0 137 5 0 0 15 0 14 0 642342 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 382836 6474 1420 10 0 380139 0
[pid=9120/tid=9122] ppid=9118 vsize=1531344 CPUtime=0.35
/proc/9120/task/9122/stat : 9122 (java) S 9118 9120 2479 0 -1 4202560 3953 0 1 0 33 2 0 0 19 0 14 0 642344 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 642345 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 642345 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 642347 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 642347 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 642347 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 642352 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1531344 CPUtime=0.37
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 894 0 0 0 37 0 0 0 17 0 14 0 642352 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1531344 CPUtime=0.44
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 1012 0 0 0 44 0 0 0 15 0 14 0 642352 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 642352 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 642352 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 642381 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1531344 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 642381 1568096256 6474 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1531344
heavy processes:

[startup+6.30247 s]
/proc/loadavg: 0.95 1.00 1.00 5/122 9142
/proc/meminfo: memFree=1441808/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=7.02
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 43835 0 1 0 682 20 0 0 15 0 16 0 642342 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 39010 1447 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.35
/proc/9120/task/9122/stat : 9122 (java) S 9118 9120 2479 0 -1 4202560 3959 0 1 0 33 2 0 0 18 0 16 0 642344 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.02
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 672 0 0 0 2 0 0 0 16 0 16 0 642345 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.02
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 602 0 0 0 2 0 0 0 15 0 16 0 642345 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.12
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 1050 0 0 0 12 0 0 0 15 0 16 0 642347 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 642352 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.31
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 130 1 0 0 16 0 16 0 642352 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=1.8
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4447 0 0 0 178 2 0 0 15 0 16 0 642352 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 642352 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 642352 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 642381 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 642381 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9141] ppid=9118 vsize=1540252 CPUtime=1.72
/proc/9120/task/9141/stat : 9141 (java) R 9118 9120 2479 0 -1 4202560 586 0 0 0 172 0 0 0 18 0 16 0 642684 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4109540991 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9142] ppid=9118 vsize=1540252 CPUtime=1.37
/proc/9120/task/9142/stat : 9142 (java) R 9118 9120 2479 0 -1 4202560 27134 0 0 0 127 10 0 0 17 0 16 0 642684 1577218048 39010 1992294400 134512640 134550932 4288688736 18446744073709551615 4109544668 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1540252

[startup+12.7014 s]
/proc/loadavg: 1.34 1.08 1.02 3/122 9142
/proc/meminfo: memFree=1355008/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=19.38
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 50009 0 1 0 1915 23 0 0 15 0 16 0 642342 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 45164 1448 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.35
/proc/9120/task/9122/stat : 9122 (java) S 9118 9120 2479 0 -1 4202560 3959 0 1 0 33 2 0 0 15 0 16 0 642344 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.11
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 1232 0 0 0 11 0 0 0 15 0 16 0 642345 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.12
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 1283 0 0 0 12 0 0 0 16 0 16 0 642345 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.44
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2489 0 0 0 44 0 0 0 16 0 16 0 642347 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 642352 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.31
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 130 1 0 0 16 0 16 0 642352 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.28
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 226 2 0 0 15 0 16 0 642352 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 642352 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 642352 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 642381 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 642381 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9141] ppid=9118 vsize=1540252 CPUtime=7.62
/proc/9120/task/9141/stat : 9141 (java) R 9118 9120 2479 0 -1 4202560 597 0 0 0 762 0 0 0 19 0 16 0 642684 1577218048 45164 1992294400 134512640 134550932 4288688736 18446744073709551615 4109391357 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9142] ppid=9118 vsize=1540252 CPUtime=6.82

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

[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.51
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2489 0 0 0 51 0 0 0 15 0 16 0 642347 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 642352 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.31
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 130 1 0 0 16 0 16 0 642352 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.31
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 229 2 0 0 16 0 16 0 642352 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 642352 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 642352 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 642381 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 642381 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9141] ppid=9118 vsize=1540252 CPUtime=9.12
/proc/9120/task/9141/stat : 9141 (java) R 9118 9120 2479 0 -1 4202560 598 0 0 0 912 0 0 0 21 0 16 0 642684 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4109963629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9142] ppid=9118 vsize=1540252 CPUtime=8.3
/proc/9120/task/9142/stat : 9142 (java) R 9118 9120 2479 0 -1 4202560 33682 0 0 0 818 12 0 0 25 0 16 0 642684 1577218048 48254 1992294400 134512640 134550932 4288688736 18446744073709551615 4109531795 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 1540252

[startup+15.9019 s]
/proc/loadavg: 1.34 1.08 1.02 3/122 9142
/proc/meminfo: memFree=1324132/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=25.54
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 53710 0 1 0 2530 24 0 0 15 0 16 0 642342 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 48835 1448 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.35
/proc/9120/task/9122/stat : 9122 (java) S 9118 9120 2479 0 -1 4202560 3960 0 1 0 33 2 0 0 15 0 16 0 642344 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.16
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 1467 0 0 0 16 0 0 0 16 0 16 0 642345 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.17
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 1531 0 0 0 16 1 0 0 15 0 16 0 642345 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.62
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2616 0 0 0 61 1 0 0 15 0 16 0 642347 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 642347 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 642352 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.31
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 130 1 0 0 16 0 16 0 642352 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.31
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 229 2 0 0 16 0 16 0 642352 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 642352 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 642352 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 642381 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 642381 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9141] ppid=9118 vsize=1540252 CPUtime=10.54
/proc/9120/task/9141/stat : 9141 (java) R 9118 9120 2479 0 -1 4202560 600 0 0 0 1054 0 0 0 25 0 16 0 642684 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4109391836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9142] ppid=9118 vsize=1540252 CPUtime=9.76
/proc/9120/task/9142/stat : 9142 (java) R 9118 9120 2479 0 -1 4202560 33683 0 0 0 964 12 0 0 25 0 16 0 642684 1577218048 48835 1992294400 134512640 134550932 4288688736 18446744073709551615 4109521267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1540252

[startup+16.7053 s]
/proc/loadavg: 1.34 1.08 1.02 3/122 9142
/proc/meminfo: memFree=1322396/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=26.98
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 53715 0 1 0 2674 24 0 0 15 0 14 0 642342 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 48839 1448 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.42
/proc/9120/task/9122/stat : 9122 (java) R 9118 9120 2479 0 -1 4202560 3961 0 1 0 40 2 0 0 15 0 14 0 642344 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4109963647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.16
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 1467 0 0 0 16 0 0 0 16 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.17
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 1531 0 0 0 16 1 0 0 15 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.62
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2616 0 0 0 61 1 0 0 16 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.31
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 130 1 0 0 16 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.36
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 234 2 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 26.98
Current children cumulated vsize (KiB) 1540252

[startup+16.9013 s]
/proc/loadavg: 1.34 1.08 1.02 3/122 9142
/proc/meminfo: memFree=1322396/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=27.2
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 53715 0 1 0 2696 24 0 0 15 0 14 0 642342 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 48839 1448 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.61
/proc/9120/task/9122/stat : 9122 (java) R 9118 9120 2479 0 -1 4202560 3961 0 1 0 59 2 0 0 16 0 14 0 642344 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4109190867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.16
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 1467 0 0 0 16 0 0 0 16 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.17
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 1531 0 0 0 16 1 0 0 15 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.62
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2616 0 0 0 61 1 0 0 16 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.34
/proc/9120/task/9129/stat : 9129 (java) S 9118 9120 2479 0 -1 4202560 3892 0 0 0 133 1 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.36
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 234 2 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.2
Current children cumulated vsize (KiB) 1540252

[startup+17.0013 s]
/proc/loadavg: 1.34 1.08 1.02 3/122 9142
/proc/meminfo: memFree=1322396/2059040 swapFree=4192956/4192956
[pid=9120] ppid=9118 vsize=1540252 CPUtime=27.3
/proc/9120/stat : 9120 (java) S 9118 9120 2479 0 -1 4202496 53715 0 1 0 2706 24 0 0 15 0 14 0 642342 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9120/statm: 385063 48839 1448 10 0 382366 0
[pid=9120/tid=9122] ppid=9118 vsize=1540252 CPUtime=0.71
/proc/9120/task/9122/stat : 9122 (java) R 9118 9120 2479 0 -1 4202560 3961 0 1 0 69 2 0 0 16 0 14 0 642344 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4109191001 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9120/tid=9123] ppid=9118 vsize=1540252 CPUtime=0.16
/proc/9120/task/9123/stat : 9123 (java) S 9118 9120 2479 0 -1 4202560 1467 0 0 0 16 0 0 0 16 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9124] ppid=9118 vsize=1540252 CPUtime=0.17
/proc/9120/task/9124/stat : 9124 (java) S 9118 9120 2479 0 -1 4202560 1531 0 0 0 16 1 0 0 15 0 14 0 642345 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9125] ppid=9118 vsize=1540252 CPUtime=0.62
/proc/9120/task/9125/stat : 9125 (java) S 9118 9120 2479 0 -1 4202560 2616 0 0 0 61 1 0 0 16 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 0 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9126] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9126/stat : 9126 (java) S 9118 9120 2479 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9127] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9127/stat : 9127 (java) S 9118 9120 2479 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 642347 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9128] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9128/stat : 9128 (java) S 9118 9120 2479 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9129] ppid=9118 vsize=1540252 CPUtime=1.34
/proc/9120/task/9129/stat : 9129 (java) R 9118 9120 2479 0 -1 4202560 3892 0 0 0 133 1 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 106106467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9120/tid=9130] ppid=9118 vsize=1540252 CPUtime=2.36
/proc/9120/task/9130/stat : 9130 (java) S 9118 9120 2479 0 -1 4202560 4468 0 0 0 234 2 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9131] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9131/stat : 9131 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9132] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9132/stat : 9132 (java) S 9118 9120 2479 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 642352 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
[pid=9120/tid=9135] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9135/stat : 9135 (java) S 9118 9120 2479 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 0 0 0 0
[pid=9120/tid=9136] ppid=9118 vsize=1540252 CPUtime=0
/proc/9120/task/9136/stat : 9136 (java) S 9118 9120 2479 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 642381 1577218048 48839 1992294400 134512640 134550932 4288688736 18446744073709551615 4294960144 0 4 0 16800975 18446604437845049600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.3
Current children cumulated vsize (KiB) 1540252

Child status: 30
Real time (s): 17.0367
CPU time (s): 27.3398
CPU user time (s): 27.0769
CPU system time (s): 0.26296
CPU usage (%): 160.476
Max. virtual memory (cumulated for all children) (KiB): 1544184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0769
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53724
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= 1218
involuntary context switches= 1290

runsolver used 0.081987 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-15 11:19:03
IDJOB=2663236
IDBENCH=2870
IDSOLVER=1166
FILE ID=node049/2663236-1276593543
PBS_JOBID= 11173563
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_20_20.r.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663236-1276593543/watcher-2663236-1276593543 -o /tmp/evaluation-result-2663236-1276593543/solver-2663236-1276593543 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663236-1276593543.opb

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

MD5SUM BENCH= a0250fc6809d30108f7d11f1d27eb358
RANDOM SEED=508748853

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1514188 kB
Buffers:         44204 kB
Cached:         361328 kB
SwapCached:          0 kB
Active:         183068 kB
Inactive:       281992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1514188 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:       59508 kB
Mapped:          15348 kB
Slab:            57692 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-15 11:19:20